Pull request #39297 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at a24a71c50f34d53710cccaa4d5e5f62169c5e1dc rather than a9f8843c1d78c092c95e86d376eb54d747bdaa58 Obtained Jenkinsfile from a24a71c50f34d53710cccaa4d5e5f62169c5e1dc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-09-24T16:45:17.558Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-09-24T16:45:17.563Z] Trying to pass milestone 27 [Pipeline] milestone [2020-09-24T16:45:17.629Z] Trying to pass milestone 28 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-09-24T16:45:17.799Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0690635d17fb4df26) in /home/ubuntu/workspace/moby_PR-39297 [Pipeline] { [Pipeline] checkout [2020-09-24T16:45:17.860Z] using credential docker-jenkins-github-credentials [2020-09-24T16:45:17.865Z] Cloning the remote Git repository [2020-09-24T16:45:17.865Z] Cloning with configured refspecs honoured and without tags [2020-09-24T16:45:17.866Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:45:17.867Z] > git init /home/ubuntu/workspace/moby_PR-39297 # timeout=10 [2020-09-24T16:45:17.895Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:17.896Z] > git --version # timeout=10 [2020-09-24T16:45:17.900Z] > git --version # 'git version 2.17.1' [2020-09-24T16:45:17.900Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:17.901Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:31.565Z] Fetching without tags [2020-09-24T16:45:31.820Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:31.548Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:31.551Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:45:31.553Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:31.559Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:31.566Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:31.566Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:31.567Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:31.820Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:31.822Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:32.378Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:32.378Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:45:32.733Z] Commit message: "Changes for adding default capabilities" [2020-09-24T16:45:32.746Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:45:33.453Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco [2020-09-24T16:45:32.338Z] > git remote # timeout=10 [2020-09-24T16:45:32.342Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:45:32.354Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:32.355Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:45:32.365Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:45:32.378Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:32.389Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:32.736Z] > git rev-list --no-walk fbe265171e7c17c584fe5615b923c5cc54e94b86 # timeout=10 [2020-09-24T16:45:35.966Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2020-09-24T16:45:36.220Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0690635d17fb4df26) in /home/ubuntu/workspace/moby_PR-39297 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-09-24T16:45:36.231Z] Running on ppc64le-ubuntu-32 in /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ [2020-09-24T16:45:36.231Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/moby_PR-39297 [Pipeline] node Stage "win-RS1" skipped due to when conditional [2020-09-24T16:45:36.236Z] Running on azwin-2-3e4040 in d:\jenkins\workspace\moby_PR-39297 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2020-09-24T16:45:36.320Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [Pipeline] ws [2020-09-24T16:45:36.326Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [2020-09-24T16:45:36.332Z] Fetching changes from the remote Git repository [2020-09-24T16:45:36.340Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout [2020-09-24T16:45:36.368Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-09-24T16:45:36.382Z] using credential docker-jenkins-github-credentials [2020-09-24T16:45:36.382Z] Cloning the remote Git repository [2020-09-24T16:45:36.382Z] Cloning with configured refspecs honoured and without tags [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] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-09-24T16:45:36.429Z] Cloning the remote Git repository [2020-09-24T16:45:36.429Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-09-24T16:45:36.638Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:36.645Z] using credential docker-jenkins-github-credentials [2020-09-24T16:45:36.718Z] Cloning the remote Git repository [2020-09-24T16:45:36.718Z] Cloning with configured refspecs honoured and without tags [2020-09-24T16:45:37.015Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:37.016Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:45:37.085Z] Commit message: "Changes for adding default capabilities" [2020-09-24T16:45:36.324Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-09-24T16:45:36.334Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:36.383Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:36.383Z] > git --version # timeout=10 [2020-09-24T16:45:36.390Z] > git --version # 'git version 2.17.1' [2020-09-24T16:45:36.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:36.390Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:36.639Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:36.645Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:36.979Z] > git remote # timeout=10 [2020-09-24T16:45:36.983Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:45:36.987Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:36.988Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:45:36.995Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:45:37.016Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:37.026Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:36.388Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:45:36.388Z] > git init /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ # timeout=10 [2020-09-24T16:45:36.400Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:36.400Z] > git --version # timeout=10 [2020-09-24T16:45:36.402Z] > git --version # 'git version 2.7.4' [2020-09-24T16:45:36.403Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:36.404Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:36.436Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:45:36.436Z] > git init /home/jenkins/workspace/moby_PR-39297 # timeout=10 [2020-09-24T16:45:36.451Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:36.451Z] > git --version # timeout=10 [2020-09-24T16:45:36.453Z] > git --version # 'git version 2.17.1' [2020-09-24T16:45:36.453Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:36.453Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:36.752Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:45:36.752Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-09-24T16:45:36.819Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:36.820Z] > git --version # timeout=10 [2020-09-24T16:45:36.872Z] > git --version # 'git version 2.24.1.windows.2' [2020-09-24T16:45:36.872Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:36.874Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:45:37.923Z] + [ PR != PR ] [2020-09-24T16:45:37.923Z] + [ master != master ] [2020-09-24T16:45:37.923Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:45:38.279Z] + docker version [2020-09-24T16:45:38.279Z] Client: Docker Engine - Community [2020-09-24T16:45:38.279Z] Version: 19.03.13 [2020-09-24T16:45:38.279Z] API version: 1.40 [2020-09-24T16:45:38.279Z] Go version: go1.13.15 [2020-09-24T16:45:38.279Z] Git commit: 4484c46d9d [2020-09-24T16:45:38.279Z] Built: Wed Sep 16 17:02:36 2020 [2020-09-24T16:45:38.279Z] OS/Arch: linux/amd64 [2020-09-24T16:45:38.279Z] Experimental: false [2020-09-24T16:45:38.279Z] [2020-09-24T16:45:38.279Z] Server: Docker Engine - Community [2020-09-24T16:45:38.279Z] Engine: [2020-09-24T16:45:38.279Z] Version: 19.03.13 [2020-09-24T16:45:38.279Z] API version: 1.40 (minimum version 1.12) [2020-09-24T16:45:38.279Z] Go version: go1.13.15 [2020-09-24T16:45:38.279Z] Git commit: 4484c46d9d [2020-09-24T16:45:38.279Z] Built: Wed Sep 16 17:01:06 2020 [2020-09-24T16:45:38.279Z] OS/Arch: linux/amd64 [2020-09-24T16:45:38.279Z] Experimental: true [2020-09-24T16:45:38.279Z] containerd: [2020-09-24T16:45:38.279Z] Version: 1.3.7 [2020-09-24T16:45:38.279Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:45:38.279Z] runc: [2020-09-24T16:45:38.279Z] Version: 1.0.0-rc10 [2020-09-24T16:45:38.279Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:45:38.279Z] docker-init: [2020-09-24T16:45:38.279Z] Version: 0.18.0 [2020-09-24T16:45:38.279Z] GitCommit: fec3683 [Pipeline] sh [2020-09-24T16:45:38.550Z] + docker info [2020-09-24T16:45:39.151Z] Client: [2020-09-24T16:45:39.151Z] Debug Mode: false [2020-09-24T16:45:39.151Z] [2020-09-24T16:45:39.151Z] Server: [2020-09-24T16:45:39.151Z] Containers: 0 [2020-09-24T16:45:39.151Z] Running: 0 [2020-09-24T16:45:39.151Z] Paused: 0 [2020-09-24T16:45:39.151Z] Stopped: 0 [2020-09-24T16:45:39.151Z] Images: 56 [2020-09-24T16:45:39.151Z] Server Version: 19.03.13 [2020-09-24T16:45:39.151Z] Storage Driver: overlay2 [2020-09-24T16:45:39.151Z] Backing Filesystem: extfs [2020-09-24T16:45:39.151Z] Supports d_type: true [2020-09-24T16:45:39.151Z] Native Overlay Diff: true [2020-09-24T16:45:39.151Z] Logging Driver: json-file [2020-09-24T16:45:39.151Z] Cgroup Driver: cgroupfs [2020-09-24T16:45:39.151Z] Plugins: [2020-09-24T16:45:39.151Z] Volume: local [2020-09-24T16:45:39.151Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:45:39.151Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-24T16:45:39.151Z] Swarm: inactive [2020-09-24T16:45:39.151Z] Runtimes: runc [2020-09-24T16:45:39.151Z] Default Runtime: runc [2020-09-24T16:45:39.151Z] Init Binary: docker-init [2020-09-24T16:45:39.151Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:45:39.151Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:45:39.151Z] init version: fec3683 [2020-09-24T16:45:39.151Z] Security Options: [2020-09-24T16:45:39.151Z] apparmor [2020-09-24T16:45:39.151Z] seccomp [2020-09-24T16:45:39.151Z] Profile: default [2020-09-24T16:45:39.151Z] Kernel Version: 5.4.0-1025-aws [2020-09-24T16:45:39.151Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-24T16:45:39.151Z] OSType: linux [2020-09-24T16:45:39.151Z] Architecture: x86_64 [2020-09-24T16:45:39.151Z] CPUs: 2 [2020-09-24T16:45:39.151Z] Total Memory: 7.487GiB [2020-09-24T16:45:39.151Z] Name: ip-10-100-81-211 [2020-09-24T16:45:39.151Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-09-24T16:45:39.151Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:45:39.151Z] Debug Mode: false [2020-09-24T16:45:39.151Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:45:39.151Z] Labels: [2020-09-24T16:45:39.151Z] Experimental: true [2020-09-24T16:45:39.151Z] Insecure Registries: [2020-09-24T16:45:39.151Z] 127.0.0.0/8 [2020-09-24T16:45:39.151Z] Live Restore Enabled: true [2020-09-24T16:45:39.151Z] [2020-09-24T16:45:39.151Z] WARNING: No swap limit support [Pipeline] sh [2020-09-24T16:45:39.470Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:39.470Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:39.470Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39297/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:45:39.766Z] + bash /home/ubuntu/workspace/moby_PR-39297/check-config.sh [2020-09-24T16:45:39.766Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:45:39.766Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-09-24T16:45:39.766Z] [2020-09-24T16:45:39.766Z] Generally Necessary: [2020-09-24T16:45:39.766Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:45:39.766Z] - apparmor: enabled and tools installed [2020-09-24T16:45:39.766Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:45:39.766Z] - CONFIG_NET_NS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_PID_NS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_MEMCG: enabled [2020-09-24T16:45:39.766Z] - CONFIG_KEYS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-24T16:45:39.766Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-24T16:45:39.766Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:45:39.766Z] [2020-09-24T16:45:39.766Z] Optional Features: [2020-09-24T16:45:39.766Z] - CONFIG_USER_NS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:45:39.766Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:45:39.766Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:45:39.766Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-24T16:45:39.766Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:45:39.766Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:45:39.766Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-24T16:45:39.766Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:45:39.766Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:45:39.766Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:45:39.766Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:45:39.766Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:45:39.766Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:45:39.766Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:45:39.766Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:45:40.022Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:45:40.022Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:45:40.022Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:45:40.022Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:45:40.022Z] - Network Drivers: [2020-09-24T16:45:40.022Z] - "overlay": [2020-09-24T16:45:40.022Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:45:40.022Z] Optional (for encrypted networks): [2020-09-24T16:45:40.022Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:45:40.022Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-24T16:45:40.022Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-24T16:45:40.022Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-24T16:45:40.022Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-24T16:45:40.022Z] - CONFIG_XFRM: enabled [2020-09-24T16:45:40.022Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-24T16:45:40.022Z] - "ipvlan": [2020-09-24T16:45:40.022Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:45:40.022Z] - "macvlan": [2020-09-24T16:45:40.022Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:45:40.022Z] - "ftp,tftp client in container": [2020-09-24T16:45:40.022Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:45:40.022Z] - Storage Drivers: [2020-09-24T16:45:40.022Z] - "aufs": [2020-09-24T16:45:40.022Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:45:40.022Z] - "btrfs": [2020-09-24T16:45:40.022Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:45:40.022Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:45:40.022Z] - "devicemapper": [2020-09-24T16:45:40.022Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:45:40.022Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:45:40.022Z] - "overlay": [2020-09-24T16:45:40.022Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:45:40.022Z] - "zfs": [2020-09-24T16:45:40.022Z] - /dev/zfs: present [2020-09-24T16:45:40.022Z] - zfs command: missing [2020-09-24T16:45:40.022Z] - zpool command: missing [2020-09-24T16:45:40.022Z] [2020-09-24T16:45:40.022Z] Limits: [2020-09-24T16:45:40.022Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:45:40.022Z] [2020-09-24T16:45:40.022Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:45:40.382Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:45:40.382Z] #1 [internal] load build definition from Dockerfile [2020-09-24T16:45:40.382Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-24T16:45:40.382Z] #1 DONE 0.0s [2020-09-24T16:45:40.382Z] [2020-09-24T16:45:40.382Z] #2 [internal] load .dockerignore [2020-09-24T16:45:40.382Z] #2 transferring context: 87B 0.0s done [2020-09-24T16:45:40.382Z] #2 DONE 0.0s [2020-09-24T16:45:40.382Z] [2020-09-24T16:45:40.382Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:45:40.678Z] #3 DONE 0.2s [2020-09-24T16:45:40.678Z] [2020-09-24T16:45:40.678Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:45:40.678Z] #4 CACHED [2020-09-24T16:45:40.933Z] [2020-09-24T16:45:40.933Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:45:40.933Z] #6 DONE 0.1s [2020-09-24T16:45:40.933Z] [2020-09-24T16:45:40.933Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:45:41.189Z] #5 DONE 0.2s [2020-09-24T16:45:41.189Z] [2020-09-24T16:45:41.189Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:45:41.189Z] #58 DONE 0.0s [2020-09-24T16:45:41.189Z] [2020-09-24T16:45:41.189Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:45:41.189Z] #7 DONE 0.0s [2020-09-24T16:45:41.189Z] [2020-09-24T16:45:41.189Z] #20 [internal] load build context [2020-09-24T16:45:42.607Z] #20 transferring context: 51.44MB 1.5s done [2020-09-24T16:45:42.607Z] #20 DONE 1.6s [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:42.607Z] #49 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:45:42.607Z] #17 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:45:42.607Z] #16 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #37 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:45:42.607Z] #11 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #53 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:45:42.607Z] #35 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:45:42.607Z] #32 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:45:42.607Z] #8 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #57 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:42.607Z] #21 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:42.607Z] #47 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #46 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:45:42.607Z] #36 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:45:42.607Z] #24 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:42.607Z] #60 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:45:42.607Z] #62 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:45:42.607Z] #13 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:45:42.607Z] #59 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:45:42.607Z] #56 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:45:42.607Z] #38 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:45:42.607Z] #18 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:42.607Z] #41 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:42.607Z] #33 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:45:42.607Z] #10 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #48 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:45:42.607Z] #42 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:45:42.607Z] #51 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.607Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:42.607Z] #45 CACHED [2020-09-24T16:45:42.607Z] [2020-09-24T16:45:42.608Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:45:42.608Z] #55 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:45:42.608Z] #39 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:42.608Z] #54 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:45:42.608Z] #26 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:42.608Z] #52 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:45:42.608Z] #40 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #44 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:45:42.608Z] #25 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:42.608Z] #43 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:45:42.608Z] #23 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #50 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #29 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:45:42.608Z] #12 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:45:42.608Z] #9 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #61 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #31 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:45:42.608Z] #15 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:42.608Z] #30 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:45:42.608Z] #34 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:45:42.608Z] #19 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:45:42.608Z] #14 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:45:42.608Z] #22 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:45:42.608Z] #27 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:45:42.608Z] #28 CACHED [2020-09-24T16:45:42.608Z] [2020-09-24T16:45:42.608Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:45:42.608Z] #63 CACHED [2020-09-24T16:45:42.863Z] [2020-09-24T16:45:42.863Z] #64 exporting to image [2020-09-24T16:45:42.863Z] #64 exporting layers done [2020-09-24T16:45:42.863Z] #64 writing image sha256:9a64ae197ccf0e5243842b4583c14a7a9af2813d8643161a14ec82562bc74931 done [2020-09-24T16:45:42.863Z] #64 naming to docker.io/library/docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 done [2020-09-24T16:45:42.863Z] #64 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-09-24T16:45:43.230Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/validate/default [2020-09-24T16:45:43.791Z] Congratulations! All commits are properly signed with the DCO! [2020-09-24T16:45:43.791Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-09-24T16:45:45.811Z] Fetching without tags [2020-09-24T16:45:45.786Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:45.788Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:45:45.792Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:45.804Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:45.817Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:45.817Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:45.817Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:46.103Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:46.611Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:46.611Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:45:47.069Z] Commit message: "Changes for adding default capabilities" [2020-09-24T16:45:46.109Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:46.114Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:46.583Z] > git remote # timeout=10 [2020-09-24T16:45:46.584Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:45:46.587Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:46.587Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:45:46.602Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:45:46.617Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:46.621Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:45:47.863Z] + docker version [2020-09-24T16:45:47.863Z] Client: Docker Engine - Community [2020-09-24T16:45:47.863Z] Version: 19.03.7 [2020-09-24T16:45:47.863Z] API version: 1.40 [2020-09-24T16:45:47.863Z] Go version: go1.12.17 [2020-09-24T16:45:47.863Z] Git commit: 7141c199a2 [2020-09-24T16:45:47.863Z] Built: Sat Mar 7 16:48:47 2020 [2020-09-24T16:45:47.863Z] OS/Arch: linux/s390x [2020-09-24T16:45:47.863Z] Experimental: false [2020-09-24T16:45:47.863Z] [2020-09-24T16:45:47.863Z] Server: Docker Engine - Community [2020-09-24T16:45:47.863Z] Engine: [2020-09-24T16:45:47.863Z] Version: 19.03.7 [2020-09-24T16:45:47.863Z] API version: 1.40 (minimum version 1.12) [2020-09-24T16:45:47.863Z] Go version: go1.12.17 [2020-09-24T16:45:47.863Z] Git commit: 7141c199a2 [2020-09-24T16:45:47.863Z] Built: Sat Mar 7 16:47:46 2020 [2020-09-24T16:45:47.863Z] OS/Arch: linux/s390x [2020-09-24T16:45:47.863Z] Experimental: true [2020-09-24T16:45:47.863Z] containerd: [2020-09-24T16:45:47.863Z] Version: 1.2.13 [2020-09-24T16:45:47.863Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-24T16:45:47.863Z] runc: [2020-09-24T16:45:47.863Z] Version: 1.0.0-rc10 [2020-09-24T16:45:47.863Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:45:47.863Z] docker-init: [2020-09-24T16:45:47.863Z] Version: 0.18.0 [2020-09-24T16:45:47.863Z] GitCommit: fec3683 [Pipeline] sh [2020-09-24T16:45:48.239Z] + docker info [2020-09-24T16:45:48.530Z] Client: [2020-09-24T16:45:48.530Z] Debug Mode: false [2020-09-24T16:45:48.530Z] [2020-09-24T16:45:48.530Z] Server: [2020-09-24T16:45:48.530Z] Containers: 0 [2020-09-24T16:45:48.530Z] Running: 0 [2020-09-24T16:45:48.530Z] Paused: 0 [2020-09-24T16:45:48.530Z] Stopped: 0 [2020-09-24T16:45:48.530Z] Images: 3 [2020-09-24T16:45:48.530Z] Server Version: 19.03.7 [2020-09-24T16:45:48.530Z] Storage Driver: overlay2 [2020-09-24T16:45:48.530Z] Backing Filesystem: [2020-09-24T16:45:48.530Z] Supports d_type: true [2020-09-24T16:45:48.530Z] Native Overlay Diff: true [2020-09-24T16:45:48.530Z] Logging Driver: json-file [2020-09-24T16:45:48.530Z] Cgroup Driver: cgroupfs [2020-09-24T16:45:48.530Z] Plugins: [2020-09-24T16:45:48.530Z] Volume: local [2020-09-24T16:45:48.530Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:45:48.530Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-24T16:45:48.530Z] Swarm: inactive [2020-09-24T16:45:48.530Z] Runtimes: runc [2020-09-24T16:45:48.530Z] Default Runtime: runc [2020-09-24T16:45:48.530Z] Init Binary: docker-init [2020-09-24T16:45:48.530Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-09-24T16:45:48.530Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:45:48.530Z] init version: fec3683 [2020-09-24T16:45:48.530Z] Security Options: [2020-09-24T16:45:48.530Z] apparmor [2020-09-24T16:45:48.530Z] seccomp [2020-09-24T16:45:48.530Z] Profile: default [2020-09-24T16:45:48.530Z] Kernel Version: 4.15.0-88-generic [2020-09-24T16:45:48.530Z] Operating System: Ubuntu 18.04.4 LTS [2020-09-24T16:45:48.530Z] OSType: linux [2020-09-24T16:45:48.530Z] Architecture: s390x [2020-09-24T16:45:48.530Z] CPUs: 2 [2020-09-24T16:45:48.530Z] Total Memory: 7.861GiB [2020-09-24T16:45:48.530Z] Name: s390x-ubuntu-29 [2020-09-24T16:45:48.530Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-09-24T16:45:48.530Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:45:48.530Z] Debug Mode: false [2020-09-24T16:45:48.530Z] Username: dockerbuildbot [2020-09-24T16:45:48.530Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:45:48.530Z] Labels: [2020-09-24T16:45:48.530Z] Experimental: true [2020-09-24T16:45:48.530Z] Insecure Registries: [2020-09-24T16:45:48.530Z] 127.0.0.0/8 [2020-09-24T16:45:48.530Z] Live Restore Enabled: false [2020-09-24T16:45:48.530Z] [2020-09-24T16:45:48.530Z] WARNING: No swap limit support [Pipeline] sh [2020-09-24T16:45:48.906Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:48.906Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:48.906Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39297/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:45:48.906Z] + bash /home/jenkins/workspace/moby_PR-39297/check-config.sh [2020-09-24T16:45:48.906Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:45:48.906Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-09-24T16:45:48.906Z] [2020-09-24T16:45:48.906Z] Generally Necessary: [2020-09-24T16:45:48.906Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:45:48.906Z] - apparmor: enabled and tools installed [2020-09-24T16:45:48.906Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:45:48.906Z] - CONFIG_NET_NS: enabled [2020-09-24T16:45:48.906Z] - CONFIG_PID_NS: enabled [2020-09-24T16:45:48.906Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:45:49.197Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:45:49.197Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:45:49.197Z] - CONFIG_MEMCG: enabled [2020-09-24T16:45:49.197Z] - CONFIG_KEYS: enabled [2020-09-24T16:45:49.197Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:45:49.197Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:45:49.197Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:45:49.197Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-24T16:45:49.197Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:45:49.197Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-24T16:45:49.198Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:45:49.198Z] [2020-09-24T16:45:49.198Z] Optional Features: [2020-09-24T16:45:49.198Z] - CONFIG_USER_NS: enabled [2020-09-24T16:45:49.198Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:45:49.198Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:45:49.198Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:45:49.198Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-24T16:45:49.198Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:45:49.198Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:45:49.198Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:45:49.198Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:45:49.198Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:45:49.198Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:45:49.198Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:45:49.198Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:45:49.198Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:45:49.198Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:45:49.198Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:45:49.198Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:45:49.198Z] - Network Drivers: [2020-09-24T16:45:49.198Z] - "overlay": [2020-09-24T16:45:49.198Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:45:49.198Z] Optional (for encrypted networks): [2020-09-24T16:45:49.198Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-24T16:45:49.198Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-24T16:45:49.198Z] - CONFIG_XFRM: enabled [2020-09-24T16:45:49.198Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-24T16:45:49.198Z] - "ipvlan": [2020-09-24T16:45:49.198Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:45:49.198Z] - "macvlan": [2020-09-24T16:45:49.198Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:45:49.198Z] - "ftp,tftp client in container": [2020-09-24T16:45:49.198Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:45:49.198Z] - Storage Drivers: [2020-09-24T16:45:49.198Z] - "aufs": [2020-09-24T16:45:49.198Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:45:49.198Z] - "btrfs": [2020-09-24T16:45:49.198Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:45:49.198Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:45:49.198Z] - "devicemapper": [2020-09-24T16:45:49.198Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:45:49.198Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:45:49.198Z] - "overlay": [2020-09-24T16:45:49.198Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:45:49.198Z] - "zfs": [2020-09-24T16:45:49.198Z] - /dev/zfs: missing [2020-09-24T16:45:49.198Z] - zfs command: missing [2020-09-24T16:45:49.198Z] - zpool command: missing [2020-09-24T16:45:49.198Z] [2020-09-24T16:45:49.198Z] Limits: [2020-09-24T16:45:49.198Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:45:49.198Z] [2020-09-24T16:45:49.198Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:45:49.623Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:45:49.623Z] #2 [internal] load .dockerignore [2020-09-24T16:45:49.623Z] #2 transferring context: 87B done [2020-09-24T16:45:49.623Z] #2 DONE 0.0s [2020-09-24T16:45:49.623Z] [2020-09-24T16:45:49.623Z] #1 [internal] load build definition from Dockerfile [2020-09-24T16:45:49.623Z] #1 transferring dockerfile: 16.37kB done [2020-09-24T16:45:49.623Z] #1 DONE 0.0s [2020-09-24T16:45:49.623Z] [2020-09-24T16:45:49.623Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:45:49.913Z] #3 DONE 0.2s [2020-09-24T16:45:49.913Z] [2020-09-24T16:45:49.913Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:45:49.913Z] #4 CACHED [2020-09-24T16:45:50.548Z] [2020-09-24T16:45:50.548Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:45:50.548Z] #6 DONE 0.2s [2020-09-24T16:45:50.548Z] [2020-09-24T16:45:50.548Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:45:50.548Z] #5 DONE 0.1s [2020-09-24T16:45:50.548Z] [2020-09-24T16:45:50.548Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:45:50.548Z] #58 DONE 0.0s [2020-09-24T16:45:50.548Z] [2020-09-24T16:45:50.548Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:45:50.548Z] #7 DONE 0.0s [2020-09-24T16:45:50.548Z] [2020-09-24T16:45:50.548Z] #20 [internal] load build context [2020-09-24T16:45:51.097Z] Fetching without tags [2020-09-24T16:45:51.220Z] Still waiting to schedule task [2020-09-24T16:45:51.220Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0690635d17fb4df26)’ [2020-09-24T16:45:51.221Z] Still waiting to schedule task [2020-09-24T16:45:51.221Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0690635d17fb4df26)’ [2020-09-24T16:45:51.231Z] Still waiting to schedule task [2020-09-24T16:45:51.231Z] All nodes of label ‘arm64&&linux’ are offline [2020-09-24T16:45:51.595Z] #20 transferring context: 51.44MB 0.7s done [2020-09-24T16:45:51.595Z] #20 DONE 0.8s [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:45:51.595Z] #14 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:45:51.595Z] #62 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #37 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:45:51.595Z] #40 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:45:51.595Z] #32 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:45:51.595Z] #10 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:45:51.595Z] #38 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:45:51.595Z] #27 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:45:51.595Z] #59 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:45:51.595Z] #23 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #61 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:51.595Z] #54 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:51.595Z] #30 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:51.595Z] #21 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:45:51.595Z] #15 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #34 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #46 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:45:51.595Z] #22 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:45:51.595Z] #26 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:45:51.595Z] #8 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:45:51.595Z] #13 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #42 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:45:51.595Z] #51 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:45:51.595Z] #28 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:45:51.595Z] #17 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #44 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #57 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #48 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:45:51.595Z] #19 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:51.595Z] #47 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:51.595Z] #41 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:51.595Z] #45 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #50 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:45:51.595Z] #11 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:45:51.595Z] #55 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:51.595Z] #33 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:45:51.595Z] #25 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #29 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:51.595Z] #52 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:45:51.595Z] #36 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #53 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:45:51.595Z] #12 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:45:51.595Z] #60 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:45:51.595Z] #16 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:45:51.595Z] #9 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:45:51.595Z] #49 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:45:51.595Z] #39 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:45:51.595Z] #43 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:45:51.595Z] #31 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:45:51.595Z] #35 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:45:51.595Z] #18 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:45:51.595Z] #24 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:45:51.595Z] #56 CACHED [2020-09-24T16:45:51.595Z] [2020-09-24T16:45:51.595Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:45:51.595Z] #63 CACHED [2020-09-24T16:45:51.886Z] [2020-09-24T16:45:51.886Z] #64 exporting to image [2020-09-24T16:45:51.886Z] #64 exporting layers done [2020-09-24T16:45:51.886Z] #64 writing image sha256:5c0301ed83fd65b9630b3beaa45869aac93bdf72203dc2c7a1a9b8f62e2dfebc done [2020-09-24T16:45:51.886Z] #64 naming to docker.io/library/docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 done [2020-09-24T16:45:51.886Z] #64 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-24T16:45:52.315Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/test/unit [2020-09-24T16:45:52.388Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:50.775Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:50.833Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:45:50.891Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:51.011Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:51.131Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:51.131Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:51.133Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:53.732Z] Congratulations! The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0 [2020-09-24T16:45:52.421Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:52.475Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:54.525Z] Fetching without tags [2020-09-24T16:45:54.931Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:55.565Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:55.565Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:45:55.813Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:45:55.814Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:45:55.825Z] ? github.com/docker/docker/api [no test files] [2020-09-24T16:45:54.492Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:54.495Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:45:54.498Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:54.513Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:45:54.531Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:45:54.531Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:54.532Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:45:54.937Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:54.940Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:55.777Z] > git remote # timeout=10 [2020-09-24T16:45:55.780Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:45:55.783Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:55.784Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:45:55.806Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:45:55.820Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:55.822Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:55.241Z] > git remote # timeout=10 [2020-09-24T16:45:55.295Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:45:55.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:45:55.347Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:45:55.474Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-09-24T16:45:55.599Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:45:55.654Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:45:56.489Z] Commit message: "Changes for adding default capabilities" [2020-09-24T16:45:56.803Z] Commit message: "Changes for adding default capabilities" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:45:57.886Z] + docker version [2020-09-24T16:45:57.887Z] Client: [2020-09-24T16:45:57.887Z] Version: 18.06.1-ce [2020-09-24T16:45:57.887Z] API version: 1.38 [2020-09-24T16:45:57.887Z] Go version: go1.10.3 [2020-09-24T16:45:57.887Z] Git commit: e68fc7a [2020-09-24T16:45:57.887Z] Built: Tue Aug 21 17:26:10 2018 [2020-09-24T16:45:57.887Z] OS/Arch: linux/ppc64le [2020-09-24T16:45:57.887Z] Experimental: false [2020-09-24T16:45:57.887Z] [2020-09-24T16:45:57.887Z] Server: [2020-09-24T16:45:57.887Z] Engine: [2020-09-24T16:45:57.887Z] Version: 18.06.1-ce [2020-09-24T16:45:57.887Z] API version: 1.38 (minimum version 1.12) [2020-09-24T16:45:57.887Z] Go version: go1.10.3 [2020-09-24T16:45:57.887Z] Git commit: e68fc7a [2020-09-24T16:45:57.887Z] Built: Tue Aug 21 17:24:20 2018 [2020-09-24T16:45:57.887Z] OS/Arch: linux/ppc64le [2020-09-24T16:45:57.887Z] Experimental: true [2020-09-24T16:45:57.904Z] + docker version [2020-09-24T16:45:57.904Z] Client: Docker Engine - Enterprise [2020-09-24T16:45:57.904Z] Version: 19.03.5 [2020-09-24T16:45:57.904Z] API version: 1.40 [2020-09-24T16:45:57.904Z] Go version: go1.12.12 [2020-09-24T16:45:57.904Z] Git commit: 2ee0c57608 [2020-09-24T16:45:57.904Z] Built: 11/13/2019 08:00:16 [2020-09-24T16:45:57.904Z] OS/Arch: windows/amd64 [2020-09-24T16:45:57.904Z] Experimental: false [2020-09-24T16:45:57.904Z] [2020-09-24T16:45:57.904Z] Server: Docker Engine - Enterprise [2020-09-24T16:45:57.904Z] Engine: [2020-09-24T16:45:57.904Z] Version: 19.03.5 [2020-09-24T16:45:57.904Z] API version: 1.40 (minimum version 1.24) [2020-09-24T16:45:57.904Z] Go version: go1.12.12 [2020-09-24T16:45:57.904Z] Git commit: 2ee0c57608 [2020-09-24T16:45:57.904Z] Built: 11/13/2019 07:58:51 [2020-09-24T16:45:57.904Z] OS/Arch: windows/amd64 [2020-09-24T16:45:57.904Z] Experimental: true [Pipeline] sh [2020-09-24T16:45:57.976Z] Congratulations! All API changes are done the right way. [2020-09-24T16:45:57.976Z] Congratulations! All TOML source files changed here have valid syntax. [2020-09-24T16:45:57.976Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-09-24T16:45:57.976Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-09-24T16:45:57.976Z] Congratulations! No new tests were added to integration-cli. [2020-09-24T16:45:57.976Z] [2020-09-24T16:45:57.976Z] INFO Start validation with golang-ci-lint [Pipeline] sh [2020-09-24T16:45:58.272Z] + docker info [2020-09-24T16:45:58.272Z] Containers: 1 [2020-09-24T16:45:58.272Z] Running: 1 [2020-09-24T16:45:58.272Z] Paused: 0 [2020-09-24T16:45:58.272Z] Stopped: 0 [2020-09-24T16:45:58.272Z] Images: 14 [2020-09-24T16:45:58.272Z] Server Version: 18.06.1-ce [2020-09-24T16:45:58.272Z] Storage Driver: overlay2 [2020-09-24T16:45:58.272Z] Backing Filesystem: extfs [2020-09-24T16:45:58.272Z] Supports d_type: true [2020-09-24T16:45:58.272Z] Native Overlay Diff: true [2020-09-24T16:45:58.272Z] Logging Driver: json-file [2020-09-24T16:45:58.272Z] Cgroup Driver: cgroupfs [2020-09-24T16:45:58.272Z] Plugins: [2020-09-24T16:45:58.272Z] Volume: local [2020-09-24T16:45:58.272Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:45:58.272Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-09-24T16:45:58.272Z] Swarm: inactive [2020-09-24T16:45:58.272Z] Runtimes: runc [2020-09-24T16:45:58.272Z] Default Runtime: runc [2020-09-24T16:45:58.272Z] Init Binary: docker-init [2020-09-24T16:45:58.272Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-09-24T16:45:58.272Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-09-24T16:45:58.272Z] init version: fec3683 [2020-09-24T16:45:58.272Z] Security Options: [2020-09-24T16:45:58.272Z] apparmor [2020-09-24T16:45:58.272Z] seccomp [2020-09-24T16:45:58.272Z] Profile: default [2020-09-24T16:45:58.272Z] Kernel Version: 4.4.0-139-generic [2020-09-24T16:45:58.272Z] Operating System: Ubuntu 16.04.3 LTS [2020-09-24T16:45:58.272Z] OSType: linux [2020-09-24T16:45:58.272Z] Architecture: ppc64le [2020-09-24T16:45:58.272Z] CPUs: 4 [2020-09-24T16:45:58.272Z] Total Memory: 7.972GiB [2020-09-24T16:45:58.272Z] Name: ppc64le-ubuntu-32 [2020-09-24T16:45:58.272Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-09-24T16:45:58.272Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:45:58.272Z] Debug Mode (client): false [2020-09-24T16:45:58.272Z] Debug Mode (server): false [2020-09-24T16:45:58.272Z] Username: dockerbuildbot [2020-09-24T16:45:58.272Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:45:58.272Z] Labels: [2020-09-24T16:45:58.272Z] Experimental: true [2020-09-24T16:45:58.272Z] Insecure Registries: [2020-09-24T16:45:58.272Z] 127.0.0.0/8 [2020-09-24T16:45:58.272Z] Live Restore Enabled: false [2020-09-24T16:45:58.272Z] [Pipeline] sh [2020-09-24T16:45:58.540Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-09-24T16:45:58.540Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-24T16:45:58.540Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-09-24T16:45:58.831Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:58.831Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:45:58.831Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:45:58.831Z] + bash /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ/check-config.sh [2020-09-24T16:45:58.831Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:45:58.831Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-09-24T16:45:58.831Z] [2020-09-24T16:45:58.831Z] Generally Necessary: [2020-09-24T16:45:58.831Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:45:58.831Z] - apparmor: enabled and tools installed [2020-09-24T16:45:58.831Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:45:58.831Z] - CONFIG_NET_NS: enabled [2020-09-24T16:45:58.831Z] - CONFIG_PID_NS: enabled [2020-09-24T16:45:58.831Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:45:58.831Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:45:58.831Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:45:58.831Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:45:58.831Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:45:58.831Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:45:58.920Z] + docker info [2020-09-24T16:45:59.128Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:45:59.128Z] - CONFIG_MEMCG: enabled [2020-09-24T16:45:59.128Z] - CONFIG_KEYS: enabled [2020-09-24T16:45:59.128Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-24T16:45:59.128Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:45:59.128Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-09-24T16:45:59.128Z] [2020-09-24T16:45:59.128Z] Optional Features: [2020-09-24T16:45:59.128Z] - CONFIG_USER_NS: enabled [2020-09-24T16:45:59.128Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:45:59.128Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:45:59.128Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:45:59.128Z] (cgroup swap accounting is currently enabled) [2020-09-24T16:45:59.128Z] - CONFIG_MEMCG_KMEM: enabled [2020-09-24T16:45:59.128Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:45:59.128Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:45:59.128Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:45:59.128Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:45:59.128Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:45:59.128Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:45:59.128Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:45:59.128Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:45:59.128Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:45:59.128Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:45:59.128Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:45:59.128Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:45:59.420Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:45:59.420Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:45:59.420Z] - Network Drivers: [2020-09-24T16:45:59.420Z] - "overlay": [2020-09-24T16:45:59.420Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:45:59.420Z] Optional (for encrypted networks): [2020-09-24T16:45:59.420Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:45:59.420Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_XFRM: enabled [2020-09-24T16:45:59.420Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-24T16:45:59.420Z] - "ipvlan": [2020-09-24T16:45:59.420Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:45:59.420Z] - "macvlan": [2020-09-24T16:45:59.420Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:45:59.420Z] - "ftp,tftp client in container": [2020-09-24T16:45:59.420Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:45:59.420Z] - Storage Drivers: [2020-09-24T16:45:59.420Z] - "aufs": [2020-09-24T16:45:59.420Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:45:59.420Z] - "btrfs": [2020-09-24T16:45:59.420Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:45:59.420Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:45:59.420Z] - "devicemapper": [2020-09-24T16:45:59.420Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:45:59.420Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:45:59.420Z] - "overlay": [2020-09-24T16:45:59.420Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:45:59.420Z] - "zfs": [2020-09-24T16:45:59.420Z] - /dev/zfs: missing [2020-09-24T16:45:59.420Z] - zfs command: missing [2020-09-24T16:45:59.420Z] - zpool command: missing [2020-09-24T16:45:59.420Z] [2020-09-24T16:45:59.420Z] Limits: [2020-09-24T16:45:59.420Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:45:59.420Z] [2020-09-24T16:45:59.420Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:45:59.860Z] + make bundles/buildx [2020-09-24T16:45:59.883Z] Client: [2020-09-24T16:45:59.883Z] Debug Mode: false [2020-09-24T16:45:59.883Z] Plugins: [2020-09-24T16:45:59.883Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-24T16:45:59.883Z] [2020-09-24T16:45:59.883Z] Server: [2020-09-24T16:45:59.883Z] Containers: 0 [2020-09-24T16:45:59.883Z] Running: 0 [2020-09-24T16:45:59.883Z] Paused: 0 [2020-09-24T16:45:59.883Z] Stopped: 0 [2020-09-24T16:45:59.883Z] Images: 10 [2020-09-24T16:45:59.883Z] Server Version: 19.03.5 [2020-09-24T16:45:59.883Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-24T16:45:59.883Z] Windows: [2020-09-24T16:45:59.883Z] LCOW: [2020-09-24T16:45:59.883Z] Logging Driver: json-file [2020-09-24T16:45:59.883Z] Plugins: [2020-09-24T16:45:59.883Z] Volume: local [2020-09-24T16:45:59.883Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-24T16:45:59.883Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-24T16:45:59.883Z] Swarm: inactive [2020-09-24T16:45:59.883Z] Default Isolation: process [2020-09-24T16:45:59.883Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-24T16:45:59.883Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-24T16:45:59.883Z] OSType: windows [2020-09-24T16:45:59.883Z] Architecture: x86_64 [2020-09-24T16:45:59.883Z] CPUs: 4 [2020-09-24T16:45:59.883Z] Total Memory: 32GiB [2020-09-24T16:45:59.883Z] Name: azwin-2-3e4040 [2020-09-24T16:45:59.883Z] ID: 7UHM:SR2K:JI3I:E4V7:ICVB:NJB7:YTAF:HEX5:SBWT:UZR4:PO2L:FJ5F [2020-09-24T16:45:59.883Z] Docker Root Dir: D:\docker [2020-09-24T16:45:59.883Z] Debug Mode: false [2020-09-24T16:45:59.883Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:45:59.883Z] Labels: [2020-09-24T16:45:59.883Z] Experimental: true [2020-09-24T16:45:59.883Z] Insecure Registries: [2020-09-24T16:45:59.883Z] 10.0.0.4:5000 [2020-09-24T16:45:59.883Z] 127.0.0.0/8 [2020-09-24T16:45:59.883Z] Registry Mirrors: [2020-09-24T16:45:59.883Z] http://10.0.0.4:5000/ [2020-09-24T16:45:59.883Z] Live Restore Enabled: false [2020-09-24T16:45:59.883Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-09-24T16:46:00.153Z] make: command: Command not found [2020-09-24T16:46:00.153Z] make: command: Command not found [2020-09-24T16:46:00.153Z] mkdir bundles [2020-09-24T16:46:00.153Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-09-24T16:46:00.153Z] --build-arg BUILDX_COMMIT \ [2020-09-24T16:46:00.153Z] --build-arg BUILDX_REPO \ [2020-09-24T16:46:00.153Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-09-24T16:46:00.153Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-09-24T16:46:00.153Z] . [2020-09-24T16:46:00.153Z] /bin/sh: 4: go: not found [2020-09-24T16:46:00.153Z] /bin/sh: 5: go: not found [2020-09-24T16:46:02.259Z] Sending build context to Docker daemon 56.2MB [2020-09-24T16:46:02.259Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2020-09-24T16:46:02.259Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-09-24T16:46:02.259Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-09-24T16:46:02.259Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-09-24T16:46:02.259Z] ---> 805dc2d65d1c [2020-09-24T16:46:02.259Z] Step 5/15 : ARG BUILDX_REPO [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 3a643ea77a4f [2020-09-24T16:46:02.259Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> f9040b6b2253 [2020-09-24T16:46:02.259Z] Step 7/15 : WORKDIR /buildx [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 569e96aa50b3 [2020-09-24T16:46:02.259Z] Step 8/15 : ARG BUILDX_COMMIT [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> f32749d7662e [2020-09-24T16:46:02.259Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> e45e0ebd60e0 [2020-09-24T16:46:02.259Z] Step 10/15 : ARG GOOS [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 256cb6af4f5d [2020-09-24T16:46:02.259Z] Step 11/15 : ARG GOARCH [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 52ab4284b5ed [2020-09-24T16:46:02.259Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 989cd903d172 [2020-09-24T16:46:02.259Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-09-24T16:46:02.259Z] ---> 805dc2d65d1c [2020-09-24T16:46:02.259Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> be53918bdc49 [2020-09-24T16:46:02.259Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-09-24T16:46:02.259Z] ---> Using cache [2020-09-24T16:46:02.259Z] ---> 7774d0b5f97f [2020-09-24T16:46:02.259Z] Successfully built 7774d0b5f97f [2020-09-24T16:46:02.259Z] Successfully tagged moby-buildx:latest [2020-09-24T16:46:02.259Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-09-24T16:46:02.259Z] if [ -n "${id}" ]; then \ [2020-09-24T16:46:02.259Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-09-24T16:46:02.259Z] && touch bundles/buildx; \ [2020-09-24T16:46:02.259Z] docker rm -f ${id}; \ [2020-09-24T16:46:02.259Z] fi [2020-09-24T16:46:02.552Z] a5897ca1630e6a92066a1080ff1c6cb0a604f6f6f117847b089cc6265d0c9ef4 [2020-09-24T16:46:02.552Z] bundles/buildx version [2020-09-24T16:46:02.552Z] buildx v0.3.1 6db68d0 [2020-09-24T16:46:02.552Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:46:03.194Z] #1 [internal] load .dockerignore [2020-09-24T16:46:03.194Z] #1 transferring context: 87B done [2020-09-24T16:46:03.194Z] #1 DONE 0.1s [2020-09-24T16:46:03.194Z] [2020-09-24T16:46:03.194Z] #2 [internal] load build definition from Dockerfile [2020-09-24T16:46:03.194Z] #2 transferring dockerfile: 16.36kB 0.0s done [2020-09-24T16:46:03.194Z] #2 DONE 0.1s [2020-09-24T16:46:03.194Z] [2020-09-24T16:46:03.194Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:46:03.489Z] #3 DONE 0.2s [2020-09-24T16:46:03.489Z] [2020-09-24T16:46:03.489Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:46:03.489Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-24T16:46:03.489Z] #4 CACHED [2020-09-24T16:46:03.781Z] [2020-09-24T16:46:03.781Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:46:03.781Z] #6 ... [2020-09-24T16:46:03.781Z] [2020-09-24T16:46:03.781Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:46:03.781Z] #5 DONE 0.2s [2020-09-24T16:46:04.073Z] [2020-09-24T16:46:04.073Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:46:04.310Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-09-24T16:46:04.368Z] #6 DONE 0.7s [2020-09-24T16:46:04.368Z] [2020-09-24T16:46:04.368Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:46:04.368Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-24T16:46:04.368Z] #58 DONE 0.0s [2020-09-24T16:46:04.368Z] [2020-09-24T16:46:04.368Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:46:04.368Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-24T16:46:04.368Z] #7 DONE 0.0s [2020-09-24T16:46:04.368Z] [2020-09-24T16:46:04.368Z] #20 [internal] load build context [2020-09-24T16:46:07.154Z] #20 transferring context: 51.44MB 2.8s done [2020-09-24T16:46:07.154Z] #20 DONE 2.8s [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:46:07.154Z] #41 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:46:07.154Z] #30 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:46:07.154Z] #51 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:46:07.154Z] #40 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #57 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:46:07.154Z] #18 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #44 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:46:07.154Z] #19 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:46:07.154Z] #16 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:46:07.154Z] #17 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:46:07.154Z] #60 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:46:07.154Z] #15 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:46:07.154Z] #39 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:46:07.154Z] #28 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #37 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:46:07.154Z] #13 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:46:07.154Z] #33 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #42 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:46:07.154Z] #12 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #46 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:46:07.154Z] #59 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:46:07.154Z] #8 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:46:07.154Z] #22 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #34 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:46:07.154Z] #56 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:46:07.154Z] #54 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:46:07.154Z] #49 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:46:07.154Z] #36 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #53 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:46:07.154Z] #10 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:46:07.154Z] #9 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:46:07.154Z] #21 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #50 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #48 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:46:07.154Z] #55 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:46:07.154Z] #14 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #29 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:46:07.154Z] #27 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:46:07.154Z] #47 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:46:07.154Z] #35 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:46:07.154Z] #45 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:46:07.154Z] #32 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:46:07.154Z] #11 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #31 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:46:07.154Z] #24 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:46:07.154Z] #38 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:46:07.154Z] #52 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:46:07.154Z] #43 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:46:07.154Z] #23 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:46:07.154Z] #61 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:46:07.154Z] #26 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:46:07.154Z] #25 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:46:07.154Z] #62 CACHED [2020-09-24T16:46:07.154Z] [2020-09-24T16:46:07.154Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:46:08.199Z] #63 DONE 1.0s [2020-09-24T16:46:08.199Z] [2020-09-24T16:46:08.199Z] #64 exporting to oci image format [2020-09-24T16:46:08.199Z] #64 exporting layers [2020-09-24T16:46:13.789Z] #64 exporting layers 5.5s done [2020-09-24T16:46:13.789Z] #64 exporting manifest sha256:06528813e4a3d78526e144f51a0dddd6dac0b19e6bfe349629bc9e791ee1c438 done [2020-09-24T16:46:13.789Z] #64 exporting config sha256:f59923eef234222dd66f939321dcc2bb3a06a933ad52299feda4cea723655809 done [2020-09-24T16:46:13.789Z] #64 sending tarball [2020-09-24T16:46:18.212Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-09-24T16:46:18.212Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ac10ee6d\powershellScript.ps1'; exit $LASTEXITCODE; [2020-09-24T16:46:18.212Z] ---------------------------------------------------------------------------- [2020-09-24T16:46:18.212Z] [2020-09-24T16:46:18.212Z] INFO: executeCI.ps1 starting at Thu Sep 24 16:46:18 CUT 2020 [2020-09-24T16:46:18.212Z] [2020-09-24T16:46:18.212Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-09-24T16:46:18.212Z] INFO: Running git version 2.24.1.windows.2 [2020-09-24T16:46:18.668Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-09-24T16:46:18.668Z] INFO: Environment variables: [2020-09-24T16:46:18.668Z] [2020-09-24T16:46:18.668Z] Name Value [2020-09-24T16:46:18.668Z] ---- ----- [2020-09-24T16:46:18.668Z] ALLUSERSPROFILE C:\ProgramData [2020-09-24T16:46:18.668Z] amd64 true [2020-09-24T16:46:18.668Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-09-24T16:46:18.668Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-09-24T16:46:18.668Z] arm64 true [2020-09-24T16:46:18.668Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-09-24T16:46:18.668Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-09-24T16:46:18.668Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-09-24T16:46:18.668Z] BRANCH_NAME PR-39297 [2020-09-24T16:46:18.668Z] BUILD_DISPLAY_NAME #28 [2020-09-24T16:46:18.668Z] BUILD_ID 28 [2020-09-24T16:46:18.668Z] BUILD_NUMBER 28 [2020-09-24T16:46:18.668Z] BUILD_TAG jenkins-moby-PR-39297-28 [2020-09-24T16:46:18.668Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-39297/28/ [2020-09-24T16:46:18.668Z] CHANGE_AUTHOR burnMyDread [2020-09-24T16:46:18.668Z] CHANGE_AUTHOR_DISPLAY_NAME Zachary Joyner [2020-09-24T16:46:18.668Z] CHANGE_BRANCH 39149-Default-Capabilites [2020-09-24T16:46:18.668Z] CHANGE_FORK burnMyDread [2020-09-24T16:46:18.668Z] CHANGE_ID 39297 [2020-09-24T16:46:18.668Z] CHANGE_TARGET master [2020-09-24T16:46:18.668Z] CHANGE_TITLE Adding the ability to configure default capabilities [2020-09-24T16:46:18.668Z] CHANGE_URL https://github.com/moby/moby/pull/39297 [2020-09-24T16:46:18.668Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:46:18.668Z] CommonProgramFiles C:\Program Files\Common Files [2020-09-24T16:46:18.668Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-09-24T16:46:18.668Z] CommonProgramW6432 C:\Program Files\Common Files [2020-09-24T16:46:18.668Z] COMPUTERNAME azwin-2-3e4040 [2020-09-24T16:46:18.668Z] ComSpec C:\windows\system32\cmd.exe [2020-09-24T16:46:18.668Z] ConfigSequenceNumber 0 [2020-09-24T16:46:18.668Z] dco true [2020-09-24T16:46:18.668Z] DOCKER_BUILDKIT 0 [2020-09-24T16:46:18.668Z] DOCKER_DUT_DEBUG 1 [2020-09-24T16:46:18.668Z] DOCKER_EXPERIMENTAL 1 [2020-09-24T16:46:18.668Z] DOCKER_GRAPHDRIVER overlay2 [2020-09-24T16:46:18.668Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-09-24T16:46:18.668Z] EXECUTOR_NUMBER 0 [2020-09-24T16:46:18.668Z] experimental true [2020-09-24T16:46:18.668Z] FQDN azwin-2-3e4040.westus.cloudapp.azure.com [2020-09-24T16:46:18.668Z] GIT_BRANCH PR-39297 [2020-09-24T16:46:18.668Z] GIT_COMMIT a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:46:18.668Z] GIT_PREVIOUS_COMMIT fbe265171e7c17c584fe5615b923c5cc54e94b86 [2020-09-24T16:46:18.668Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT e1572f1b599d41dd428bb1d15cc16761d441849f [2020-09-24T16:46:18.668Z] GIT_URL https://github.com/moby/moby.git [2020-09-24T16:46:18.668Z] HUDSON_COOKIE d2b05302-ff41-49b5-9648-599d7cc2dc33 [2020-09-24T16:46:18.668Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-09-24T16:46:18.669Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-09-24T16:46:18.669Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-09-24T16:46:18.669Z] janky true [2020-09-24T16:46:18.669Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-09-24T16:46:18.669Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-09-24T16:46:18.669Z] JENKINS_NODE_COOKIE 257baceb-3653-403d-9d5e-101d717c8de2 [2020-09-24T16:46:18.669Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-09-24T16:46:18.669Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-09-24T16:46:18.669Z] JOB_BASE_NAME PR-39297 [2020-09-24T16:46:18.669Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39297/display/redirect [2020-09-24T16:46:18.669Z] JOB_NAME moby/PR-39297 [2020-09-24T16:46:18.669Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-39297/ [2020-09-24T16:46:18.669Z] library.jps.version master [2020-09-24T16:46:18.669Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-09-24T16:46:18.669Z] NODE_LABELS amd64 azure azwin-2-3e4040 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-09-24T16:46:18.669Z] NODE_NAME azwin-2-3e4040 [2020-09-24T16:46:18.669Z] NUMBER_OF_PROCESSORS 4 [2020-09-24T16:46:18.669Z] OS Windows_NT [2020-09-24T16:46:18.669Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-09-24T16:46:18.669Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-09-24T16:46:18.669Z] powerpc true [2020-09-24T16:46:18.669Z] ppc64le true [2020-09-24T16:46:18.669Z] PROCESSOR_ARCHITECTURE AMD64 [2020-09-24T16:46:18.669Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-09-24T16:46:18.669Z] PROCESSOR_LEVEL 6 [2020-09-24T16:46:18.669Z] PROCESSOR_REVISION 5504 [2020-09-24T16:46:18.669Z] ProgramData C:\ProgramData [2020-09-24T16:46:18.669Z] ProgramFiles C:\Program Files [2020-09-24T16:46:18.669Z] ProgramFiles(x86) C:\Program Files (x86) [2020-09-24T16:46:18.669Z] ProgramW6432 C:\Program Files [2020-09-24T16:46:18.669Z] PROMPT $P$G [2020-09-24T16:46:18.669Z] PSExecutionPolicyPreference Bypass [2020-09-24T16:46:18.669Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-09-24T16:46:18.669Z] PUBLIC C:\Users\Public [2020-09-24T16:46:18.669Z] rootless true [2020-09-24T16:46:18.669Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39297/28/display/redirect?page=changes [2020-09-24T16:46:18.669Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-39297/28/display/redirect [2020-09-24T16:46:18.669Z] s390x true [2020-09-24T16:46:18.669Z] SKIP_VALIDATION_TESTS 1 [2020-09-24T16:46:18.669Z] SOURCES_DRIVE d [2020-09-24T16:46:18.669Z] SOURCES_SUBDIR gopath [2020-09-24T16:46:18.669Z] STAGE_NAME Run tests [2020-09-24T16:46:18.669Z] SystemDrive C: [2020-09-24T16:46:18.669Z] SystemRoot C:\windows [2020-09-24T16:46:18.669Z] TEMP C:\windows\TEMP [2020-09-24T16:46:18.669Z] TESTDEBUG 0 [2020-09-24T16:46:18.669Z] TESTRUN_DRIVE d [2020-09-24T16:46:18.669Z] TESTRUN_SUBDIR CI [2020-09-24T16:46:18.669Z] TIMEOUT 120m [2020-09-24T16:46:18.669Z] TMP C:\windows\TEMP [2020-09-24T16:46:18.669Z] unit_validate true [2020-09-24T16:46:18.669Z] USERDOMAIN WORKGROUP [2020-09-24T16:46:18.669Z] USERNAME azwin-2-3e4040$ [2020-09-24T16:46:18.669Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-09-24T16:46:18.669Z] validate_force false [2020-09-24T16:46:18.669Z] vendor true [2020-09-24T16:46:18.669Z] windir C:\windows [2020-09-24T16:46:18.669Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-09-24T16:46:18.669Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-09-24T16:46:18.669Z] windowsRS1 false [2020-09-24T16:46:18.669Z] windowsRS5 true [2020-09-24T16:46:18.669Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-09-24T16:46:18.669Z] z true [2020-09-24T16:46:18.669Z] [2020-09-24T16:46:18.669Z] [2020-09-24T16:46:18.669Z] [2020-09-24T16:46:18.669Z] INFO: Sources under d:\gopath\... [2020-09-24T16:46:18.669Z] INFO: Test run under d:\CI\... [2020-09-24T16:46:18.669Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-09-24T16:46:18.669Z] INFO: docker/docker repository was found [2020-09-24T16:46:19.126Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-09-24T16:46:19.126Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1457' [2020-09-24T16:46:19.126Z] INFO: Docker version of control daemon [2020-09-24T16:46:19.126Z] [2020-09-24T16:46:19.126Z] Client: Docker Engine - Enterprise [2020-09-24T16:46:19.126Z] Version: 19.03.5 [2020-09-24T16:46:19.126Z] API version: 1.40 [2020-09-24T16:46:19.126Z] Go version: go1.12.12 [2020-09-24T16:46:19.126Z] Git commit: 2ee0c57608 [2020-09-24T16:46:19.126Z] Built: 11/13/2019 08:00:16 [2020-09-24T16:46:19.126Z] OS/Arch: windows/amd64 [2020-09-24T16:46:19.126Z] Experimental: false [2020-09-24T16:46:19.126Z] [2020-09-24T16:46:19.126Z] Server: Docker Engine - Enterprise [2020-09-24T16:46:19.126Z] Engine: [2020-09-24T16:46:19.126Z] Version: 19.03.5 [2020-09-24T16:46:19.126Z] API version: 1.40 (minimum version 1.24) [2020-09-24T16:46:19.126Z] Go version: go1.12.12 [2020-09-24T16:46:19.126Z] Git commit: 2ee0c57608 [2020-09-24T16:46:19.126Z] Built: 11/13/2019 07:58:51 [2020-09-24T16:46:19.126Z] OS/Arch: windows/amd64 [2020-09-24T16:46:19.126Z] Experimental: true [2020-09-24T16:46:19.126Z] [2020-09-24T16:46:19.126Z] INFO: Docker info of control daemon [2020-09-24T16:46:19.126Z] [2020-09-24T16:46:20.664Z] Client: [2020-09-24T16:46:20.664Z] Debug Mode: false [2020-09-24T16:46:20.664Z] Plugins: [2020-09-24T16:46:20.664Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-09-24T16:46:20.664Z] [2020-09-24T16:46:20.664Z] Server: [2020-09-24T16:46:20.664Z] Containers: 0 [2020-09-24T16:46:20.664Z] Running: 0 [2020-09-24T16:46:20.664Z] Paused: 0 [2020-09-24T16:46:20.664Z] Stopped: 0 [2020-09-24T16:46:20.664Z] Images: 10 [2020-09-24T16:46:20.664Z] Server Version: 19.03.5 [2020-09-24T16:46:20.664Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-09-24T16:46:20.664Z] Windows: [2020-09-24T16:46:20.664Z] LCOW: [2020-09-24T16:46:20.664Z] Logging Driver: json-file [2020-09-24T16:46:20.664Z] Plugins: [2020-09-24T16:46:20.664Z] Volume: local [2020-09-24T16:46:20.664Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-24T16:46:20.664Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-24T16:46:20.664Z] Swarm: inactive [2020-09-24T16:46:20.664Z] Default Isolation: process [2020-09-24T16:46:20.664Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-24T16:46:20.664Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-24T16:46:20.664Z] OSType: windows [2020-09-24T16:46:20.664Z] Architecture: x86_64 [2020-09-24T16:46:20.664Z] CPUs: 4 [2020-09-24T16:46:20.664Z] Total Memory: 32GiB [2020-09-24T16:46:20.664Z] Name: azwin-2-3e4040 [2020-09-24T16:46:20.664Z] ID: 7UHM:SR2K:JI3I:E4V7:ICVB:NJB7:YTAF:HEX5:SBWT:UZR4:PO2L:FJ5F [2020-09-24T16:46:20.664Z] Docker Root Dir: D:\docker [2020-09-24T16:46:20.664Z] Debug Mode: false [2020-09-24T16:46:20.664Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:46:20.664Z] Labels: [2020-09-24T16:46:20.664Z] Experimental: true [2020-09-24T16:46:20.664Z] Insecure Registries: [2020-09-24T16:46:20.664Z] 10.0.0.4:5000 [2020-09-24T16:46:20.665Z] 127.0.0.0/8 [2020-09-24T16:46:20.665Z] Registry Mirrors: [2020-09-24T16:46:20.665Z] http://10.0.0.4:5000/ [2020-09-24T16:46:20.665Z] Live Restore Enabled: false [2020-09-24T16:46:20.665Z] [2020-09-24T16:46:20.665Z] [2020-09-24T16:46:20.665Z] INFO: Commit hash is a9f8843c1d [2020-09-24T16:46:20.665Z] INFO: Nuke-Everything... [2020-09-24T16:46:20.665Z] INFO: Container count on control daemon to delete is 0 [2020-09-24T16:46:21.121Z] INFO: Nuking d:\CI [2020-09-24T16:46:21.121Z] INFO: Zapped successfully [2020-09-24T16:46:21.121Z] INFO: Location for testing is d:\CI\PR-39297\28 [2020-09-24T16:46:21.121Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-09-24T16:46:21.121Z] [2020-09-24T16:46:21.121Z] [2020-09-24T16:46:21.121Z] INFO: Building the image from Dockerfile.windows at 09/24/2020 16:46:20... [2020-09-24T16:46:21.121Z] [2020-09-24T16:46:25.794Z] Sending build context to Docker daemon 56.2MB [2020-09-24T16:46:25.794Z] [2020-09-24T16:46:25.794Z] Step 1/10 : FROM microsoft/windowsservercore [2020-09-24T16:46:25.794Z] ---> 715aaeac112d [2020-09-24T16:46:25.794Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 6fc0cee1c1f7 [2020-09-24T16:46:25.794Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 6749cf69f6e6 [2020-09-24T16:46:25.794Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> d640e2d6f75c [2020-09-24T16:46:25.794Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 4eed71c3c7f1 [2020-09-24T16:46:25.794Z] 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-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> d52c540101f1 [2020-09-24T16:46:25.794Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 7f4d6941d8d6 [2020-09-24T16:46:25.794Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 34f8a5691893 [2020-09-24T16:46:25.794Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-09-24T16:46:25.794Z] ---> Using cache [2020-09-24T16:46:25.794Z] ---> 8a42a030489e [2020-09-24T16:46:25.794Z] Step 10/10 : COPY . . [2020-09-24T16:46:27.963Z] ---> Using cache [2020-09-24T16:46:27.963Z] ---> 01357a8ade9f [2020-09-24T16:46:28.419Z] Successfully built 01357a8ade9f [2020-09-24T16:46:28.419Z] Successfully tagged docker:latest [2020-09-24T16:46:28.419Z] INFO: Image build ended at 09/24/2020 16:46:28. Duration:00:00:07.4175117 [2020-09-24T16:46:28.419Z] [2020-09-24T16:46:28.419Z] [2020-09-24T16:46:28.419Z] INFO: Building the test binaries at 09/24/2020 16:46:28... [2020-09-24T16:46:32.552Z] #64 sending tarball 16.2s done [2020-09-24T16:46:32.552Z] #64 DONE 21.8s [2020-09-24T16:46:32.552Z] [2020-09-24T16:46:32.552Z] #65 importing to docker [2020-09-24T16:46:32.552Z] #65 DONE 1.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-24T16:46:32.992Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/test/unit [2020-09-24T16:46:33.141Z] INFO: make.ps1 starting at 09/24/2020 16:46:32 [2020-09-24T16:46:33.141Z] INFO: Git commit (a9f8843c1d) assumed from DOCKER_GITCOMMIT environment variable [2020-09-24T16:46:33.141Z] INFO: Invoking autogen... [2020-09-24T16:46:33.141Z] INFO: Building daemon... [2020-09-24T16:46:35.756Z] ? github.com/docker/docker/api [no test files] [2020-09-24T16:46:41.422Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-08d56be73d9321dba) in /home/ubuntu/workspace/moby_PR-39297 [Pipeline] { [Pipeline] checkout [2020-09-24T16:46:44.201Z] using credential docker-jenkins-github-credentials [2020-09-24T16:46:44.208Z] Cloning the remote Git repository [2020-09-24T16:46:44.208Z] Cloning with configured refspecs honoured and without tags [2020-09-24T16:46:44.229Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:46:44.292Z] > git init /home/ubuntu/workspace/moby_PR-39297 # timeout=10 [2020-09-24T16:46:44.556Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:46:44.557Z] > git --version # timeout=10 [2020-09-24T16:46:44.568Z] > git --version # 'git version 2.17.1' [2020-09-24T16:46:44.569Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:46:44.570Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:46:46.689Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-070cecae6ac9c459a) in /home/ubuntu/workspace/moby_PR-39297 [Pipeline] { [Pipeline] checkout [2020-09-24T16:46:48.432Z] using credential docker-jenkins-github-credentials [2020-09-24T16:46:48.438Z] Cloning the remote Git repository [2020-09-24T16:46:48.438Z] Cloning with configured refspecs honoured and without tags [2020-09-24T16:46:48.508Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:46:48.555Z] > git init /home/ubuntu/workspace/moby_PR-39297 # timeout=10 [2020-09-24T16:46:48.786Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:46:48.787Z] > git --version # timeout=10 [2020-09-24T16:46:48.807Z] > git --version # 'git version 2.17.1' [2020-09-24T16:46:48.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:46:48.810Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:46:50.198Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0a2b9130017482040) in /home/ubuntu/workspace/moby_PR-39297 [Pipeline] { [Pipeline] checkout [2020-09-24T16:46:51.638Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-24T16:46:51.638Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-09-24T16:46:52.670Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-09-24T16:46:52.670Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-24T16:46:52.670Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-24T16:46:52.670Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-24T16:46:52.963Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-24T16:46:52.963Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-24T16:46:52.963Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-24T16:46:52.963Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-24T16:46:52.963Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-24T16:46:52.978Z] using credential docker-jenkins-github-credentials [2020-09-24T16:46:52.987Z] Cloning the remote Git repository [2020-09-24T16:46:52.987Z] Cloning with configured refspecs honoured and without tags [2020-09-24T16:46:53.254Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-24T16:46:52.822Z] Cloning repository https://github.com/moby/moby.git [2020-09-24T16:46:52.885Z] > git init /home/ubuntu/workspace/moby_PR-39297 # timeout=10 [2020-09-24T16:46:53.213Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:46:53.213Z] > git --version # timeout=10 [2020-09-24T16:46:53.219Z] > git --version # 'git version 2.7.4' [2020-09-24T16:46:53.220Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:46:53.222Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:46:53.885Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-24T16:46:53.885Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-24T16:46:54.179Z] ok github.com/docker/docker/api/server/router/swarm 0.011s coverage: 5.7% of statements [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/types [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-24T16:46:54.179Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-24T16:46:54.431Z] ok github.com/docker/docker/api/server 0.007s coverage: 9.0% of statements [2020-09-24T16:46:54.469Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2020-09-24T16:46:54.469Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-24T16:46:54.469Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-24T16:46:54.759Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-09-24T16:46:54.759Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-24T16:46:54.759Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-24T16:46:55.050Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2020-09-24T16:46:57.777Z] ok github.com/docker/docker/builder/remotecontext 0.364s coverage: 13.6% of statements [2020-09-24T16:46:58.067Z] ok github.com/docker/docker/builder/dockerfile 0.949s coverage: 48.0% of statements [2020-09-24T16:46:58.699Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2020-09-24T16:46:59.731Z] ok github.com/docker/docker/builder/remotecontext/git 1.628s coverage: 86.3% of statements [2020-09-24T16:46:59.731Z] ? github.com/docker/docker/cli [no test files] [2020-09-24T16:46:59.731Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-24T16:47:01.238Z] ok github.com/docker/docker/client 0.144s coverage: 75.4% of statements [2020-09-24T16:47:02.111Z] Fetching without tags [2020-09-24T16:47:02.370Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:03.054Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:03.054Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:47:02.045Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:02.051Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:47:02.070Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:02.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:02.115Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:47:02.116Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:02.117Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:02.378Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:02.395Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:02.996Z] > git remote # timeout=10 [2020-09-24T16:47:03.015Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:47:03.024Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:03.025Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:47:03.044Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:47:03.057Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:03.060Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:04.346Z] Fetching without tags [2020-09-24T16:47:04.278Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:04.297Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:47:04.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:04.333Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:04.392Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:47:04.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:04.395Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:04.663Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:05.346Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:05.346Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:47:04.668Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:04.686Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:05.289Z] > git remote # timeout=10 [2020-09-24T16:47:05.312Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:47:05.322Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:05.323Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:47:05.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:47:05.350Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:05.366Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:07.073Z] Commit message: "Changes for adding default capabilities" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:47:08.212Z] + docker version [2020-09-24T16:47:09.073Z] Commit message: "Changes for adding default capabilities" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:47:10.197Z] + docker version [2020-09-24T16:47:12.213Z] Fetching without tags [2020-09-24T16:47:12.620Z] Merging remotes/origin/master commit a24a71c50f34d53710cccaa4d5e5f62169c5e1dc into PR head commit a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:13.706Z] Merge succeeded, producing a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:47:13.706Z] Checking out Revision a9f8843c1d78c092c95e86d376eb54d747bdaa58 (PR-39297) [2020-09-24T16:47:12.128Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:12.139Z] > git config --add remote.origin.fetch +refs/pull/39297/head:refs/remotes/origin/PR-39297 # timeout=10 [2020-09-24T16:47:12.149Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:12.161Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-09-24T16:47:12.178Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-09-24T16:47:12.178Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:12.179Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39297/head:refs/remotes/origin/PR-39297 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T16:47:12.591Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:12.596Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:13.628Z] > git remote # timeout=10 [2020-09-24T16:47:13.633Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T16:47:13.643Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-09-24T16:47:13.645Z] > git merge a24a71c50f34d53710cccaa4d5e5f62169c5e1dc # timeout=10 [2020-09-24T16:47:13.659Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T16:47:13.676Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T16:47:13.681Z] > git checkout -f a9f8843c1d78c092c95e86d376eb54d747bdaa58 # timeout=10 [2020-09-24T16:47:18.113Z] Commit message: "Changes for adding default capabilities" [2020-09-24T16:47:18.204Z] Client: Docker Engine - Community [2020-09-24T16:47:18.204Z] Version: 19.03.13 [2020-09-24T16:47:18.204Z] API version: 1.40 [2020-09-24T16:47:18.204Z] Go version: go1.13.15 [2020-09-24T16:47:18.204Z] Git commit: 4484c46d9d [2020-09-24T16:47:18.204Z] Built: Wed Sep 16 17:02:36 2020 [2020-09-24T16:47:18.204Z] OS/Arch: linux/amd64 [2020-09-24T16:47:18.204Z] Experimental: false [2020-09-24T16:47:18.204Z] [2020-09-24T16:47:18.204Z] Server: Docker Engine - Community [2020-09-24T16:47:18.204Z] Engine: [2020-09-24T16:47:18.204Z] Version: 19.03.13 [2020-09-24T16:47:18.204Z] API version: 1.40 (minimum version 1.12) [2020-09-24T16:47:18.204Z] Go version: go1.13.15 [2020-09-24T16:47:18.204Z] Git commit: 4484c46d9d [2020-09-24T16:47:18.204Z] Built: Wed Sep 16 17:01:06 2020 [2020-09-24T16:47:18.204Z] OS/Arch: linux/amd64 [2020-09-24T16:47:18.204Z] Experimental: true [2020-09-24T16:47:18.204Z] containerd: [2020-09-24T16:47:18.204Z] Version: 1.3.7 [2020-09-24T16:47:18.204Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:18.204Z] runc: [2020-09-24T16:47:18.204Z] Version: 1.0.0-rc10 [2020-09-24T16:47:18.204Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:18.204Z] docker-init: [2020-09-24T16:47:18.204Z] Version: 0.18.0 [2020-09-24T16:47:18.204Z] GitCommit: fec3683 [Pipeline] sh [2020-09-24T16:47:18.342Z] Client: Docker Engine - Community [2020-09-24T16:47:18.342Z] Version: 19.03.13 [2020-09-24T16:47:18.342Z] API version: 1.40 [2020-09-24T16:47:18.342Z] Go version: go1.13.15 [2020-09-24T16:47:18.342Z] Git commit: 4484c46d9d [2020-09-24T16:47:18.342Z] Built: Wed Sep 16 17:02:36 2020 [2020-09-24T16:47:18.342Z] OS/Arch: linux/amd64 [2020-09-24T16:47:18.342Z] Experimental: false [2020-09-24T16:47:18.342Z] [2020-09-24T16:47:18.342Z] Server: Docker Engine - Community [2020-09-24T16:47:18.342Z] Engine: [2020-09-24T16:47:18.342Z] Version: 19.03.13 [2020-09-24T16:47:18.342Z] API version: 1.40 (minimum version 1.12) [2020-09-24T16:47:18.342Z] Go version: go1.13.15 [2020-09-24T16:47:18.342Z] Git commit: 4484c46d9d [2020-09-24T16:47:18.342Z] Built: Wed Sep 16 17:01:06 2020 [2020-09-24T16:47:18.342Z] OS/Arch: linux/amd64 [2020-09-24T16:47:18.342Z] Experimental: true [2020-09-24T16:47:18.342Z] containerd: [2020-09-24T16:47:18.342Z] Version: 1.3.7 [2020-09-24T16:47:18.342Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:18.342Z] runc: [2020-09-24T16:47:18.342Z] Version: 1.0.0-rc10 [2020-09-24T16:47:18.342Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:18.342Z] docker-init: [2020-09-24T16:47:18.342Z] Version: 0.18.0 [2020-09-24T16:47:18.342Z] GitCommit: fec3683 [Pipeline] sh [2020-09-24T16:47:18.519Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-09-24T16:47:18.690Z] + docker info [2020-09-24T16:47:19.159Z] + docker version [2020-09-24T16:47:28.374Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 30.9% of statements [2020-09-24T16:47:28.374Z] ok github.com/docker/docker/container 0.108s coverage: 34.7% of statements [2020-09-24T16:47:28.374Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-24T16:47:28.374Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-24T16:47:28.374Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-24T16:47:28.374Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-24T16:47:28.638Z] Client: [2020-09-24T16:47:28.638Z] Debug Mode: false [2020-09-24T16:47:28.638Z] [2020-09-24T16:47:28.638Z] Server: [2020-09-24T16:47:28.638Z] Containers: 0 [2020-09-24T16:47:28.638Z] Running: 0 [2020-09-24T16:47:28.638Z] Paused: 0 [2020-09-24T16:47:28.638Z] Stopped: 0 [2020-09-24T16:47:28.638Z] Images: 0 [2020-09-24T16:47:28.638Z] Server Version: 19.03.13 [2020-09-24T16:47:28.638Z] Storage Driver: overlay2 [2020-09-24T16:47:28.638Z] Backing Filesystem: extfs [2020-09-24T16:47:28.638Z] Supports d_type: true [2020-09-24T16:47:28.638Z] Native Overlay Diff: true [2020-09-24T16:47:28.638Z] Logging Driver: json-file [2020-09-24T16:47:28.638Z] Cgroup Driver: cgroupfs [2020-09-24T16:47:28.638Z] Plugins: [2020-09-24T16:47:28.638Z] Volume: local [2020-09-24T16:47:28.638Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:47:28.638Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-24T16:47:28.638Z] Swarm: inactive [2020-09-24T16:47:28.638Z] Runtimes: runc [2020-09-24T16:47:28.638Z] Default Runtime: runc [2020-09-24T16:47:28.638Z] Init Binary: docker-init [2020-09-24T16:47:28.638Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:28.638Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:28.638Z] init version: fec3683 [2020-09-24T16:47:28.638Z] Security Options: [2020-09-24T16:47:28.638Z] apparmor [2020-09-24T16:47:28.638Z] seccomp [2020-09-24T16:47:28.638Z] Profile: default [2020-09-24T16:47:28.638Z] Kernel Version: 5.4.0-1025-aws [2020-09-24T16:47:28.638Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-24T16:47:28.638Z] OSType: linux [2020-09-24T16:47:28.638Z] Architecture: x86_64 [2020-09-24T16:47:28.638Z] CPUs: 2 [2020-09-24T16:47:28.638Z] Total Memory: 7.487GiB [2020-09-24T16:47:28.638Z] Name: ip-10-100-82-190 [2020-09-24T16:47:28.638Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-09-24T16:47:28.638Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:47:28.638Z] Debug Mode: false [2020-09-24T16:47:28.638Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:47:28.638Z] Labels: [2020-09-24T16:47:28.638Z] Experimental: true [2020-09-24T16:47:28.638Z] Insecure Registries: [2020-09-24T16:47:28.638Z] 127.0.0.0/8 [2020-09-24T16:47:28.638Z] Live Restore Enabled: true [2020-09-24T16:47:28.638Z] [2020-09-24T16:47:28.638Z] WARNING: No swap limit support [Pipeline] sh [2020-09-24T16:47:28.959Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:28.959Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:28.959Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39297/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:47:28.959Z] + bash /home/ubuntu/workspace/moby_PR-39297/check-config.sh [2020-09-24T16:47:28.959Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:47:28.959Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-09-24T16:47:28.959Z] [2020-09-24T16:47:28.959Z] Generally Necessary: [2020-09-24T16:47:28.959Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:47:28.959Z] - apparmor: enabled and tools installed [2020-09-24T16:47:28.959Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:47:28.959Z] - CONFIG_NET_NS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_PID_NS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:47:28.959Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_MEMCG: enabled [2020-09-24T16:47:28.959Z] - CONFIG_KEYS: enabled [2020-09-24T16:47:28.959Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-24T16:47:28.959Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:47:28.959Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-24T16:47:28.960Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:47:28.960Z] [2020-09-24T16:47:28.960Z] Optional Features: [2020-09-24T16:47:28.960Z] - CONFIG_USER_NS: enabled [2020-09-24T16:47:28.960Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:47:28.960Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:47:28.960Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:47:28.960Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:47:28.960Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-24T16:47:28.960Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:47:28.960Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:47:28.960Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-24T16:47:28.960Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-24T16:47:28.960Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:47:28.960Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:47:28.960Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:47:28.960Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:47:28.960Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:47:28.960Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:47:28.960Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:47:28.960Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:47:29.169Z] Client: Docker Engine - Community [2020-09-24T16:47:29.169Z] Version: 19.03.13 [2020-09-24T16:47:29.169Z] API version: 1.40 [2020-09-24T16:47:29.169Z] Go version: go1.13.15 [2020-09-24T16:47:29.169Z] Git commit: 4484c46 [2020-09-24T16:47:29.169Z] Built: Wed Sep 16 17:03:45 2020 [2020-09-24T16:47:29.169Z] OS/Arch: linux/arm64 [2020-09-24T16:47:29.169Z] Experimental: false [2020-09-24T16:47:29.169Z] [2020-09-24T16:47:29.169Z] Server: Docker Engine - Community [2020-09-24T16:47:29.169Z] Engine: [2020-09-24T16:47:29.169Z] Version: 19.03.13 [2020-09-24T16:47:29.169Z] API version: 1.40 (minimum version 1.12) [2020-09-24T16:47:29.169Z] Go version: go1.13.15 [2020-09-24T16:47:29.169Z] Git commit: 4484c46 [2020-09-24T16:47:29.169Z] Built: Wed Sep 16 17:02:17 2020 [2020-09-24T16:47:29.169Z] OS/Arch: linux/arm64 [2020-09-24T16:47:29.169Z] Experimental: true [2020-09-24T16:47:29.169Z] containerd: [2020-09-24T16:47:29.169Z] Version: 1.3.7 [2020-09-24T16:47:29.169Z] GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:29.169Z] runc: [2020-09-24T16:47:29.169Z] Version: 1.0.0-rc10 [2020-09-24T16:47:29.169Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:29.169Z] docker-init: [2020-09-24T16:47:29.169Z] Version: 0.18.0 [2020-09-24T16:47:29.169Z] GitCommit: fec3683 [Pipeline] sh [2020-09-24T16:47:29.216Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:47:29.216Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:47:29.216Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:47:29.216Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:47:29.216Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:47:29.216Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:47:29.216Z] - Network Drivers: [2020-09-24T16:47:29.216Z] - "overlay": [2020-09-24T16:47:29.216Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:47:29.216Z] Optional (for encrypted networks): [2020-09-24T16:47:29.216Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:47:29.216Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-24T16:47:29.216Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-24T16:47:29.216Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-24T16:47:29.216Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-24T16:47:29.216Z] - CONFIG_XFRM: enabled [2020-09-24T16:47:29.216Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-24T16:47:29.216Z] - "ipvlan": [2020-09-24T16:47:29.216Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:47:29.216Z] - "macvlan": [2020-09-24T16:47:29.216Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:47:29.216Z] - "ftp,tftp client in container": [2020-09-24T16:47:29.216Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:47:29.216Z] - Storage Drivers: [2020-09-24T16:47:29.216Z] - "aufs": [2020-09-24T16:47:29.216Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:47:29.216Z] - "btrfs": [2020-09-24T16:47:29.216Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:47:29.216Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:47:29.216Z] - "devicemapper": [2020-09-24T16:47:29.216Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:47:29.216Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:47:29.216Z] - "overlay": [2020-09-24T16:47:29.216Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:47:29.216Z] - "zfs": [2020-09-24T16:47:29.216Z] - /dev/zfs: present [2020-09-24T16:47:29.216Z] - zfs command: missing [2020-09-24T16:47:29.216Z] - zpool command: missing [2020-09-24T16:47:29.216Z] [2020-09-24T16:47:29.216Z] Limits: [2020-09-24T16:47:29.216Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:47:29.216Z] [2020-09-24T16:47:29.216Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:47:29.500Z] + docker info [2020-09-24T16:47:29.581Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:47:29.581Z] #1 [internal] load .dockerignore [2020-09-24T16:47:29.843Z] #1 transferring context: 87B done [2020-09-24T16:47:29.843Z] #1 DONE 0.2s [2020-09-24T16:47:29.843Z] [2020-09-24T16:47:29.843Z] #2 [internal] load build definition from Dockerfile [2020-09-24T16:47:29.843Z] #2 transferring dockerfile: 16.37kB 0.0s done [2020-09-24T16:47:29.843Z] #2 DONE 0.2s [2020-09-24T16:47:29.843Z] [2020-09-24T16:47:29.843Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:47:30.750Z] Client: [2020-09-24T16:47:30.750Z] Debug Mode: false [2020-09-24T16:47:30.750Z] [2020-09-24T16:47:30.750Z] Server: [2020-09-24T16:47:30.750Z] Containers: 0 [2020-09-24T16:47:30.750Z] Running: 0 [2020-09-24T16:47:30.750Z] Paused: 0 [2020-09-24T16:47:30.750Z] Stopped: 0 [2020-09-24T16:47:30.750Z] Images: 0 [2020-09-24T16:47:30.750Z] Server Version: 19.03.13 [2020-09-24T16:47:30.750Z] Storage Driver: overlay2 [2020-09-24T16:47:30.750Z] Backing Filesystem: extfs [2020-09-24T16:47:30.750Z] Supports d_type: true [2020-09-24T16:47:30.750Z] Native Overlay Diff: true [2020-09-24T16:47:30.750Z] Logging Driver: json-file [2020-09-24T16:47:30.750Z] Cgroup Driver: cgroupfs [2020-09-24T16:47:30.750Z] Plugins: [2020-09-24T16:47:30.750Z] Volume: local [2020-09-24T16:47:30.750Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:47:30.750Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-24T16:47:30.750Z] Swarm: inactive [2020-09-24T16:47:30.750Z] Runtimes: runc [2020-09-24T16:47:30.750Z] Default Runtime: runc [2020-09-24T16:47:30.750Z] Init Binary: docker-init [2020-09-24T16:47:30.750Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:30.750Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:30.750Z] init version: fec3683 [2020-09-24T16:47:30.750Z] Security Options: [2020-09-24T16:47:30.750Z] apparmor [2020-09-24T16:47:30.750Z] seccomp [2020-09-24T16:47:30.750Z] Profile: default [2020-09-24T16:47:30.750Z] Kernel Version: 5.4.0-1025-aws [2020-09-24T16:47:30.750Z] Operating System: Ubuntu 18.04.5 LTS [2020-09-24T16:47:30.750Z] OSType: linux [2020-09-24T16:47:30.750Z] Architecture: x86_64 [2020-09-24T16:47:30.750Z] CPUs: 2 [2020-09-24T16:47:30.750Z] Total Memory: 7.569GiB [2020-09-24T16:47:30.750Z] Name: ip-10-100-59-19 [2020-09-24T16:47:30.750Z] ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X [2020-09-24T16:47:30.750Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:47:30.750Z] Debug Mode: false [2020-09-24T16:47:30.750Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:47:30.750Z] Labels: [2020-09-24T16:47:30.750Z] Experimental: true [2020-09-24T16:47:30.750Z] Insecure Registries: [2020-09-24T16:47:30.750Z] 127.0.0.0/8 [2020-09-24T16:47:30.750Z] Live Restore Enabled: true [2020-09-24T16:47:30.750Z] [2020-09-24T16:47:30.750Z] WARNING: No swap limit support [Pipeline] sh [2020-09-24T16:47:31.038Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:31.038Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:31.038Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39297/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:47:31.113Z] ok github.com/docker/docker/daemon/cluster 0.042s coverage: 0.5% of statements [2020-09-24T16:47:31.216Z] #3 DONE 1.2s [2020-09-24T16:47:31.216Z] [2020-09-24T16:47:31.216Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:47:31.216Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-24T16:47:31.216Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-24T16:47:31.216Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-24T16:47:31.216Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-24T16:47:31.216Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.2s [2020-09-24T16:47:31.216Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-09-24T16:47:31.298Z] + bash /home/ubuntu/workspace/moby_PR-39297/check-config.sh [2020-09-24T16:47:31.298Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:47:31.298Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ... [2020-09-24T16:47:31.298Z] [2020-09-24T16:47:31.298Z] Generally Necessary: [2020-09-24T16:47:31.298Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:47:31.298Z] - apparmor: enabled and tools installed [2020-09-24T16:47:31.298Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:47:31.298Z] - CONFIG_NET_NS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_PID_NS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:47:31.298Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_MEMCG: enabled [2020-09-24T16:47:31.298Z] - CONFIG_KEYS: enabled [2020-09-24T16:47:31.298Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:47:31.298Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:47:31.298Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:47:31.298Z] - CONFIG_NF_NAT_IPV4: missing [2020-09-24T16:47:31.472Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-09-24T16:47:31.472Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-24T16:47:31.558Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_NF_NAT_NEEDED: missing [2020-09-24T16:47:31.558Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:47:31.558Z] [2020-09-24T16:47:31.558Z] Optional Features: [2020-09-24T16:47:31.558Z] - CONFIG_USER_NS: enabled [2020-09-24T16:47:31.558Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:47:31.558Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:47:31.558Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:47:31.558Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-24T16:47:31.558Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:47:31.558Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:47:31.558Z] - CONFIG_IOSCHED_CFQ: missing [2020-09-24T16:47:31.558Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-09-24T16:47:31.558Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:47:31.558Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:47:31.558Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:47:31.558Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:47:31.558Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:47:31.558Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:47:31.558Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:47:31.558Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:47:31.558Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:47:31.558Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:47:31.558Z] - Network Drivers: [2020-09-24T16:47:31.558Z] - "overlay": [2020-09-24T16:47:31.558Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:47:31.558Z] Optional (for encrypted networks): [2020-09-24T16:47:31.558Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-24T16:47:31.558Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-24T16:47:31.558Z] - CONFIG_XFRM: enabled [2020-09-24T16:47:31.558Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:47:31.558Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-09-24T16:47:31.558Z] - "ipvlan": [2020-09-24T16:47:31.558Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:47:31.558Z] - "macvlan": [2020-09-24T16:47:31.729Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-09-24T16:47:31.729Z] #4 DONE 0.7s [2020-09-24T16:47:31.819Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:47:31.819Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:47:31.819Z] - "ftp,tftp client in container": [2020-09-24T16:47:31.819Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:47:31.819Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:47:31.819Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:47:31.819Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:47:31.819Z] - Storage Drivers: [2020-09-24T16:47:31.819Z] - "aufs": [2020-09-24T16:47:31.819Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:47:31.819Z] - "btrfs": [2020-09-24T16:47:31.819Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:47:31.819Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:47:31.819Z] - "devicemapper": [2020-09-24T16:47:31.819Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:47:31.819Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:47:31.819Z] - "overlay": [2020-09-24T16:47:31.819Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:47:31.819Z] - "zfs": [2020-09-24T16:47:31.819Z] - /dev/zfs: present [2020-09-24T16:47:31.819Z] - zfs command: missing [2020-09-24T16:47:31.819Z] - zpool command: missing [2020-09-24T16:47:31.819Z] [2020-09-24T16:47:31.819Z] Limits: [2020-09-24T16:47:31.819Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:47:31.819Z] [2020-09-24T16:47:31.819Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:47:31.985Z] [2020-09-24T16:47:31.985Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:47:32.145Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-09-24T16:47:32.168Z] + sudo modprobe ip_vs [2020-09-24T16:47:32.168Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:47:32.168Z] #2 [internal] load .dockerignore [2020-09-24T16:47:32.242Z] #6 DONE 0.3s [2020-09-24T16:47:32.242Z] [2020-09-24T16:47:32.242Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:47:32.242Z] #5 DONE 0.3s [2020-09-24T16:47:32.242Z] [2020-09-24T16:47:32.242Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:32.242Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-24T16:47:32.429Z] #2 transferring context: 87B done [2020-09-24T16:47:32.429Z] #2 DONE 0.1s [2020-09-24T16:47:32.429Z] [2020-09-24T16:47:32.429Z] #1 [internal] load build definition from Dockerfile [2020-09-24T16:47:32.429Z] #1 transferring dockerfile: 16.37kB 0.0s done [2020-09-24T16:47:32.429Z] #1 DONE 0.1s [2020-09-24T16:47:32.429Z] [2020-09-24T16:47:32.429Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:47:32.498Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-24T16:47:32.498Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2020-09-24T16:47:32.498Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-24T16:47:32.498Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-24T16:47:32.498Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [2020-09-24T16:47:32.498Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.74MB / 7.81MB 0.3s [2020-09-24T16:47:32.498Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.68MB / 50.40MB 0.3s [2020-09-24T16:47:32.498Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.37MB / 7.81MB 0.3s [2020-09-24T16:47:32.498Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.86MB / 50.40MB 0.3s [2020-09-24T16:47:32.690Z] #3 DONE 0.3s [2020-09-24T16:47:32.690Z] [2020-09-24T16:47:32.690Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:47:32.690Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-24T16:47:32.690Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-09-24T16:47:32.690Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.46MB / 8.88MB 0.2s [2020-09-24T16:47:32.690Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-24T16:47:32.690Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-09-24T16:47:32.756Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2020-09-24T16:47:32.756Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.91MB / 50.40MB 0.4s [2020-09-24T16:47:32.950Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s [2020-09-24T16:47:32.950Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2020-09-24T16:47:32.950Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-09-24T16:47:33.210Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-09-24T16:47:33.210Z] #4 DONE 0.6s [2020-09-24T16:47:33.325Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2020-09-24T16:47:33.325Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.9s [2020-09-24T16:47:33.325Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.56MB / 51.83MB 0.9s [2020-09-24T16:47:33.325Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s [2020-09-24T16:47:33.325Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.30MB / 51.83MB 1.0s [2020-09-24T16:47:33.473Z] [2020-09-24T16:47:33.473Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:47:33.587Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s done [2020-09-24T16:47:33.587Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.98MB / 51.83MB 1.2s [2020-09-24T16:47:33.587Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s done [2020-09-24T16:47:33.587Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.2s [2020-09-24T16:47:33.587Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.2s [2020-09-24T16:47:33.587Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.93MB / 51.83MB 1.4s [2020-09-24T16:47:33.649Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.9% of statements [2020-09-24T16:47:33.734Z] #6 ... [2020-09-24T16:47:33.734Z] [2020-09-24T16:47:33.734Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:47:33.734Z] #5 DONE 0.2s [2020-09-24T16:47:33.734Z] [2020-09-24T16:47:33.734Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:47:33.734Z] #6 DONE 0.4s [2020-09-24T16:47:33.734Z] [2020-09-24T16:47:33.734Z] #20 [internal] load build context [2020-09-24T16:47:33.845Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 25.52MB / 51.83MB 1.5s [2020-09-24T16:47:33.845Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.24MB / 120.17MB 1.5s [2020-09-24T16:47:33.845Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.88MB / 68.67MB 1.5s [2020-09-24T16:47:33.845Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.24MB / 51.83MB 1.6s [2020-09-24T16:47:33.845Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.85MB / 120.17MB 1.6s [2020-09-24T16:47:33.845Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.29MB / 68.67MB 1.6s [2020-09-24T16:47:33.845Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-09-24T16:47:34.109Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.41MB / 51.83MB 1.7s [2020-09-24T16:47:34.109Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.61MB / 68.67MB 1.7s [2020-09-24T16:47:34.109Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 41.06MB / 51.83MB 1.9s [2020-09-24T16:47:34.109Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 25.57MB / 120.17MB 1.9s [2020-09-24T16:47:34.109Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 19.40MB / 68.67MB 1.9s [2020-09-24T16:47:34.373Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.37MB / 51.83MB 2.1s [2020-09-24T16:47:34.373Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.12MB / 120.17MB 2.1s [2020-09-24T16:47:34.373Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.88MB / 68.67MB 2.1s [2020-09-24T16:47:34.373Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 36.69MB / 68.67MB 2.1s [2020-09-24T16:47:34.686Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.37MB / 120.17MB 2.3s [2020-09-24T16:47:34.686Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 41.67MB / 68.67MB 2.3s [2020-09-24T16:47:34.686Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.25MB / 120.17MB 2.5s [2020-09-24T16:47:34.686Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 51.33MB / 68.67MB 2.5s [2020-09-24T16:47:35.251Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.6s done [2020-09-24T16:47:35.252Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.20MB / 120.17MB 2.9s [2020-09-24T16:47:35.252Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 61.72MB / 68.67MB 2.9s [2020-09-24T16:47:35.252Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.9s [2020-09-24T16:47:35.252Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 67.80MB / 68.67MB 3.1s [2020-09-24T16:47:35.252Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2020-09-24T16:47:35.509Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.72MB / 120.17MB 3.2s [2020-09-24T16:47:35.509Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.74MB / 120.17MB 3.3s [2020-09-24T16:47:35.771Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.49MB / 120.17MB 3.5s [2020-09-24T16:47:36.032Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.78MB / 120.17MB 3.7s [2020-09-24T16:47:36.032Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s done [2020-09-24T16:47:36.289Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.85MB / 120.17MB 3.9s [2020-09-24T16:47:36.289Z] #7 ... [2020-09-24T16:47:36.289Z] [2020-09-24T16:47:36.289Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:47:36.289Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-24T16:47:36.289Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-24T16:47:36.289Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-24T16:47:36.289Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2020-09-24T16:47:36.289Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.2s done [2020-09-24T16:47:36.289Z] #58 DONE 4.1s [2020-09-24T16:47:36.289Z] [2020-09-24T16:47:36.289Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:36.289Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 118.77MB / 120.17MB 4.0s [2020-09-24T16:47:37.257Z] #7 ... [2020-09-24T16:47:37.257Z] [2020-09-24T16:47:37.257Z] #20 [internal] load build context [2020-09-24T16:47:37.257Z] #20 transferring context: 51.44MB 4.6s done [2020-09-24T16:47:37.257Z] #20 DONE 5.0s [2020-09-24T16:47:37.257Z] [2020-09-24T16:47:37.257Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:37.514Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.2s done [2020-09-24T16:47:37.969Z] #20 transferring context: 41.31MB 3.6s [2020-09-24T16:47:37.969Z] #20 ... [2020-09-24T16:47:37.969Z] [2020-09-24T16:47:37.969Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:47:37.969Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-24T16:47:37.969Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-24T16:47:37.969Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-24T16:47:37.969Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2020-09-24T16:47:37.969Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.1s done [2020-09-24T16:47:37.969Z] #58 DONE 3.9s [2020-09-24T16:47:37.969Z] [2020-09-24T16:47:37.969Z] #20 [internal] load build context [2020-09-24T16:47:37.969Z] #20 transferring context: 51.44MB 4.1s done [2020-09-24T16:47:38.229Z] #20 DONE 4.5s [2020-09-24T16:47:38.229Z] [2020-09-24T16:47:38.229Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:38.229Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-24T16:47:38.229Z] #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2020-09-24T16:47:38.229Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-24T16:47:38.229Z] #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2020-09-24T16:47:38.229Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done [2020-09-24T16:47:38.229Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done [2020-09-24T16:47:38.229Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-09-24T16:47:38.229Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.7s done [2020-09-24T16:47:38.229Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.0s done [2020-09-24T16:47:38.229Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.5s [2020-09-24T16:47:38.229Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.4s [2020-09-24T16:47:38.229Z] #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done [2020-09-24T16:47:38.912Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.9s done [2020-09-24T16:47:38.912Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2020-09-24T16:47:39.170Z] #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.4s done [2020-09-24T16:47:39.512Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-09-24T16:47:39.512Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2020-09-24T16:47:39.757Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.9s done [2020-09-24T16:47:39.769Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2020-09-24T16:47:39.769Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2020-09-24T16:47:40.018Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-09-24T16:47:40.279Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-09-24T16:47:40.279Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-09-24T16:47:40.537Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 14.1% of statements [2020-09-24T16:47:40.851Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2020-09-24T16:47:40.851Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-09-24T16:47:41.569Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 81.8% of statements [2020-09-24T16:47:41.860Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2020-09-24T16:47:42.289Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-09-24T16:47:42.289Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-24T16:47:42.491Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-09-24T16:47:42.767Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.1s done [2020-09-24T16:47:43.027Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-09-24T16:47:43.123Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-09-24T16:47:44.155Z] ok github.com/docker/docker/daemon 12.286s coverage: 17.4% of statements [2020-09-24T16:47:44.155Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-24T16:47:44.155Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-24T16:47:44.155Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-24T16:47:44.155Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-24T16:47:44.182Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.2s done [2020-09-24T16:47:44.424Z] Client: [2020-09-24T16:47:44.425Z] Debug Mode: false [2020-09-24T16:47:44.425Z] [2020-09-24T16:47:44.425Z] Server: [2020-09-24T16:47:44.425Z] Containers: 0 [2020-09-24T16:47:44.425Z] Running: 0 [2020-09-24T16:47:44.425Z] Paused: 0 [2020-09-24T16:47:44.425Z] Stopped: 0 [2020-09-24T16:47:44.425Z] Images: 0 [2020-09-24T16:47:44.425Z] Server Version: 19.03.13 [2020-09-24T16:47:44.425Z] Storage Driver: overlay2 [2020-09-24T16:47:44.425Z] Backing Filesystem: extfs [2020-09-24T16:47:44.425Z] Supports d_type: true [2020-09-24T16:47:44.425Z] Native Overlay Diff: true [2020-09-24T16:47:44.425Z] Logging Driver: json-file [2020-09-24T16:47:44.425Z] Cgroup Driver: cgroupfs [2020-09-24T16:47:44.425Z] Plugins: [2020-09-24T16:47:44.425Z] Volume: local [2020-09-24T16:47:44.425Z] Network: bridge host ipvlan macvlan null overlay [2020-09-24T16:47:44.425Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-09-24T16:47:44.425Z] Swarm: inactive [2020-09-24T16:47:44.425Z] Runtimes: runc [2020-09-24T16:47:44.425Z] Default Runtime: runc [2020-09-24T16:47:44.425Z] Init Binary: docker-init [2020-09-24T16:47:44.425Z] containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-09-24T16:47:44.425Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-09-24T16:47:44.425Z] init version: fec3683 [2020-09-24T16:47:44.425Z] Security Options: [2020-09-24T16:47:44.425Z] apparmor [2020-09-24T16:47:44.425Z] seccomp [2020-09-24T16:47:44.425Z] Profile: default [2020-09-24T16:47:44.425Z] Kernel Version: 4.15.0-1083-aws [2020-09-24T16:47:44.425Z] Operating System: Ubuntu 16.04.7 LTS [2020-09-24T16:47:44.425Z] OSType: linux [2020-09-24T16:47:44.425Z] Architecture: aarch64 [2020-09-24T16:47:44.425Z] CPUs: 4 [2020-09-24T16:47:44.425Z] Total Memory: 7.525GiB [2020-09-24T16:47:44.425Z] Name: ip-10-100-127-229 [2020-09-24T16:47:44.425Z] ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW [2020-09-24T16:47:44.425Z] Docker Root Dir: /var/lib/docker [2020-09-24T16:47:44.425Z] Debug Mode: false [2020-09-24T16:47:44.425Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:47:44.425Z] Labels: [2020-09-24T16:47:44.425Z] Experimental: true [2020-09-24T16:47:44.425Z] Insecure Registries: [2020-09-24T16:47:44.425Z] 127.0.0.0/8 [2020-09-24T16:47:44.425Z] Live Restore Enabled: true [2020-09-24T16:47:44.425Z] [2020-09-24T16:47:44.425Z] WARNING: No swap limit support [Pipeline] sh [2020-09-24T16:47:44.439Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-24T16:47:44.746Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:44.746Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-09-24T16:47:44.746Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39297/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-09-24T16:47:44.746Z] + bash /home/ubuntu/workspace/moby_PR-39297/check-config.sh [2020-09-24T16:47:44.746Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-09-24T16:47:44.746Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ... [2020-09-24T16:47:44.746Z] [2020-09-24T16:47:44.746Z] Generally Necessary: [2020-09-24T16:47:44.746Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-09-24T16:47:44.746Z] - apparmor: enabled and tools installed [2020-09-24T16:47:45.008Z] - CONFIG_NAMESPACES: enabled [2020-09-24T16:47:45.008Z] - CONFIG_NET_NS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_PID_NS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_IPC_NS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_UTS_NS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CGROUPS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CGROUP_DEVICE: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CGROUP_FREEZER: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CGROUP_SCHED: enabled [2020-09-24T16:47:45.008Z] - CONFIG_CPUSETS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_MEMCG: enabled [2020-09-24T16:47:45.008Z] - CONFIG_KEYS: enabled [2020-09-24T16:47:45.008Z] - CONFIG_VETH: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_BRIDGE: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NF_NAT: enabled (as module) [2020-09-24T16:47:45.008Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-09-24T16:47:45.008Z] - CONFIG_POSIX_MQUEUE: enabled [2020-09-24T16:47:45.008Z] [2020-09-24T16:47:45.008Z] Optional Features: [2020-09-24T16:47:45.008Z] - CONFIG_USER_NS: enabled [2020-09-24T16:47:45.253Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-09-24T16:47:45.253Z] [2020-09-24T16:47:45.253Z] ________ ____ __. [2020-09-24T16:47:45.253Z] \_____ \ | |/ _| [2020-09-24T16:47:45.253Z] / | \| < [2020-09-24T16:47:45.253Z] / | \ | \ [2020-09-24T16:47:45.253Z] \_______ /____|__ \ [2020-09-24T16:47:45.253Z] \/ \/ [2020-09-24T16:47:45.253Z] [2020-09-24T16:47:45.253Z] INFO: make.ps1 ended at 09/24/2020 16:47:38 [2020-09-24T16:47:45.253Z] INFO: Binaries build ended at 09/24/2020 16:47:39. Duration:00:01:11.4466705 [2020-09-24T16:47:45.253Z] INFO: Copying the built daemon binary to d:\CI\PR-39297\28\binary\dockerd-a9f8843c1d.exe... [2020-09-24T16:47:45.253Z] INFO: Copying the built client binary to d:\CI\PR-39297\28\binary\docker-a9f8843c1d.exe... [2020-09-24T16:47:45.253Z] INFO: Copying dockerversion from the container... [2020-09-24T16:47:45.253Z] INFO: Copying the golang package from the container to d:\CI\PR-39297\28\installer\go.zip... [2020-09-24T16:47:45.253Z] INFO: Extracting go.zip to d:\CI\PR-39297\28\go [2020-09-24T16:47:45.273Z] - CONFIG_SECCOMP: enabled [2020-09-24T16:47:45.273Z] - CONFIG_CGROUP_PIDS: enabled [2020-09-24T16:47:45.273Z] - CONFIG_MEMCG_SWAP: enabled [2020-09-24T16:47:45.273Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-09-24T16:47:45.273Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-09-24T16:47:45.273Z] - CONFIG_BLK_CGROUP: enabled [2020-09-24T16:47:45.273Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-09-24T16:47:45.273Z] - CONFIG_IOSCHED_CFQ: enabled [2020-09-24T16:47:45.273Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-09-24T16:47:45.273Z] - CONFIG_CGROUP_PERF: enabled [2020-09-24T16:47:45.273Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-09-24T16:47:45.273Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-09-24T16:47:45.273Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-09-24T16:47:45.273Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-09-24T16:47:45.273Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-09-24T16:47:45.273Z] - CONFIG_RT_GROUP_SCHED: missing [2020-09-24T16:47:45.273Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-09-24T16:47:45.273Z] - CONFIG_IP_VS: enabled (as module) [2020-09-24T16:47:45.273Z] - CONFIG_IP_VS_NFCT: enabled [2020-09-24T16:47:45.273Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-09-24T16:47:45.273Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-09-24T16:47:45.273Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-09-24T16:47:45.273Z] - CONFIG_EXT4_FS: enabled [2020-09-24T16:47:45.273Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-09-24T16:47:45.273Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-09-24T16:47:45.273Z] - Network Drivers: [2020-09-24T16:47:45.273Z] - "overlay": [2020-09-24T16:47:45.535Z] - CONFIG_VXLAN: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-09-24T16:47:45.535Z] Optional (for encrypted networks): [2020-09-24T16:47:45.535Z] - CONFIG_CRYPTO: enabled [2020-09-24T16:47:45.535Z] - CONFIG_CRYPTO_AEAD: enabled [2020-09-24T16:47:45.535Z] - CONFIG_CRYPTO_GCM: enabled [2020-09-24T16:47:45.535Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-09-24T16:47:45.535Z] - CONFIG_CRYPTO_GHASH: enabled [2020-09-24T16:47:45.535Z] - CONFIG_XFRM: enabled [2020-09-24T16:47:45.535Z] - CONFIG_XFRM_USER: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_INET_ESP: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-09-24T16:47:45.535Z] - "ipvlan": [2020-09-24T16:47:45.535Z] - CONFIG_IPVLAN: enabled (as module) [2020-09-24T16:47:45.535Z] - "macvlan": [2020-09-24T16:47:45.535Z] - CONFIG_MACVLAN: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_DUMMY: enabled (as module) [2020-09-24T16:47:45.535Z] - "ftp,tftp client in container": [2020-09-24T16:47:45.535Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-09-24T16:47:45.535Z] - Storage Drivers: [2020-09-24T16:47:45.535Z] - "aufs": [2020-09-24T16:47:45.535Z] - CONFIG_AUFS_FS: enabled (as module) [2020-09-24T16:47:45.535Z] - "btrfs": [2020-09-24T16:47:45.535Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-09-24T16:47:45.535Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-09-24T16:47:45.535Z] - "devicemapper": [2020-09-24T16:47:45.535Z] - CONFIG_BLK_DEV_DM: enabled [2020-09-24T16:47:45.535Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-09-24T16:47:45.535Z] - "overlay": [2020-09-24T16:47:45.535Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-09-24T16:47:45.574Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.2s done [2020-09-24T16:47:45.574Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2020-09-24T16:47:45.705Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-09-24T16:47:45.796Z] - "zfs": [2020-09-24T16:47:45.796Z] - /dev/zfs: missing [2020-09-24T16:47:45.796Z] - zfs command: missing [2020-09-24T16:47:45.796Z] - zpool command: missing [2020-09-24T16:47:45.796Z] [2020-09-24T16:47:45.796Z] Limits: [2020-09-24T16:47:45.796Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-09-24T16:47:45.796Z] [2020-09-24T16:47:45.796Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-09-24T16:47:46.142Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 . [2020-09-24T16:47:46.142Z] #1 [internal] load .dockerignore [2020-09-24T16:47:46.142Z] #1 transferring context: 87B done [2020-09-24T16:47:46.142Z] #1 DONE 0.1s [2020-09-24T16:47:46.142Z] [2020-09-24T16:47:46.142Z] #2 [internal] load build definition from Dockerfile [2020-09-24T16:47:46.142Z] #2 transferring dockerfile: 16.37kB done [2020-09-24T16:47:46.142Z] #2 DONE 0.1s [2020-09-24T16:47:46.338Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.181s coverage: 57.0% of statements [2020-09-24T16:47:46.404Z] [2020-09-24T16:47:46.404Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-09-24T16:47:48.320Z] #3 DONE 2.1s [2020-09-24T16:47:48.320Z] [2020-09-24T16:47:48.320Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-09-24T16:47:48.320Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-09-24T16:47:48.611Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.2s done [2020-09-24T16:47:48.894Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-09-24T16:47:48.894Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.3s [2020-09-24T16:47:48.894Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-09-24T16:47:48.895Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-09-24T16:47:48.895Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s [2020-09-24T16:47:48.934Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-24T16:47:48.934Z] #7 DONE 16.8s [2020-09-24T16:47:49.190Z] [2020-09-24T16:47:49.190Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:47:49.466Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.8s done [2020-09-24T16:47:49.467Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-09-24T16:47:49.729Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-09-24T16:47:49.789Z] #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.2s done [2020-09-24T16:47:49.789Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2020-09-24T16:47:50.048Z] #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2020-09-24T16:47:50.048Z] #7 DONE 16.2s [2020-09-24T16:47:50.048Z] [2020-09-24T16:47:50.048Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:47:50.301Z] #4 DONE 2.0s [2020-09-24T16:47:50.787Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.078s coverage: 46.2% of statements [2020-09-24T16:47:51.245Z] [2020-09-24T16:47:51.245Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2020-09-24T16:47:51.419Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-09-24T16:47:51.713Z] #8 DONE 2.6s [2020-09-24T16:47:51.713Z] [2020-09-24T16:47:51.713Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:47:51.818Z] #6 DONE 0.9s [2020-09-24T16:47:51.818Z] [2020-09-24T16:47:51.818Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-09-24T16:47:52.088Z] #5 DONE 0.9s [2020-09-24T16:47:52.088Z] [2020-09-24T16:47:52.088Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:52.088Z] #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2020-09-24T16:47:52.088Z] #7 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2020-09-24T16:47:52.088Z] #7 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2020-09-24T16:47:52.088Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.2s [2020-09-24T16:47:52.088Z] #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2020-09-24T16:47:52.088Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.2s [2020-09-24T16:47:52.088Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.2s [2020-09-24T16:47:52.275Z] #9 DONE 0.5s [2020-09-24T16:47:52.275Z] [2020-09-24T16:47:52.275Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:47:52.275Z] #35 DONE 0.1s [2020-09-24T16:47:52.275Z] [2020-09-24T16:47:52.275Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:47:52.357Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 7.41MB / 49.18MB 0.4s [2020-09-24T16:47:52.357Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.70MB / 7.68MB 0.4s [2020-09-24T16:47:52.357Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.4s [2020-09-24T16:47:52.357Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 14.11MB / 49.18MB 0.5s [2020-09-24T16:47:52.357Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s [2020-09-24T16:47:52.539Z] #36 ... [2020-09-24T16:47:52.539Z] [2020-09-24T16:47:52.539Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:47:52.539Z] #27 DONE 0.2s [2020-09-24T16:47:52.539Z] [2020-09-24T16:47:52.539Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:47:52.642Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 22.67MB / 49.18MB 0.7s [2020-09-24T16:47:52.642Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.6s done [2020-09-24T16:47:52.642Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.6s done [2020-09-24T16:47:52.642Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 0.7s [2020-09-24T16:47:52.642Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 0.7s [2020-09-24T16:47:52.642Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 35.74MB / 49.18MB 0.8s [2020-09-24T16:47:52.642Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.10MB / 52.16MB 0.8s [2020-09-24T16:47:52.908Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.05MB / 49.18MB 1.0s [2020-09-24T16:47:52.908Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 19.88MB / 52.16MB 1.0s [2020-09-24T16:47:52.908Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 20.54MB / 62.53MB 1.0s [2020-09-24T16:47:52.908Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 28.68MB / 52.16MB 1.1s [2020-09-24T16:47:52.908Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 31.11MB / 62.53MB 1.1s [2020-09-24T16:47:53.170Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 33.54MB / 52.16MB 1.2s [2020-09-24T16:47:53.170Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 35.88MB / 62.53MB 1.2s [2020-09-24T16:47:53.170Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 40.10MB / 52.16MB 1.3s [2020-09-24T16:47:53.170Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 52.39MB / 62.53MB 1.3s [2020-09-24T16:47:53.342Z] #8 DONE 2.8s [2020-09-24T16:47:53.342Z] [2020-09-24T16:47:53.342Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:47:53.342Z] #9 DONE 0.5s [2020-09-24T16:47:53.342Z] [2020-09-24T16:47:53.342Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:47:53.342Z] #27 DONE 0.1s [2020-09-24T16:47:53.342Z] [2020-09-24T16:47:53.342Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:47:53.435Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.5s [2020-09-24T16:47:53.435Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 1.5s [2020-09-24T16:47:53.606Z] #35 DONE 0.1s [2020-09-24T16:47:53.606Z] [2020-09-24T16:47:53.606Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:47:54.929Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.282s coverage: 49.5% of statements [2020-09-24T16:47:56.746Z] #7 ... [2020-09-24T16:47:56.746Z] [2020-09-24T16:47:56.746Z] #20 [internal] load build context [2020-09-24T16:47:56.746Z] #20 transferring context: 51.44MB 2.0s done [2020-09-24T16:47:56.746Z] #20 DONE 4.5s [2020-09-24T16:47:56.746Z] [2020-09-24T16:47:56.746Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:47:56.746Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.1s [2020-09-24T16:47:57.324Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.6s done [2020-09-24T16:47:57.324Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 5.2s done [2020-09-24T16:47:57.324Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.2s done [2020-09-24T16:47:57.324Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 14.12MB / 97.69MB 5.5s [2020-09-24T16:47:57.324Z] #7 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.4s done [2020-09-24T16:47:57.603Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 28.93MB / 97.69MB 5.7s [2020-09-24T16:47:57.799Z] #28 ... [2020-09-24T16:47:57.799Z] [2020-09-24T16:47:57.799Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:47:57.799Z] #21 5.059 + RM_GOPATH=0 [2020-09-24T16:47:57.799Z] #21 5.059 + TMP_GOPATH= [2020-09-24T16:47:57.799Z] #21 5.059 + : /build [2020-09-24T16:47:57.799Z] #21 5.059 + '[' -z '' ']' [2020-09-24T16:47:57.799Z] #21 5.061 ++ mktemp -d [2020-09-24T16:47:57.799Z] #21 5.062 + export GOPATH=/tmp/tmp.oeuGi7iECa [2020-09-24T16:47:57.799Z] #21 5.062 + GOPATH=/tmp/tmp.oeuGi7iECa [2020-09-24T16:47:57.799Z] #21 5.062 + RM_GOPATH=1 [2020-09-24T16:47:57.799Z] #21 5.062 + case "$(go env GOARCH)" in [2020-09-24T16:47:57.799Z] #21 5.063 ++ go env GOARCH [2020-09-24T16:47:57.799Z] #21 5.103 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:57.799Z] #21 5.104 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:57.799Z] #21 5.104 ++ dirname /tmp/install/install.sh [2020-09-24T16:47:57.799Z] #21 5.108 + dir=/tmp/install [2020-09-24T16:47:57.799Z] #21 5.111 + bin=dockercli [2020-09-24T16:47:57.799Z] #21 5.111 + shift [2020-09-24T16:47:57.799Z] #21 5.111 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-24T16:47:57.799Z] #21 5.111 + . /tmp/install/dockercli.installer [2020-09-24T16:47:57.799Z] #21 5.111 ++ : stable [2020-09-24T16:47:57.799Z] #21 5.111 ++ : 17.06.2-ce [2020-09-24T16:47:57.799Z] #21 5.111 + install_dockercli [2020-09-24T16:47:57.799Z] #21 5.111 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-24T16:47:57.799Z] #21 5.111 Install docker/cli version 17.06.2-ce from stable [2020-09-24T16:47:57.799Z] #21 5.120 ++ uname -m [2020-09-24T16:47:57.799Z] #21 5.121 + arch=x86_64 [2020-09-24T16:47:57.799Z] #21 5.121 + '[' x86_64 '!=' x86_64 ']' [2020-09-24T16:47:57.799Z] #21 5.121 + url=https://download.docker.com/linux/static [2020-09-24T16:47:57.799Z] #21 5.122 + tar -xz docker/docker [2020-09-24T16:47:57.799Z] #21 5.123 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-24T16:47:57.799Z] #21 ... [2020-09-24T16:47:57.799Z] [2020-09-24T16:47:57.799Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:47:57.799Z] #36 5.466 + git clone https://github.com/docker/distribution.git . [2020-09-24T16:47:57.799Z] #36 5.473 Cloning into '.'... [2020-09-24T16:47:57.865Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 36.03MB / 97.69MB 5.9s [2020-09-24T16:47:57.865Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 59.21MB / 97.69MB 6.1s [2020-09-24T16:47:58.128Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 70.88MB / 97.69MB 6.2s [2020-09-24T16:47:58.128Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 81.14MB / 97.69MB 6.3s [2020-09-24T16:47:58.425Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 90.73MB / 97.69MB 6.4s [2020-09-24T16:47:58.425Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 6.5s [2020-09-24T16:47:58.979Z] #36 5.116 + git clone https://github.com/docker/distribution.git . [2020-09-24T16:47:58.979Z] #36 5.124 Cloning into '.'... [2020-09-24T16:47:58.979Z] #36 ... [2020-09-24T16:47:58.979Z] [2020-09-24T16:47:58.979Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:47:58.979Z] #45 5.348 + RM_GOPATH=0 [2020-09-24T16:47:58.979Z] #45 5.348 + TMP_GOPATH= [2020-09-24T16:47:58.979Z] #45 5.348 + : /build [2020-09-24T16:47:58.979Z] #45 5.348 + '[' -z '' ']' [2020-09-24T16:47:58.979Z] #45 5.348 ++ mktemp -d [2020-09-24T16:47:58.979Z] #45 5.364 + export GOPATH=/tmp/tmp.heYosLox0i [2020-09-24T16:47:58.979Z] #45 5.364 + GOPATH=/tmp/tmp.heYosLox0i [2020-09-24T16:47:58.979Z] #45 5.364 + RM_GOPATH=1 [2020-09-24T16:47:58.979Z] #45 5.364 + case "$(go env GOARCH)" in [2020-09-24T16:47:58.979Z] #45 5.365 ++ go env GOARCH [2020-09-24T16:47:58.979Z] #45 5.371 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:58.979Z] #45 5.371 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:58.979Z] #45 5.372 ++ dirname /tmp/install/install.sh [2020-09-24T16:47:58.979Z] #45 5.375 + dir=/tmp/install [2020-09-24T16:47:58.979Z] #45 5.375 + bin=golangci_lint [2020-09-24T16:47:58.979Z] #45 5.383 + shift [2020-09-24T16:47:58.979Z] #45 5.384 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-24T16:47:58.979Z] #45 5.384 + . /tmp/install/golangci_lint.installer [2020-09-24T16:47:58.979Z] #45 5.384 ++ : v1.23.8 [2020-09-24T16:47:58.979Z] #45 5.385 + install_golangci_lint [2020-09-24T16:47:58.979Z] #45 5.387 + echo 'Installing golangci-lint version v1.23.8' [2020-09-24T16:47:58.979Z] #45 5.387 Installing golangci-lint version v1.23.8 [2020-09-24T16:47:58.979Z] #45 5.387 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:47:59.371Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.7s done [2020-09-24T16:47:59.575Z] #45 ... [2020-09-24T16:47:59.575Z] [2020-09-24T16:47:59.575Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:47:59.575Z] #43 4.982 + RM_GOPATH=0 [2020-09-24T16:47:59.575Z] #43 4.991 + TMP_GOPATH= [2020-09-24T16:47:59.575Z] #43 4.991 + : /build [2020-09-24T16:47:59.575Z] #43 4.991 + '[' -z '' ']' [2020-09-24T16:47:59.575Z] #43 4.991 ++ mktemp -d [2020-09-24T16:47:59.575Z] #43 4.991 + export GOPATH=/tmp/tmp.EjSkkEP6En [2020-09-24T16:47:59.575Z] #43 4.991 + GOPATH=/tmp/tmp.EjSkkEP6En [2020-09-24T16:47:59.575Z] #43 4.991 + RM_GOPATH=1 [2020-09-24T16:47:59.575Z] #43 4.991 + case "$(go env GOARCH)" in [2020-09-24T16:47:59.575Z] #43 4.991 ++ go env GOARCH [2020-09-24T16:47:59.575Z] #43 5.126 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:59.575Z] #43 5.126 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:47:59.575Z] #43 5.127 ++ dirname /tmp/install/install.sh [2020-09-24T16:47:59.575Z] #43 5.128 + dir=/tmp/install [2020-09-24T16:47:59.575Z] #43 5.128 + bin=gotestsum [2020-09-24T16:47:59.575Z] #43 5.128 + shift [2020-09-24T16:47:59.575Z] #43 5.129 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-24T16:47:59.575Z] #43 5.129 + . /tmp/install/gotestsum.installer [2020-09-24T16:47:59.575Z] #43 5.129 ++ : v0.5.3 [2020-09-24T16:47:59.575Z] #43 5.129 + install_gotestsum [2020-09-24T16:47:59.575Z] #43 5.130 + set -e [2020-09-24T16:47:59.575Z] #43 5.130 + export GO111MODULE=on [2020-09-24T16:47:59.575Z] #43 5.130 + GO111MODULE=on [2020-09-24T16:47:59.575Z] #43 5.130 + GOBIN=/build [2020-09-24T16:47:59.575Z] #43 5.130 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-24T16:47:59.575Z] #43 5.224 go: finding gotest.tools v0.5.3 [2020-09-24T16:47:59.575Z] #43 5.226 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-24T16:47:59.575Z] #43 6.294 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:00.152Z] #43 6.847 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:00.774Z] #7 ... [2020-09-24T16:48:00.774Z] [2020-09-24T16:48:00.774Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-09-24T16:48:00.774Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-09-24T16:48:00.774Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-09-24T16:48:00.774Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-09-24T16:48:00.774Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 5.8s done [2020-09-24T16:48:00.774Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done [2020-09-24T16:48:00.774Z] #58 DONE 8.8s [2020-09-24T16:48:00.774Z] [2020-09-24T16:48:00.774Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2020-09-24T16:48:01.039Z] #7 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 8.9s done [2020-09-24T16:48:01.092Z] #43 7.816 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:01.353Z] #43 7.972 go: downloading github.com/fatih/color v1.9.0 [2020-09-24T16:48:01.353Z] #43 7.981 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:01.353Z] #43 7.985 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:01.353Z] #43 7.985 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:01.353Z] #43 7.987 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:01.353Z] #43 7.988 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:01.353Z] #43 7.988 go: downloading github.com/pkg/errors v0.9.1 [2020-09-24T16:48:01.353Z] #43 8.200 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:01.612Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-09-24T16:48:01.613Z] #43 8.284 go: extracting github.com/fatih/color v1.9.0 [2020-09-24T16:48:01.613Z] #43 8.309 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:01.613Z] #43 8.332 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:01.613Z] #43 8.343 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:01.613Z] #43 8.388 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:01.613Z] #43 8.399 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:01.813Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.673s coverage: 73.1% of statements [2020-09-24T16:48:01.813Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-24T16:48:01.813Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.184s coverage: 57.7% of statements [2020-09-24T16:48:01.813Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-24T16:48:01.873Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done [2020-09-24T16:48:02.445Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.707s coverage: 76.1% of statements [2020-09-24T16:48:02.446Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-24T16:48:02.446Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-09-24T16:48:02.558Z] #43 9.040 go: extracting github.com/pkg/errors v0.9.1 [2020-09-24T16:48:02.558Z] #43 9.220 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:02.558Z] #43 9.258 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:02.819Z] #43 9.435 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:03.060Z] #36 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:03.060Z] #23 4.086 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.060Z] #23 4.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.060Z] #23 4.136 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.060Z] #23 5.079 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.060Z] #23 7.580 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.060Z] #23 10.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:03.060Z] #23 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:03.060Z] #43 3.953 + RM_GOPATH=0 [2020-09-24T16:48:03.060Z] #43 3.954 + TMP_GOPATH= [2020-09-24T16:48:03.060Z] #43 3.954 + : /build [2020-09-24T16:48:03.060Z] #43 3.954 + '[' -z '' ']' [2020-09-24T16:48:03.060Z] #43 3.954 ++ mktemp -d [2020-09-24T16:48:03.060Z] #43 3.963 + export GOPATH=/tmp/tmp.PlM6J1rmmQ [2020-09-24T16:48:03.060Z] #43 3.963 + GOPATH=/tmp/tmp.PlM6J1rmmQ [2020-09-24T16:48:03.060Z] #43 3.963 + RM_GOPATH=1 [2020-09-24T16:48:03.060Z] #43 3.963 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.060Z] #43 3.964 ++ go env GOARCH [2020-09-24T16:48:03.060Z] #43 3.969 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #43 3.969 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #43 3.969 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.060Z] #43 3.969 + dir=/tmp/install [2020-09-24T16:48:03.060Z] #43 3.969 + bin=gotestsum [2020-09-24T16:48:03.060Z] #43 3.969 + shift [2020-09-24T16:48:03.060Z] #43 3.969 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-24T16:48:03.060Z] #43 3.969 + . /tmp/install/gotestsum.installer [2020-09-24T16:48:03.060Z] #43 3.969 ++ : v0.5.3 [2020-09-24T16:48:03.060Z] #43 3.969 + install_gotestsum [2020-09-24T16:48:03.060Z] #43 3.969 + set -e [2020-09-24T16:48:03.060Z] #43 3.969 + export GO111MODULE=on [2020-09-24T16:48:03.060Z] #43 3.969 + GO111MODULE=on [2020-09-24T16:48:03.060Z] #43 3.969 + GOBIN=/build [2020-09-24T16:48:03.060Z] #43 3.969 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-24T16:48:03.060Z] #43 3.991 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:03.060Z] #43 3.991 go: finding gotest.tools v0.5.3 [2020-09-24T16:48:03.060Z] #43 4.731 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:03.060Z] #43 5.372 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:03.060Z] #43 7.631 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:03.060Z] #43 7.632 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:03.060Z] #43 7.871 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:03.060Z] #43 7.933 go: downloading github.com/fatih/color v1.9.0 [2020-09-24T16:48:03.060Z] #43 8.000 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:03.060Z] #43 8.113 go: downloading github.com/pkg/errors v0.9.1 [2020-09-24T16:48:03.060Z] #43 8.128 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:03.060Z] #43 8.183 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:03.060Z] #43 8.195 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:03.060Z] #43 8.242 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:03.060Z] #43 8.249 go: extracting github.com/fatih/color v1.9.0 [2020-09-24T16:48:03.060Z] #43 8.285 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:03.060Z] #43 8.429 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:03.060Z] #43 8.520 go: extracting github.com/pkg/errors v0.9.1 [2020-09-24T16:48:03.060Z] #43 8.628 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:03.060Z] #43 8.668 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:03.060Z] #43 8.914 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:03.060Z] #43 9.260 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:03.060Z] #43 9.433 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:03.060Z] #43 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.060Z] #60 4.956 + RM_GOPATH=0 [2020-09-24T16:48:03.060Z] #60 4.956 + TMP_GOPATH= [2020-09-24T16:48:03.060Z] #60 4.956 + : /build [2020-09-24T16:48:03.060Z] #60 4.956 + '[' -z '' ']' [2020-09-24T16:48:03.060Z] #60 4.956 ++ mktemp -d [2020-09-24T16:48:03.060Z] #60 4.956 + export GOPATH=/tmp/tmp.Q12u3cPa2X [2020-09-24T16:48:03.060Z] #60 4.956 + GOPATH=/tmp/tmp.Q12u3cPa2X [2020-09-24T16:48:03.060Z] #60 4.956 + RM_GOPATH=1 [2020-09-24T16:48:03.060Z] #60 4.956 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.060Z] #60 4.956 ++ go env GOARCH [2020-09-24T16:48:03.060Z] #60 4.974 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #60 4.974 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #60 4.974 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.060Z] #60 4.981 + dir=/tmp/install [2020-09-24T16:48:03.060Z] #60 4.981 + bin=proxy [2020-09-24T16:48:03.060Z] #60 4.981 + shift [2020-09-24T16:48:03.060Z] #60 4.981 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-24T16:48:03.060Z] #60 4.981 + . /tmp/install/proxy.installer [2020-09-24T16:48:03.060Z] #60 4.981 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:03.060Z] #60 4.981 + install_proxy [2020-09-24T16:48:03.060Z] #60 4.987 + case "$1" in [2020-09-24T16:48:03.060Z] #60 4.987 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:03.060Z] #60 4.987 + export CGO_ENABLED=0 [2020-09-24T16:48:03.060Z] #60 4.987 + CGO_ENABLED=0 [2020-09-24T16:48:03.060Z] #60 4.987 + _install_proxy [2020-09-24T16:48:03.060Z] #60 4.987 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-24T16:48:03.060Z] #60 4.987 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Q12u3cPa2X/src/github.com/docker/libnetwork [2020-09-24T16:48:03.060Z] #60 4.994 Cloning into '/tmp/tmp.Q12u3cPa2X/src/github.com/docker/libnetwork'... [2020-09-24T16:48:03.060Z] #60 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:03.060Z] #54 5.595 + RM_GOPATH=0 [2020-09-24T16:48:03.060Z] #54 5.595 + TMP_GOPATH= [2020-09-24T16:48:03.060Z] #54 5.595 + : /build [2020-09-24T16:48:03.060Z] #54 5.595 + '[' -z '' ']' [2020-09-24T16:48:03.060Z] #54 5.595 ++ mktemp -d [2020-09-24T16:48:03.060Z] #54 5.621 + export GOPATH=/tmp/tmp.kYQtj3C5Y2 [2020-09-24T16:48:03.060Z] #54 5.623 + GOPATH=/tmp/tmp.kYQtj3C5Y2 [2020-09-24T16:48:03.060Z] #54 5.624 + RM_GOPATH=1 [2020-09-24T16:48:03.060Z] #54 5.629 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.060Z] #54 5.629 ++ go env GOARCH [2020-09-24T16:48:03.060Z] #54 5.662 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #54 5.662 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #54 5.664 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.060Z] #54 5.684 + dir=/tmp/install [2020-09-24T16:48:03.060Z] #54 5.684 + bin=rootlesskit [2020-09-24T16:48:03.060Z] #54 5.684 + shift [2020-09-24T16:48:03.060Z] #54 5.684 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-24T16:48:03.060Z] #54 5.685 + . /tmp/install/rootlesskit.installer [2020-09-24T16:48:03.060Z] #54 5.688 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:03.060Z] #54 5.699 + install_rootlesskit [2020-09-24T16:48:03.060Z] #54 5.699 + case "$1" in [2020-09-24T16:48:03.060Z] #54 5.699 + export CGO_ENABLED=0 [2020-09-24T16:48:03.060Z] #54 5.699 + CGO_ENABLED=0 [2020-09-24T16:48:03.060Z] #54 5.699 + _install_rootlesskit [2020-09-24T16:48:03.060Z] #54 5.699 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-24T16:48:03.060Z] #54 5.699 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:03.060Z] #54 5.700 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kYQtj3C5Y2/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:03.060Z] #54 5.705 Cloning into '/tmp/tmp.kYQtj3C5Y2/src/github.com/rootless-containers/rootlesskit'... [2020-09-24T16:48:03.060Z] #54 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.060Z] #47 5.614 + RM_GOPATH=0 [2020-09-24T16:48:03.060Z] #47 5.614 + TMP_GOPATH= [2020-09-24T16:48:03.060Z] #47 5.614 + : /build [2020-09-24T16:48:03.060Z] #47 5.614 + '[' -z '' ']' [2020-09-24T16:48:03.060Z] #47 5.619 ++ mktemp -d [2020-09-24T16:48:03.060Z] #47 5.620 + export GOPATH=/tmp/tmp.A9Vkm5PuoF [2020-09-24T16:48:03.060Z] #47 5.620 + GOPATH=/tmp/tmp.A9Vkm5PuoF [2020-09-24T16:48:03.060Z] #47 5.620 + RM_GOPATH=1 [2020-09-24T16:48:03.060Z] #47 5.620 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.060Z] #47 5.627 ++ go env GOARCH [2020-09-24T16:48:03.060Z] #47 5.655 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #47 5.655 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #47 5.659 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.060Z] #47 5.661 + dir=/tmp/install [2020-09-24T16:48:03.060Z] #47 5.661 + bin=shfmt [2020-09-24T16:48:03.060Z] #47 5.661 + shift [2020-09-24T16:48:03.060Z] #47 5.661 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-24T16:48:03.060Z] #47 5.661 + . /tmp/install/shfmt.installer [2020-09-24T16:48:03.060Z] #47 5.661 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:03.060Z] #47 5.661 + install_shfmt [2020-09-24T16:48:03.060Z] #47 5.661 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-24T16:48:03.060Z] #47 5.661 + git clone https://github.com/mvdan/sh.git /tmp/tmp.A9Vkm5PuoF/src/github.com/mvdan/sh [2020-09-24T16:48:03.060Z] #47 5.661 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:03.060Z] #47 5.664 Cloning into '/tmp/tmp.A9Vkm5PuoF/src/github.com/mvdan/sh'... [2020-09-24T16:48:03.060Z] #47 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:03.060Z] #38 4.628 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.060Z] #38 4.700 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.060Z] #38 4.700 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.060Z] #38 6.138 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.060Z] #38 8.184 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.060Z] #38 ... [2020-09-24T16:48:03.060Z] [2020-09-24T16:48:03.060Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.060Z] #30 4.076 + RM_GOPATH=0 [2020-09-24T16:48:03.060Z] #30 4.076 + TMP_GOPATH= [2020-09-24T16:48:03.060Z] #30 4.076 + : /build [2020-09-24T16:48:03.060Z] #30 4.076 + '[' -z '' ']' [2020-09-24T16:48:03.060Z] #30 4.076 ++ mktemp -d [2020-09-24T16:48:03.060Z] #30 4.076 + export GOPATH=/tmp/tmp.6wSpSIep9e [2020-09-24T16:48:03.060Z] #30 4.076 + GOPATH=/tmp/tmp.6wSpSIep9e [2020-09-24T16:48:03.060Z] #30 4.076 + RM_GOPATH=1 [2020-09-24T16:48:03.060Z] #30 4.076 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.060Z] #30 4.078 ++ go env GOARCH [2020-09-24T16:48:03.060Z] #30 4.099 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #30 4.099 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.060Z] #30 4.104 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.060Z] #30 4.113 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.060Z] #30 4.114 + dir=/tmp/install [2020-09-24T16:48:03.060Z] #30 4.114 + bin=tomlv [2020-09-24T16:48:03.060Z] #30 4.114 + shift [2020-09-24T16:48:03.060Z] #30 4.114 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-24T16:48:03.060Z] #30 4.114 + . /tmp/install/tomlv.installer [2020-09-24T16:48:03.060Z] #30 4.114 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.060Z] #30 4.114 + install_tomlv [2020-09-24T16:48:03.060Z] #30 4.114 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-24T16:48:03.060Z] #30 4.114 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.6wSpSIep9e/src/github.com/BurntSushi/toml [2020-09-24T16:48:03.060Z] #30 4.124 Cloning into '/tmp/tmp.6wSpSIep9e/src/github.com/BurntSushi/toml'... [2020-09-24T16:48:03.060Z] #30 4.979 + cd /tmp/tmp.6wSpSIep9e/src/github.com/BurntSushi/toml [2020-09-24T16:48:03.061Z] #30 4.979 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.061Z] #30 5.015 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:48:03.061Z] #30 5.956 internal/cpu [2020-09-24T16:48:03.061Z] #30 5.972 runtime/internal/atomic [2020-09-24T16:48:03.061Z] #30 6.297 runtime/internal/sys [2020-09-24T16:48:03.061Z] #30 6.572 runtime/internal/math [2020-09-24T16:48:03.061Z] #30 6.739 internal/bytealg [2020-09-24T16:48:03.061Z] #30 6.758 math/bits [2020-09-24T16:48:03.061Z] #30 7.197 math [2020-09-24T16:48:03.061Z] #30 7.909 runtime [2020-09-24T16:48:03.260Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-09-24T16:48:03.260Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.2s done [2020-09-24T16:48:03.317Z] #30 ... [2020-09-24T16:48:03.317Z] [2020-09-24T16:48:03.317Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:03.317Z] #41 4.777 + RM_GOPATH=0 [2020-09-24T16:48:03.317Z] #41 4.777 + TMP_GOPATH= [2020-09-24T16:48:03.317Z] #41 4.777 + : /build [2020-09-24T16:48:03.317Z] #41 4.777 + '[' -z '' ']' [2020-09-24T16:48:03.317Z] #41 4.777 ++ mktemp -d [2020-09-24T16:48:03.317Z] #41 4.777 + export GOPATH=/tmp/tmp.5koZn559Vw [2020-09-24T16:48:03.317Z] #41 4.777 + GOPATH=/tmp/tmp.5koZn559Vw [2020-09-24T16:48:03.317Z] #41 4.777 + RM_GOPATH=1 [2020-09-24T16:48:03.317Z] #41 4.777 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.317Z] #41 4.779 ++ go env GOARCH [2020-09-24T16:48:03.317Z] #41 4.824 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.317Z] #41 4.824 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.317Z] #41 4.824 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.317Z] #41 4.824 + dir=/tmp/install [2020-09-24T16:48:03.317Z] #41 4.824 + bin=vndr [2020-09-24T16:48:03.317Z] #41 4.824 + shift [2020-09-24T16:48:03.317Z] #41 4.824 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-24T16:48:03.317Z] #41 4.824 + . /tmp/install/vndr.installer [2020-09-24T16:48:03.317Z] #41 4.824 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:03.317Z] #41 4.824 + install_vndr [2020-09-24T16:48:03.317Z] #41 4.824 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-24T16:48:03.317Z] #41 4.824 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.5koZn559Vw/src/github.com/LK4D4/vndr [2020-09-24T16:48:03.317Z] #41 4.825 Cloning into '/tmp/tmp.5koZn559Vw/src/github.com/LK4D4/vndr'... [2020-09-24T16:48:03.317Z] #41 4.832 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:03.317Z] #41 5.528 + cd /tmp/tmp.5koZn559Vw/src/github.com/LK4D4/vndr [2020-09-24T16:48:03.317Z] #41 5.528 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:03.317Z] #41 5.596 + go build -buildmode=pie -v -o /build/vndr . [2020-09-24T16:48:03.317Z] #41 7.123 internal/race [2020-09-24T16:48:03.317Z] #41 7.126 internal/bytealg [2020-09-24T16:48:03.317Z] #41 7.313 sync/atomic [2020-09-24T16:48:03.317Z] #41 7.634 unicode [2020-09-24T16:48:03.317Z] #41 8.067 runtime [2020-09-24T16:48:03.317Z] #41 ... [2020-09-24T16:48:03.317Z] [2020-09-24T16:48:03.317Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:03.317Z] #51 6.078 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.317Z] #51 6.141 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.317Z] #51 6.144 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.317Z] #51 7.155 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.317Z] #51 9.466 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.390Z] #43 ... [2020-09-24T16:48:03.390Z] [2020-09-24T16:48:03.390Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:03.390Z] #51 5.589 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.390Z] #51 5.648 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.390Z] #51 5.655 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.390Z] #51 6.891 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.390Z] #51 9.247 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.390Z] #51 ... [2020-09-24T16:48:03.390Z] [2020-09-24T16:48:03.390Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.390Z] #30 4.325 + RM_GOPATH=0 [2020-09-24T16:48:03.390Z] #30 4.325 + TMP_GOPATH= [2020-09-24T16:48:03.390Z] #30 4.325 + : /build [2020-09-24T16:48:03.390Z] #30 4.325 + '[' -z '' ']' [2020-09-24T16:48:03.390Z] #30 4.325 ++ mktemp -d [2020-09-24T16:48:03.390Z] #30 4.325 + export GOPATH=/tmp/tmp.8jhNzkdHuJ [2020-09-24T16:48:03.390Z] #30 4.325 + GOPATH=/tmp/tmp.8jhNzkdHuJ [2020-09-24T16:48:03.390Z] #30 4.325 + RM_GOPATH=1 [2020-09-24T16:48:03.390Z] #30 4.325 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.390Z] #30 4.325 ++ go env GOARCH [2020-09-24T16:48:03.390Z] #30 4.327 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.390Z] #30 4.327 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.390Z] #30 4.330 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.390Z] #30 4.336 + dir=/tmp/install [2020-09-24T16:48:03.390Z] #30 4.336 + bin=tomlv [2020-09-24T16:48:03.390Z] #30 4.336 + shift [2020-09-24T16:48:03.390Z] #30 4.336 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-24T16:48:03.390Z] #30 4.336 + . /tmp/install/tomlv.installer [2020-09-24T16:48:03.390Z] #30 4.336 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.390Z] #30 4.349 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.390Z] #30 4.350 + install_tomlv [2020-09-24T16:48:03.390Z] #30 4.350 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-24T16:48:03.391Z] #30 4.350 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.8jhNzkdHuJ/src/github.com/BurntSushi/toml [2020-09-24T16:48:03.391Z] #30 4.350 Cloning into '/tmp/tmp.8jhNzkdHuJ/src/github.com/BurntSushi/toml'... [2020-09-24T16:48:03.391Z] #30 5.492 + cd /tmp/tmp.8jhNzkdHuJ/src/github.com/BurntSushi/toml [2020-09-24T16:48:03.391Z] #30 5.492 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:03.391Z] #30 5.520 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:48:03.391Z] #30 6.413 internal/cpu [2020-09-24T16:48:03.391Z] #30 6.440 runtime/internal/atomic [2020-09-24T16:48:03.391Z] #30 6.749 runtime/internal/sys [2020-09-24T16:48:03.391Z] #30 7.080 internal/bytealg [2020-09-24T16:48:03.391Z] #30 7.144 runtime/internal/math [2020-09-24T16:48:03.391Z] #30 7.258 math/bits [2020-09-24T16:48:03.391Z] #30 7.804 math [2020-09-24T16:48:03.391Z] #30 7.958 runtime [2020-09-24T16:48:03.479Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.022s coverage: 3.0% of statements [2020-09-24T16:48:03.573Z] #51 ... [2020-09-24T16:48:03.573Z] [2020-09-24T16:48:03.573Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:03.573Z] #32 4.254 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.573Z] #32 4.294 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.573Z] #32 4.294 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.573Z] #32 5.439 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.573Z] #32 7.722 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.573Z] #32 10.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:03.573Z] #32 ... [2020-09-24T16:48:03.573Z] [2020-09-24T16:48:03.573Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:03.573Z] #45 4.962 + RM_GOPATH=0 [2020-09-24T16:48:03.573Z] #45 4.962 + TMP_GOPATH= [2020-09-24T16:48:03.573Z] #45 4.962 + : /build [2020-09-24T16:48:03.573Z] #45 4.962 + '[' -z '' ']' [2020-09-24T16:48:03.573Z] #45 4.962 ++ mktemp -d [2020-09-24T16:48:03.573Z] #45 4.971 + export GOPATH=/tmp/tmp.E0TeyYTQtu [2020-09-24T16:48:03.573Z] #45 4.971 + GOPATH=/tmp/tmp.E0TeyYTQtu [2020-09-24T16:48:03.573Z] #45 4.971 + RM_GOPATH=1 [2020-09-24T16:48:03.573Z] #45 4.971 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.573Z] #45 4.971 ++ go env GOARCH [2020-09-24T16:48:03.573Z] #45 5.004 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.573Z] #45 5.004 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.573Z] #45 5.004 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.573Z] #45 5.031 Installing golangci-lint version v1.23.8 [2020-09-24T16:48:03.573Z] #45 5.032 + dir=/tmp/install [2020-09-24T16:48:03.573Z] #45 5.032 + bin=golangci_lint [2020-09-24T16:48:03.573Z] #45 5.032 + shift [2020-09-24T16:48:03.573Z] #45 5.032 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-24T16:48:03.573Z] #45 5.032 + . /tmp/install/golangci_lint.installer [2020-09-24T16:48:03.573Z] #45 5.032 ++ : v1.23.8 [2020-09-24T16:48:03.573Z] #45 5.032 + install_golangci_lint [2020-09-24T16:48:03.573Z] #45 5.032 + echo 'Installing golangci-lint version v1.23.8' [2020-09-24T16:48:03.573Z] #45 5.032 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:48:03.651Z] #30 ... [2020-09-24T16:48:03.651Z] [2020-09-24T16:48:03.651Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:03.651Z] #38 5.755 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.651Z] #38 5.827 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.651Z] #38 5.840 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.651Z] #38 7.142 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.651Z] #38 9.384 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.651Z] #38 ... [2020-09-24T16:48:03.651Z] [2020-09-24T16:48:03.651Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:48:03.651Z] #28 5.193 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-24T16:48:03.651Z] #28 5.199 Cloning into '.'... [2020-09-24T16:48:03.831Z] #45 ... [2020-09-24T16:48:03.831Z] [2020-09-24T16:48:03.831Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:03.831Z] #10 3.753 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.831Z] #10 3.842 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.831Z] #10 4.014 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.831Z] #10 4.200 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.831Z] #10 5.982 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.831Z] #10 8.652 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:03.831Z] #10 ... [2020-09-24T16:48:03.831Z] [2020-09-24T16:48:03.831Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.831Z] #30 11.77 unicode/utf8 [2020-09-24T16:48:03.912Z] #28 ... [2020-09-24T16:48:03.912Z] [2020-09-24T16:48:03.912Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:03.912Z] #32 4.212 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:03.912Z] #32 4.308 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:03.912Z] #32 4.390 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:03.912Z] #32 5.292 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:03.912Z] #32 8.223 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:03.912Z] #32 ... [2020-09-24T16:48:03.912Z] [2020-09-24T16:48:03.912Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:03.912Z] #47 4.642 + RM_GOPATH=0 [2020-09-24T16:48:03.912Z] #47 4.642 + TMP_GOPATH= [2020-09-24T16:48:03.912Z] #47 4.642 + : /build [2020-09-24T16:48:03.912Z] #47 4.642 + '[' -z '' ']' [2020-09-24T16:48:03.912Z] #47 4.642 ++ mktemp -d [2020-09-24T16:48:03.912Z] #47 4.642 + export GOPATH=/tmp/tmp.CbjfjzkaO8 [2020-09-24T16:48:03.912Z] #47 4.642 + GOPATH=/tmp/tmp.CbjfjzkaO8 [2020-09-24T16:48:03.912Z] #47 4.642 + RM_GOPATH=1 [2020-09-24T16:48:03.912Z] #47 4.642 + case "$(go env GOARCH)" in [2020-09-24T16:48:03.912Z] #47 4.642 ++ go env GOARCH [2020-09-24T16:48:03.912Z] #47 4.688 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.912Z] #47 4.688 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:03.912Z] #47 4.688 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:03.912Z] #47 4.717 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:03.912Z] #47 4.717 + dir=/tmp/install [2020-09-24T16:48:03.912Z] #47 4.717 + bin=shfmt [2020-09-24T16:48:03.912Z] #47 4.717 + shift [2020-09-24T16:48:03.912Z] #47 4.717 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-24T16:48:03.912Z] #47 4.717 + . /tmp/install/shfmt.installer [2020-09-24T16:48:03.912Z] #47 4.717 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:03.912Z] #47 4.717 + install_shfmt [2020-09-24T16:48:03.912Z] #47 4.717 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-24T16:48:03.912Z] #47 4.717 + git clone https://github.com/mvdan/sh.git /tmp/tmp.CbjfjzkaO8/src/github.com/mvdan/sh [2020-09-24T16:48:03.912Z] #47 4.731 Cloning into '/tmp/tmp.CbjfjzkaO8/src/github.com/mvdan/sh'... [2020-09-24T16:48:04.111Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2020-09-24T16:48:04.111Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.8% of statements [2020-09-24T16:48:04.111Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-24T16:48:04.111Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-24T16:48:04.177Z] #47 ... [2020-09-24T16:48:04.177Z] [2020-09-24T16:48:04.177Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:04.177Z] #10 5.663 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:04.177Z] #10 5.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:04.177Z] #10 5.732 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:04.177Z] #10 7.136 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:04.177Z] #10 9.456 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:04.203Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-09-24T16:48:04.460Z] #10 ... [2020-09-24T16:48:04.460Z] [2020-09-24T16:48:04.460Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:04.460Z] #21 4.264 + RM_GOPATH=0 [2020-09-24T16:48:04.460Z] #21 4.264 + TMP_GOPATH= [2020-09-24T16:48:04.460Z] #21 4.264 + : /build [2020-09-24T16:48:04.460Z] #21 4.264 + '[' -z '' ']' [2020-09-24T16:48:04.460Z] #21 4.264 ++ mktemp -d [2020-09-24T16:48:04.460Z] #21 4.264 + export GOPATH=/tmp/tmp.iZP8JJjbkY [2020-09-24T16:48:04.460Z] #21 4.264 + GOPATH=/tmp/tmp.iZP8JJjbkY [2020-09-24T16:48:04.460Z] #21 4.264 + RM_GOPATH=1 [2020-09-24T16:48:04.460Z] #21 4.264 + case "$(go env GOARCH)" in [2020-09-24T16:48:04.460Z] #21 4.264 ++ go env GOARCH [2020-09-24T16:48:04.460Z] #21 4.299 Install docker/cli version 17.06.2-ce from stable [2020-09-24T16:48:04.460Z] #21 4.299 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.460Z] #21 4.299 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.460Z] #21 4.299 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:04.460Z] #21 4.299 + dir=/tmp/install [2020-09-24T16:48:04.460Z] #21 4.299 + bin=dockercli [2020-09-24T16:48:04.460Z] #21 4.299 + shift [2020-09-24T16:48:04.460Z] #21 4.299 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-24T16:48:04.460Z] #21 4.299 + . /tmp/install/dockercli.installer [2020-09-24T16:48:04.460Z] #21 4.299 ++ : stable [2020-09-24T16:48:04.460Z] #21 4.299 ++ : 17.06.2-ce [2020-09-24T16:48:04.460Z] #21 4.299 + install_dockercli [2020-09-24T16:48:04.460Z] #21 4.299 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-24T16:48:04.460Z] #21 4.336 ++ uname -m [2020-09-24T16:48:04.460Z] #21 4.336 + arch=x86_64 [2020-09-24T16:48:04.460Z] #21 4.336 + '[' x86_64 '!=' x86_64 ']' [2020-09-24T16:48:04.460Z] #21 4.336 + url=https://download.docker.com/linux/static [2020-09-24T16:48:04.460Z] #21 4.336 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-24T16:48:04.460Z] #21 4.350 + tar -xz docker/docker [2020-09-24T16:48:04.460Z] #21 ... [2020-09-24T16:48:04.460Z] [2020-09-24T16:48:04.460Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:04.460Z] #41 5.222 + RM_GOPATH=0 [2020-09-24T16:48:04.460Z] #41 5.222 + TMP_GOPATH= [2020-09-24T16:48:04.460Z] #41 5.222 + : /build [2020-09-24T16:48:04.460Z] #41 5.222 + '[' -z '' ']' [2020-09-24T16:48:04.460Z] #41 5.232 ++ mktemp -d [2020-09-24T16:48:04.460Z] #41 5.236 + export GOPATH=/tmp/tmp.DLwIBU3sD4 [2020-09-24T16:48:04.460Z] #41 5.239 + GOPATH=/tmp/tmp.DLwIBU3sD4 [2020-09-24T16:48:04.460Z] #41 5.240 + RM_GOPATH=1 [2020-09-24T16:48:04.460Z] #41 5.240 + case "$(go env GOARCH)" in [2020-09-24T16:48:04.460Z] #41 5.244 ++ go env GOARCH [2020-09-24T16:48:04.460Z] #41 5.263 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.460Z] #41 5.263 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.460Z] #41 5.265 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:04.460Z] #41 5.273 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:04.460Z] #41 5.273 + dir=/tmp/install [2020-09-24T16:48:04.461Z] #41 5.273 + bin=vndr [2020-09-24T16:48:04.461Z] #41 5.273 + shift [2020-09-24T16:48:04.461Z] #41 5.273 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-24T16:48:04.461Z] #41 5.273 + . /tmp/install/vndr.installer [2020-09-24T16:48:04.461Z] #41 5.273 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:04.461Z] #41 5.273 + install_vndr [2020-09-24T16:48:04.461Z] #41 5.273 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-24T16:48:04.461Z] #41 5.274 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.DLwIBU3sD4/src/github.com/LK4D4/vndr [2020-09-24T16:48:04.461Z] #41 5.287 Cloning into '/tmp/tmp.DLwIBU3sD4/src/github.com/LK4D4/vndr'... [2020-09-24T16:48:04.461Z] #41 6.228 + cd /tmp/tmp.DLwIBU3sD4/src/github.com/LK4D4/vndr [2020-09-24T16:48:04.461Z] #41 6.228 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:04.461Z] #41 6.259 + go build -buildmode=pie -v -o /build/vndr . [2020-09-24T16:48:04.461Z] #41 7.828 internal/race [2020-09-24T16:48:04.461Z] #41 7.834 internal/bytealg [2020-09-24T16:48:04.461Z] #41 7.989 sync/atomic [2020-09-24T16:48:04.461Z] #41 8.405 unicode [2020-09-24T16:48:04.461Z] #41 8.728 runtime [2020-09-24T16:48:04.723Z] #41 ... [2020-09-24T16:48:04.723Z] [2020-09-24T16:48:04.723Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:04.723Z] #54 4.658 + RM_GOPATH=0 [2020-09-24T16:48:04.723Z] #54 4.658 + TMP_GOPATH= [2020-09-24T16:48:04.723Z] #54 4.658 + : /build [2020-09-24T16:48:04.723Z] #54 4.658 + '[' -z '' ']' [2020-09-24T16:48:04.723Z] #54 4.660 ++ mktemp -d [2020-09-24T16:48:04.723Z] #54 4.660 + export GOPATH=/tmp/tmp.YIFI2z1OXc [2020-09-24T16:48:04.723Z] #54 4.660 + GOPATH=/tmp/tmp.YIFI2z1OXc [2020-09-24T16:48:04.723Z] #54 4.660 + RM_GOPATH=1 [2020-09-24T16:48:04.723Z] #54 4.660 + case "$(go env GOARCH)" in [2020-09-24T16:48:04.723Z] #54 4.660 ++ go env GOARCH [2020-09-24T16:48:04.723Z] #54 4.756 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.723Z] #54 4.756 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.723Z] #54 4.761 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:04.723Z] #54 4.769 + dir=/tmp/install [2020-09-24T16:48:04.723Z] #54 4.770 + bin=rootlesskit [2020-09-24T16:48:04.723Z] #54 4.771 + shift [2020-09-24T16:48:04.723Z] #54 4.771 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-24T16:48:04.723Z] #54 4.771 + . /tmp/install/rootlesskit.installer [2020-09-24T16:48:04.723Z] #54 4.771 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:04.723Z] #54 4.771 + install_rootlesskit [2020-09-24T16:48:04.723Z] #54 4.771 + case "$1" in [2020-09-24T16:48:04.723Z] #54 4.780 + export CGO_ENABLED=0 [2020-09-24T16:48:04.723Z] #54 4.780 + CGO_ENABLED=0 [2020-09-24T16:48:04.723Z] #54 4.780 + _install_rootlesskit [2020-09-24T16:48:04.723Z] #54 4.780 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-24T16:48:04.723Z] #54 4.780 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YIFI2z1OXc/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:04.723Z] #54 4.784 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:04.723Z] #54 4.794 Cloning into '/tmp/tmp.YIFI2z1OXc/src/github.com/rootless-containers/rootlesskit'... [2020-09-24T16:48:04.723Z] #54 10.97 + cd /tmp/tmp.YIFI2z1OXc/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:04.723Z] #54 10.97 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:04.723Z] #54 11.43 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:48:04.723Z] #54 11.44 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-24T16:48:04.723Z] #54 ... [2020-09-24T16:48:04.723Z] [2020-09-24T16:48:04.723Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:04.723Z] #60 4.387 + RM_GOPATH=0 [2020-09-24T16:48:04.723Z] #60 4.387 + TMP_GOPATH= [2020-09-24T16:48:04.723Z] #60 4.387 + : /build [2020-09-24T16:48:04.723Z] #60 4.387 + '[' -z '' ']' [2020-09-24T16:48:04.723Z] #60 4.387 ++ mktemp -d [2020-09-24T16:48:04.723Z] #60 4.387 + export GOPATH=/tmp/tmp.oUE2OKunQW [2020-09-24T16:48:04.723Z] #60 4.387 + GOPATH=/tmp/tmp.oUE2OKunQW [2020-09-24T16:48:04.723Z] #60 4.387 + RM_GOPATH=1 [2020-09-24T16:48:04.723Z] #60 4.387 + case "$(go env GOARCH)" in [2020-09-24T16:48:04.723Z] #60 4.387 ++ go env GOARCH [2020-09-24T16:48:04.723Z] #60 4.396 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.723Z] #60 4.396 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:04.723Z] #60 4.396 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:04.723Z] #60 4.402 + dir=/tmp/install [2020-09-24T16:48:04.723Z] #60 4.402 + bin=proxy [2020-09-24T16:48:04.723Z] #60 4.402 + shift [2020-09-24T16:48:04.723Z] #60 4.402 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-24T16:48:04.723Z] #60 4.402 + . /tmp/install/proxy.installer [2020-09-24T16:48:04.723Z] #60 4.402 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:04.723Z] #60 4.402 + install_proxy [2020-09-24T16:48:04.723Z] #60 4.402 + case "$1" in [2020-09-24T16:48:04.723Z] #60 4.402 + export CGO_ENABLED=0 [2020-09-24T16:48:04.723Z] #60 4.402 + CGO_ENABLED=0 [2020-09-24T16:48:04.723Z] #60 4.402 + _install_proxy [2020-09-24T16:48:04.723Z] #60 4.402 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-24T16:48:04.723Z] #60 4.402 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.oUE2OKunQW/src/github.com/docker/libnetwork [2020-09-24T16:48:04.723Z] #60 4.402 Cloning into '/tmp/tmp.oUE2OKunQW/src/github.com/docker/libnetwork'... [2020-09-24T16:48:04.723Z] #60 4.402 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:04.775Z] #30 12.47 internal/testlog [2020-09-24T16:48:04.988Z] #60 ... [2020-09-24T16:48:04.988Z] [2020-09-24T16:48:04.988Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:04.988Z] #23 4.522 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:04.988Z] #23 4.596 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:04.988Z] #23 4.596 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:04.988Z] #23 6.028 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:48:04.988Z] #23 8.615 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:48:04.988Z] #23 ... [2020-09-24T16:48:04.988Z] [2020-09-24T16:48:04.989Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:04.989Z] #51 11.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:05.032Z] #30 12.99 runtime/cgo [2020-09-24T16:48:05.044Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 1m56.375853816s [2020-09-24T16:48:05.044Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.850908ms [2020-09-24T16:48:05.616Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 41.0% of statements [2020-09-24T16:48:05.616Z] ok github.com/docker/docker/daemon/logger/awslogs 0.092s coverage: 77.4% of statements [2020-09-24T16:48:05.616Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-24T16:48:05.616Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-24T16:48:06.120Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 1.7s done [2020-09-24T16:48:06.318Z] INFO: Extraction ended at 09/24/2020 16:48:04. Duration:00:00:21.4027177 [2020-09-24T16:48:06.318Z] INFO: Updating the golang and path environment variables [2020-09-24T16:48:06.318Z] INFO: GOPATH=d:\gopath [2020-09-24T16:48:06.318Z] INFO: go version go1.13.15 windows/amd64 [2020-09-24T16:48:06.318Z] INFO: Running the daemon under test in debug mode [2020-09-24T16:48:06.318Z] INFO: Starting a daemon under test... [2020-09-24T16:48:06.318Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39297\28\daemon --pidfile d:\CI\PR-39297\28\docker.pid -D [2020-09-24T16:48:06.318Z] INFO: Process started successfully. [2020-09-24T16:48:06.318Z] INFO: Start tailing logs of the daemon under tests [2020-09-24T16:48:06.318Z] INFO: Waiting for the daemon under test to start... [2020-09-24T16:48:06.648Z] ok github.com/docker/docker/daemon/logger/gelf 0.003s coverage: 67.0% of statements [2020-09-24T16:48:06.648Z] ok github.com/docker/docker/daemon/logger/journald 0.006s coverage: 23.9% of statements [2020-09-24T16:48:06.926Z] #30 ... [2020-09-24T16:48:06.926Z] [2020-09-24T16:48:06.926Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:06.926Z] #21 13.57 + mkdir -p /build [2020-09-24T16:48:06.926Z] #21 13.57 + mv docker/docker /build/ [2020-09-24T16:48:06.926Z] #21 13.59 + rmdir docker [2020-09-24T16:48:06.926Z] #21 DONE 14.7s [2020-09-24T16:48:06.926Z] [2020-09-24T16:48:06.926Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:06.926Z] #41 11.67 unicode/utf8 [2020-09-24T16:48:06.926Z] #41 12.27 internal/testlog [2020-09-24T16:48:06.926Z] #41 12.63 encoding [2020-09-24T16:48:06.926Z] #41 12.77 unicode/utf16 [2020-09-24T16:48:06.926Z] #41 13.02 container/list [2020-09-24T16:48:06.926Z] #41 13.92 crypto/internal/subtle [2020-09-24T16:48:06.926Z] #41 14.11 crypto/subtle [2020-09-24T16:48:06.926Z] #41 14.25 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-24T16:48:06.926Z] #41 14.40 internal/nettrace [2020-09-24T16:48:06.926Z] #41 14.55 runtime/cgo [2020-09-24T16:48:06.939Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2020-09-24T16:48:07.659Z] time="2020-09-24T16:48:07Z" level=error msg="Failed to remove source log file: remove /tmp/docker-logger-407576020/container.log.1: no such file or directory" [2020-09-24T16:48:07.659Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 61.6% of statements [2020-09-24T16:48:07.849Z] INFO: Daemon under test started and replied! [2020-09-24T16:48:07.849Z] INFO: Docker version of the daemon under test [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] Client: [2020-09-24T16:48:07.849Z] Version: 17.06.2-ce [2020-09-24T16:48:07.849Z] API version: 1.30 [2020-09-24T16:48:07.849Z] Go version: go1.8.3 [2020-09-24T16:48:07.849Z] Git commit: cec0b72 [2020-09-24T16:48:07.849Z] Built: Tue Sep 5 19:57:19 2017 [2020-09-24T16:48:07.849Z] OS/Arch: windows/amd64 [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] Server: [2020-09-24T16:48:07.849Z] Version: 0.0.0-dev [2020-09-24T16:48:07.849Z] API version: 1.41 (minimum version 1.24) [2020-09-24T16:48:07.849Z] Go version: go1.13.15 [2020-09-24T16:48:07.849Z] Git commit: a9f8843c1d [2020-09-24T16:48:07.849Z] Built: 09/24/2020 16:46:32 [2020-09-24T16:48:07.849Z] OS/Arch: windows/amd64 [2020-09-24T16:48:07.849Z] Experimental: false [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] INFO: Docker info of the daemon under test [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] Containers: 0 [2020-09-24T16:48:07.849Z] Running: 0 [2020-09-24T16:48:07.849Z] Paused: 0 [2020-09-24T16:48:07.849Z] Stopped: 0 [2020-09-24T16:48:07.849Z] Images: 0 [2020-09-24T16:48:07.849Z] Server Version: 0.0.0-dev [2020-09-24T16:48:07.849Z] Storage Driver: windowsfilter [2020-09-24T16:48:07.849Z] Windows: [2020-09-24T16:48:07.849Z] Logging Driver: json-file [2020-09-24T16:48:07.849Z] Plugins: [2020-09-24T16:48:07.849Z] Volume: local [2020-09-24T16:48:07.849Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-24T16:48:07.849Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-24T16:48:07.849Z] Swarm: inactive [2020-09-24T16:48:07.849Z] Default Isolation: process [2020-09-24T16:48:07.849Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-24T16:48:07.849Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-24T16:48:07.849Z] OSType: windows [2020-09-24T16:48:07.849Z] Architecture: x86_64 [2020-09-24T16:48:07.849Z] CPUs: 4 [2020-09-24T16:48:07.849Z] Total Memory: 32GiB [2020-09-24T16:48:07.849Z] Name: azwin-2-3e4040 [2020-09-24T16:48:07.849Z] ID: 4IPR:C55E:FUGJ:PMFY:J27N:WVO7:PGJW:PLTE:Y3EB:JDPX:WMQI:5S4X [2020-09-24T16:48:07.849Z] Docker Root Dir: D:\CI\PR-39297\28\daemon [2020-09-24T16:48:07.849Z] Debug Mode (client): false [2020-09-24T16:48:07.849Z] Debug Mode (server): true [2020-09-24T16:48:07.849Z] File Descriptors: -1 [2020-09-24T16:48:07.849Z] Goroutines: 17 [2020-09-24T16:48:07.849Z] System Time: 2020-09-24T16:48:07.7215479Z [2020-09-24T16:48:07.849Z] EventsListeners: 0 [2020-09-24T16:48:07.849Z] Registry: https://index.docker.io/v1/ [2020-09-24T16:48:07.849Z] Labels: [2020-09-24T16:48:07.849Z] Experimental: false [2020-09-24T16:48:07.849Z] Insecure Registries: [2020-09-24T16:48:07.849Z] 127.0.0.0/8 [2020-09-24T16:48:07.849Z] Live Restore Enabled: false [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] INFO: Docker images of the daemon under test [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-24T16:48:07.849Z] [2020-09-24T16:48:07.849Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-09-24T16:48:07.859Z] #41 ... [2020-09-24T16:48:07.859Z] [2020-09-24T16:48:07.859Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:48:07.859Z] #28 5.309 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-24T16:48:07.859Z] #28 5.334 Cloning into '.'... [2020-09-24T16:48:07.859Z] #28 ... [2020-09-24T16:48:07.859Z] [2020-09-24T16:48:07.859Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:07.859Z] #54 11.39 + cd /tmp/tmp.kYQtj3C5Y2/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:07.859Z] #54 11.39 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:07.859Z] #54 12.05 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:48:07.859Z] #54 12.05 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-24T16:48:07.949Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2020-09-24T16:48:07.949Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-24T16:48:08.036Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s [2020-09-24T16:48:08.311Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-09-24T16:48:08.311Z] ltsc2019: Pulling from windows/servercore [2020-09-24T16:48:08.311Z] 4612f6d0b889: Pulling fs layer [2020-09-24T16:48:08.311Z] c3aff4450246: Pulling fs layer [2020-09-24T16:48:08.581Z] time="2020-09-24T16:48:08Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate417955399/log716785914.1: no such file or directory" [2020-09-24T16:48:08.581Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.057s coverage: 38.3% of statements [2020-09-24T16:48:08.794Z] #54 ... [2020-09-24T16:48:08.794Z] [2020-09-24T16:48:08.794Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:08.794Z] #47 16.55 + cd /tmp/tmp.A9Vkm5PuoF/src/github.com/mvdan/sh [2020-09-24T16:48:08.794Z] #47 16.55 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:08.794Z] #47 16.64 + GO111MODULE=on [2020-09-24T16:48:08.794Z] #47 16.64 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-24T16:48:08.872Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.007s coverage: 33.3% of statements [2020-09-24T16:48:09.200Z] #51 ... [2020-09-24T16:48:09.200Z] [2020-09-24T16:48:09.200Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:09.200Z] #21 14.06 + mkdir -p /build [2020-09-24T16:48:09.200Z] #21 14.06 + mv docker/docker /build/ [2020-09-24T16:48:09.200Z] #21 14.07 + rmdir docker [2020-09-24T16:48:09.200Z] #21 DONE 15.3s [2020-09-24T16:48:09.200Z] [2020-09-24T16:48:09.200Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:09.200Z] #41 12.47 unicode/utf8 [2020-09-24T16:48:09.200Z] #41 13.42 internal/testlog [2020-09-24T16:48:09.200Z] #41 13.88 encoding [2020-09-24T16:48:09.200Z] #41 13.98 unicode/utf16 [2020-09-24T16:48:09.200Z] #41 14.28 container/list [2020-09-24T16:48:09.200Z] #41 15.01 crypto/internal/subtle [2020-09-24T16:48:09.200Z] #41 15.16 crypto/subtle [2020-09-24T16:48:09.200Z] #41 15.34 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-24T16:48:09.200Z] #41 15.55 internal/nettrace [2020-09-24T16:48:09.200Z] #41 15.73 runtime/cgo [2020-09-24T16:48:09.425Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.5s done [2020-09-24T16:48:09.904Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 46.8% of statements [2020-09-24T16:48:09.998Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s [2020-09-24T16:48:10.164Z] #47 17.96 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:10.164Z] #47 17.96 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:10.164Z] #47 18.00 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:10.194Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-09-24T16:48:10.420Z] #47 18.31 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:10.420Z] #47 18.31 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:10.838Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-09-24T16:48:11.350Z] #47 19.21 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:11.469Z] ok github.com/docker/docker/daemon/logger/splunk 1.493s coverage: 82.5% of statements [2020-09-24T16:48:11.469Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-24T16:48:11.469Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-24T16:48:12.280Z] #47 20.06 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:12.502Z] ok github.com/docker/docker/distribution/metadata 0.034s coverage: 48.2% of statements [2020-09-24T16:48:12.529Z] #41 ... [2020-09-24T16:48:12.529Z] [2020-09-24T16:48:12.529Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:12.529Z] #47 16.43 + cd /tmp/tmp.CbjfjzkaO8/src/github.com/mvdan/sh [2020-09-24T16:48:12.529Z] #47 16.44 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:12.529Z] #47 16.59 + GO111MODULE=on [2020-09-24T16:48:12.529Z] #47 16.59 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-24T16:48:12.529Z] #47 17.81 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:12.529Z] #47 17.81 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:12.529Z] #47 17.81 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:12.529Z] #47 18.19 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:12.529Z] #47 18.39 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:12.529Z] #47 19.22 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:12.793Z] ok github.com/docker/docker/distribution 0.547s coverage: 21.9% of statements [2020-09-24T16:48:12.793Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-24T16:48:13.211Z] #47 ... [2020-09-24T16:48:13.211Z] [2020-09-24T16:48:13.211Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:13.211Z] #38 10.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:13.211Z] #38 ... [2020-09-24T16:48:13.211Z] [2020-09-24T16:48:13.211Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:13.211Z] #43 11.02 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:13.211Z] #43 12.43 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:13.211Z] #43 14.26 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:13.211Z] #43 17.70 go: finding github.com/fatih/color v1.9.0 [2020-09-24T16:48:13.211Z] #43 17.72 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:13.211Z] #43 17.73 go: finding github.com/pkg/errors v0.9.1 [2020-09-24T16:48:13.211Z] #43 17.85 go: finding github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:13.211Z] #43 18.00 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:13.211Z] #43 18.07 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:13.211Z] #43 18.40 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:13.211Z] #43 18.51 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:13.211Z] #43 18.59 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:13.211Z] #43 18.64 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:13.211Z] #43 18.64 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:13.317Z] #7 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 2.9s done [2020-09-24T16:48:13.317Z] #7 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2020-09-24T16:48:13.468Z] #43 ... [2020-09-24T16:48:13.468Z] [2020-09-24T16:48:13.468Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:13.468Z] #10 21.24 Fetched 8385 kB in 18s (463 kB/s) [2020-09-24T16:48:13.471Z] #47 19.95 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:13.579Z] #7 DONE 21.6s [2020-09-24T16:48:13.579Z] [2020-09-24T16:48:13.579Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-09-24T16:48:13.826Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-09-24T16:48:14.402Z] #10 21.24 Reading package lists... [2020-09-24T16:48:14.402Z] #10 ... [2020-09-24T16:48:14.402Z] [2020-09-24T16:48:14.402Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:14.402Z] #51 12.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:14.415Z] #47 ... [2020-09-24T16:48:14.415Z] [2020-09-24T16:48:14.415Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:14.415Z] #32 11.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:14.415Z] #32 ... [2020-09-24T16:48:14.415Z] [2020-09-24T16:48:14.415Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:14.415Z] #43 11.88 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:14.415Z] #43 13.02 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:14.415Z] #43 14.59 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:14.415Z] #43 18.39 go: finding github.com/fatih/color v1.9.0 [2020-09-24T16:48:14.415Z] #43 18.46 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:14.415Z] #43 18.48 go: finding github.com/pkg/errors v0.9.1 [2020-09-24T16:48:14.415Z] #43 18.50 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:14.415Z] #43 18.56 go: finding github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:14.415Z] #43 18.61 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:14.415Z] #43 18.75 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:14.415Z] #43 19.03 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:14.415Z] #43 19.03 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:14.415Z] #43 19.06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:14.415Z] #43 19.14 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:14.457Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-09-24T16:48:14.664Z] #51 ... [2020-09-24T16:48:14.664Z] [2020-09-24T16:48:14.664Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:14.664Z] #32 21.81 Fetched 8385 kB in 18s (468 kB/s) [2020-09-24T16:48:14.681Z] #43 ... [2020-09-24T16:48:14.681Z] [2020-09-24T16:48:14.681Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:14.681Z] #47 21.38 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:15.088Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-09-24T16:48:15.088Z] ok github.com/docker/docker/distribution/xfer 1.871s coverage: 85.1% of statements [2020-09-24T16:48:15.088Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-24T16:48:15.088Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-24T16:48:15.625Z] #47 ... [2020-09-24T16:48:15.625Z] [2020-09-24T16:48:15.625Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:15.625Z] #23 12.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:15.625Z] #23 ... [2020-09-24T16:48:15.625Z] [2020-09-24T16:48:15.625Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:15.625Z] #38 12.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:15.625Z] #38 ... [2020-09-24T16:48:15.625Z] [2020-09-24T16:48:15.625Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:15.625Z] #10 12.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:48:15.719Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2020-09-24T16:48:15.719Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-24T16:48:15.886Z] #10 ... [2020-09-24T16:48:15.886Z] [2020-09-24T16:48:15.886Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:15.886Z] #32 22.54 Fetched 8385 kB in 19s (447 kB/s) [2020-09-24T16:48:16.351Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-09-24T16:48:16.459Z] #32 22.54 Reading package lists... [2020-09-24T16:48:16.459Z] #32 ... [2020-09-24T16:48:16.459Z] [2020-09-24T16:48:16.459Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:16.459Z] #30 13.25 unicode/utf8 [2020-09-24T16:48:16.459Z] #30 13.90 encoding [2020-09-24T16:48:16.459Z] #30 14.26 runtime/cgo [2020-09-24T16:48:16.722Z] #30 ... [2020-09-24T16:48:16.722Z] [2020-09-24T16:48:16.722Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/server/httputils 0.041s coverage: 14.7% of statements [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 37.7% of statements [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/server/router/swarm 0.032s coverage: 5.7% of statements [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/types/time 0.034s coverage: 100.0% of statements [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-24T16:48:16.815Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/builder/dockerignore 0.026s coverage: 96.8% of statements [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/cli/debug 0.022s coverage: 100.0% of statements [2020-09-24T16:48:16.815Z] ok github.com/docker/docker/builder/remotecontext/git 4.051s coverage: 86.3% of statements [2020-09-24T16:48:16.861Z] c3aff4450246: Verifying Checksum [2020-09-24T16:48:16.861Z] c3aff4450246: Download complete [2020-09-24T16:48:17.244Z] #60 23.26 Checking out files: 62% (1196/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-09-24T16:48:17.244Z] #60 23.98 + cd /tmp/tmp.oUE2OKunQW/src/github.com/docker/libnetwork [2020-09-24T16:48:17.383Z] ok github.com/docker/docker/opts 0.014s coverage: 67.1% of statements [2020-09-24T16:48:17.383Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-09-24T16:48:17.504Z] #60 23.98 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:17.504Z] #60 24.18 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-24T16:48:18.346Z] ok github.com/docker/docker/builder/remotecontext 0.479s coverage: 13.6% of statements [2020-09-24T16:48:18.886Z] ok github.com/docker/docker/pkg/archive 0.504s coverage: 77.3% of statements [2020-09-24T16:48:19.882Z] ok github.com/docker/docker/builder/dockerfile 1.332s coverage: 48.0% of statements [2020-09-24T16:48:19.882Z] ? github.com/docker/docker/cli [no test files] [2020-09-24T16:48:19.882Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-24T16:48:19.915Z] #32 21.81 Reading package lists... [2020-09-24T16:48:19.915Z] #32 ... [2020-09-24T16:48:19.915Z] [2020-09-24T16:48:19.915Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:19.915Z] #60 23.61 Checking out files: 58% (1113/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-09-24T16:48:19.915Z] #60 24.38 + cd /tmp/tmp.Q12u3cPa2X/src/github.com/docker/libnetwork [2020-09-24T16:48:19.915Z] #60 24.38 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:19.915Z] #60 24.68 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-24T16:48:19.916Z] ok github.com/docker/docker/pkg/authorization 0.324s coverage: 68.3% of statements [2020-09-24T16:48:19.916Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-24T16:48:20.173Z] #8 DONE 5.5s [2020-09-24T16:48:20.173Z] [2020-09-24T16:48:20.173Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-09-24T16:48:20.173Z] #9 DONE 0.7s [2020-09-24T16:48:20.173Z] [2020-09-24T16:48:20.173Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-09-24T16:48:20.173Z] #27 DONE 0.1s [2020-09-24T16:48:20.173Z] [2020-09-24T16:48:20.173Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:20.173Z] #30 ... [2020-09-24T16:48:20.173Z] [2020-09-24T16:48:20.173Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-09-24T16:48:20.173Z] #35 DONE 0.1s [2020-09-24T16:48:20.173Z] [2020-09-24T16:48:20.173Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:48:20.207Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2020-09-24T16:48:22.789Z] #60 ... [2020-09-24T16:48:22.789Z] [2020-09-24T16:48:22.789Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:22.789Z] #32 22.54 Reading package lists... [2020-09-24T16:48:23.447Z] ok github.com/docker/docker/client 0.417s coverage: 75.4% of statements [2020-09-24T16:48:24.088Z] #60 ... [2020-09-24T16:48:24.088Z] [2020-09-24T16:48:24.088Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:24.088Z] #47 21.43 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:24.088Z] #47 22.74 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:24.088Z] #47 22.83 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:24.088Z] #47 23.15 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:24.088Z] #47 23.19 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:24.088Z] #47 24.24 runtime [2020-09-24T16:48:24.088Z] #47 24.26 runtime/cgo [2020-09-24T16:48:24.088Z] #47 ... [2020-09-24T16:48:24.088Z] [2020-09-24T16:48:24.088Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:48:24.088Z] #36 22.71 Checking out files: 83% (1390/1665) Checking out files: 84% (1399/1665) Checking out files: 85% (1416/1665) Checking out files: 86% (1432/1665) Checking out files: 87% (1449/1665) Checking out files: 88% (1466/1665) Checking out files: 89% (1482/1665) Checking out files: 90% (1499/1665) Checking out files: 91% (1516/1665) Checking out files: 92% (1532/1665) Checking out files: 93% (1549/1665) Checking out files: 94% (1566/1665) Checking out files: 95% (1582/1665) Checking out files: 96% (1599/1665) Checking out files: 97% (1616/1665) Checking out files: 98% (1632/1665) Checking out files: 99% (1649/1665) Checking out files: 100% (1665/1665) Checking out files: 100% (1665/1665), done. [2020-09-24T16:48:24.088Z] #36 23.06 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-24T16:48:24.088Z] #36 24.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-24T16:48:24.088Z] #36 ... [2020-09-24T16:48:24.088Z] [2020-09-24T16:48:24.088Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:24.088Z] #23 21.75 Fetched 8385 kB in 18s (466 kB/s) [2020-09-24T16:48:24.088Z] #23 21.75 Reading package lists... [2020-09-24T16:48:24.088Z] #23 28.82 Reading package lists... [2020-09-24T16:48:24.088Z] #23 ... [2020-09-24T16:48:24.088Z] [2020-09-24T16:48:24.088Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:24.088Z] #32 21.81 Reading package lists... [2020-09-24T16:48:24.426Z] #36 3.815 + git clone https://github.com/docker/distribution.git . [2020-09-24T16:48:24.426Z] #36 3.817 Cloning into '.'... [2020-09-24T16:48:24.710Z] ok github.com/docker/docker/pkg/chrootarchive 3.498s coverage: 43.2% of statements [2020-09-24T16:48:24.710Z] ok github.com/docker/docker/layer 7.531s coverage: 68.8% of statements [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/oci [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-24T16:48:24.710Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-24T16:48:24.710Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2020-09-24T16:48:24.710Z] ok github.com/docker/docker/pkg/discovery 0.012s coverage: 58.3% of statements [2020-09-24T16:48:24.710Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2020-09-24T16:48:25.008Z] #36 ... [2020-09-24T16:48:25.008Z] [2020-09-24T16:48:25.008Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:25.008Z] #30 4.054 + RM_GOPATH=0 [2020-09-24T16:48:25.008Z] #30 4.054 + TMP_GOPATH= [2020-09-24T16:48:25.008Z] #30 4.054 + : /build [2020-09-24T16:48:25.008Z] #30 4.054 + '[' -z '' ']' [2020-09-24T16:48:25.008Z] #30 4.055 ++ mktemp -d [2020-09-24T16:48:25.008Z] #30 4.056 + export GOPATH=/tmp/tmp.ei0qO4E2GX [2020-09-24T16:48:25.008Z] #30 4.056 + GOPATH=/tmp/tmp.ei0qO4E2GX [2020-09-24T16:48:25.008Z] #30 4.056 + RM_GOPATH=1 [2020-09-24T16:48:25.008Z] #30 4.056 + case "$(go env GOARCH)" in [2020-09-24T16:48:25.008Z] #30 4.059 ++ go env GOARCH [2020-09-24T16:48:25.008Z] #30 4.070 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:25.008Z] #30 4.070 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:25.008Z] #30 4.071 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:25.008Z] #30 4.076 + dir=/tmp/install [2020-09-24T16:48:25.008Z] #30 4.076 + bin=tomlv [2020-09-24T16:48:25.008Z] #30 4.076 + shift [2020-09-24T16:48:25.008Z] #30 4.076 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-09-24T16:48:25.008Z] #30 4.076 + . /tmp/install/tomlv.installer [2020-09-24T16:48:25.008Z] #30 4.076 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:25.008Z] #30 4.076 + install_tomlv [2020-09-24T16:48:25.008Z] #30 4.077 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-09-24T16:48:25.008Z] #30 4.077 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:25.008Z] #30 4.077 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ei0qO4E2GX/src/github.com/BurntSushi/toml [2020-09-24T16:48:25.008Z] #30 4.086 Cloning into '/tmp/tmp.ei0qO4E2GX/src/github.com/BurntSushi/toml'... [2020-09-24T16:48:25.008Z] #30 5.225 + cd /tmp/tmp.ei0qO4E2GX/src/github.com/BurntSushi/toml [2020-09-24T16:48:25.008Z] #30 5.226 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-09-24T16:48:25.008Z] #30 5.260 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:48:25.020Z] #32 29.60 Reading package lists... [2020-09-24T16:48:25.020Z] #32 ... [2020-09-24T16:48:25.020Z] [2020-09-24T16:48:25.020Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:25.020Z] #38 22.80 Fetched 8385 kB in 19s (452 kB/s) [2020-09-24T16:48:25.020Z] #38 22.80 Reading package lists... [2020-09-24T16:48:25.020Z] #38 30.06 Reading package lists... [2020-09-24T16:48:25.020Z] #38 ... [2020-09-24T16:48:25.020Z] [2020-09-24T16:48:25.020Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:25.020Z] #10 21.24 Reading package lists... [2020-09-24T16:48:25.340Z] ok github.com/docker/docker/pkg/discovery/memory 0.012s coverage: 92.3% of statements [2020-09-24T16:48:25.584Z] #30 5.819 unicode/utf8 [2020-09-24T16:48:25.584Z] #30 5.835 math/bits [2020-09-24T16:48:25.584Z] #30 5.944 internal/bytealg [2020-09-24T16:48:25.584Z] #30 6.018 unicode [2020-09-24T16:48:25.949Z] #10 28.34 Reading package lists... [2020-09-24T16:48:25.949Z] #10 ... [2020-09-24T16:48:25.949Z] [2020-09-24T16:48:25.949Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:25.949Z] #51 23.88 Fetched 8385 kB in 18s (465 kB/s) [2020-09-24T16:48:25.949Z] #51 23.88 Reading package lists... [2020-09-24T16:48:25.971Z] ok github.com/docker/docker/pkg/discovery/nodes 0.001s coverage: 93.8% of statements [2020-09-24T16:48:25.971Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-09-24T16:48:26.406Z] #30 6.516 internal/testlog [2020-09-24T16:48:26.666Z] #32 29.84 Reading package lists... [2020-09-24T16:48:26.666Z] #32 ... [2020-09-24T16:48:26.666Z] [2020-09-24T16:48:26.666Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:26.666Z] #47 22.87 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:26.666Z] #47 23.06 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:26.666Z] #47 23.19 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:26.666Z] #47 23.39 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:26.666Z] #47 24.20 runtime/cgo [2020-09-24T16:48:26.666Z] #47 24.28 runtime [2020-09-24T16:48:26.666Z] #47 ... [2020-09-24T16:48:26.666Z] [2020-09-24T16:48:26.666Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:48:26.666Z] #36 23.00 Checking out files: 81% (1360/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-09-24T16:48:26.666Z] #36 23.35 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-24T16:48:26.666Z] #36 25.81 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-24T16:48:26.666Z] #36 ... [2020-09-24T16:48:26.666Z] [2020-09-24T16:48:26.666Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:26.666Z] #23 23.21 Fetched 8385 kB in 19s (441 kB/s) [2020-09-24T16:48:26.666Z] #23 23.21 Reading package lists... [2020-09-24T16:48:26.666Z] #23 30.36 Reading package lists... [2020-09-24T16:48:26.666Z] #23 ... [2020-09-24T16:48:26.666Z] [2020-09-24T16:48:26.666Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:26.666Z] #41 27.14 vendor/golang.org/x/crypto/internal/subtle [2020-09-24T16:48:26.666Z] #41 27.27 vendor/golang.org/x/crypto/curve25519 [2020-09-24T16:48:26.666Z] #41 ... [2020-09-24T16:48:26.666Z] [2020-09-24T16:48:26.666Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:26.666Z] #51 23.44 Fetched 8385 kB in 18s (464 kB/s) [2020-09-24T16:48:26.666Z] #51 23.44 Reading package lists... [2020-09-24T16:48:26.669Z] #30 6.965 math [2020-09-24T16:48:26.669Z] #30 7.001 encoding [2020-09-24T16:48:26.669Z] #30 7.095 runtime [2020-09-24T16:48:26.931Z] #51 30.43 Reading package lists... [2020-09-24T16:48:26.931Z] #51 ... [2020-09-24T16:48:26.931Z] [2020-09-24T16:48:26.931Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:26.931Z] #38 23.65 Fetched 8385 kB in 18s (463 kB/s) [2020-09-24T16:48:26.931Z] #38 23.65 Reading package lists... [2020-09-24T16:48:26.933Z] #30 7.303 runtime/cgo [2020-09-24T16:48:27.192Z] #38 30.73 Reading package lists... [2020-09-24T16:48:27.192Z] #38 ... [2020-09-24T16:48:27.192Z] [2020-09-24T16:48:27.192Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:27.192Z] #10 24.02 Fetched 8385 kB in 19s (451 kB/s) [2020-09-24T16:48:27.192Z] #10 24.02 Reading package lists... [2020-09-24T16:48:27.317Z] #51 31.49 Reading package lists... [2020-09-24T16:48:27.317Z] #51 ... [2020-09-24T16:48:27.317Z] [2020-09-24T16:48:27.317Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:27.317Z] #10 28.34 Reading package lists... [2020-09-24T16:48:27.487Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2020-09-24T16:48:27.777Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 89.5% of statements [2020-09-24T16:48:27.881Z] #10 35.18 Building dependency tree... [2020-09-24T16:48:27.881Z] #10 ... [2020-09-24T16:48:27.881Z] [2020-09-24T16:48:27.881Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:27.881Z] #41 25.56 vendor/golang.org/x/crypto/internal/subtle [2020-09-24T16:48:27.881Z] #41 25.65 vendor/golang.org/x/crypto/curve25519 [2020-09-24T16:48:28.138Z] #41 ... [2020-09-24T16:48:28.138Z] [2020-09-24T16:48:28.138Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:28.138Z] #23 28.82 Reading package lists... [2020-09-24T16:48:28.808Z] ok github.com/docker/docker/pkg/discovery/kv 3.096s coverage: 84.1% of statements [2020-09-24T16:48:28.808Z] ok github.com/docker/docker/pkg/fsutils 0.434s coverage: 85.1% of statements [2020-09-24T16:48:29.099Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-09-24T16:48:29.500Z] #30 ... [2020-09-24T16:48:29.500Z] [2020-09-24T16:48:29.500Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:29.500Z] #38 4.324 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:29.500Z] #38 4.345 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:29.500Z] #38 4.345 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:29.500Z] #38 5.501 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:48:29.501Z] #38 7.481 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:48:29.501Z] #38 7.564 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:48:29.730Z] ok github.com/docker/docker/pkg/idtools 0.494s coverage: 70.1% of statements [2020-09-24T16:48:29.730Z] ok github.com/docker/docker/pkg/ioutils 0.279s coverage: 70.1% of statements [2020-09-24T16:48:29.764Z] #38 ... [2020-09-24T16:48:29.764Z] [2020-09-24T16:48:29.764Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:29.764Z] #43 3.037 + RM_GOPATH=0 [2020-09-24T16:48:29.764Z] #43 3.037 + TMP_GOPATH= [2020-09-24T16:48:29.764Z] #43 3.037 + : /build [2020-09-24T16:48:29.764Z] #43 3.037 + '[' -z '' ']' [2020-09-24T16:48:29.764Z] #43 3.043 ++ mktemp -d [2020-09-24T16:48:29.764Z] #43 3.048 + export GOPATH=/tmp/tmp.vVTbI20teW [2020-09-24T16:48:29.764Z] #43 3.048 + GOPATH=/tmp/tmp.vVTbI20teW [2020-09-24T16:48:29.764Z] #43 3.048 + RM_GOPATH=1 [2020-09-24T16:48:29.764Z] #43 3.048 + case "$(go env GOARCH)" in [2020-09-24T16:48:29.764Z] #43 3.054 ++ go env GOARCH [2020-09-24T16:48:29.764Z] #43 3.071 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:29.764Z] #43 3.071 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:29.764Z] #43 3.085 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:29.764Z] #43 3.087 + dir=/tmp/install [2020-09-24T16:48:29.764Z] #43 3.087 + bin=gotestsum [2020-09-24T16:48:29.764Z] #43 3.087 + shift [2020-09-24T16:48:29.764Z] #43 3.087 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-09-24T16:48:29.764Z] #43 3.087 + . /tmp/install/gotestsum.installer [2020-09-24T16:48:29.764Z] #43 3.087 ++ : v0.5.3 [2020-09-24T16:48:29.764Z] #43 3.087 + install_gotestsum [2020-09-24T16:48:29.764Z] #43 3.087 + set -e [2020-09-24T16:48:29.764Z] #43 3.087 + export GO111MODULE=on [2020-09-24T16:48:29.764Z] #43 3.087 + GO111MODULE=on [2020-09-24T16:48:29.764Z] #43 3.087 + GOBIN=/build [2020-09-24T16:48:29.764Z] #43 3.087 + go get gotest.tools/gotestsum@v0.5.3 [2020-09-24T16:48:29.764Z] #43 3.123 go: finding gotest.tools v0.5.3 [2020-09-24T16:48:29.764Z] #43 3.123 go: finding gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:29.764Z] #43 3.807 go: downloading gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:29.764Z] #43 4.462 go: extracting gotest.tools/gotestsum v0.5.3 [2020-09-24T16:48:29.764Z] #43 5.564 go: downloading github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:29.764Z] #43 5.579 go: downloading github.com/fatih/color v1.9.0 [2020-09-24T16:48:29.764Z] #43 5.657 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:29.764Z] #43 5.751 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:29.764Z] #43 5.753 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:29.764Z] #43 5.780 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:29.764Z] #43 5.904 go: downloading github.com/pkg/errors v0.9.1 [2020-09-24T16:48:29.764Z] #43 5.921 go: extracting github.com/fatih/color v1.9.0 [2020-09-24T16:48:29.764Z] #43 6.055 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:29.764Z] #43 6.107 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:29.764Z] #43 6.196 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:29.764Z] #43 6.310 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:29.764Z] #43 6.462 go: downloading github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:29.764Z] #43 6.467 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:29.764Z] #43 6.471 go: extracting github.com/pkg/errors v0.9.1 [2020-09-24T16:48:29.764Z] #43 6.487 go: extracting github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:29.764Z] #43 6.540 go: downloading github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:29.764Z] #43 7.703 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:29.764Z] #43 7.719 go: extracting github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:29.764Z] #43 7.747 go: extracting github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:29.764Z] #43 8.423 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:29.764Z] #43 10.13 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:29.764Z] #43 ... [2020-09-24T16:48:29.764Z] [2020-09-24T16:48:29.764Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:29.764Z] #60 3.193 + RM_GOPATH=0 [2020-09-24T16:48:29.764Z] #60 3.193 + TMP_GOPATH= [2020-09-24T16:48:29.764Z] #60 3.193 + : /build [2020-09-24T16:48:29.764Z] #60 3.193 + '[' -z '' ']' [2020-09-24T16:48:29.764Z] #60 3.193 ++ mktemp -d [2020-09-24T16:48:29.764Z] #60 3.193 + export GOPATH=/tmp/tmp.PUDo6QreHR [2020-09-24T16:48:29.764Z] #60 3.193 + GOPATH=/tmp/tmp.PUDo6QreHR [2020-09-24T16:48:29.764Z] #60 3.193 + RM_GOPATH=1 [2020-09-24T16:48:29.764Z] #60 3.193 + case "$(go env GOARCH)" in [2020-09-24T16:48:29.764Z] #60 3.194 ++ go env GOARCH [2020-09-24T16:48:29.764Z] #60 3.212 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:29.764Z] #60 3.212 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:29.764Z] #60 3.230 Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:29.764Z] #60 3.231 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:29.764Z] #60 3.231 + dir=/tmp/install [2020-09-24T16:48:29.764Z] #60 3.231 + bin=proxy [2020-09-24T16:48:29.764Z] #60 3.231 + shift [2020-09-24T16:48:29.764Z] #60 3.231 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-09-24T16:48:29.764Z] #60 3.231 + . /tmp/install/proxy.installer [2020-09-24T16:48:29.764Z] #60 3.231 ++ : d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:29.764Z] #60 3.231 + install_proxy [2020-09-24T16:48:29.764Z] #60 3.231 + case "$1" in [2020-09-24T16:48:29.764Z] #60 3.231 + export CGO_ENABLED=0 [2020-09-24T16:48:29.764Z] #60 3.231 + CGO_ENABLED=0 [2020-09-24T16:48:29.764Z] #60 3.231 + _install_proxy [2020-09-24T16:48:29.764Z] #60 3.231 + echo 'Install docker-proxy version d0951081b35fa4216fc4f0064bf065beeb55a74b' [2020-09-24T16:48:29.764Z] #60 3.231 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PUDo6QreHR/src/github.com/docker/libnetwork [2020-09-24T16:48:29.764Z] #60 3.243 Cloning into '/tmp/tmp.PUDo6QreHR/src/github.com/docker/libnetwork'... [2020-09-24T16:48:30.020Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-09-24T16:48:30.027Z] #60 ... [2020-09-24T16:48:30.027Z] [2020-09-24T16:48:30.027Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:30.027Z] #45 3.049 + RM_GOPATH=0 [2020-09-24T16:48:30.027Z] #45 3.049 + TMP_GOPATH= [2020-09-24T16:48:30.027Z] #45 3.049 + : /build [2020-09-24T16:48:30.027Z] #45 3.049 + '[' -z '' ']' [2020-09-24T16:48:30.027Z] #45 3.049 ++ mktemp -d [2020-09-24T16:48:30.027Z] #45 3.059 + export GOPATH=/tmp/tmp.O3CdCkNzPJ [2020-09-24T16:48:30.027Z] #45 3.059 + GOPATH=/tmp/tmp.O3CdCkNzPJ [2020-09-24T16:48:30.027Z] #45 3.059 + RM_GOPATH=1 [2020-09-24T16:48:30.027Z] #45 3.059 + case "$(go env GOARCH)" in [2020-09-24T16:48:30.027Z] #45 3.063 ++ go env GOARCH [2020-09-24T16:48:30.027Z] #45 3.086 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.027Z] #45 3.086 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.027Z] #45 3.092 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:30.027Z] #45 3.092 + dir=/tmp/install [2020-09-24T16:48:30.027Z] #45 3.092 + bin=golangci_lint [2020-09-24T16:48:30.027Z] #45 3.092 + shift [2020-09-24T16:48:30.027Z] #45 3.092 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-09-24T16:48:30.027Z] #45 3.092 + . /tmp/install/golangci_lint.installer [2020-09-24T16:48:30.027Z] #45 3.092 ++ : v1.23.8 [2020-09-24T16:48:30.027Z] #45 3.092 + install_golangci_lint [2020-09-24T16:48:30.027Z] #45 3.092 + echo 'Installing golangci-lint version v1.23.8' [2020-09-24T16:48:30.027Z] #45 3.092 Installing golangci-lint version v1.23.8 [2020-09-24T16:48:30.027Z] #45 3.094 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:48:30.290Z] #45 ... [2020-09-24T16:48:30.290Z] [2020-09-24T16:48:30.290Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:30.290Z] #47 3.015 + RM_GOPATH=0 [2020-09-24T16:48:30.290Z] #47 3.023 + TMP_GOPATH= [2020-09-24T16:48:30.290Z] #47 3.023 + : /build [2020-09-24T16:48:30.290Z] #47 3.023 + '[' -z '' ']' [2020-09-24T16:48:30.290Z] #47 3.023 ++ mktemp -d [2020-09-24T16:48:30.290Z] #47 3.027 + export GOPATH=/tmp/tmp.B8u8Lk294t [2020-09-24T16:48:30.290Z] #47 3.027 + GOPATH=/tmp/tmp.B8u8Lk294t [2020-09-24T16:48:30.290Z] #47 3.027 + RM_GOPATH=1 [2020-09-24T16:48:30.290Z] #47 3.027 + case "$(go env GOARCH)" in [2020-09-24T16:48:30.290Z] #47 3.028 ++ go env GOARCH [2020-09-24T16:48:30.290Z] #47 3.054 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.290Z] #47 3.054 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.290Z] #47 3.054 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:30.290Z] #47 3.059 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:30.290Z] #47 3.062 + dir=/tmp/install [2020-09-24T16:48:30.290Z] #47 3.062 + bin=shfmt [2020-09-24T16:48:30.290Z] #47 3.062 + shift [2020-09-24T16:48:30.290Z] #47 3.062 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-09-24T16:48:30.290Z] #47 3.062 + . /tmp/install/shfmt.installer [2020-09-24T16:48:30.290Z] #47 3.062 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:30.290Z] #47 3.062 + install_shfmt [2020-09-24T16:48:30.290Z] #47 3.062 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-09-24T16:48:30.290Z] #47 3.062 + git clone https://github.com/mvdan/sh.git /tmp/tmp.B8u8Lk294t/src/github.com/mvdan/sh [2020-09-24T16:48:30.290Z] #47 3.070 Cloning into '/tmp/tmp.B8u8Lk294t/src/github.com/mvdan/sh'... [2020-09-24T16:48:30.290Z] #47 7.983 + cd /tmp/tmp.B8u8Lk294t/src/github.com/mvdan/sh [2020-09-24T16:48:30.290Z] #47 7.984 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-09-24T16:48:30.290Z] #47 8.139 + GO111MODULE=on [2020-09-24T16:48:30.290Z] #47 8.139 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-09-24T16:48:30.290Z] #47 9.655 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:30.290Z] #47 9.752 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:30.290Z] #47 9.773 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:30.290Z] #47 9.922 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:30.290Z] #47 10.01 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:30.290Z] #47 ... [2020-09-24T16:48:30.290Z] [2020-09-24T16:48:30.291Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:30.291Z] #54 3.592 + RM_GOPATH=0 [2020-09-24T16:48:30.291Z] #54 3.592 + TMP_GOPATH= [2020-09-24T16:48:30.291Z] #54 3.592 + : /build [2020-09-24T16:48:30.291Z] #54 3.592 + '[' -z '' ']' [2020-09-24T16:48:30.291Z] #54 3.592 ++ mktemp -d [2020-09-24T16:48:30.291Z] #54 3.644 + export GOPATH=/tmp/tmp.lN8JFpvxEE [2020-09-24T16:48:30.291Z] #54 3.644 + GOPATH=/tmp/tmp.lN8JFpvxEE [2020-09-24T16:48:30.291Z] #54 3.644 + RM_GOPATH=1 [2020-09-24T16:48:30.291Z] #54 3.644 + case "$(go env GOARCH)" in [2020-09-24T16:48:30.291Z] #54 3.656 ++ go env GOARCH [2020-09-24T16:48:30.291Z] #54 3.681 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.291Z] #54 3.681 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.291Z] #54 3.681 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:30.291Z] #54 3.695 + dir=/tmp/install [2020-09-24T16:48:30.291Z] #54 3.695 + bin=rootlesskit [2020-09-24T16:48:30.291Z] #54 3.695 + shift [2020-09-24T16:48:30.291Z] #54 3.695 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-09-24T16:48:30.291Z] #54 3.695 + . /tmp/install/rootlesskit.installer [2020-09-24T16:48:30.291Z] #54 3.695 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:30.291Z] #54 3.695 + install_rootlesskit [2020-09-24T16:48:30.291Z] #54 3.695 + case "$1" in [2020-09-24T16:48:30.291Z] #54 3.695 + export CGO_ENABLED=0 [2020-09-24T16:48:30.291Z] #54 3.695 + CGO_ENABLED=0 [2020-09-24T16:48:30.291Z] #54 3.695 + _install_rootlesskit [2020-09-24T16:48:30.291Z] #54 3.695 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-09-24T16:48:30.291Z] #54 3.695 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lN8JFpvxEE/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:30.291Z] #54 3.695 Cloning into '/tmp/tmp.lN8JFpvxEE/src/github.com/rootless-containers/rootlesskit'... [2020-09-24T16:48:30.291Z] #54 3.696 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:30.291Z] #54 8.095 + cd /tmp/tmp.lN8JFpvxEE/src/github.com/rootless-containers/rootlesskit [2020-09-24T16:48:30.291Z] #54 8.096 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-09-24T16:48:30.291Z] #54 8.689 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:48:30.291Z] #54 8.689 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-09-24T16:48:30.311Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2020-09-24T16:48:30.311Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-24T16:48:30.311Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-24T16:48:30.311Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-24T16:48:30.311Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-09-24T16:48:30.311Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-24T16:48:30.494Z] #10 31.13 Reading package lists... [2020-09-24T16:48:30.494Z] #10 ... [2020-09-24T16:48:30.494Z] [2020-09-24T16:48:30.494Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:30.494Z] #32 29.84 Reading package lists... [2020-09-24T16:48:30.554Z] #54 ... [2020-09-24T16:48:30.554Z] [2020-09-24T16:48:30.554Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:30.554Z] #21 1.158 + RM_GOPATH=0 [2020-09-24T16:48:30.554Z] #21 1.158 + TMP_GOPATH= [2020-09-24T16:48:30.554Z] #21 1.158 + : /build [2020-09-24T16:48:30.554Z] #21 1.158 + '[' -z '' ']' [2020-09-24T16:48:30.554Z] #21 1.160 ++ mktemp -d [2020-09-24T16:48:30.554Z] #21 1.171 + export GOPATH=/tmp/tmp.sduavivwgp [2020-09-24T16:48:30.554Z] #21 1.171 + GOPATH=/tmp/tmp.sduavivwgp [2020-09-24T16:48:30.554Z] #21 1.171 + RM_GOPATH=1 [2020-09-24T16:48:30.554Z] #21 1.171 + case "$(go env GOARCH)" in [2020-09-24T16:48:30.554Z] #21 1.172 ++ go env GOARCH [2020-09-24T16:48:30.554Z] #21 1.191 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.554Z] #21 1.191 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:30.554Z] #21 1.194 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:30.554Z] #21 1.197 Install docker/cli version 17.06.2-ce from stable [2020-09-24T16:48:30.554Z] #21 1.197 + dir=/tmp/install [2020-09-24T16:48:30.554Z] #21 1.197 + bin=dockercli [2020-09-24T16:48:30.554Z] #21 1.197 + shift [2020-09-24T16:48:30.554Z] #21 1.197 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-09-24T16:48:30.554Z] #21 1.197 + . /tmp/install/dockercli.installer [2020-09-24T16:48:30.554Z] #21 1.197 ++ : stable [2020-09-24T16:48:30.554Z] #21 1.197 ++ : 17.06.2-ce [2020-09-24T16:48:30.554Z] #21 1.197 + install_dockercli [2020-09-24T16:48:30.554Z] #21 1.197 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-24T16:48:30.554Z] #21 1.197 ++ uname -m [2020-09-24T16:48:30.554Z] #21 1.199 + arch=aarch64 [2020-09-24T16:48:30.554Z] #21 1.199 + '[' aarch64 '!=' x86_64 ']' [2020-09-24T16:48:30.554Z] #21 1.199 + '[' aarch64 '!=' s390x ']' [2020-09-24T16:48:30.554Z] #21 1.199 + '[' aarch64 '!=' armhf ']' [2020-09-24T16:48:30.554Z] #21 1.199 + build_dockercli [2020-09-24T16:48:30.554Z] #21 1.199 + git clone https://github.com/docker/docker-ce /tmp/tmp.sduavivwgp/tmp/docker-ce [2020-09-24T16:48:30.554Z] #21 1.206 Cloning into '/tmp/tmp.sduavivwgp/tmp/docker-ce'... [2020-09-24T16:48:30.554Z] #21 ... [2020-09-24T16:48:30.554Z] [2020-09-24T16:48:30.554Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:48:30.554Z] #28 3.803 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-09-24T16:48:30.554Z] #28 3.805 Cloning into '.'... [2020-09-24T16:48:30.595Z] #23 36.44 Building dependency tree... [2020-09-24T16:48:30.601Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-09-24T16:48:30.601Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-09-24T16:48:30.818Z] #28 ... [2020-09-24T16:48:30.818Z] [2020-09-24T16:48:30.818Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:30.818Z] #32 3.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:30.818Z] #32 4.005 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:30.818Z] #32 4.007 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:30.818Z] #32 4.810 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:48:30.818Z] #32 6.339 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:48:30.818Z] #32 7.026 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:48:30.818Z] #32 ... [2020-09-24T16:48:30.818Z] [2020-09-24T16:48:30.818Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:30.818Z] #10 4.354 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:30.818Z] #10 4.369 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:30.818Z] #10 4.375 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:30.818Z] #10 5.465 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:48:30.818Z] #10 7.576 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:48:30.818Z] #10 7.580 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:48:30.892Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.027s coverage: 86.7% of statements [2020-09-24T16:48:30.892Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2020-09-24T16:48:30.892Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-24T16:48:30.892Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-24T16:48:31.082Z] #10 ... [2020-09-24T16:48:31.082Z] [2020-09-24T16:48:31.082Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:31.082Z] #51 4.364 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:31.082Z] #51 4.385 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:31.082Z] #51 4.389 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:31.082Z] #51 5.396 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:48:31.082Z] #51 7.435 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:48:31.082Z] #51 7.597 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:48:31.082Z] #51 ... [2020-09-24T16:48:31.082Z] [2020-09-24T16:48:31.082Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:31.082Z] #23 4.507 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:48:31.082Z] #23 4.528 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:48:31.082Z] #23 4.528 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:48:31.082Z] #23 5.583 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:48:31.082Z] #23 7.502 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:48:31.082Z] #23 7.518 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:48:31.345Z] #23 ... [2020-09-24T16:48:31.345Z] [2020-09-24T16:48:31.345Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:31.345Z] #41 2.993 + RM_GOPATH=0 [2020-09-24T16:48:31.345Z] #41 2.993 + TMP_GOPATH= [2020-09-24T16:48:31.345Z] #41 2.993 + : /build [2020-09-24T16:48:31.345Z] #41 2.993 + '[' -z '' ']' [2020-09-24T16:48:31.345Z] #41 2.999 ++ mktemp -d [2020-09-24T16:48:31.345Z] #41 3.007 + export GOPATH=/tmp/tmp.nmd17RwIKQ [2020-09-24T16:48:31.345Z] #41 3.007 + GOPATH=/tmp/tmp.nmd17RwIKQ [2020-09-24T16:48:31.345Z] #41 3.007 + RM_GOPATH=1 [2020-09-24T16:48:31.345Z] #41 3.007 + case "$(go env GOARCH)" in [2020-09-24T16:48:31.345Z] #41 3.007 ++ go env GOARCH [2020-09-24T16:48:31.345Z] #41 3.027 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:31.345Z] #41 3.027 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:31.345Z] #41 3.027 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:31.345Z] #41 3.027 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:31.345Z] #41 3.027 + dir=/tmp/install [2020-09-24T16:48:31.345Z] #41 3.027 + bin=vndr [2020-09-24T16:48:31.345Z] #41 3.027 + shift [2020-09-24T16:48:31.345Z] #41 3.027 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-09-24T16:48:31.345Z] #41 3.027 + . /tmp/install/vndr.installer [2020-09-24T16:48:31.345Z] #41 3.027 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:31.345Z] #41 3.027 + install_vndr [2020-09-24T16:48:31.345Z] #41 3.027 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-09-24T16:48:31.345Z] #41 3.027 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nmd17RwIKQ/src/github.com/LK4D4/vndr [2020-09-24T16:48:31.345Z] #41 3.027 Cloning into '/tmp/tmp.nmd17RwIKQ/src/github.com/LK4D4/vndr'... [2020-09-24T16:48:31.345Z] #41 3.704 + cd /tmp/tmp.nmd17RwIKQ/src/github.com/LK4D4/vndr [2020-09-24T16:48:31.345Z] #41 3.704 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-09-24T16:48:31.345Z] #41 3.718 + go build -buildmode=pie -v -o /build/vndr . [2020-09-24T16:48:31.345Z] #41 4.450 runtime/internal/sys [2020-09-24T16:48:31.345Z] #41 4.535 internal/cpu [2020-09-24T16:48:31.345Z] #41 4.575 internal/race [2020-09-24T16:48:31.345Z] #41 4.607 runtime/internal/atomic [2020-09-24T16:48:31.345Z] #41 4.716 runtime/internal/math [2020-09-24T16:48:31.345Z] #41 4.793 sync/atomic [2020-09-24T16:48:31.345Z] #41 5.228 unicode [2020-09-24T16:48:31.345Z] #41 5.295 unicode/utf8 [2020-09-24T16:48:31.345Z] #41 5.413 math/bits [2020-09-24T16:48:31.345Z] #41 5.445 internal/bytealg [2020-09-24T16:48:31.345Z] #41 6.088 internal/testlog [2020-09-24T16:48:31.345Z] #41 6.333 math [2020-09-24T16:48:31.345Z] #41 6.668 runtime [2020-09-24T16:48:31.345Z] #41 7.052 encoding [2020-09-24T16:48:31.345Z] #41 7.203 unicode/utf16 [2020-09-24T16:48:31.345Z] #41 7.285 container/list [2020-09-24T16:48:31.345Z] #41 7.352 crypto/internal/subtle [2020-09-24T16:48:31.345Z] #41 7.474 crypto/subtle [2020-09-24T16:48:31.345Z] #41 7.851 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-09-24T16:48:31.345Z] #41 7.899 internal/nettrace [2020-09-24T16:48:31.345Z] #41 8.128 vendor/golang.org/x/crypto/internal/subtle [2020-09-24T16:48:31.345Z] #41 8.264 runtime/cgo [2020-09-24T16:48:31.880Z] #32 37.19 Building dependency tree... [2020-09-24T16:48:31.921Z] #41 ... [2020-09-24T16:48:31.921Z] [2020-09-24T16:48:31.921Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:48:31.934Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-09-24T16:48:32.185Z] #36 12.23 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-09-24T16:48:32.225Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-24T16:48:32.515Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-09-24T16:48:32.515Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-09-24T16:48:33.118Z] #23 40.43 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-24T16:48:33.118Z] #23 40.43 The following additional packages will be installed: [2020-09-24T16:48:33.118Z] #23 40.44 libjq1 libonig5 [2020-09-24T16:48:33.118Z] #23 41.02 The following NEW packages will be installed: [2020-09-24T16:48:33.376Z] #23 41.03 jq libjq1 libonig5 [2020-09-24T16:48:33.632Z] #23 41.46 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:33.632Z] #23 41.46 Need to get 355 kB of archives. [2020-09-24T16:48:33.633Z] #23 41.46 After this operation, 1072 kB of additional disk space will be used. [2020-09-24T16:48:33.633Z] #23 41.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-24T16:48:33.633Z] #23 41.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-24T16:48:33.633Z] #23 41.47 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-24T16:48:34.018Z] ok github.com/docker/docker/pkg/pubsub 1.017s coverage: 73.9% of statements [2020-09-24T16:48:34.018Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-09-24T16:48:34.113Z] #36 14.33 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-09-24T16:48:34.196Z] #23 ... [2020-09-24T16:48:34.196Z] [2020-09-24T16:48:34.196Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:34.196Z] #10 35.18 Building dependency tree... [2020-09-24T16:48:34.196Z] #10 39.08 The following additional packages will be installed: [2020-09-24T16:48:34.196Z] #10 39.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-24T16:48:34.196Z] #10 39.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-24T16:48:34.196Z] #10 39.09 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-24T16:48:34.196Z] #10 39.09 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:34.196Z] #10 39.09 Suggested packages: [2020-09-24T16:48:34.196Z] #10 39.09 gcc-8-locales seccomp wine64 [2020-09-24T16:48:34.196Z] #10 40.72 The following NEW packages will be installed: [2020-09-24T16:48:34.196Z] #10 40.75 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-24T16:48:34.196Z] #10 40.75 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-24T16:48:34.196Z] #10 40.75 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-24T16:48:34.196Z] #10 40.75 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-24T16:48:34.196Z] #10 40.76 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-24T16:48:34.196Z] #10 40.76 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:34.196Z] #10 41.36 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:34.196Z] #10 41.36 Need to get 77.7 MB of archives. [2020-09-24T16:48:34.196Z] #10 41.36 After this operation, 487 MB of additional disk space will be used. [2020-09-24T16:48:34.196Z] #10 41.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-24T16:48:34.196Z] #10 41.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-24T16:48:34.196Z] #10 41.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-24T16:48:34.196Z] #10 41.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-24T16:48:34.196Z] #10 41.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-24T16:48:34.196Z] #10 41.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-24T16:48:34.428Z] #32 40.73 The following additional packages will be installed: [2020-09-24T16:48:34.428Z] #32 40.73 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-24T16:48:34.428Z] #32 40.76 Suggested packages: [2020-09-24T16:48:34.428Z] #32 40.77 cmake-doc ninja-build lrzip [2020-09-24T16:48:34.428Z] #32 40.77 Recommended packages: [2020-09-24T16:48:34.428Z] #32 40.77 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-24T16:48:34.505Z] 4612f6d0b889: Verifying Checksum [2020-09-24T16:48:34.505Z] 4612f6d0b889: Download complete [2020-09-24T16:48:34.760Z] #10 42.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-24T16:48:34.999Z] #32 41.81 The following NEW packages will be installed: [2020-09-24T16:48:35.069Z] #10 42.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-24T16:48:35.069Z] #10 42.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-09-24T16:48:35.069Z] #10 ... [2020-09-24T16:48:35.069Z] [2020-09-24T16:48:35.069Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:35.069Z] #23 42.86 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:35.261Z] #32 41.82 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-24T16:48:35.261Z] #32 41.82 vim-common xxd [2020-09-24T16:48:35.521Z] #32 42.29 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:35.521Z] #32 42.29 Need to get 14.9 MB of archives. [2020-09-24T16:48:35.521Z] #32 42.29 After this operation, 61.8 MB of additional disk space will be used. [2020-09-24T16:48:35.521Z] #32 42.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-24T16:48:35.521Z] #32 42.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:48:35.633Z] #23 43.21 Fetched 355 kB in 0s (1332 kB/s) [2020-09-24T16:48:35.634Z] #23 43.51 Selecting previously unselected package libonig5:amd64. [2020-09-24T16:48:35.783Z] #32 42.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-24T16:48:35.783Z] #32 42.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-24T16:48:35.890Z] #23 43.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:35.890Z] #23 43.64 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-24T16:48:35.890Z] #23 43.79 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:48:36.148Z] #23 ... [2020-09-24T16:48:36.148Z] [2020-09-24T16:48:36.148Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:36.148Z] #60 DONE 44.0s [2020-09-24T16:48:36.148Z] [2020-09-24T16:48:36.148Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:36.148Z] #38 30.06 Reading package lists... [2020-09-24T16:48:36.148Z] #38 37.70 Building dependency tree... [2020-09-24T16:48:36.148Z] #38 41.91 The following additional packages will be installed: [2020-09-24T16:48:36.148Z] #38 41.94 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-24T16:48:36.148Z] #38 41.96 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-24T16:48:36.148Z] #38 41.96 Suggested packages: [2020-09-24T16:48:36.148Z] #38 41.97 manpages-dev python-setuptools [2020-09-24T16:48:36.148Z] #38 43.63 The following NEW packages will be installed: [2020-09-24T16:48:36.148Z] #38 43.64 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-24T16:48:36.148Z] #38 43.64 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-24T16:48:36.148Z] #38 43.65 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-24T16:48:36.148Z] #38 43.65 python-six zlib1g-dev [2020-09-24T16:48:36.148Z] #38 44.13 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:36.148Z] #38 44.13 Need to get 4095 kB of archives. [2020-09-24T16:48:36.148Z] #38 44.13 After this operation, 22.5 MB of additional disk space will be used. [2020-09-24T16:48:36.148Z] #38 44.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-24T16:48:36.355Z] #32 ... [2020-09-24T16:48:36.355Z] [2020-09-24T16:48:36.355Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:36.355Z] #60 DONE 42.8s [2020-09-24T16:48:36.355Z] [2020-09-24T16:48:36.355Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:36.355Z] #10 31.13 Reading package lists... [2020-09-24T16:48:36.355Z] #10 38.38 Building dependency tree... [2020-09-24T16:48:36.355Z] #10 42.46 The following additional packages will be installed: [2020-09-24T16:48:36.355Z] #10 42.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-24T16:48:36.355Z] #10 42.47 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-24T16:48:36.355Z] #10 42.48 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-24T16:48:36.355Z] #10 42.48 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:36.355Z] #10 42.52 Suggested packages: [2020-09-24T16:48:36.355Z] #10 42.52 gcc-8-locales seccomp wine64 [2020-09-24T16:48:36.405Z] #38 44.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-24T16:48:36.405Z] #38 44.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-24T16:48:36.405Z] #38 44.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-24T16:48:36.405Z] #38 44.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-24T16:48:36.405Z] #38 44.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-24T16:48:36.405Z] #38 44.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-24T16:48:36.405Z] #38 44.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-24T16:48:36.405Z] #38 44.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-24T16:48:36.405Z] #38 ... [2020-09-24T16:48:36.405Z] [2020-09-24T16:48:36.405Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:36.405Z] #23 44.17 Selecting previously unselected package libjq1:amd64. [2020-09-24T16:48:36.405Z] #23 44.20 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:48:36.405Z] #23 44.27 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:36.741Z] ok github.com/docker/docker/pkg/signal 2.319s coverage: 61.0% of statements [2020-09-24T16:48:36.968Z] #23 44.81 Selecting previously unselected package jq. [2020-09-24T16:48:36.968Z] #23 44.85 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:48:36.968Z] #23 44.90 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:37.031Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-09-24T16:48:37.298Z] #10 ... [2020-09-24T16:48:37.298Z] [2020-09-24T16:48:37.298Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:37.298Z] #32 43.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-24T16:48:37.298Z] #32 44.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-24T16:48:37.298Z] #32 44.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-24T16:48:37.298Z] #32 44.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-24T16:48:37.298Z] #32 44.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-24T16:48:37.322Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-09-24T16:48:37.537Z] #23 45.43 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:48:37.537Z] #23 45.45 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:37.537Z] #23 45.47 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:37.537Z] #23 45.48 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:37.559Z] #32 44.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-24T16:48:37.612Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-09-24T16:48:37.902Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-09-24T16:48:38.101Z] #23 DONE 45.9s [2020-09-24T16:48:38.101Z] [2020-09-24T16:48:38.101Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:48:38.101Z] #24 DONE 0.0s [2020-09-24T16:48:38.101Z] [2020-09-24T16:48:38.101Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:38.101Z] #38 44.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-24T16:48:38.101Z] #38 44.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-24T16:48:38.101Z] #38 44.48 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-24T16:48:38.101Z] #38 44.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-24T16:48:38.101Z] #38 44.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-24T16:48:38.101Z] #38 44.67 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-24T16:48:38.101Z] #38 44.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-24T16:48:38.101Z] #38 44.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-24T16:48:38.193Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2020-09-24T16:48:38.339Z] #36 ... [2020-09-24T16:48:38.339Z] [2020-09-24T16:48:38.339Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:38.340Z] #60 16.99 Checking out files: 94% (1799/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2020-09-24T16:48:38.340Z] #60 17.14 + cd /tmp/tmp.PUDo6QreHR/src/github.com/docker/libnetwork [2020-09-24T16:48:38.340Z] #60 17.14 + git checkout -q d0951081b35fa4216fc4f0064bf065beeb55a74b [2020-09-24T16:48:38.340Z] #60 17.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-09-24T16:48:38.664Z] #38 46.55 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:38.826Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements [2020-09-24T16:48:38.921Z] #38 ... [2020-09-24T16:48:38.921Z] [2020-09-24T16:48:38.921Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:38.921Z] #51 31.49 Reading package lists... [2020-09-24T16:48:38.921Z] #51 39.01 Building dependency tree... [2020-09-24T16:48:38.921Z] #51 42.76 The following additional packages will be installed: [2020-09-24T16:48:38.921Z] #51 42.77 libbtrfs0 [2020-09-24T16:48:38.921Z] #51 43.07 The following NEW packages will be installed: [2020-09-24T16:48:38.921Z] #51 43.07 libbtrfs-dev libbtrfs0 [2020-09-24T16:48:38.921Z] #51 43.37 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:38.921Z] #51 43.37 Need to get 119 kB of archives. [2020-09-24T16:48:38.921Z] #51 43.37 After this operation, 387 kB of additional disk space will be used. [2020-09-24T16:48:38.921Z] #51 43.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-24T16:48:38.921Z] #51 43.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-24T16:48:38.921Z] #51 44.95 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:38.921Z] #51 45.27 Fetched 119 kB in 0s (436 kB/s) [2020-09-24T16:48:38.921Z] #51 45.41 Selecting previously unselected package libbtrfs0. [2020-09-24T16:48:38.921Z] #51 45.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:38.921Z] #51 45.49 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-24T16:48:38.921Z] #51 45.52 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:38.921Z] #51 45.70 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:48:38.921Z] #51 45.70 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-24T16:48:38.921Z] #51 45.71 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:38.921Z] #51 46.06 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:38.921Z] #51 46.11 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:38.921Z] #51 46.13 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:38.921Z] #51 DONE 46.7s [2020-09-24T16:48:39.117Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2020-09-24T16:48:39.178Z] [2020-09-24T16:48:39.178Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:39.178Z] #32 29.60 Reading package lists... [2020-09-24T16:48:39.178Z] #32 37.22 Building dependency tree... [2020-09-24T16:48:39.178Z] #32 41.25 The following additional packages will be installed: [2020-09-24T16:48:39.178Z] #32 41.25 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-24T16:48:39.178Z] #32 41.27 Suggested packages: [2020-09-24T16:48:39.178Z] #32 41.29 cmake-doc ninja-build lrzip [2020-09-24T16:48:39.178Z] #32 41.29 Recommended packages: [2020-09-24T16:48:39.178Z] #32 41.29 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-24T16:48:39.178Z] #32 42.40 The following NEW packages will be installed: [2020-09-24T16:48:39.178Z] #32 42.42 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-24T16:48:39.178Z] #32 42.42 vim-common xxd [2020-09-24T16:48:39.178Z] #32 42.92 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:39.178Z] #32 42.92 Need to get 14.9 MB of archives. [2020-09-24T16:48:39.178Z] #32 42.92 After this operation, 61.8 MB of additional disk space will be used. [2020-09-24T16:48:39.178Z] #32 42.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-24T16:48:39.178Z] #32 42.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:48:39.178Z] #32 42.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-24T16:48:39.178Z] #32 43.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-24T16:48:39.178Z] #32 44.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-09-24T16:48:39.178Z] #32 44.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-09-24T16:48:39.178Z] #32 44.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-09-24T16:48:39.178Z] #32 44.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-09-24T16:48:39.178Z] #32 44.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-09-24T16:48:39.178Z] #32 44.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-09-24T16:48:39.178Z] #32 ... [2020-09-24T16:48:39.178Z] [2020-09-24T16:48:39.178Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:39.178Z] #38 47.02 Fetched 4095 kB in 1s (4554 kB/s) [2020-09-24T16:48:39.407Z] ok github.com/docker/docker/pkg/tarsum 0.056s coverage: 89.3% of statements [2020-09-24T16:48:39.435Z] #38 47.29 Selecting previously unselected package libcap-dev:amd64. [2020-09-24T16:48:39.472Z] #32 45.90 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:39.472Z] #32 ... [2020-09-24T16:48:39.472Z] [2020-09-24T16:48:39.472Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:39.472Z] #51 30.43 Reading package lists... [2020-09-24T16:48:39.472Z] #51 37.86 Building dependency tree... [2020-09-24T16:48:39.472Z] #51 41.96 The following additional packages will be installed: [2020-09-24T16:48:39.472Z] #51 41.96 libbtrfs0 [2020-09-24T16:48:39.472Z] #51 42.19 The following NEW packages will be installed: [2020-09-24T16:48:39.472Z] #51 42.20 libbtrfs-dev libbtrfs0 [2020-09-24T16:48:39.472Z] #51 42.66 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:39.472Z] #51 42.66 Need to get 119 kB of archives. [2020-09-24T16:48:39.472Z] #51 42.66 After this operation, 387 kB of additional disk space will be used. [2020-09-24T16:48:39.472Z] #51 42.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-24T16:48:39.472Z] #51 42.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-24T16:48:39.472Z] #51 44.56 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:39.472Z] #51 44.80 Fetched 119 kB in 0s (413 kB/s) [2020-09-24T16:48:39.472Z] #51 44.92 Selecting previously unselected package libbtrfs0. [2020-09-24T16:48:39.472Z] #51 44.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 ... 15410 files and directories currently installed.) [2020-09-24T16:48:39.472Z] #51 45.02 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-24T16:48:39.472Z] #51 45.02 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:39.472Z] #51 45.11 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:48:39.472Z] #51 45.11 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-24T16:48:39.472Z] #51 45.12 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:39.472Z] #51 45.55 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:39.472Z] #51 45.58 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:39.472Z] #51 45.59 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:39.472Z] #51 DONE 46.0s [2020-09-24T16:48:39.472Z] [2020-09-24T16:48:39.472Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:39.472Z] #10 44.73 The following NEW packages will be installed: [2020-09-24T16:48:39.472Z] #10 44.74 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-24T16:48:39.472Z] #10 44.75 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-24T16:48:39.472Z] #10 44.75 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-24T16:48:39.472Z] #10 44.75 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-24T16:48:39.472Z] #10 44.75 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-24T16:48:39.472Z] #10 44.76 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:39.472Z] #10 45.15 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:39.472Z] #10 45.15 Need to get 77.7 MB of archives. [2020-09-24T16:48:39.472Z] #10 45.15 After this operation, 487 MB of additional disk space will be used. [2020-09-24T16:48:39.472Z] #10 45.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-09-24T16:48:39.472Z] #10 45.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-09-24T16:48:39.472Z] #10 45.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-24T16:48:39.472Z] #10 45.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-09-24T16:48:39.472Z] #10 45.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-09-24T16:48:39.472Z] #10 45.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-24T16:48:39.472Z] #10 46.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-24T16:48:39.692Z] #38 47.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:39.692Z] #38 47.44 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-24T16:48:39.692Z] #38 47.44 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-24T16:48:39.692Z] #38 47.59 Selecting previously unselected package libnet1:amd64. [2020-09-24T16:48:39.692Z] #38 47.60 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:48:39.692Z] #38 47.63 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:39.697Z] testing: warning: no tests to run [2020-09-24T16:48:39.697Z] coverage: [no statements] [2020-09-24T16:48:39.697Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2020-09-24T16:48:39.949Z] #38 47.79 Selecting previously unselected package libnet1-dev. [2020-09-24T16:48:39.949Z] #38 47.79 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:48:39.949Z] #38 47.80 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:39.988Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-09-24T16:48:40.043Z] #10 46.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-24T16:48:40.043Z] #10 46.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-09-24T16:48:40.208Z] #38 48.11 Selecting previously unselected package libnl-3-200:amd64. [2020-09-24T16:48:40.208Z] #38 48.11 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-24T16:48:40.208Z] #38 48.11 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:48:40.278Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-24T16:48:40.278Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-24T16:48:40.304Z] #10 ... [2020-09-24T16:48:40.304Z] [2020-09-24T16:48:40.304Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:40.304Z] #23 30.36 Reading package lists... [2020-09-24T16:48:40.304Z] #23 37.76 Building dependency tree... [2020-09-24T16:48:40.304Z] #23 41.45 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-24T16:48:40.304Z] #23 41.45 The following additional packages will be installed: [2020-09-24T16:48:40.304Z] #23 41.45 libjq1 libonig5 [2020-09-24T16:48:40.304Z] #23 41.98 The following NEW packages will be installed: [2020-09-24T16:48:40.304Z] #23 42.01 jq libjq1 libonig5 [2020-09-24T16:48:40.304Z] #23 42.47 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:40.304Z] #23 42.47 Need to get 355 kB of archives. [2020-09-24T16:48:40.304Z] #23 42.47 After this operation, 1072 kB of additional disk space will be used. [2020-09-24T16:48:40.304Z] #23 42.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-24T16:48:40.304Z] #23 42.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-24T16:48:40.304Z] #23 42.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-24T16:48:40.304Z] #23 44.49 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:40.304Z] #23 44.65 Fetched 355 kB in 0s (885 kB/s) [2020-09-24T16:48:40.304Z] #23 44.75 Selecting previously unselected package libonig5:amd64. [2020-09-24T16:48:40.304Z] #23 44.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:40.304Z] #23 44.88 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-09-24T16:48:40.304Z] #23 44.89 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:48:40.304Z] #23 45.45 Selecting previously unselected package libjq1:amd64. [2020-09-24T16:48:40.304Z] #23 45.45 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:48:40.304Z] #23 45.45 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:40.304Z] #23 45.77 Selecting previously unselected package jq. [2020-09-24T16:48:40.304Z] #23 45.77 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:48:40.304Z] #23 45.78 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:40.304Z] #23 46.22 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:48:40.304Z] #23 46.23 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:40.304Z] #23 46.25 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:40.304Z] #23 46.26 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:40.304Z] #23 DONE 46.9s [2020-09-24T16:48:40.304Z] [2020-09-24T16:48:40.304Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:48:40.304Z] #24 DONE 0.1s [2020-09-24T16:48:40.304Z] [2020-09-24T16:48:40.304Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:40.304Z] #32 46.25 Fetched 14.9 MB in 3s (5926 kB/s) [2020-09-24T16:48:40.304Z] #32 46.38 Selecting previously unselected package xxd. [2020-09-24T16:48:40.304Z] #32 46.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:40.304Z] #32 46.50 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:48:40.304Z] #32 46.52 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:48:40.304Z] #32 47.02 Selecting previously unselected package vim-common. [2020-09-24T16:48:40.304Z] #32 47.04 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:48:40.304Z] #32 47.13 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:48:40.466Z] #38 48.25 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-24T16:48:40.466Z] #38 48.28 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-24T16:48:40.466Z] #38 48.29 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-24T16:48:40.722Z] #38 48.56 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-24T16:48:40.722Z] #38 48.56 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:40.722Z] #38 48.57 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:48:40.876Z] #32 47.63 Selecting previously unselected package cmake-data. [2020-09-24T16:48:40.876Z] #32 47.64 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-24T16:48:40.876Z] #32 47.67 Unpacking cmake-data (3.13.4-1) ... [2020-09-24T16:48:40.899Z] #60 ... [2020-09-24T16:48:40.899Z] [2020-09-24T16:48:40.899Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:40.899Z] #47 10.85 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:40.899Z] #47 11.35 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:40.899Z] #47 12.20 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:40.899Z] #47 13.13 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-09-24T16:48:40.899Z] #47 13.17 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-09-24T16:48:40.899Z] #47 13.50 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-09-24T16:48:40.899Z] #47 13.56 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-09-24T16:48:40.899Z] #47 14.63 runtime [2020-09-24T16:48:40.899Z] #47 14.68 runtime/cgo [2020-09-24T16:48:40.899Z] #47 ... [2020-09-24T16:48:40.899Z] [2020-09-24T16:48:40.899Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:40.899Z] #43 12.88 go: finding github.com/fatih/color v1.9.0 [2020-09-24T16:48:40.899Z] #43 12.92 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-09-24T16:48:40.899Z] #43 12.92 go: finding github.com/pkg/errors v0.9.1 [2020-09-24T16:48:40.899Z] #43 13.00 go: finding github.com/spf13/pflag v1.0.3 [2020-09-24T16:48:40.899Z] #43 13.04 go: finding github.com/mattn/go-colorable v0.1.6 [2020-09-24T16:48:40.899Z] #43 13.11 go: finding github.com/mattn/go-isatty v0.0.12 [2020-09-24T16:48:40.899Z] #43 13.54 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-09-24T16:48:40.899Z] #43 13.59 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2020-09-24T16:48:40.899Z] #43 13.60 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2020-09-24T16:48:40.899Z] #43 13.62 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-24T16:48:40.899Z] #43 13.72 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2020-09-24T16:48:40.979Z] #38 48.70 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-24T16:48:40.979Z] #38 48.70 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:40.979Z] #38 48.71 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-24T16:48:40.979Z] #38 ... [2020-09-24T16:48:40.979Z] [2020-09-24T16:48:40.979Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:40.979Z] #30 38.80 sync [2020-09-24T16:48:40.979Z] #30 38.80 internal/reflectlite [2020-09-24T16:48:40.979Z] #30 41.70 errors [2020-09-24T16:48:40.979Z] #30 41.70 sort [2020-09-24T16:48:40.979Z] #30 42.13 strconv [2020-09-24T16:48:40.979Z] #30 43.37 io [2020-09-24T16:48:40.979Z] #30 45.35 internal/oserror [2020-09-24T16:48:40.979Z] #30 45.52 syscall [2020-09-24T16:48:40.979Z] #30 47.67 reflect [2020-09-24T16:48:40.979Z] #30 ... [2020-09-24T16:48:40.979Z] [2020-09-24T16:48:40.979Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:40.979Z] #38 48.85 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-24T16:48:40.979Z] #38 48.85 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-24T16:48:40.979Z] #38 48.88 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:48:41.139Z] #32 ... [2020-09-24T16:48:41.139Z] [2020-09-24T16:48:41.139Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:41.139Z] #38 30.73 Reading package lists... [2020-09-24T16:48:41.139Z] #38 38.11 Building dependency tree... [2020-09-24T16:48:41.139Z] #38 41.89 The following additional packages will be installed: [2020-09-24T16:48:41.139Z] #38 41.91 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-24T16:48:41.139Z] #38 41.91 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-24T16:48:41.139Z] #38 41.91 Suggested packages: [2020-09-24T16:48:41.139Z] #38 41.92 manpages-dev python-setuptools [2020-09-24T16:48:41.139Z] #38 43.15 The following NEW packages will be installed: [2020-09-24T16:48:41.139Z] #38 43.19 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-24T16:48:41.139Z] #38 43.20 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-24T16:48:41.139Z] #38 43.20 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-24T16:48:41.139Z] #38 43.21 python-six zlib1g-dev [2020-09-24T16:48:41.139Z] #38 43.87 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:41.139Z] #38 43.87 Need to get 4095 kB of archives. [2020-09-24T16:48:41.139Z] #38 43.87 After this operation, 22.5 MB of additional disk space will be used. [2020-09-24T16:48:41.139Z] #38 43.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-09-24T16:48:41.139Z] #38 43.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-24T16:48:41.139Z] #38 43.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-09-24T16:48:41.139Z] #38 43.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-24T16:48:41.139Z] #38 43.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-09-24T16:48:41.139Z] #38 43.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-24T16:48:41.139Z] #38 43.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-09-24T16:48:41.139Z] #38 43.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-09-24T16:48:41.139Z] #38 43.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-09-24T16:48:41.139Z] #38 44.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-09-24T16:48:41.139Z] #38 44.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-09-24T16:48:41.139Z] #38 44.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-09-24T16:48:41.139Z] #38 44.39 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-09-24T16:48:41.139Z] #38 44.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-09-24T16:48:41.139Z] #38 44.40 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-24T16:48:41.139Z] #38 44.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-09-24T16:48:41.139Z] #38 44.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-09-24T16:48:41.139Z] #38 45.85 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:41.139Z] #38 46.23 Fetched 4095 kB in 1s (4578 kB/s) [2020-09-24T16:48:41.139Z] #38 46.37 Selecting previously unselected package libcap-dev:amd64. [2020-09-24T16:48:41.139Z] #38 46.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:41.139Z] #38 46.45 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-09-24T16:48:41.139Z] #38 46.48 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-09-24T16:48:41.139Z] #38 46.77 Selecting previously unselected package libnet1:amd64. [2020-09-24T16:48:41.139Z] #38 46.77 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:48:41.139Z] #38 46.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:41.139Z] #38 47.08 Selecting previously unselected package libnet1-dev. [2020-09-24T16:48:41.139Z] #38 47.08 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:48:41.139Z] #38 47.08 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:41.139Z] #38 47.51 Selecting previously unselected package libnl-3-200:amd64. [2020-09-24T16:48:41.139Z] #38 47.51 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-24T16:48:41.139Z] #38 47.52 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:48:41.139Z] #38 47.74 Selecting previously unselected package libnl-3-dev:amd64. [2020-09-24T16:48:41.139Z] #38 47.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-09-24T16:48:41.139Z] #38 47.79 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-24T16:48:41.236Z] #38 ... [2020-09-24T16:48:41.236Z] [2020-09-24T16:48:41.236Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:41.236Z] #41 39.02 sync [2020-09-24T16:48:41.236Z] #41 39.04 internal/reflectlite [2020-09-24T16:48:41.236Z] #41 40.66 github.com/LK4D4/vndr/godl/singleflight [2020-09-24T16:48:41.236Z] #41 40.87 math/rand [2020-09-24T16:48:41.236Z] #41 41.84 internal/singleflight [2020-09-24T16:48:41.236Z] #41 42.67 sort [2020-09-24T16:48:41.236Z] #41 42.68 io [2020-09-24T16:48:41.236Z] #41 43.89 strconv [2020-09-24T16:48:41.236Z] #41 44.33 bytes [2020-09-24T16:48:41.236Z] #41 47.47 bufio [2020-09-24T16:48:41.236Z] #41 48.93 reflect [2020-09-24T16:48:41.236Z] #41 ... [2020-09-24T16:48:41.236Z] [2020-09-24T16:48:41.236Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:41.236Z] #52 1.258 + RM_GOPATH=0 [2020-09-24T16:48:41.236Z] #52 1.260 + TMP_GOPATH= [2020-09-24T16:48:41.236Z] #52 1.260 + : /build [2020-09-24T16:48:41.236Z] #52 1.261 + '[' -z '' ']' [2020-09-24T16:48:41.236Z] #52 1.261 ++ mktemp -d [2020-09-24T16:48:41.236Z] #52 1.264 + export GOPATH=/tmp/tmp.xiYJt1LTdc [2020-09-24T16:48:41.236Z] #52 1.264 + GOPATH=/tmp/tmp.xiYJt1LTdc [2020-09-24T16:48:41.236Z] #52 1.265 + RM_GOPATH=1 [2020-09-24T16:48:41.236Z] #52 1.265 + case "$(go env GOARCH)" in [2020-09-24T16:48:41.236Z] #52 1.275 ++ go env GOARCH [2020-09-24T16:48:41.236Z] #52 1.301 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:41.236Z] #52 1.301 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:41.236Z] #52 1.302 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:41.236Z] #52 1.304 + dir=/tmp/install [2020-09-24T16:48:41.236Z] #52 1.304 + bin=containerd [2020-09-24T16:48:41.236Z] #52 1.306 + shift [2020-09-24T16:48:41.236Z] #52 1.306 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-24T16:48:41.236Z] #52 1.307 + . /tmp/install/containerd.installer [2020-09-24T16:48:41.236Z] #52 1.307 ++ set -e [2020-09-24T16:48:41.236Z] #52 1.311 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:48:41.236Z] #52 1.313 + install_containerd [2020-09-24T16:48:41.236Z] #52 1.314 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-24T16:48:41.236Z] #52 1.316 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:48:41.236Z] #52 1.317 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xiYJt1LTdc/src/github.com/containerd/containerd [2020-09-24T16:48:41.236Z] #52 1.319 Cloning into '/tmp/tmp.xiYJt1LTdc/src/github.com/containerd/containerd'... [2020-09-24T16:48:41.400Z] #38 48.08 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-24T16:48:41.400Z] #38 48.10 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:41.400Z] #38 48.11 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:48:41.661Z] #38 48.23 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-09-24T16:48:41.661Z] #38 48.26 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:41.661Z] #38 48.27 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-24T16:48:41.661Z] #38 48.36 Selecting previously unselected package zlib1g-dev:amd64. [2020-09-24T16:48:41.661Z] #38 48.37 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-09-24T16:48:41.661Z] #38 48.37 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:48:41.886Z] ok github.com/docker/docker/plugin 0.550s coverage: 23.1% of statements [2020-09-24T16:48:41.921Z] #38 48.68 Selecting previously unselected package libprotobuf17:amd64. [2020-09-24T16:48:41.921Z] #38 48.69 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:41.921Z] #38 48.70 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:42.184Z] #38 ... [2020-09-24T16:48:42.184Z] [2020-09-24T16:48:42.184Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:42.184Z] #30 38.75 internal/reflectlite [2020-09-24T16:48:42.184Z] #30 38.77 sync [2020-09-24T16:48:42.184Z] #30 41.40 sort [2020-09-24T16:48:42.184Z] #30 41.40 errors [2020-09-24T16:48:42.184Z] #30 41.93 strconv [2020-09-24T16:48:42.184Z] #30 42.90 io [2020-09-24T16:48:42.184Z] #30 44.87 internal/oserror [2020-09-24T16:48:42.184Z] #30 45.03 syscall [2020-09-24T16:48:42.184Z] #30 46.76 reflect [2020-09-24T16:48:42.184Z] #30 ... [2020-09-24T16:48:42.184Z] [2020-09-24T16:48:42.184Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:42.184Z] #52 1.378 + RM_GOPATH=0 [2020-09-24T16:48:42.184Z] #52 1.378 + TMP_GOPATH= [2020-09-24T16:48:42.184Z] #52 1.378 + : /build [2020-09-24T16:48:42.184Z] #52 1.378 + '[' -z '' ']' [2020-09-24T16:48:42.184Z] #52 1.378 ++ mktemp -d [2020-09-24T16:48:42.184Z] #52 1.395 + export GOPATH=/tmp/tmp.MexnxvXxxR [2020-09-24T16:48:42.184Z] #52 1.395 + GOPATH=/tmp/tmp.MexnxvXxxR [2020-09-24T16:48:42.184Z] #52 1.395 + RM_GOPATH=1 [2020-09-24T16:48:42.184Z] #52 1.395 + case "$(go env GOARCH)" in [2020-09-24T16:48:42.184Z] #52 1.397 ++ go env GOARCH [2020-09-24T16:48:42.184Z] #52 1.439 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:42.184Z] #52 1.439 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:48:42.184Z] #52 1.439 ++ dirname /tmp/install/install.sh [2020-09-24T16:48:42.184Z] #52 1.454 + dir=/tmp/install [2020-09-24T16:48:42.184Z] #52 1.454 + bin=containerd [2020-09-24T16:48:42.184Z] #52 1.454 + shift [2020-09-24T16:48:42.184Z] #52 1.454 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-24T16:48:42.184Z] #52 1.454 + . /tmp/install/containerd.installer [2020-09-24T16:48:42.184Z] #52 1.454 ++ set -e [2020-09-24T16:48:42.184Z] #52 1.454 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:48:42.184Z] #52 1.454 + install_containerd [2020-09-24T16:48:42.184Z] #52 1.455 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-24T16:48:42.184Z] #52 1.455 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MexnxvXxxR/src/github.com/containerd/containerd [2020-09-24T16:48:42.184Z] #52 1.455 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:48:42.184Z] #52 1.490 Cloning into '/tmp/tmp.MexnxvXxxR/src/github.com/containerd/containerd'... [2020-09-24T16:48:42.404Z] #43 ... [2020-09-24T16:48:42.404Z] [2020-09-24T16:48:42.404Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:42.404Z] #10 12.75 Fetched 8209 kB in 9s (951 kB/s) [2020-09-24T16:48:42.404Z] #10 12.75 Reading package lists... [2020-09-24T16:48:42.404Z] #10 17.76 Reading package lists... [2020-09-24T16:48:42.404Z] #10 22.18 Building dependency tree... [2020-09-24T16:48:42.404Z] #10 ... [2020-09-24T16:48:42.404Z] [2020-09-24T16:48:42.404Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:42.404Z] #32 13.16 Fetched 8209 kB in 10s (854 kB/s) [2020-09-24T16:48:42.404Z] #32 13.16 Reading package lists... [2020-09-24T16:48:42.404Z] #32 17.68 Reading package lists... [2020-09-24T16:48:42.517Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-09-24T16:48:42.668Z] #32 22.92 Building dependency tree... [2020-09-24T16:48:42.668Z] #32 ... [2020-09-24T16:48:42.668Z] [2020-09-24T16:48:42.668Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:42.668Z] #10 22.18 Building dependency tree... [2020-09-24T16:48:42.754Z] #52 ... [2020-09-24T16:48:42.754Z] [2020-09-24T16:48:42.754Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:42.754Z] #41 39.35 sync [2020-09-24T16:48:42.754Z] #41 39.46 internal/reflectlite [2020-09-24T16:48:42.754Z] #41 41.30 github.com/LK4D4/vndr/godl/singleflight [2020-09-24T16:48:42.754Z] #41 41.74 math/rand [2020-09-24T16:48:42.754Z] #41 43.02 internal/singleflight [2020-09-24T16:48:42.754Z] #41 43.25 io [2020-09-24T16:48:42.754Z] #41 43.59 strconv [2020-09-24T16:48:42.754Z] #41 45.19 bytes [2020-09-24T16:48:42.754Z] #41 48.12 bufio [2020-09-24T16:48:42.754Z] #41 48.74 reflect [2020-09-24T16:48:42.754Z] #41 ... [2020-09-24T16:48:42.754Z] [2020-09-24T16:48:42.754Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:42.754Z] #38 49.56 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-24T16:48:43.014Z] #38 49.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:43.014Z] #38 49.57 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:43.014Z] #38 49.76 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-24T16:48:43.014Z] #38 49.76 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:43.014Z] #38 49.79 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:43.162Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 73.7% of statements [2020-09-24T16:48:43.247Z] #10 ... [2020-09-24T16:48:43.247Z] [2020-09-24T16:48:43.247Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:43.247Z] #51 13.48 Fetched 8209 kB in 9s (878 kB/s) [2020-09-24T16:48:43.247Z] #51 13.48 Reading package lists... [2020-09-24T16:48:43.247Z] #51 18.87 Reading package lists... [2020-09-24T16:48:43.247Z] #51 ... [2020-09-24T16:48:43.247Z] [2020-09-24T16:48:43.247Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:43.247Z] #38 13.58 Fetched 8209 kB in 10s (863 kB/s) [2020-09-24T16:48:43.247Z] #38 13.58 Reading package lists... [2020-09-24T16:48:43.247Z] #38 18.69 Reading package lists... [2020-09-24T16:48:43.247Z] #38 ... [2020-09-24T16:48:43.247Z] [2020-09-24T16:48:43.247Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:43.247Z] #23 13.40 Fetched 8209 kB in 9s (901 kB/s) [2020-09-24T16:48:43.247Z] #23 13.40 Reading package lists... [2020-09-24T16:48:43.247Z] #23 18.23 Reading package lists... [2020-09-24T16:48:43.452Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-09-24T16:48:43.511Z] #23 23.41 Building dependency tree... [2020-09-24T16:48:43.511Z] #23 ... [2020-09-24T16:48:43.511Z] [2020-09-24T16:48:43.511Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:43.511Z] #32 22.92 Building dependency tree... [2020-09-24T16:48:44.484Z] ok github.com/docker/docker/registry 0.090s coverage: 56.3% of statements [2020-09-24T16:48:44.509Z] #52 ... [2020-09-24T16:48:44.509Z] [2020-09-24T16:48:44.509Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:44.509Z] #25 3.090 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-24T16:48:44.509Z] #25 3.483 [2020-09-24T16:48:44.509Z] #25 3.709 ### 4.9% ####### 9.8% ########## 15.0% ############## 20.6% ################## 25.5% ####################### 32.3% ########################### 37.7% ############################## 42.7% ################################## 47.6% ###################################### 53.7% ######################################### 57.7% ############################################## 64.0% ################################################## 70.5% ###################################################### 75.2% ########################################################## 80.9% ############################################################## 86.4% ###################################################################### 98.2% ######################################################################## 100.0% [2020-09-24T16:48:44.509Z] #25 6.000 [2020-09-24T16:48:44.509Z] #25 6.192 ####### 10.5% ################################### 49.0% ############################################################# 85.3% ######################################################################## 100.0% [2020-09-24T16:48:44.931Z] #38 51.46 Selecting previously unselected package libprotoc17:amd64. [2020-09-24T16:48:44.931Z] #38 51.49 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:44.931Z] #38 51.51 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:45.071Z] #25 6.814 [2020-09-24T16:48:45.115Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-09-24T16:48:45.115Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-09-24T16:48:45.457Z] #32 25.50 The following additional packages will be installed: [2020-09-24T16:48:45.457Z] #32 25.50 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-09-24T16:48:45.457Z] #32 25.51 Suggested packages: [2020-09-24T16:48:45.457Z] #32 25.52 cmake-doc ninja-build lrzip [2020-09-24T16:48:45.457Z] #32 25.52 Recommended packages: [2020-09-24T16:48:45.457Z] #32 25.52 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-09-24T16:48:45.504Z] #38 52.32 Selecting previously unselected package protobuf-c-compiler. [2020-09-24T16:48:45.585Z] #25 7.099 #=#=# 0.2% ################################ 45.6% ####################################################### 76.8% ######################################################################## 100.0% [2020-09-24T16:48:45.746Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-09-24T16:48:45.768Z] #38 52.32 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:45.768Z] #38 52.32 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:48:45.768Z] #38 52.47 Selecting previously unselected package protobuf-compiler. [2020-09-24T16:48:45.768Z] #38 52.51 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:45.768Z] #38 52.52 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:48:45.842Z] #25 7.829 [2020-09-24T16:48:46.029Z] #38 52.69 Selecting previously unselected package python-pkg-resources. [2020-09-24T16:48:46.029Z] #38 52.69 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:48:46.029Z] #38 52.70 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-24T16:48:46.032Z] #32 26.28 The following NEW packages will be installed: [2020-09-24T16:48:46.032Z] #32 26.28 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-09-24T16:48:46.032Z] #32 26.28 vim-common xxd [2020-09-24T16:48:46.036Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-09-24T16:48:46.291Z] #38 53.01 Selecting previously unselected package python-six. [2020-09-24T16:48:46.291Z] #38 53.01 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-24T16:48:46.291Z] #38 53.02 Unpacking python-six (1.12.0-1) ... [2020-09-24T16:48:46.291Z] #38 53.12 Selecting previously unselected package python-protobuf. [2020-09-24T16:48:46.552Z] #38 53.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:46.552Z] #38 53.14 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-24T16:48:46.609Z] #32 26.75 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:46.609Z] #32 26.75 Need to get 14.2 MB of archives. [2020-09-24T16:48:46.609Z] #32 26.75 After this operation, 60.0 MB of additional disk space will be used. [2020-09-24T16:48:46.609Z] #32 26.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-24T16:48:46.609Z] #32 26.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:48:46.609Z] #32 26.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-09-24T16:48:46.609Z] #32 26.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-24T16:48:47.385Z] #38 53.99 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-24T16:48:47.563Z] #32 27.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-09-24T16:48:47.563Z] #32 27.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-09-24T16:48:47.563Z] #32 27.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-09-24T16:48:47.563Z] #32 27.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-09-24T16:48:47.563Z] #32 27.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-09-24T16:48:47.563Z] #32 27.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-09-24T16:48:47.959Z] #38 ... [2020-09-24T16:48:47.959Z] [2020-09-24T16:48:47.959Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:47.959Z] #25 2.425 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-24T16:48:47.959Z] #25 2.762 [2020-09-24T16:48:47.959Z] #25 2.939 # 2.0% #### 6.7% ######## 11.4% ############ 17.0% ################ 22.3% ################### 27.2% ####################### 32.1% ########################### 38.0% ################################# 46.3% ##################################### 52.6% ########################################## 58.8% ############################################# 63.3% ############################################### 65.3% ###################################################### 76.2% ############################################################ 83.9% ############################################################### 88.0% ################################################################### 93.6% ######################################################################## 100.0% [2020-09-24T16:48:47.959Z] #25 5.218 #=#=# [2020-09-24T16:48:47.960Z] #25 5.459 ####################### 33.0% ########################################################### 82.4% ######################################################################## 100.0% [2020-09-24T16:48:47.960Z] #25 5.965 [2020-09-24T16:48:47.960Z] #25 6.179 ######## 11.3% ###################################### 53.1% ########################################################### 82.0% ######################################################################## 100.0% [2020-09-24T16:48:47.960Z] #25 7.023 #=#=# [2020-09-24T16:48:48.099Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-09-24T16:48:48.390Z] ok github.com/docker/docker/volume/local 0.035s coverage: 73.0% of statements [2020-09-24T16:48:48.410Z] #25 8.034 0.0% ##### 8.1% ######### 13.3% ############# 19.1% ################# 24.4% ##################### 29.4% ######################## 34.4% ########################### 38.6% ############################### 44.2% ################################## 48.0% ##################################### 52.3% ######################################## 55.7% ########################################### 59.8% ############################################### 65.7% #################################################### 72.3% ####################################################### 76.6% ########################################################## 81.2% ############################################################# 85.4% ################################################################# 90.7% ##################################################################### 97.0% ######################################################################## 100.0% [2020-09-24T16:48:48.667Z] #25 10.61 [2020-09-24T16:48:48.834Z] #25 7.211 ## 3.4% ###### 9.0% ########## 14.6% ############## 20.6% ################## 25.3% ###################### 31.1% ################################ 44.9% ######################################### 58.2% ############################################## 65.2% #################################################### 72.9% ######################################################### 79.9% ############################################################### 87.6% #################################################################### 95.2% ######################################################################## 100.0% [2020-09-24T16:48:49.020Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-09-24T16:48:49.407Z] #25 9.140 [2020-09-24T16:48:49.438Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% [2020-09-24T16:48:49.438Z] #25 ... [2020-09-24T16:48:49.438Z] [2020-09-24T16:48:49.438Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:49.438Z] #32 47.29 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:49.438Z] #32 47.56 Fetched 14.9 MB in 3s (5359 kB/s) [2020-09-24T16:48:49.438Z] #32 47.69 Selecting previously unselected package xxd. [2020-09-24T16:48:49.438Z] #32 47.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:49.438Z] #32 47.76 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:48:49.438Z] #32 47.79 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:48:49.438Z] #32 48.05 Selecting previously unselected package vim-common. [2020-09-24T16:48:49.438Z] #32 48.06 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:48:49.438Z] #32 48.15 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:48:49.438Z] #32 48.51 Selecting previously unselected package cmake-data. [2020-09-24T16:48:49.438Z] #32 48.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-24T16:48:49.438Z] #32 48.54 Unpacking cmake-data (3.13.4-1) ... [2020-09-24T16:48:49.438Z] #32 51.76 Selecting previously unselected package libicu63:amd64. [2020-09-24T16:48:49.438Z] #32 51.76 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-24T16:48:49.438Z] #32 51.78 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:48:49.491Z] #32 29.71 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:49.491Z] #32 29.79 Fetched 14.2 MB in 2s (8824 kB/s) [2020-09-24T16:48:49.491Z] #32 ... [2020-09-24T16:48:49.491Z] [2020-09-24T16:48:49.491Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:49.491Z] #38 24.06 Building dependency tree... [2020-09-24T16:48:49.491Z] #38 26.82 The following additional packages will be installed: [2020-09-24T16:48:49.491Z] #38 26.82 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-09-24T16:48:49.491Z] #38 26.83 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-09-24T16:48:49.491Z] #38 26.83 Suggested packages: [2020-09-24T16:48:49.491Z] #38 26.84 manpages-dev python-setuptools [2020-09-24T16:48:49.492Z] #38 27.81 The following NEW packages will be installed: [2020-09-24T16:48:49.492Z] #38 27.82 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-09-24T16:48:49.492Z] #38 27.83 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-09-24T16:48:49.492Z] #38 27.83 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-09-24T16:48:49.492Z] #38 27.83 python-six zlib1g-dev [2020-09-24T16:48:49.492Z] #38 28.18 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:49.492Z] #38 28.18 Need to get 3798 kB of archives. [2020-09-24T16:48:49.492Z] #38 28.18 After this operation, 21.6 MB of additional disk space will be used. [2020-09-24T16:48:49.492Z] #38 28.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-09-24T16:48:49.492Z] #38 28.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-24T16:48:49.492Z] #38 28.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-09-24T16:48:49.492Z] #38 28.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-24T16:48:49.492Z] #38 28.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-09-24T16:48:49.492Z] #38 28.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-24T16:48:49.492Z] #38 28.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-09-24T16:48:49.492Z] #38 28.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-09-24T16:48:49.492Z] #38 28.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-09-24T16:48:49.492Z] #38 28.35 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-09-24T16:48:49.492Z] #38 28.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-09-24T16:48:49.492Z] #38 28.50 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-09-24T16:48:49.492Z] #38 28.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-09-24T16:48:49.492Z] #38 28.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-09-24T16:48:49.492Z] #38 28.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-09-24T16:48:49.492Z] #38 28.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-09-24T16:48:49.492Z] #38 28.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-09-24T16:48:49.492Z] #38 29.79 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:49.694Z] #32 ... [2020-09-24T16:48:49.695Z] [2020-09-24T16:48:49.695Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:49.757Z] #38 29.97 Fetched 3798 kB in 1s (5674 kB/s) [2020-09-24T16:48:49.757Z] #38 ... [2020-09-24T16:48:49.757Z] [2020-09-24T16:48:49.757Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:49.757Z] #32 29.96 Selecting previously unselected package xxd. [2020-09-24T16:48:49.757Z] #32 29.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-24T16:48:49.757Z] #32 30.03 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-24T16:48:49.757Z] #32 30.04 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:48:49.956Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% [2020-09-24T16:48:49.956Z] #25 ... [2020-09-24T16:48:49.956Z] [2020-09-24T16:48:49.956Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:49.956Z] #10 47.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-09-24T16:48:49.956Z] #10 50.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-24T16:48:49.956Z] #10 50.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-24T16:48:49.956Z] #10 50.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-24T16:48:49.956Z] #10 50.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-24T16:48:49.956Z] #10 50.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-24T16:48:49.956Z] #10 50.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-24T16:48:49.956Z] #10 50.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-24T16:48:49.956Z] #10 50.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-24T16:48:49.956Z] #10 50.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-24T16:48:49.956Z] #10 50.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-24T16:48:49.956Z] #10 50.44 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-24T16:48:49.956Z] #10 50.50 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-24T16:48:49.956Z] #10 50.52 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-24T16:48:49.956Z] #10 50.53 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-24T16:48:49.956Z] #10 50.54 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-24T16:48:49.956Z] #10 51.94 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:49.956Z] #10 52.18 Fetched 77.7 MB in 10s (8024 kB/s) [2020-09-24T16:48:49.956Z] #10 52.28 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-24T16:48:49.956Z] #10 52.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 ... 15410 files and directories currently installed.) [2020-09-24T16:48:49.956Z] #10 52.38 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-24T16:48:49.956Z] #10 52.38 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:48:49.956Z] #10 55.28 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-24T16:48:49.956Z] #10 55.28 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-24T16:48:49.956Z] #10 55.29 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:48:49.956Z] #10 ... [2020-09-24T16:48:49.956Z] [2020-09-24T16:48:49.956Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:50.023Z] #32 30.42 Selecting previously unselected package vim-common. [2020-09-24T16:48:50.023Z] #32 30.42 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:48:50.023Z] #32 30.46 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:48:50.051Z] ok github.com/docker/docker/volume/service 0.012s coverage: 73.1% of statements [2020-09-24T16:48:51.354Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% ######### 12.8% ########## 14.3% ########### 15.5% ############ 16.7% ############# 18.1% ############# 19.3% ############## 20.5% ############### 22.1% ################ 23.0% ################# 24.4% ################## 25.5% ################### 26.8% #################### 29.1% ##################### 29.7% [2020-09-24T16:48:51.354Z] #25 ... [2020-09-24T16:48:51.354Z] [2020-09-24T16:48:51.354Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:51.354Z] #38 49.18 Selecting previously unselected package libprotobuf17:amd64. [2020-09-24T16:48:51.354Z] #38 49.21 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 49.21 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 50.34 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-09-24T16:48:51.354Z] #38 50.34 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 50.35 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 50.65 Selecting previously unselected package libprotobuf-dev:amd64. [2020-09-24T16:48:51.354Z] #38 50.68 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 50.69 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 52.29 Selecting previously unselected package libprotoc17:amd64. [2020-09-24T16:48:51.354Z] #38 52.30 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 52.30 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 53.05 Selecting previously unselected package protobuf-c-compiler. [2020-09-24T16:48:51.354Z] #38 53.07 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 53.09 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:48:51.354Z] #38 53.28 Selecting previously unselected package protobuf-compiler. [2020-09-24T16:48:51.354Z] #38 53.28 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 53.33 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 53.51 Selecting previously unselected package python-pkg-resources. [2020-09-24T16:48:51.354Z] #38 53.52 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:48:51.354Z] #38 53.54 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-24T16:48:51.354Z] #38 53.78 Selecting previously unselected package python-six. [2020-09-24T16:48:51.354Z] #38 53.78 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-24T16:48:51.354Z] #38 53.79 Unpacking python-six (1.12.0-1) ... [2020-09-24T16:48:51.354Z] #38 53.88 Selecting previously unselected package python-protobuf. [2020-09-24T16:48:51.354Z] #38 53.88 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-09-24T16:48:51.354Z] #38 53.89 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-24T16:48:51.354Z] #38 54.53 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-24T16:48:51.436Z] #32 31.88 Selecting previously unselected package cmake-data. [2020-09-24T16:48:51.436Z] #32 31.89 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-09-24T16:48:51.436Z] #32 31.90 Unpacking cmake-data (3.13.4-1) ... [2020-09-24T16:48:51.618Z] #38 ... [2020-09-24T16:48:51.618Z] [2020-09-24T16:48:51.618Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:51.619Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% ######### 12.8% ########## 14.3% ########### 15.5% ############ 16.7% ############# 18.1% ############# 19.3% ############## 20.5% ############### 22.1% ################ 23.0% ################# 24.4% ################## 25.5% ################### 26.8% #################### 29.1% ##################### 29.7% ###################### 31.2% ####################### 32.3% ######## [2020-09-24T16:48:51.619Z] #25 ... [2020-09-24T16:48:51.619Z] [2020-09-24T16:48:51.619Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:51.619Z] #41 49.43 syscall [2020-09-24T16:48:51.619Z] #41 58.03 time [2020-09-24T16:48:51.619Z] #41 ... [2020-09-24T16:48:51.619Z] [2020-09-24T16:48:51.619Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:52.274Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% ######### 12.8% ########## 14.3% ########### 15.5% ############ 16.7% ############# 18.1% ############# 19.3% ############## 20.5% ############### 22.1% ################ 23.0% ################# 24.4% ################## 25.5% ################### 26.8% #################### 29.1% ##################### 29.7% ###################### 31.2% ####################### 32.3% ####################### 33.0% ######################## 33.4% ######################### 35.3% ########################### 38.2% ############################# 41.2% ############################## 42.6% [2020-09-24T16:48:52.274Z] #25 ... [2020-09-24T16:48:52.274Z] [2020-09-24T16:48:52.274Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:48:52.274Z] #28 49.94 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-24T16:48:52.274Z] #28 50.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-24T16:48:52.274Z] #28 51.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-24T16:48:52.545Z] #28 ... [2020-09-24T16:48:52.545Z] [2020-09-24T16:48:52.545Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:52.560Z] #25 9.326 0.3% # 1.8% ## 3.4% ### 5.3% #### 6.0% ##### 7.5% ###### 9.2% ####### 10.6% ######## 11.8% ######### 13.2% ########## 14.7% ########### 16.1% ############ 17.3% ############# 18.8% ############## 19.8% ############### 21.2% ################ 22.5% ################# 23.7% ################## 25.1% ################### 26.6% #################### 28.1% ##################### 29.6% ###################### 30.6% ####################### 32.0% ####################### 33.3% ######################## 34.6% ######################### 36.1% ########################## 37.1% [2020-09-24T16:48:52.560Z] #25 ... [2020-09-24T16:48:52.560Z] [2020-09-24T16:48:52.560Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:48:52.560Z] #28 49.22 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-09-24T16:48:52.560Z] #28 49.91 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-24T16:48:52.560Z] #28 50.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-24T16:48:52.821Z] #28 ... [2020-09-24T16:48:52.821Z] [2020-09-24T16:48:52.821Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:53.606Z] #25 9.326 0.3% # 1.8% ## 3.4% ### 5.3% #### 6.0% ##### 7.5% ###### 9.2% ####### 10.6% ######## 11.8% ######### 13.2% ########## 14.7% ########### 16.1% ############ 17.3% ############# 18.8% ############## 19.8% ############### 21.2% ################ 22.5% ################# 23.7% ################## 25.1% ################### 26.6% #################### 28.1% ##################### 29.6% ###################### 30.6% ####################### 32.0% ####################### 33.3% ######################## 34.6% ######################### 36.1% ########################## 37.1% ############################ 38.9% ############################ 39.8% ############################# 41.6% ############################## 43.0% ############################### 44.2% ################################ 45.6% ################################# 46.8% ################################## 48.1% ################################### 48.9% [2020-09-24T16:48:53.606Z] #25 ... [2020-09-24T16:48:53.606Z] [2020-09-24T16:48:53.606Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:53.606Z] #41 50.28 syscall [2020-09-24T16:48:53.606Z] #41 59.65 time [2020-09-24T16:48:53.879Z] #41 ... [2020-09-24T16:48:53.879Z] [2020-09-24T16:48:53.879Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:54.004Z] #32 ... [2020-09-24T16:48:54.004Z] [2020-09-24T16:48:54.004Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:48:54.004Z] #51 18.87 Reading package lists... [2020-09-24T16:48:54.004Z] #51 24.57 Building dependency tree... [2020-09-24T16:48:54.004Z] #51 27.20 The following additional packages will be installed: [2020-09-24T16:48:54.004Z] #51 27.21 libbtrfs0 [2020-09-24T16:48:54.004Z] #51 27.39 The following NEW packages will be installed: [2020-09-24T16:48:54.004Z] #51 27.39 libbtrfs-dev libbtrfs0 [2020-09-24T16:48:54.004Z] #51 27.83 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:54.004Z] #51 27.83 Need to get 119 kB of archives. [2020-09-24T16:48:54.004Z] #51 27.83 After this operation, 387 kB of additional disk space will be used. [2020-09-24T16:48:54.004Z] #51 27.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-24T16:48:54.004Z] #51 27.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-24T16:48:54.004Z] #51 29.77 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:54.004Z] #51 29.95 Fetched 119 kB in 0s (412 kB/s) [2020-09-24T16:48:54.004Z] #51 30.09 Selecting previously unselected package libbtrfs0. [2020-09-24T16:48:54.004Z] #51 30.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 ... 15383 files and directories currently installed.) [2020-09-24T16:48:54.004Z] #51 30.23 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-24T16:48:54.004Z] #51 30.28 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:54.004Z] #51 30.46 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:48:54.004Z] #51 30.48 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-24T16:48:54.004Z] #51 30.82 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:54.004Z] #51 31.95 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:48:54.004Z] #51 31.99 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:48:54.004Z] #51 32.10 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:54.114Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% ######### 12.8% ########## 14.3% ########### 15.5% ############ 16.7% ############# 18.1% ############# 19.3% ############## 20.5% ############### 22.1% ################ 23.0% ################# 24.4% ################## 25.5% ################### 26.8% #################### 29.1% ##################### 29.7% ###################### 31.2% ####################### 32.3% ####################### 33.0% ######################## 33.4% ######################### 35.3% ########################### 38.2% ############################# 41.2% ############################## 42.6% ################################ 45.4% ################################# 46.8% ################################### 49.5% #################################### 51.2% ###################################### 53.0% ###################################### 53.7% ######################################## 56.5% ########################################## 59.2% ############################################ 62.0% ############################################### 65.4% ################################################# 68.6% ################################################## 69.8% #################################################### 72.6% ##################################################### 73.8% ###################################################### 75.0% ######################################################## 78.4% ########################################################## 81.0% [2020-09-24T16:48:54.114Z] #25 ... [2020-09-24T16:48:54.114Z] [2020-09-24T16:48:54.114Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:54.114Z] #47 52.07 syscall [2020-09-24T16:48:54.114Z] #47 52.08 reflect [2020-09-24T16:48:54.114Z] #47 61.22 time [2020-09-24T16:48:54.268Z] #51 ... [2020-09-24T16:48:54.268Z] [2020-09-24T16:48:54.268Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:54.268Z] #10 24.44 The following additional packages will be installed: [2020-09-24T16:48:54.268Z] #10 24.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-09-24T16:48:54.268Z] #10 24.46 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-09-24T16:48:54.268Z] #10 24.46 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-09-24T16:48:54.268Z] #10 24.47 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:54.268Z] #10 24.47 Suggested packages: [2020-09-24T16:48:54.268Z] #10 24.47 gcc-8-locales seccomp wine64 [2020-09-24T16:48:54.268Z] #10 25.69 The following NEW packages will be installed: [2020-09-24T16:48:54.268Z] #10 25.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-09-24T16:48:54.268Z] #10 25.72 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-09-24T16:48:54.268Z] #10 25.72 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-09-24T16:48:54.268Z] #10 25.72 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-09-24T16:48:54.268Z] #10 25.72 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-09-24T16:48:54.268Z] #10 25.73 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-09-24T16:48:54.268Z] #10 26.09 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:54.268Z] #10 26.09 Need to get 73.3 MB of archives. [2020-09-24T16:48:54.268Z] #10 26.09 After this operation, 472 MB of additional disk space will be used. [2020-09-24T16:48:54.268Z] #10 26.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-09-24T16:48:54.268Z] #10 26.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-09-24T16:48:54.268Z] #10 26.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-09-24T16:48:54.268Z] #10 26.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-09-24T16:48:54.268Z] #10 26.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-09-24T16:48:54.268Z] #10 26.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-09-24T16:48:54.268Z] #10 26.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-09-24T16:48:54.268Z] #10 27.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-09-24T16:48:54.268Z] #10 27.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-09-24T16:48:54.268Z] #10 29.57 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-09-24T16:48:54.268Z] #10 31.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-09-24T16:48:54.268Z] #10 31.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-09-24T16:48:54.268Z] #10 31.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-09-24T16:48:54.268Z] #10 31.39 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-09-24T16:48:54.268Z] #10 31.39 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-09-24T16:48:54.268Z] #10 31.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-09-24T16:48:54.268Z] #10 31.41 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-09-24T16:48:54.268Z] #10 31.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-09-24T16:48:54.268Z] #10 31.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-09-24T16:48:54.268Z] #10 31.43 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-09-24T16:48:54.268Z] #10 31.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-09-24T16:48:54.268Z] #10 31.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-09-24T16:48:54.268Z] #10 31.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-09-24T16:48:54.268Z] #10 31.47 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-09-24T16:48:54.268Z] #10 31.48 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-09-24T16:48:54.268Z] #10 33.40 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:54.268Z] #10 ... [2020-09-24T16:48:54.268Z] [2020-09-24T16:48:54.268Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:54.268Z] #23 23.41 Building dependency tree... [2020-09-24T16:48:54.268Z] #23 25.91 ca-certificates is already the newest version (20200601~deb10u1). [2020-09-24T16:48:54.268Z] #23 25.91 The following additional packages will be installed: [2020-09-24T16:48:54.268Z] #23 25.92 libjq1 libonig5 [2020-09-24T16:48:54.268Z] #23 26.32 The following NEW packages will be installed: [2020-09-24T16:48:54.268Z] #23 26.34 jq libjq1 libonig5 [2020-09-24T16:48:54.268Z] #23 26.77 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:48:54.268Z] #23 26.77 Need to get 325 kB of archives. [2020-09-24T16:48:54.268Z] #23 26.77 After this operation, 1019 kB of additional disk space will be used. [2020-09-24T16:48:54.268Z] #23 26.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-24T16:48:54.268Z] #23 26.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-24T16:48:54.268Z] #23 26.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-24T16:48:54.268Z] #23 28.15 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:54.268Z] #23 28.31 Fetched 325 kB in 0s (921 kB/s) [2020-09-24T16:48:54.268Z] #23 28.48 Selecting previously unselected package libonig5:arm64. [2020-09-24T16:48:54.268Z] #23 28.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-24T16:48:54.268Z] #23 28.55 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-09-24T16:48:54.268Z] #23 29.67 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-24T16:48:54.268Z] #23 30.02 Selecting previously unselected package libjq1:arm64. [2020-09-24T16:48:54.268Z] #23 30.02 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-24T16:48:54.268Z] #23 30.04 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:54.268Z] #23 30.37 Selecting previously unselected package jq. [2020-09-24T16:48:54.268Z] #23 30.37 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-24T16:48:54.268Z] #23 30.38 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:54.268Z] #23 30.57 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-24T16:48:54.268Z] #23 31.68 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-24T16:48:54.268Z] #23 31.70 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:48:54.268Z] #23 31.87 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:48:54.268Z] #23 ... [2020-09-24T16:48:54.268Z] [2020-09-24T16:48:54.268Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:48:54.268Z] #38 30.07 Selecting previously unselected package libcap-dev:arm64. [2020-09-24T16:48:54.268Z] #38 30.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-09-24T16:48:54.268Z] #38 30.19 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-09-24T16:48:54.268Z] #38 30.26 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-09-24T16:48:54.268Z] #38 30.47 Selecting previously unselected package libnet1:arm64. [2020-09-24T16:48:54.268Z] #38 30.47 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-24T16:48:54.268Z] #38 30.49 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:54.268Z] #38 31.81 Selecting previously unselected package libnet1-dev. [2020-09-24T16:48:54.268Z] #38 31.83 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-24T16:48:54.268Z] #38 31.89 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:48:54.268Z] #38 32.10 Selecting previously unselected package libnl-3-200:arm64. [2020-09-24T16:48:54.268Z] #38 32.10 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-24T16:48:54.268Z] #38 32.92 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-24T16:48:54.395Z] #47 ... [2020-09-24T16:48:54.395Z] [2020-09-24T16:48:54.395Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:54.699Z] #25 9.326 0.3% # 1.8% ## 3.4% ### 5.3% #### 6.0% ##### 7.5% ###### 9.2% ####### 10.6% ######## 11.8% ######### 13.2% ########## 14.7% ########### 16.1% ############ 17.3% ############# 18.8% ############## 19.8% ############### 21.2% ################ 22.5% ################# 23.7% ################## 25.1% ################### 26.6% #################### 28.1% ##################### 29.6% ###################### 30.6% ####################### 32.0% ####################### 33.3% ######################## 34.6% ######################### 36.1% ########################## 37.1% ############################ 38.9% ############################ 39.8% ############################# 41.6% ############################## 43.0% ############################### 44.2% ################################ 45.6% ################################# 46.8% ################################## 48.1% ################################### 48.9% ################################### 50.0% #################################### 51.0% ###################################### 52.9% ####################################### 54.6% ######################################## 56.4% ######################################### 57.8% ########################################### 60.4% ############################################ 62.4% ############################################### 65.5% [2020-09-24T16:48:54.699Z] #25 ... [2020-09-24T16:48:54.699Z] [2020-09-24T16:48:54.699Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:54.699Z] #10 51.36 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-09-24T16:48:54.699Z] #10 54.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-09-24T16:48:54.699Z] #10 54.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-09-24T16:48:54.699Z] #10 54.33 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-09-24T16:48:54.699Z] #10 54.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-09-24T16:48:54.699Z] #10 54.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-09-24T16:48:54.699Z] #10 54.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-09-24T16:48:54.699Z] #10 54.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-09-24T16:48:54.699Z] #10 54.41 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-09-24T16:48:54.699Z] #10 54.46 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-09-24T16:48:54.699Z] #10 54.47 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-09-24T16:48:54.699Z] #10 54.49 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-09-24T16:48:54.699Z] #10 54.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-09-24T16:48:54.699Z] #10 54.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-09-24T16:48:54.699Z] #10 54.62 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-09-24T16:48:54.699Z] #10 54.62 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-09-24T16:48:54.699Z] #10 56.11 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:48:54.699Z] #10 56.40 Fetched 77.7 MB in 10s (7913 kB/s) [2020-09-24T16:48:54.699Z] #10 56.55 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-24T16:48:54.699Z] #10 56.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-09-24T16:48:54.699Z] #10 56.66 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-09-24T16:48:54.699Z] #10 56.68 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:48:54.699Z] #10 59.52 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-24T16:48:54.699Z] #10 59.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-09-24T16:48:54.699Z] #10 59.57 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:48:54.699Z] #10 ... [2020-09-24T16:48:54.699Z] [2020-09-24T16:48:54.699Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:48:54.699Z] #32 51.50 Selecting previously unselected package libicu63:amd64. [2020-09-24T16:48:54.699Z] #32 51.51 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-24T16:48:54.699Z] #32 51.53 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:48:54.699Z] #32 60.10 Selecting previously unselected package libxml2:amd64. [2020-09-24T16:48:54.699Z] #32 60.10 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-24T16:48:54.699Z] #32 60.11 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:48:54.699Z] #32 60.84 Selecting previously unselected package libarchive13:amd64. [2020-09-24T16:48:54.699Z] #32 60.84 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-24T16:48:54.699Z] #32 60.84 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-24T16:48:54.958Z] #25 10.77 0.4% # 1.7% ## 2.9% ## 4.0% ### 5.4% ##### 7.0% ###### 8.7% ####### 10.0% ######## 11.4% ######### 12.8% ########## 14.3% ########### 15.5% ############ 16.7% ############# 18.1% ############# 19.3% ############## 20.5% ############### 22.1% ################ 23.0% ################# 24.4% ################## 25.5% ################### 26.8% #################### 29.1% ##################### 29.7% ###################### 31.2% ####################### 32.3% ####################### 33.0% ######################## 33.4% ######################### 35.3% ########################### 38.2% ############################# 41.2% ############################## 42.6% ################################ 45.4% ################################# 46.8% ################################### 49.5% #################################### 51.2% ###################################### 53.0% ###################################### 53.7% ######################################## 56.5% ########################################## 59.2% ############################################ 62.0% ############################################### 65.4% ################################################# 68.6% ################################################## 69.8% #################################################### 72.6% ##################################################### 73.8% ###################################################### 75.0% ######################################################## 78.4% ########################################################## 81.0% ############################################################ 83.5% ############################################################# 85.9% ############################################################### 88.5% ################################################################# 90.3% ################################################################### 93.5% ##################################################################### 96.4% ####################################################################### 98.7% ######################################################################## 100.0% [2020-09-24T16:48:54.962Z] #32 ... [2020-09-24T16:48:54.962Z] [2020-09-24T16:48:54.962Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:54.962Z] #47 51.53 syscall [2020-09-24T16:48:54.962Z] #47 51.58 reflect [2020-09-24T16:48:54.962Z] #47 60.76 time [2020-09-24T16:48:54.962Z] #47 ... [2020-09-24T16:48:54.962Z] [2020-09-24T16:48:54.962Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:55.215Z] #25 ... [2020-09-24T16:48:55.215Z] [2020-09-24T16:48:55.215Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:55.215Z] #43 DONE 63.0s [2020-09-24T16:48:55.215Z] [2020-09-24T16:48:55.215Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:55.215Z] #25 16.99 [2020-09-24T16:48:56.268Z] #25 9.326 0.3% # 1.8% ## 3.4% ### 5.3% #### 6.0% ##### 7.5% ###### 9.2% ####### 10.6% ######## 11.8% ######### 13.2% ########## 14.7% ########### 16.1% ############ 17.3% ############# 18.8% ############## 19.8% ############### 21.2% ################ 22.5% ################# 23.7% ################## 25.1% ################### 26.6% #################### 28.1% ##################### 29.6% ###################### 30.6% ####################### 32.0% ####################### 33.3% ######################## 34.6% ######################### 36.1% ########################## 37.1% ############################ 38.9% ############################ 39.8% ############################# 41.6% ############################## 43.0% ############################### 44.2% ################################ 45.6% ################################# 46.8% ################################## 48.1% ################################### 48.9% ################################### 50.0% #################################### 51.0% ###################################### 52.9% ####################################### 54.6% ######################################## 56.4% ######################################### 57.8% ########################################### 60.4% ############################################ 62.4% ############################################### 65.5% ################################################ 66.8% ################################################## 69.5% ################################################### 71.3% #################################################### 73.1% ###################################################### 75.8% ####################################################### 77.8% ########################################################## 80.9% ########################################################### 83.0% ############################################################# 84.9% ############################################################## 87.4% ################################################################ 90.1% ################################################################## 92.7% #################################################################### 94.9% ##################################################################### 96.7% ######################################################################## 100.0% [2020-09-24T16:48:56.268Z] #25 16.11 [2020-09-24T16:48:56.584Z] #25 18.54 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-24T16:48:57.148Z] #25 18.90 [2020-09-24T16:48:57.148Z] #25 19.08 ###### [2020-09-24T16:48:57.148Z] #25 ... [2020-09-24T16:48:57.148Z] [2020-09-24T16:48:57.148Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:57.148Z] #30 55.01 time [2020-09-24T16:48:57.148Z] #30 62.29 internal/poll [2020-09-24T16:48:57.148Z] #30 62.56 internal/fmtsort [2020-09-24T16:48:57.148Z] #30 63.50 internal/syscall/execenv [2020-09-24T16:48:57.148Z] #30 64.07 internal/syscall/unix [2020-09-24T16:48:57.148Z] #30 64.36 strings [2020-09-24T16:48:57.210Z] #25 16.77 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-24T16:48:57.406Z] #30 ... [2020-09-24T16:48:57.406Z] [2020-09-24T16:48:57.406Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:57.406Z] #25 19.08 ######################################################################## 100.0% [2020-09-24T16:48:57.406Z] #25 19.27 [2020-09-24T16:48:57.509Z] #25 17.05 [2020-09-24T16:48:57.510Z] #25 ... [2020-09-24T16:48:57.510Z] [2020-09-24T16:48:57.510Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:57.510Z] #30 54.21 time [2020-09-24T16:48:57.510Z] #30 62.04 internal/poll [2020-09-24T16:48:57.510Z] #30 62.78 internal/fmtsort [2020-09-24T16:48:57.510Z] #30 63.83 internal/syscall/execenv [2020-09-24T16:48:57.510Z] #30 64.07 internal/syscall/unix [2020-09-24T16:48:57.510Z] #30 64.07 strings [2020-09-24T16:48:57.510Z] #30 ... [2020-09-24T16:48:57.510Z] [2020-09-24T16:48:57.510Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:57.510Z] #41 64.33 internal/syscall/unix [2020-09-24T16:48:57.596Z] #38 37.82 Selecting previously unselected package libnl-3-dev:arm64. [2020-09-24T16:48:57.596Z] #38 37.84 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-09-24T16:48:57.779Z] #41 64.60 strings [2020-09-24T16:48:57.918Z] #38 37.93 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-24T16:48:57.918Z] #38 ... [2020-09-24T16:48:57.918Z] [2020-09-24T16:48:57.918Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:57.918Z] #41 28.07 internal/reflectlite [2020-09-24T16:48:57.918Z] #41 28.07 sync [2020-09-24T16:48:57.918Z] #41 29.29 internal/singleflight [2020-09-24T16:48:57.918Z] #41 29.31 math/rand [2020-09-24T16:48:57.918Z] #41 29.31 github.com/LK4D4/vndr/godl/singleflight [2020-09-24T16:48:57.918Z] #41 30.90 sort [2020-09-24T16:48:57.918Z] #41 30.90 io [2020-09-24T16:48:57.918Z] #41 30.91 internal/oserror [2020-09-24T16:48:57.918Z] #41 30.91 strconv [2020-09-24T16:48:57.918Z] #41 31.16 syscall [2020-09-24T16:48:57.918Z] #41 32.54 vendor/golang.org/x/net/dns/dnsmessage [2020-09-24T16:48:57.918Z] #41 32.87 bytes [2020-09-24T16:48:57.918Z] #41 34.60 reflect [2020-09-24T16:48:57.918Z] #41 34.85 regexp/syntax [2020-09-24T16:48:57.918Z] #41 36.04 hash/crc32 [2020-09-24T16:48:57.918Z] #41 37.10 vendor/golang.org/x/text/transform [2020-09-24T16:48:57.918Z] #41 38.23 time [2020-09-24T16:48:57.918Z] #41 ... [2020-09-24T16:48:57.918Z] [2020-09-24T16:48:57.918Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:48:57.918Z] #10 34.84 Fetched 73.3 MB in 6s (12.9 MB/s) [2020-09-24T16:48:57.918Z] #10 36.40 Selecting previously unselected package binutils-mingw-w64-i686. [2020-09-24T16:48:57.918Z] #10 36.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 ... 15383 files and directories currently installed.) [2020-09-24T16:48:57.918Z] #10 36.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-09-24T16:48:57.918Z] #10 37.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:48:58.182Z] #10 ... [2020-09-24T16:48:58.182Z] [2020-09-24T16:48:58.182Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:58.182Z] #30 28.49 sync [2020-09-24T16:48:58.182Z] #30 28.49 internal/reflectlite [2020-09-24T16:48:58.182Z] #30 30.29 sort [2020-09-24T16:48:58.182Z] #30 30.30 errors [2020-09-24T16:48:58.182Z] #30 30.83 strconv [2020-09-24T16:48:58.182Z] #30 30.84 io [2020-09-24T16:48:58.182Z] #30 30.84 internal/oserror [2020-09-24T16:48:58.182Z] #30 31.12 syscall [2020-09-24T16:48:58.182Z] #30 32.01 strings [2020-09-24T16:48:58.182Z] #30 32.01 bytes [2020-09-24T16:48:58.182Z] #30 33.39 reflect [2020-09-24T16:48:58.182Z] #30 33.88 bufio [2020-09-24T16:48:58.182Z] #30 34.58 path [2020-09-24T16:48:58.182Z] #30 34.81 text/tabwriter [2020-09-24T16:48:58.182Z] #30 36.36 internal/syscall/execenv [2020-09-24T16:48:58.182Z] #30 36.37 internal/syscall/unix [2020-09-24T16:48:58.182Z] #30 36.37 time [2020-09-24T16:48:58.182Z] #30 38.41 internal/poll [2020-09-24T16:48:58.336Z] #25 20.22 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-24T16:48:58.350Z] #41 ... [2020-09-24T16:48:58.350Z] [2020-09-24T16:48:58.350Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:48:58.350Z] #43 DONE 65.1s [2020-09-24T16:48:58.453Z] #30 ... [2020-09-24T16:48:58.453Z] [2020-09-24T16:48:58.453Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:48:58.453Z] #41 38.30 regexp [2020-09-24T16:48:58.611Z] [2020-09-24T16:48:58.611Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:48:58.611Z] #25 17.20 ########### 15.8% ######################################################################## 100.0% [2020-09-24T16:48:58.611Z] #25 17.42 [2020-09-24T16:48:58.872Z] #25 18.51 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-24T16:48:58.900Z] #25 20.62 [2020-09-24T16:48:59.156Z] #25 20.81 0.6% ####################################################### 77.0% ######################################################################## 100.0% [2020-09-24T16:48:59.424Z] #25 21.14 [2020-09-24T16:48:59.442Z] #25 19.13 [2020-09-24T16:48:59.850Z] #41 ... [2020-09-24T16:48:59.850Z] [2020-09-24T16:48:59.850Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:59.850Z] #60 DONE 40.2s [2020-09-24T16:48:59.850Z] [2020-09-24T16:48:59.850Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-09-24T16:48:59.850Z] #23 DONE 40.4s [2020-09-24T16:48:59.850Z] [2020-09-24T16:48:59.850Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:48:59.850Z] #47 33.59 bytes [2020-09-24T16:48:59.850Z] #47 33.60 syscall [2020-09-24T16:48:59.850Z] #47 33.60 strings [2020-09-24T16:48:59.850Z] #47 33.61 reflect [2020-09-24T16:48:59.850Z] #47 35.29 text/tabwriter [2020-09-24T16:48:59.850Z] #47 36.03 regexp/syntax [2020-09-24T16:48:59.850Z] #47 39.12 regexp [2020-09-24T16:48:59.850Z] #47 39.53 context [2020-09-24T16:48:59.850Z] #47 39.58 os [2020-09-24T16:48:59.965Z] #25 19.47 ##################### 30.0% ######################################################################## 100.0% [2020-09-24T16:48:59.965Z] #25 19.61 [2020-09-24T16:49:00.117Z] #47 ... [2020-09-24T16:49:00.117Z] [2020-09-24T16:49:00.117Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-09-24T16:49:00.117Z] #51 DONE 40.4s [2020-09-24T16:49:00.117Z] [2020-09-24T16:49:00.117Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:49:00.353Z] #25 22.26 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-24T16:49:00.383Z] #24 ... [2020-09-24T16:49:00.383Z] [2020-09-24T16:49:00.383Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:00.383Z] #43 DONE 40.5s [2020-09-24T16:49:00.383Z] [2020-09-24T16:49:00.383Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T16:49:00.383Z] #24 DONE 0.4s [2020-09-24T16:49:00.383Z] [2020-09-24T16:49:00.383Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:00.610Z] #25 22.35 skipping existing c35d46ef359f [2020-09-24T16:49:00.610Z] #25 22.51 [2020-09-24T16:49:00.867Z] #25 ... [2020-09-24T16:49:00.867Z] [2020-09-24T16:49:00.867Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:00.867Z] #10 58.71 Selecting previously unselected package binutils-mingw-w64. [2020-09-24T16:49:00.867Z] #10 58.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-24T16:49:00.867Z] #10 58.75 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:49:00.867Z] #10 58.96 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-24T16:49:00.867Z] #10 58.97 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:00.867Z] #10 58.97 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:00.867Z] #10 59.25 Selecting previously unselected package dmsetup. [2020-09-24T16:49:00.867Z] #10 59.26 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:00.867Z] #10 59.27 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-24T16:49:00.867Z] #10 60.60 Selecting previously unselected package mingw-w64-common. [2020-09-24T16:49:00.867Z] #10 60.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-24T16:49:00.867Z] #10 61.02 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-24T16:49:00.867Z] #10 68.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-24T16:49:00.867Z] #10 68.21 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-24T16:49:00.867Z] #10 68.23 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:49:00.908Z] #25 20.52 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-24T16:49:00.908Z] #25 20.63 skipping existing c35d46ef359f [2020-09-24T16:49:01.124Z] #10 ... [2020-09-24T16:49:01.124Z] [2020-09-24T16:49:01.124Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:01.124Z] #32 61.01 Selecting previously unselected package libxml2:amd64. [2020-09-24T16:49:01.124Z] #32 61.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 61.18 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:49:01.124Z] #32 62.99 Selecting previously unselected package libarchive13:amd64. [2020-09-24T16:49:01.124Z] #32 63.00 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 63.02 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-24T16:49:01.124Z] #32 63.76 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-24T16:49:01.124Z] #32 63.76 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 63.82 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-24T16:49:01.124Z] #32 64.21 Selecting previously unselected package librhash0:amd64. [2020-09-24T16:49:01.124Z] #32 64.23 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 64.25 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-24T16:49:01.124Z] #32 64.74 Selecting previously unselected package libuv1:amd64. [2020-09-24T16:49:01.124Z] #32 64.75 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 64.76 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-24T16:49:01.124Z] #32 64.90 Selecting previously unselected package cmake. [2020-09-24T16:49:01.124Z] #32 64.94 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-24T16:49:01.124Z] #32 64.94 Unpacking cmake (3.13.4-1) ... [2020-09-24T16:49:01.124Z] #32 68.10 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:49:01.124Z] #32 68.12 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:49:01.124Z] #32 68.14 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-24T16:49:01.124Z] #32 68.16 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:49:01.124Z] #32 68.18 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-24T16:49:01.124Z] #32 68.21 Setting up cmake-data (3.13.4-1) ... [2020-09-24T16:49:01.124Z] #32 68.26 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:49:01.124Z] #32 68.28 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-24T16:49:01.124Z] #32 68.29 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-24T16:49:01.124Z] #32 68.33 Setting up cmake (3.13.4-1) ... [2020-09-24T16:49:01.124Z] #32 68.35 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:01.124Z] #32 68.46 Processing triggers for mime-support (3.62) ... [2020-09-24T16:49:01.168Z] #25 20.76 [2020-09-24T16:49:01.332Z] #25 ... [2020-09-24T16:49:01.332Z] [2020-09-24T16:49:01.332Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:49:01.332Z] #28 31.26 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-09-24T16:49:01.332Z] #28 32.12 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-09-24T16:49:01.332Z] #28 ... [2020-09-24T16:49:01.332Z] [2020-09-24T16:49:01.332Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:01.332Z] #41 41.58 github.com/LK4D4/vndr/versioned [2020-09-24T16:49:01.380Z] #32 DONE 69.2s [2020-09-24T16:49:01.380Z] [2020-09-24T16:49:01.380Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:02.111Z] #25 21.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-24T16:49:02.284Z] #41 42.57 path/filepath [2020-09-24T16:49:02.284Z] #41 42.58 internal/lazyregexp [2020-09-24T16:49:02.284Z] #41 42.60 net [2020-09-24T16:49:02.310Z] #33 ... [2020-09-24T16:49:02.310Z] [2020-09-24T16:49:02.310Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:02.310Z] #38 60.09 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 60.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:02.310Z] #38 60.75 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:49:02.310Z] #38 61.36 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-24T16:49:02.310Z] #38 62.01 Setting up python-six (1.12.0-1) ... [2020-09-24T16:49:02.310Z] #38 66.62 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:49:02.310Z] #38 66.63 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:49:02.310Z] #38 66.65 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 66.66 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-24T16:49:02.310Z] #38 66.68 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 66.70 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 66.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:02.310Z] #38 66.76 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 66.77 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:49:02.310Z] #38 66.79 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-24T16:49:02.310Z] #38 ... [2020-09-24T16:49:02.310Z] [2020-09-24T16:49:02.310Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:02.310Z] #33 1.071 + RM_GOPATH=0 [2020-09-24T16:49:02.310Z] #33 1.071 + TMP_GOPATH= [2020-09-24T16:49:02.310Z] #33 1.071 + : /build [2020-09-24T16:49:02.310Z] #33 1.071 + '[' -z '' ']' [2020-09-24T16:49:02.310Z] #33 1.075 ++ mktemp -d [2020-09-24T16:49:02.567Z] #33 1.076 + export GOPATH=/tmp/tmp.4P2NdzCcBm [2020-09-24T16:49:02.567Z] #33 1.076 + GOPATH=/tmp/tmp.4P2NdzCcBm [2020-09-24T16:49:02.567Z] #33 1.076 + RM_GOPATH=1 [2020-09-24T16:49:02.567Z] #33 1.076 + case "$(go env GOARCH)" in [2020-09-24T16:49:02.567Z] #33 1.076 ++ go env GOARCH [2020-09-24T16:49:02.567Z] #33 1.119 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:02.567Z] #33 1.119 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:02.567Z] #33 1.120 ++ dirname /tmp/install/install.sh [2020-09-24T16:49:02.567Z] #33 1.121 + dir=/tmp/install [2020-09-24T16:49:02.567Z] #33 1.121 + bin=tini [2020-09-24T16:49:02.567Z] #33 1.121 + shift [2020-09-24T16:49:02.567Z] #33 1.121 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-24T16:49:02.567Z] #33 1.122 + . /tmp/install/tini.installer [2020-09-24T16:49:02.567Z] #33 1.122 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:02.567Z] #33 1.122 + install_tini [2020-09-24T16:49:02.567Z] #33 1.122 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-24T16:49:02.567Z] #33 1.123 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:02.567Z] #33 1.123 + git clone https://github.com/krallin/tini.git /tmp/tmp.4P2NdzCcBm/tini [2020-09-24T16:49:02.567Z] #33 1.140 Cloning into '/tmp/tmp.4P2NdzCcBm/tini'... [2020-09-24T16:49:02.898Z] ok github.com/docker/docker/cmd/dockerd 0.166s coverage: 30.9% of statements [2020-09-24T16:49:02.944Z] #25 22.31 #=#=# ##O#- # [2020-09-24T16:49:02.944Z] #25 22.64 ######################################################################## 100.0% [2020-09-24T16:49:02.944Z] #25 22.77 [2020-09-24T16:49:03.134Z] #33 ... [2020-09-24T16:49:03.134Z] [2020-09-24T16:49:03.134Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:03.134Z] #25 24.05 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-24T16:49:03.134Z] #25 24.46 [2020-09-24T16:49:03.134Z] #25 24.58 ######################################################################## 100.0% [2020-09-24T16:49:03.134Z] #25 24.72 [2020-09-24T16:49:03.134Z] #25 24.78 Download of images into '/build' complete. [2020-09-24T16:49:03.134Z] #25 24.80 Use something like the following to load the result into a Docker daemon: [2020-09-24T16:49:03.134Z] #25 24.80 tar -cC '/build' . | docker load [2020-09-24T16:49:03.134Z] #25 DONE 24.9s [2020-09-24T16:49:03.134Z] [2020-09-24T16:49:03.134Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:03.134Z] #47 66.76 encoding/binary [2020-09-24T16:49:03.134Z] #47 67.46 context [2020-09-24T16:49:03.134Z] #47 68.57 os [2020-09-24T16:49:03.134Z] #47 69.12 encoding/base64 [2020-09-24T16:49:03.134Z] #47 70.39 golang.org/x/sys/unix [2020-09-24T16:49:03.205Z] #25 22.86 Download of images into '/build' complete. [2020-09-24T16:49:03.205Z] #25 22.86 Use something like the following to load the result into a Docker daemon: [2020-09-24T16:49:03.205Z] #25 22.86 tar -cC '/build' . | docker load [2020-09-24T16:49:03.466Z] #25 ... [2020-09-24T16:49:03.467Z] [2020-09-24T16:49:03.467Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:03.467Z] #38 60.16 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:03.467Z] #38 60.18 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:03.467Z] #38 60.19 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:49:03.467Z] #38 60.22 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-09-24T16:49:03.467Z] #38 60.26 Setting up python-six (1.12.0-1) ... [2020-09-24T16:49:03.467Z] #38 64.39 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:49:03.467Z] #38 64.75 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:49:03.467Z] #38 65.11 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:03.467Z] #38 65.13 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-09-24T16:49:03.467Z] #38 65.18 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:03.467Z] #38 65.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:49:03.467Z] #38 65.21 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:03.467Z] #38 65.26 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-09-24T16:49:03.467Z] #38 65.30 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:49:03.467Z] #38 65.35 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-24T16:49:03.729Z] #38 ... [2020-09-24T16:49:03.729Z] [2020-09-24T16:49:03.729Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:03.729Z] #25 DONE 23.2s [2020-09-24T16:49:03.729Z] [2020-09-24T16:49:03.729Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:03.729Z] #32 61.88 Selecting previously unselected package libjsoncpp1:amd64. [2020-09-24T16:49:03.729Z] #32 61.88 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-09-24T16:49:03.729Z] #32 62.10 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-24T16:49:03.729Z] #32 63.35 Selecting previously unselected package librhash0:amd64. [2020-09-24T16:49:03.729Z] #32 63.35 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-09-24T16:49:03.729Z] #32 63.62 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-09-24T16:49:03.729Z] #32 65.01 Selecting previously unselected package libuv1:amd64. [2020-09-24T16:49:03.729Z] #32 65.02 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-09-24T16:49:03.729Z] #32 65.09 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-09-24T16:49:03.729Z] #32 65.56 Selecting previously unselected package cmake. [2020-09-24T16:49:03.729Z] #32 65.60 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-09-24T16:49:03.729Z] #32 65.64 Unpacking cmake (3.13.4-1) ... [2020-09-24T16:49:03.729Z] #32 69.47 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:49:03.729Z] #32 69.49 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:49:03.729Z] #32 69.50 Setting up libuv1:amd64 (1.24.1-1) ... [2020-09-24T16:49:03.729Z] #32 69.51 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:49:03.729Z] #32 69.56 Setting up librhash0:amd64 (1.3.8-1) ... [2020-09-24T16:49:03.729Z] #32 69.58 Setting up cmake-data (3.13.4-1) ... [2020-09-24T16:49:03.729Z] #32 69.62 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:49:03.729Z] #32 69.63 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-09-24T16:49:03.729Z] #32 69.64 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-09-24T16:49:03.729Z] #32 69.65 Setting up cmake (3.13.4-1) ... [2020-09-24T16:49:03.729Z] #32 69.67 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:03.729Z] #32 69.76 Processing triggers for mime-support (3.62) ... [2020-09-24T16:49:03.729Z] #32 DONE 70.3s [2020-09-24T16:49:03.729Z] [2020-09-24T16:49:03.729Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:04.942Z] #41 45.10 os/exec [2020-09-24T16:49:05.038Z] #47 ... [2020-09-24T16:49:05.038Z] [2020-09-24T16:49:05.038Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:05.038Z] #33 2.057 + cd /tmp/tmp.4P2NdzCcBm/tini [2020-09-24T16:49:05.038Z] #33 2.057 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:05.038Z] #33 2.080 + cmake . [2020-09-24T16:49:05.038Z] #33 3.202 -- The C compiler identification is GNU 8.3.0 [2020-09-24T16:49:05.038Z] #33 3.320 -- Check for working C compiler: /usr/bin/cc [2020-09-24T16:49:05.118Z] #33 1.488 + RM_GOPATH=0 [2020-09-24T16:49:05.118Z] #33 1.488 + TMP_GOPATH= [2020-09-24T16:49:05.118Z] #33 1.488 + : /build [2020-09-24T16:49:05.118Z] #33 1.488 + '[' -z '' ']' [2020-09-24T16:49:05.118Z] #33 1.488 ++ mktemp -d [2020-09-24T16:49:05.118Z] #33 1.488 + export GOPATH=/tmp/tmp.c7ngTiSC5x [2020-09-24T16:49:05.118Z] #33 1.488 + GOPATH=/tmp/tmp.c7ngTiSC5x [2020-09-24T16:49:05.118Z] #33 1.488 + RM_GOPATH=1 [2020-09-24T16:49:05.118Z] #33 1.488 + case "$(go env GOARCH)" in [2020-09-24T16:49:05.118Z] #33 1.488 ++ go env GOARCH [2020-09-24T16:49:05.118Z] #33 1.523 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:05.118Z] #33 1.523 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:05.118Z] #33 1.523 ++ dirname /tmp/install/install.sh [2020-09-24T16:49:05.118Z] #33 1.523 + dir=/tmp/install [2020-09-24T16:49:05.118Z] #33 1.523 + bin=tini [2020-09-24T16:49:05.118Z] #33 1.523 + shift [2020-09-24T16:49:05.118Z] #33 1.523 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-24T16:49:05.118Z] #33 1.523 + . /tmp/install/tini.installer [2020-09-24T16:49:05.118Z] #33 1.523 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:05.118Z] #33 1.523 + install_tini [2020-09-24T16:49:05.118Z] #33 1.523 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-24T16:49:05.118Z] #33 1.523 + git clone https://github.com/krallin/tini.git /tmp/tmp.c7ngTiSC5x/tini [2020-09-24T16:49:05.118Z] #33 1.523 Cloning into '/tmp/tmp.c7ngTiSC5x/tini'... [2020-09-24T16:49:05.118Z] #33 1.540 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:05.376Z] ok github.com/docker/docker/pkg/plugins 33.611s coverage: 76.6% of statements [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/rootless [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/volume [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-24T16:49:05.376Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === Skipped [2020-09-24T16:49:05.376Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-24T16:49:05.376Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-24T16:49:05.376Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-24T16:49:05.376Z] time="2020-09-24T16:47:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-24T16:49:05.376Z] time="2020-09-24T16:47:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-24T16:49:05.376Z] time="2020-09-24T16:47:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-24T16:49:05.376Z] time="2020-09-24T16:47:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-24T16:49:05.376Z] time="2020-09-24T16:47:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-24T16:49:05.376Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-24T16:49:05.376Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-24T16:49:05.376Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:49:05.376Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-24T16:49:05.376Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-24T16:49:05.376Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-24T16:49:05.376Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] [2020-09-24T16:49:05.376Z] DONE 2139 tests, 26 skipped in 190.949s [2020-09-24T16:49:05.968Z] #33 4.648 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T16:49:05.968Z] #33 4.652 -- Detecting C compiler ABI info Post stage [Pipeline] junit [2020-09-24T16:49:06.051Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:49:06.339Z] #41 ... [2020-09-24T16:49:06.339Z] [2020-09-24T16:49:06.339Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:06.339Z] #25 4.521 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-24T16:49:06.339Z] #25 4.765 [2020-09-24T16:49:06.502Z] #33 2.679 + cd /tmp/tmp.c7ngTiSC5x/tini [2020-09-24T16:49:06.502Z] #33 2.681 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:06.502Z] #33 2.691 + cmake . [2020-09-24T16:49:06.534Z] #33 ... [2020-09-24T16:49:06.534Z] [2020-09-24T16:49:06.534Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:06.534Z] #41 64.20 internal/syscall/unix [2020-09-24T16:49:06.534Z] #41 64.61 strings [2020-09-24T16:49:06.534Z] #41 64.77 internal/poll [2020-09-24T16:49:06.534Z] #41 67.18 os [2020-09-24T16:49:06.534Z] #41 68.14 regexp/syntax [2020-09-24T16:49:06.534Z] #41 72.63 fmt [2020-09-24T16:49:06.534Z] #41 ... [2020-09-24T16:49:06.534Z] [2020-09-24T16:49:06.534Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:06.534Z] #30 65.32 os [2020-09-24T16:49:06.534Z] #30 67.27 path [2020-09-24T16:49:06.534Z] #30 68.04 text/tabwriter [2020-09-24T16:49:06.534Z] #30 69.10 path/filepath [2020-09-24T16:49:06.534Z] #30 69.10 fmt [2020-09-24T16:49:06.534Z] #30 71.35 io/ioutil [2020-09-24T16:49:06.534Z] #30 ... [2020-09-24T16:49:06.534Z] [2020-09-24T16:49:06.534Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:06.534Z] #33 5.365 -- Detecting C compiler ABI info - done [2020-09-24T16:49:06.603Z] #25 5.033 0.0% ###### 8.8% ########## 15.0% ############### 21.0% #################### 28.7% ########################## 37.1% ################################## 48.4% ########################################### 60.9% #################################################### 72.7% ############################################################ 84.5% ################################################################### 93.7% ######################################################################## 100.0% [2020-09-24T16:49:06.659Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -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:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary test-integration [2020-09-24T16:49:06.791Z] #33 5.413 -- Detecting C compile features [2020-09-24T16:49:06.950Z] [2020-09-24T16:49:07.047Z] #33 ... [2020-09-24T16:49:07.047Z] [2020-09-24T16:49:07.047Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:07.047Z] #38 74.43 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-24T16:49:07.047Z] #38 74.45 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:07.047Z] #38 DONE 74.9s [2020-09-24T16:49:07.047Z] [2020-09-24T16:49:07.047Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:07.181Z] #25 6.542 [2020-09-24T16:49:07.241Z] Removing bundles/ [2020-09-24T16:49:07.241Z] [2020-09-24T16:49:07.241Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-24T16:49:07.241Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:49:07.241Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:49:07.446Z] #25 6.768 0.2% ############################ 39.1% ########################################################### 82.2% ######################################################################## 100.0% [2020-09-24T16:49:07.446Z] #33 3.696 -- The C compiler identification is GNU 8.3.0 [2020-09-24T16:49:07.446Z] #33 3.756 -- Check for working C compiler: /usr/bin/cc [2020-09-24T16:49:07.457Z] ok github.com/docker/docker/container 0.159s coverage: 34.7% of statements [2020-09-24T16:49:07.457Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-24T16:49:07.457Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-24T16:49:07.457Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-24T16:49:07.457Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-24T16:49:07.706Z] #33 ... [2020-09-24T16:49:07.707Z] [2020-09-24T16:49:07.707Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:07.707Z] #38 73.86 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-09-24T16:49:07.707Z] #38 73.98 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:07.707Z] #38 DONE 74.3s [2020-09-24T16:49:07.707Z] [2020-09-24T16:49:07.707Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:07.707Z] #30 64.41 os [2020-09-24T16:49:07.707Z] #30 66.89 path [2020-09-24T16:49:07.707Z] #30 67.48 text/tabwriter [2020-09-24T16:49:07.707Z] #30 68.38 path/filepath [2020-09-24T16:49:07.707Z] #30 68.38 fmt [2020-09-24T16:49:07.707Z] #30 70.41 io/ioutil [2020-09-24T16:49:07.707Z] #30 73.88 github.com/BurntSushi/toml [2020-09-24T16:49:07.707Z] #30 73.89 flag [2020-09-24T16:49:07.707Z] #30 ... [2020-09-24T16:49:07.707Z] [2020-09-24T16:49:07.707Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:07.710Z] #25 7.409 [2020-09-24T16:49:07.968Z] #39 ... [2020-09-24T16:49:07.968Z] [2020-09-24T16:49:07.968Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:07.968Z] #10 64.73 Selecting previously unselected package binutils-mingw-w64. [2020-09-24T16:49:07.968Z] #10 64.73 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-24T16:49:07.968Z] #10 64.75 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:49:07.968Z] #10 65.18 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-09-24T16:49:07.968Z] #10 65.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:07.968Z] #10 65.20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:07.968Z] #10 65.39 Selecting previously unselected package dmsetup. [2020-09-24T16:49:07.968Z] #10 65.39 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:07.968Z] #10 65.39 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-24T16:49:07.968Z] #10 65.81 Selecting previously unselected package mingw-w64-common. [2020-09-24T16:49:07.968Z] #10 65.81 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-24T16:49:07.968Z] #10 65.82 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-24T16:49:07.968Z] #10 73.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-24T16:49:07.968Z] #10 73.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-24T16:49:07.968Z] #10 73.42 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:49:08.552Z] #10 ... [2020-09-24T16:49:08.552Z] [2020-09-24T16:49:08.552Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:08.552Z] #33 4.846 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T16:49:08.552Z] #33 4.867 -- Detecting C compiler ABI info [2020-09-24T16:49:08.885Z] #25 7.717 0.2% ################ 23.5% #################################### 50.7% ####################################################### 77.6% ######################################################################## 100.0% [2020-09-24T16:49:08.885Z] #25 ... [2020-09-24T16:49:08.885Z] [2020-09-24T16:49:08.885Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:08.885Z] #30 39.19 os [2020-09-24T16:49:08.885Z] #30 40.58 internal/fmtsort [2020-09-24T16:49:08.885Z] #30 41.56 path/filepath [2020-09-24T16:49:08.885Z] #30 41.58 fmt [2020-09-24T16:49:08.885Z] #30 43.28 io/ioutil [2020-09-24T16:49:08.885Z] #30 44.80 log [2020-09-24T16:49:08.885Z] #30 44.80 github.com/BurntSushi/toml [2020-09-24T16:49:08.885Z] #30 44.80 flag [2020-09-24T16:49:08.885Z] #30 47.56 github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:49:08.885Z] #30 ... [2020-09-24T16:49:08.885Z] [2020-09-24T16:49:08.885Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:08.885Z] #25 8.608 [2020-09-24T16:49:09.495Z] #33 5.624 -- Detecting C compiler ABI info - done [2020-09-24T16:49:09.495Z] #33 5.684 -- Detecting C compile features [2020-09-24T16:49:09.572Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.047s coverage: 65.3% of statements [2020-09-24T16:49:09.587Z] #39 2.481 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:49:09.587Z] #39 2.481 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:49:09.587Z] #39 2.505 Note: Building without GnuTLS support [2020-09-24T16:49:09.587Z] #39 2.532 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:49:09.587Z] #39 2.540 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:49:09.755Z] #33 ... [2020-09-24T16:49:09.755Z] [2020-09-24T16:49:09.755Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:09.755Z] #41 66.45 os [2020-09-24T16:49:09.755Z] #41 68.07 regexp/syntax [2020-09-24T16:49:09.755Z] #41 70.72 fmt [2020-09-24T16:49:09.755Z] #41 74.99 regexp [2020-09-24T16:49:09.755Z] #41 ... [2020-09-24T16:49:09.755Z] [2020-09-24T16:49:09.755Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:10.016Z] #39 2.315 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:49:10.016Z] #39 2.316 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:49:10.016Z] #39 2.360 Note: Building without GnuTLS support [2020-09-24T16:49:10.016Z] #39 2.365 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:49:10.016Z] #39 2.365 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:49:10.016Z] #39 ... [2020-09-24T16:49:10.016Z] [2020-09-24T16:49:10.016Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:10.016Z] #47 66.66 context [2020-09-24T16:49:10.016Z] #47 67.63 os [2020-09-24T16:49:10.016Z] #47 67.75 encoding/binary [2020-09-24T16:49:10.016Z] #47 70.04 encoding/base64 [2020-09-24T16:49:10.016Z] #47 72.09 golang.org/x/sys/unix [2020-09-24T16:49:10.016Z] #47 73.46 fmt [2020-09-24T16:49:10.264Z] #25 9.019 0.0% #### 5.7% ###### 9.1% ######### 12.7% ########### 16.5% ############ 17.4% ############### 21.1% ################### 26.8% [2020-09-24T16:49:10.264Z] #25 ... [2020-09-24T16:49:10.264Z] [2020-09-24T16:49:10.264Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:10.264Z] #52 3.124 + RM_GOPATH=0 [2020-09-24T16:49:10.264Z] #52 3.124 + TMP_GOPATH= [2020-09-24T16:49:10.264Z] #52 3.124 + : /build [2020-09-24T16:49:10.264Z] #52 3.124 + '[' -z '' ']' [2020-09-24T16:49:10.264Z] #52 3.242 ++ mktemp -d [2020-09-24T16:49:10.264Z] #52 3.242 + export GOPATH=/tmp/tmp.2pIyfiroTI [2020-09-24T16:49:10.264Z] #52 3.242 + GOPATH=/tmp/tmp.2pIyfiroTI [2020-09-24T16:49:10.264Z] #52 3.242 + RM_GOPATH=1 [2020-09-24T16:49:10.264Z] #52 3.242 + case "$(go env GOARCH)" in [2020-09-24T16:49:10.264Z] #52 3.242 ++ go env GOARCH [2020-09-24T16:49:10.264Z] #52 3.345 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:10.264Z] #52 3.345 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:10.264Z] #52 3.345 ++ dirname /tmp/install/install.sh [2020-09-24T16:49:10.264Z] #52 3.353 + dir=/tmp/install [2020-09-24T16:49:10.264Z] #52 3.353 + bin=containerd [2020-09-24T16:49:10.264Z] #52 3.353 + shift [2020-09-24T16:49:10.264Z] #52 3.353 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-09-24T16:49:10.264Z] #52 3.353 + . /tmp/install/containerd.installer [2020-09-24T16:49:10.264Z] #52 3.353 ++ set -e [2020-09-24T16:49:10.264Z] #52 3.353 ++ : c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:49:10.264Z] #52 3.353 + install_containerd [2020-09-24T16:49:10.264Z] #52 3.353 + echo 'Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828' [2020-09-24T16:49:10.264Z] #52 3.353 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2pIyfiroTI/src/github.com/containerd/containerd [2020-09-24T16:49:10.264Z] #52 3.357 Install containerd version c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:49:10.264Z] #52 3.385 Cloning into '/tmp/tmp.2pIyfiroTI/src/github.com/containerd/containerd'... [2020-09-24T16:49:10.264Z] #52 ... [2020-09-24T16:49:10.264Z] [2020-09-24T16:49:10.264Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:10.277Z] #47 ... [2020-09-24T16:49:10.277Z] [2020-09-24T16:49:10.277Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:10.277Z] #30 76.19 log [2020-09-24T16:49:10.529Z] #25 9.019 0.0% #### 5.7% ###### 9.1% ######### 12.7% ########### 16.5% ############ 17.4% ############### 21.1% ################### 26.8% ###################### 30.8% ######################### 35.5% [2020-09-24T16:49:10.529Z] #25 ... [2020-09-24T16:49:10.529Z] [2020-09-24T16:49:10.529Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:10.529Z] #38 40.71 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-24T16:49:10.529Z] #38 40.71 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 40.71 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-24T16:49:10.529Z] #38 40.86 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-09-24T16:49:10.529Z] #38 40.86 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 40.89 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-24T16:49:10.529Z] #38 41.12 Selecting previously unselected package zlib1g-dev:arm64. [2020-09-24T16:49:10.529Z] #38 41.13 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 41.13 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:49:10.529Z] #38 41.55 Selecting previously unselected package libprotobuf17:arm64. [2020-09-24T16:49:10.529Z] #38 41.56 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 41.58 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 42.36 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-09-24T16:49:10.529Z] #38 42.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 42.37 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 43.84 Selecting previously unselected package libprotobuf-dev:arm64. [2020-09-24T16:49:10.529Z] #38 43.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 43.86 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 45.51 Selecting previously unselected package libprotoc17:arm64. [2020-09-24T16:49:10.529Z] #38 45.52 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 45.53 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 46.10 Selecting previously unselected package protobuf-c-compiler. [2020-09-24T16:49:10.529Z] #38 46.10 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 46.11 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:49:10.529Z] #38 46.64 Selecting previously unselected package protobuf-compiler. [2020-09-24T16:49:10.529Z] #38 46.65 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 46.84 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 47.01 Selecting previously unselected package python-pkg-resources. [2020-09-24T16:49:10.529Z] #38 47.02 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:49:10.529Z] #38 47.03 Unpacking python-pkg-resources (40.8.0-1) ... [2020-09-24T16:49:10.529Z] #38 47.80 Selecting previously unselected package python-six. [2020-09-24T16:49:10.529Z] #38 47.80 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-09-24T16:49:10.529Z] #38 47.92 Unpacking python-six (1.12.0-1) ... [2020-09-24T16:49:10.529Z] #38 48.42 Selecting previously unselected package python-protobuf. [2020-09-24T16:49:10.529Z] #38 48.42 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-09-24T16:49:10.529Z] #38 48.43 Unpacking python-protobuf (3.6.1.3-2) ... [2020-09-24T16:49:10.529Z] #38 50.64 Setting up python-pkg-resources (40.8.0-1) ... [2020-09-24T16:49:10.529Z] #38 ... [2020-09-24T16:49:10.529Z] [2020-09-24T16:49:10.529Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:10.793Z] #25 9.019 0.0% #### 5.7% ###### 9.1% ######### 12.7% ########### 16.5% ############ 17.4% ############### 21.1% ################### 26.8% ###################### 30.8% ######################### 35.5% ############################ 40.1% ############################### 43.9% ################################### 49.6% [2020-09-24T16:49:10.793Z] #25 ... [2020-09-24T16:49:10.793Z] [2020-09-24T16:49:10.793Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:10.793Z] #10 41.04 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-09-24T16:49:10.793Z] #10 41.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-09-24T16:49:10.793Z] #10 41.07 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:49:10.793Z] #10 44.31 Selecting previously unselected package binutils-mingw-w64. [2020-09-24T16:49:10.793Z] #10 44.31 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-09-24T16:49:10.793Z] #10 44.32 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:49:10.793Z] #10 45.52 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-09-24T16:49:10.793Z] #10 45.52 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-24T16:49:10.793Z] #10 45.54 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-24T16:49:10.793Z] #10 45.79 Selecting previously unselected package dmsetup. [2020-09-24T16:49:10.793Z] #10 45.80 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-09-24T16:49:10.793Z] #10 45.81 Unpacking dmsetup (2:1.02.155-3) ... [2020-09-24T16:49:10.793Z] #10 46.14 Selecting previously unselected package mingw-w64-common. [2020-09-24T16:49:10.793Z] #10 46.15 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-09-24T16:49:10.793Z] #10 46.16 Unpacking mingw-w64-common (6.0.0-3) ... [2020-09-24T16:49:10.793Z] #10 ... [2020-09-24T16:49:10.793Z] [2020-09-24T16:49:10.793Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:11.480Z] #39 4.518 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:49:11.480Z] #39 4.578 GEN .gitid [2020-09-24T16:49:11.737Z] #39 4.629 GEN criu/include/version.h [2020-09-24T16:49:11.737Z] #39 4.664 GEN include/common/asm [2020-09-24T16:49:12.191Z] #30 78.46 github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:49:12.418Z] #25 9.019 0.0% #### 5.7% ###### 9.1% ######### 12.7% ########### 16.5% ############ 17.4% ############### 21.1% ################### 26.8% ###################### 30.8% ######################### 35.5% ############################ 40.1% ############################### 43.9% ################################### 49.6% ###################################### 54.0% ######################################## 56.7% ########################################## 58.9% ############################################ 61.5% ############################################## 63.9% ################################################ 67.9% #################################################### 72.8% ##################################################### 73.7% ########################################################### 82.2% ############################################################### 87.6% ################################################################# 91.3% ##################################################################### 96.0% ######################################################################## 100.0% [2020-09-24T16:49:12.715Z] #25 12.18 [2020-09-24T16:49:12.748Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.731526998s with top 10 stages: buildssa: 1m34.785157847s, goimports: 22.189772107s, unconvert: 11.859791223s, gosec: 9.814331612s, golint: 6.13658344s, misspell: 4.432343787s, ineffassign: 4.123972617s, inspect: 3.954282813s, vrp: 2.384281892s, ctrlflow: 2.250337492s [2020-09-24T16:49:13.105Z] #39 ... [2020-09-24T16:49:13.105Z] [2020-09-24T16:49:13.105Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:13.105Z] #33 8.141 -- Detecting C compile features - done [2020-09-24T16:49:13.105Z] #33 8.160 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-24T16:49:13.105Z] #33 8.442 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-24T16:49:13.105Z] #33 8.532 -- Configuring done [2020-09-24T16:49:13.105Z] #33 8.539 -- Generating done [2020-09-24T16:49:13.105Z] #33 8.552 -- Build files have been written to: /tmp/tmp.4P2NdzCcBm/tini [2020-09-24T16:49:13.105Z] #33 8.567 + make tini-static [2020-09-24T16:49:13.105Z] #33 9.088 Scanning dependencies of target tini-static [2020-09-24T16:49:13.105Z] #33 9.186 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-24T16:49:13.105Z] #33 10.49 [100%] Linking C executable tini-static [2020-09-24T16:49:13.105Z] #33 11.16 [100%] Built target tini-static [2020-09-24T16:49:13.105Z] #33 11.29 + mkdir -p /build [2020-09-24T16:49:13.105Z] #33 11.30 + cp tini-static /build/docker-init [2020-09-24T16:49:13.105Z] #33 DONE 11.8s [2020-09-24T16:49:13.105Z] [2020-09-24T16:49:13.105Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:13.105Z] #10 76.91 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-24T16:49:13.105Z] #10 76.93 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:13.105Z] #10 76.94 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:13.105Z] #10 77.10 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-24T16:49:13.105Z] #10 77.11 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:13.105Z] #10 77.13 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:13.782Z] #25 12.50 0.0% # 1.8% ### 4.9% ### 5.1% ##### 7.4% ##### 7.4% ####### 10.1% #### [2020-09-24T16:49:13.782Z] #25 ... [2020-09-24T16:49:13.782Z] [2020-09-24T16:49:13.782Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:13.782Z] #47 44.28 mvdan.cc/sh/v3/fileutil [2020-09-24T16:49:13.782Z] #47 45.28 encoding/binary [2020-09-24T16:49:13.782Z] #47 45.28 flag [2020-09-24T16:49:13.782Z] #47 45.29 github.com/pkg/diff [2020-09-24T16:49:13.782Z] #47 45.29 go/token [2020-09-24T16:49:13.782Z] #47 46.55 go/scanner [2020-09-24T16:49:13.782Z] #47 46.75 mvdan.cc/editorconfig [2020-09-24T16:49:13.782Z] #47 48.08 go/ast [2020-09-24T16:49:13.782Z] #47 48.27 mvdan.cc/sh/v3/syntax [2020-09-24T16:49:13.782Z] #47 48.94 encoding/base64 [2020-09-24T16:49:13.782Z] #47 48.96 golang.org/x/sys/unix [2020-09-24T16:49:13.782Z] #47 49.92 encoding/json [2020-09-24T16:49:14.047Z] #47 ... [2020-09-24T16:49:14.047Z] [2020-09-24T16:49:14.047Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:14.476Z] #10 ... [2020-09-24T16:49:14.476Z] [2020-09-24T16:49:14.476Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:14.476Z] #39 6.710 PBCC images/timens.pb-c.c [2020-09-24T16:49:14.476Z] #39 6.757 DEP images/timens.pb-c.d [2020-09-24T16:49:14.476Z] #39 7.031 PBCC images/fown.pb-c.c [2020-09-24T16:49:14.476Z] #39 7.105 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-24T16:49:14.476Z] #39 7.285 PBCC images/opts.pb-c.c [2020-09-24T16:49:14.476Z] #39 7.344 PBCC images/memfd.pb-c.c [2020-09-24T16:49:14.476Z] #39 7.391 DEP images/fown.pb-c.d [2020-09-24T16:49:14.476Z] #39 7.430 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-24T16:49:14.476Z] #39 7.509 DEP images/opts.pb-c.d [2020-09-24T16:49:14.733Z] #39 7.589 DEP images/memfd.pb-c.d [2020-09-24T16:49:14.733Z] #39 7.683 PBCC images/sit.pb-c.c [2020-09-24T16:49:14.733Z] #39 7.713 DEP images/sit.pb-c.d [2020-09-24T16:49:14.733Z] #39 7.777 PBCC images/macvlan.pb-c.c [2020-09-24T16:49:14.743Z] #30 ... [2020-09-24T16:49:14.743Z] [2020-09-24T16:49:14.743Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:14.743Z] #10 80.03 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-24T16:49:14.743Z] #10 80.04 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:14.743Z] #10 80.06 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:14.743Z] #10 80.23 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-24T16:49:14.743Z] #10 80.23 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:14.743Z] #10 80.24 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:14.743Z] #10 ... [2020-09-24T16:49:14.743Z] [2020-09-24T16:49:14.743Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:14.743Z] #33 7.517 -- Detecting C compile features - done [2020-09-24T16:49:14.743Z] #33 7.560 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-24T16:49:14.743Z] #33 7.712 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-24T16:49:14.743Z] #33 7.806 -- Configuring done [2020-09-24T16:49:14.743Z] #33 7.828 -- Generating done [2020-09-24T16:49:14.743Z] #33 7.829 -- Build files have been written to: /tmp/tmp.c7ngTiSC5x/tini [2020-09-24T16:49:14.743Z] #33 7.841 + make tini-static [2020-09-24T16:49:14.743Z] #33 8.257 Scanning dependencies of target tini-static [2020-09-24T16:49:14.744Z] #33 8.316 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-24T16:49:14.744Z] #33 9.761 [100%] Linking C executable tini-static [2020-09-24T16:49:14.744Z] #33 10.47 [100%] Built target tini-static [2020-09-24T16:49:14.744Z] #33 10.54 + mkdir -p /build [2020-09-24T16:49:14.744Z] #33 10.54 + cp tini-static /build/docker-init [2020-09-24T16:49:14.744Z] #33 DONE 11.1s [2020-09-24T16:49:14.990Z] #39 7.785 DEP images/macvlan.pb-c.d [2020-09-24T16:49:14.990Z] #39 7.838 PBCC images/autofs.pb-c.c [2020-09-24T16:49:14.990Z] #39 7.885 DEP images/autofs.pb-c.d [2020-09-24T16:49:14.990Z] #39 7.941 PBCC images/sysctl.pb-c.c [2020-09-24T16:49:14.990Z] #39 7.949 DEP images/sysctl.pb-c.d [2020-09-24T16:49:14.990Z] #39 7.998 PBCC images/time.pb-c.c [2020-09-24T16:49:15.004Z] [2020-09-24T16:49:15.004Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:15.004Z] #39 4.404 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:49:15.004Z] #39 4.449 GEN .gitid [2020-09-24T16:49:15.004Z] #39 4.488 GEN criu/include/version.h [2020-09-24T16:49:15.004Z] #39 4.542 GEN include/common/asm [2020-09-24T16:49:15.004Z] #39 6.320 PBCC images/timens.pb-c.c [2020-09-24T16:49:15.004Z] #39 6.380 DEP images/timens.pb-c.d [2020-09-24T16:49:15.004Z] #39 6.413 PBCC images/fown.pb-c.c [2020-09-24T16:49:15.004Z] #39 6.449 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-24T16:49:15.004Z] #39 6.592 PBCC images/opts.pb-c.c [2020-09-24T16:49:15.004Z] #39 6.654 PBCC images/memfd.pb-c.c [2020-09-24T16:49:15.004Z] #39 6.699 DEP images/fown.pb-c.d [2020-09-24T16:49:15.004Z] #39 6.780 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-24T16:49:15.004Z] #39 6.836 DEP images/opts.pb-c.d [2020-09-24T16:49:15.004Z] #39 6.922 DEP images/memfd.pb-c.d [2020-09-24T16:49:15.004Z] #39 6.966 PBCC images/sit.pb-c.c [2020-09-24T16:49:15.004Z] #39 7.015 DEP images/sit.pb-c.d [2020-09-24T16:49:15.004Z] #39 7.069 PBCC images/macvlan.pb-c.c [2020-09-24T16:49:15.004Z] #39 7.077 DEP images/macvlan.pb-c.d [2020-09-24T16:49:15.004Z] #39 7.215 PBCC images/autofs.pb-c.c [2020-09-24T16:49:15.004Z] #39 7.291 DEP images/autofs.pb-c.d [2020-09-24T16:49:15.004Z] #39 7.450 PBCC images/sysctl.pb-c.c [2020-09-24T16:49:15.199Z] ok github.com/docker/docker/daemon/cluster/convert 0.043s coverage: 35.9% of statements [2020-09-24T16:49:15.247Z] #39 8.009 DEP images/time.pb-c.d [2020-09-24T16:49:15.247Z] #39 8.048 PBCC images/binfmt-misc.pb-c.c [2020-09-24T16:49:15.247Z] #39 8.102 DEP images/binfmt-misc.pb-c.d [2020-09-24T16:49:15.247Z] #39 8.184 PBCC images/seccomp.pb-c.c [2020-09-24T16:49:15.247Z] #39 8.200 DEP images/seccomp.pb-c.d [2020-09-24T16:49:15.247Z] #39 8.241 PBCC images/userns.pb-c.c [2020-09-24T16:49:15.265Z] #39 7.545 DEP images/sysctl.pb-c.d [2020-09-24T16:49:15.265Z] #39 7.648 PBCC images/time.pb-c.c [2020-09-24T16:49:15.265Z] #39 7.728 DEP images/time.pb-c.d [2020-09-24T16:49:15.372Z] #25 12.50 0.0% # 1.8% ### 4.9% ### 5.1% ##### 7.4% ##### 7.4% ####### 10.1% ######## 11.2% ######### 12.5% ########## 14.9% ########### 15.9% ############# 18.6% ############# 19.1% ############### 21.8% ################ 22.5% ################# 24.2% ################### 27.0% # [2020-09-24T16:49:15.372Z] #25 ... [2020-09-24T16:49:15.372Z] [2020-09-24T16:49:15.372Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:15.372Z] #32 45.56 Selecting previously unselected package libicu63:arm64. [2020-09-24T16:49:15.372Z] #32 45.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-24T16:49:15.372Z] #32 45.75 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-24T16:49:15.372Z] #32 51.74 Selecting previously unselected package libxml2:arm64. [2020-09-24T16:49:15.372Z] #32 51.75 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-09-24T16:49:15.372Z] #32 51.87 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:49:15.372Z] #32 52.46 Selecting previously unselected package libarchive13:arm64. [2020-09-24T16:49:15.372Z] #32 52.47 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-09-24T16:49:15.372Z] #32 52.48 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-24T16:49:15.372Z] #32 ... [2020-09-24T16:49:15.372Z] [2020-09-24T16:49:15.372Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:15.503Z] #39 8.267 DEP images/userns.pb-c.d [2020-09-24T16:49:15.503Z] #39 8.353 PBCC images/cgroup.pb-c.c [2020-09-24T16:49:15.503Z] #39 8.405 DEP images/cgroup.pb-c.d [2020-09-24T16:49:15.503Z] #39 8.484 PBCC images/ext-file.pb-c.c [2020-09-24T16:49:15.526Z] #39 7.904 PBCC images/binfmt-misc.pb-c.c [2020-09-24T16:49:15.526Z] #39 8.003 DEP images/binfmt-misc.pb-c.d [2020-09-24T16:49:15.760Z] #39 8.492 DEP images/ext-file.pb-c.d [2020-09-24T16:49:15.760Z] #39 8.578 PBCC images/rpc.pb-c.c [2020-09-24T16:49:15.760Z] #39 8.660 DEP images/rpc.pb-c.d [2020-09-24T16:49:15.760Z] #39 8.740 PBCC images/siginfo.pb-c.c [2020-09-24T16:49:15.787Z] #39 8.232 PBCC images/seccomp.pb-c.c [2020-09-24T16:49:15.787Z] #39 8.315 DEP images/seccomp.pb-c.d [2020-09-24T16:49:16.016Z] #39 8.817 DEP images/siginfo.pb-c.d [2020-09-24T16:49:16.016Z] #39 8.895 PBCC images/pagemap.pb-c.c [2020-09-24T16:49:16.016Z] #39 8.954 DEP images/pagemap.pb-c.d [2020-09-24T16:49:16.016Z] #39 9.015 PBCC images/rlimit.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.371 PBCC images/userns.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.377 DEP images/userns.pb-c.d [2020-09-24T16:49:16.047Z] #39 8.389 PBCC images/cgroup.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.397 DEP images/cgroup.pb-c.d [2020-09-24T16:49:16.047Z] #39 8.407 PBCC images/ext-file.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.414 DEP images/ext-file.pb-c.d [2020-09-24T16:49:16.047Z] #39 8.424 PBCC images/rpc.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.434 DEP images/rpc.pb-c.d [2020-09-24T16:49:16.047Z] #39 8.482 PBCC images/siginfo.pb-c.c [2020-09-24T16:49:16.047Z] #39 8.528 DEP images/siginfo.pb-c.d [2020-09-24T16:49:16.274Z] #39 9.047 DEP images/rlimit.pb-c.d [2020-09-24T16:49:16.274Z] #39 9.084 PBCC images/file-lock.pb-c.c [2020-09-24T16:49:16.274Z] #39 9.128 DEP images/file-lock.pb-c.d [2020-09-24T16:49:16.274Z] #39 9.165 PBCC images/tty.pb-c.c [2020-09-24T16:49:16.274Z] #39 9.237 DEP images/tty.pb-c.d [2020-09-24T16:49:16.308Z] #39 8.583 PBCC images/pagemap.pb-c.c [2020-09-24T16:49:16.308Z] #39 8.629 DEP images/pagemap.pb-c.d [2020-09-24T16:49:16.308Z] #39 8.692 PBCC images/rlimit.pb-c.c [2020-09-24T16:49:16.308Z] #39 8.719 DEP images/rlimit.pb-c.d [2020-09-24T16:49:16.530Z] #39 9.305 PBCC images/tun.pb-c.c [2020-09-24T16:49:16.531Z] #39 9.397 PBCC images/netdev.pb-c.c [2020-09-24T16:49:16.531Z] #39 9.525 DEP images/tun.pb-c.d [2020-09-24T16:49:16.580Z] #39 8.784 PBCC images/file-lock.pb-c.c [2020-09-24T16:49:16.580Z] #39 8.811 DEP images/file-lock.pb-c.d [2020-09-24T16:49:16.580Z] #39 8.864 PBCC images/tty.pb-c.c [2020-09-24T16:49:16.580Z] #39 8.958 DEP images/tty.pb-c.d [2020-09-24T16:49:16.580Z] #39 9.011 PBCC images/tun.pb-c.c [2020-09-24T16:49:16.737Z] ok github.com/docker/docker/daemon/cluster 0.169s coverage: 0.5% of statements [2020-09-24T16:49:16.787Z] #39 ... [2020-09-24T16:49:16.787Z] [2020-09-24T16:49:16.787Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:16.787Z] #30 74.68 github.com/BurntSushi/toml [2020-09-24T16:49:16.787Z] #30 74.69 flag [2020-09-24T16:49:16.787Z] #30 76.95 log [2020-09-24T16:49:16.787Z] #30 79.49 github.com/BurntSushi/toml/cmd/tomlv [2020-09-24T16:49:16.787Z] #30 DONE 84.4s [2020-09-24T16:49:16.787Z] [2020-09-24T16:49:16.788Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:16.788Z] #39 9.683 DEP images/netdev.pb-c.d [2020-09-24T16:49:16.788Z] #39 9.817 PBCC images/vma.pb-c.c [2020-09-24T16:49:16.841Z] #39 9.100 PBCC images/netdev.pb-c.c [2020-09-24T16:49:16.842Z] #39 9.200 DEP images/tun.pb-c.d [2020-09-24T16:49:16.842Z] #39 ... [2020-09-24T16:49:16.842Z] [2020-09-24T16:49:16.842Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:16.842Z] #30 DONE 83.6s [2020-09-24T16:49:16.842Z] [2020-09-24T16:49:16.842Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:16.842Z] #39 9.283 DEP images/netdev.pb-c.d [2020-09-24T16:49:17.044Z] #39 9.960 DEP images/vma.pb-c.d [2020-09-24T16:49:17.044Z] #39 ... [2020-09-24T16:49:17.044Z] [2020-09-24T16:49:17.044Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:17.044Z] #41 74.80 regexp [2020-09-24T16:49:17.044Z] #41 78.82 internal/lazyregexp [2020-09-24T16:49:17.044Z] #41 79.08 go/token [2020-09-24T16:49:17.044Z] #41 79.09 net/url [2020-09-24T16:49:17.044Z] #41 80.08 go/scanner [2020-09-24T16:49:17.044Z] #41 81.35 text/template/parse [2020-09-24T16:49:17.044Z] #41 81.68 go/ast [2020-09-24T16:49:17.044Z] #41 ... [2020-09-24T16:49:17.044Z] [2020-09-24T16:49:17.044Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:17.044Z] #47 74.85 encoding/json [2020-09-24T16:49:17.044Z] #47 81.30 github.com/pkg/diff [2020-09-24T16:49:17.044Z] #47 81.71 go/ast [2020-09-24T16:49:17.044Z] #47 83.33 golang.org/x/crypto/ssh/terminal [2020-09-24T16:49:17.103Z] #39 9.443 PBCC images/vma.pb-c.c [2020-09-24T16:49:17.103Z] #39 9.475 DEP images/vma.pb-c.d [2020-09-24T16:49:17.103Z] #39 9.531 PBCC images/creds.pb-c.c [2020-09-24T16:49:17.103Z] #39 9.563 DEP images/creds.pb-c.d [2020-09-24T16:49:17.288Z] #25 12.50 0.0% # 1.8% ### 4.9% ### 5.1% ##### 7.4% ##### 7.4% ####### 10.1% ######## 11.2% ######### 12.5% ########## 14.9% ########### 15.9% ############# 18.6% ############# 19.1% ############### 21.8% ################ 22.5% ################# 24.2% ################### 27.0% ##################### 29.3% ##################### 29.3% ####################### 32.3% ####################### 32.4% ######################## 34.3% ########################## 36.4% ############################ 39.3% ############################## 43.0% ################################ 45.5% ################################## 47.4% ################################### 49.3% ################################### 49.6% [2020-09-24T16:49:17.288Z] #25 ... [2020-09-24T16:49:17.288Z] [2020-09-24T16:49:17.288Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:17.288Z] #41 47.58 encoding/binary [2020-09-24T16:49:17.288Z] #41 47.59 go/scanner [2020-09-24T16:49:17.288Z] #41 47.61 net/url [2020-09-24T16:49:17.288Z] #41 49.22 go/ast [2020-09-24T16:49:17.288Z] #41 49.51 text/template/parse [2020-09-24T16:49:17.288Z] #41 49.83 encoding/base64 [2020-09-24T16:49:17.288Z] #41 50.82 encoding/json [2020-09-24T16:49:17.288Z] #41 54.32 text/template [2020-09-24T16:49:17.288Z] #41 55.05 go/parser [2020-09-24T16:49:17.288Z] #41 56.57 encoding/xml [2020-09-24T16:49:17.288Z] #41 ... [2020-09-24T16:49:17.288Z] [2020-09-24T16:49:17.288Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:17.301Z] #47 85.04 mvdan.cc/editorconfig [2020-09-24T16:49:17.301Z] #47 ... [2020-09-24T16:49:17.301Z] [2020-09-24T16:49:17.301Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:17.301Z] #39 10.05 PBCC images/creds.pb-c.c [2020-09-24T16:49:17.301Z] #39 10.14 DEP images/creds.pb-c.d [2020-09-24T16:49:17.301Z] #39 10.21 PBCC images/utsns.pb-c.c [2020-09-24T16:49:17.301Z] #39 10.31 DEP images/utsns.pb-c.d [2020-09-24T16:49:17.301Z] #39 10.35 PBCC images/ipc-desc.pb-c.c [2020-09-24T16:49:17.301Z] #39 10.35 PBCC images/ipc-sem.pb-c.c [2020-09-24T16:49:17.301Z] #39 10.35 DEP images/ipc-desc.pb-c.d [2020-09-24T16:49:17.364Z] #39 9.674 PBCC images/utsns.pb-c.c [2020-09-24T16:49:17.364Z] #39 9.743 DEP images/utsns.pb-c.d [2020-09-24T16:49:17.364Z] #39 9.807 PBCC images/ipc-desc.pb-c.c [2020-09-24T16:49:17.364Z] #39 9.839 PBCC images/ipc-sem.pb-c.c [2020-09-24T16:49:17.558Z] #39 10.36 DEP images/ipc-sem.pb-c.d [2020-09-24T16:49:17.558Z] #39 10.43 PBCC images/ipc-msg.pb-c.c [2020-09-24T16:49:17.558Z] #39 10.48 DEP images/ipc-msg.pb-c.d [2020-09-24T16:49:17.558Z] #39 10.60 PBCC images/ipc-shm.pb-c.c [2020-09-24T16:49:17.624Z] #39 9.899 DEP images/ipc-desc.pb-c.d [2020-09-24T16:49:17.624Z] #39 9.935 DEP images/ipc-sem.pb-c.d [2020-09-24T16:49:17.624Z] #39 10.07 PBCC images/ipc-msg.pb-c.c [2020-09-24T16:49:17.624Z] #39 10.12 DEP images/ipc-msg.pb-c.d [2020-09-24T16:49:17.815Z] #39 10.70 DEP images/ipc-shm.pb-c.d [2020-09-24T16:49:17.815Z] #39 10.79 PBCC images/ipc-var.pb-c.c [2020-09-24T16:49:17.815Z] #39 10.84 DEP images/ipc-var.pb-c.d [2020-09-24T16:49:17.815Z] #39 10.89 PBCC images/sk-opts.pb-c.c [2020-09-24T16:49:17.885Z] #39 10.27 PBCC images/ipc-shm.pb-c.c [2020-09-24T16:49:17.885Z] #39 10.34 DEP images/ipc-shm.pb-c.d [2020-09-24T16:49:17.885Z] #39 10.37 PBCC images/ipc-var.pb-c.c [2020-09-24T16:49:17.885Z] #39 10.41 DEP images/ipc-var.pb-c.d [2020-09-24T16:49:17.885Z] #39 10.45 PBCC images/sk-opts.pb-c.c [2020-09-24T16:49:18.072Z] #39 10.91 PBCC images/packet-sock.pb-c.c [2020-09-24T16:49:18.072Z] #39 10.98 DEP images/sk-opts.pb-c.d [2020-09-24T16:49:18.072Z] #39 11.03 DEP images/packet-sock.pb-c.d [2020-09-24T16:49:18.072Z] #39 11.10 PBCC images/sk-netlink.pb-c.c [2020-09-24T16:49:18.072Z] #39 11.17 DEP images/sk-netlink.pb-c.d [2020-09-24T16:49:18.146Z] #39 10.49 PBCC images/packet-sock.pb-c.c [2020-09-24T16:49:18.146Z] #39 10.52 DEP images/sk-opts.pb-c.d [2020-09-24T16:49:18.146Z] #39 10.59 DEP images/packet-sock.pb-c.d [2020-09-24T16:49:18.146Z] #39 10.66 PBCC images/sk-netlink.pb-c.c [2020-09-24T16:49:18.328Z] #39 11.24 PBCC images/sk-inet.pb-c.c [2020-09-24T16:49:18.407Z] #39 10.72 DEP images/sk-netlink.pb-c.d [2020-09-24T16:49:18.407Z] #39 10.78 PBCC images/sk-inet.pb-c.c [2020-09-24T16:49:18.407Z] #39 10.86 DEP images/sk-inet.pb-c.d [2020-09-24T16:49:18.407Z] #39 10.91 PBCC images/sk-unix.pb-c.c [2020-09-24T16:49:18.407Z] #39 10.96 DEP images/sk-unix.pb-c.d [2020-09-24T16:49:18.597Z] #39 11.33 DEP images/sk-inet.pb-c.d [2020-09-24T16:49:18.597Z] #39 11.39 PBCC images/sk-unix.pb-c.c [2020-09-24T16:49:18.597Z] #39 11.47 DEP images/sk-unix.pb-c.d [2020-09-24T16:49:18.597Z] #39 11.52 PBCC images/mm.pb-c.c [2020-09-24T16:49:18.597Z] #39 11.56 DEP images/mm.pb-c.d [2020-09-24T16:49:18.597Z] #39 11.61 PBCC images/timerfd.pb-c.c [2020-09-24T16:49:18.667Z] #39 11.00 PBCC images/mm.pb-c.c [2020-09-24T16:49:18.667Z] #39 11.03 DEP images/mm.pb-c.d [2020-09-24T16:49:18.667Z] #39 11.09 PBCC images/timerfd.pb-c.c [2020-09-24T16:49:18.667Z] #39 11.12 DEP images/timerfd.pb-c.d [2020-09-24T16:49:18.856Z] #39 11.64 DEP images/timerfd.pb-c.d [2020-09-24T16:49:18.856Z] #39 11.68 PBCC images/timer.pb-c.c [2020-09-24T16:49:18.856Z] #39 11.70 DEP images/timer.pb-c.d [2020-09-24T16:49:18.856Z] #39 11.74 PBCC images/sa.pb-c.c [2020-09-24T16:49:18.856Z] #39 11.82 DEP images/sa.pb-c.d [2020-09-24T16:49:18.856Z] #39 11.87 PBCC images/pipe-data.pb-c.c [2020-09-24T16:49:18.928Z] #39 11.22 PBCC images/timer.pb-c.c [2020-09-24T16:49:18.928Z] #39 11.25 DEP images/timer.pb-c.d [2020-09-24T16:49:18.928Z] #39 11.31 PBCC images/sa.pb-c.c [2020-09-24T16:49:18.928Z] #39 11.40 DEP images/sa.pb-c.d [2020-09-24T16:49:19.113Z] #39 11.90 DEP images/pipe-data.pb-c.d [2020-09-24T16:49:19.113Z] #39 11.94 PBCC images/mnt.pb-c.c [2020-09-24T16:49:19.113Z] #39 12.00 DEP images/mnt.pb-c.d [2020-09-24T16:49:19.113Z] #39 12.06 PBCC images/sk-packet.pb-c.c [2020-09-24T16:49:19.113Z] #39 12.08 DEP images/sk-packet.pb-c.d [2020-09-24T16:49:19.113Z] #39 12.11 PBCC images/tcp-stream.pb-c.c [2020-09-24T16:49:19.113Z] #39 12.17 DEP images/tcp-stream.pb-c.d [2020-09-24T16:49:19.201Z] #39 11.47 PBCC images/pipe-data.pb-c.c [2020-09-24T16:49:19.201Z] #39 11.50 DEP images/pipe-data.pb-c.d [2020-09-24T16:49:19.201Z] #39 11.54 PBCC images/mnt.pb-c.c [2020-09-24T16:49:19.201Z] #39 11.60 DEP images/mnt.pb-c.d [2020-09-24T16:49:19.201Z] #39 11.65 PBCC images/sk-packet.pb-c.c [2020-09-24T16:49:19.201Z] #39 11.68 DEP images/sk-packet.pb-c.d [2020-09-24T16:49:19.201Z] #39 11.74 PBCC images/tcp-stream.pb-c.c [2020-09-24T16:49:19.370Z] #39 12.25 PBCC images/pipe.pb-c.c [2020-09-24T16:49:19.370Z] #39 12.29 DEP images/pipe.pb-c.d [2020-09-24T16:49:19.370Z] #39 12.37 PBCC images/pstree.pb-c.c [2020-09-24T16:49:19.370Z] #39 12.40 DEP images/pstree.pb-c.d [2020-09-24T16:49:19.466Z] #39 11.80 DEP images/tcp-stream.pb-c.d [2020-09-24T16:49:19.466Z] #39 11.87 PBCC images/pipe.pb-c.c [2020-09-24T16:49:19.466Z] #39 11.93 DEP images/pipe.pb-c.d [2020-09-24T16:49:19.466Z] #39 11.96 PBCC images/pstree.pb-c.c [2020-09-24T16:49:19.466Z] #39 11.98 DEP images/pstree.pb-c.d [2020-09-24T16:49:19.627Z] #39 12.46 PBCC images/fs.pb-c.c [2020-09-24T16:49:19.627Z] #39 12.50 DEP images/fs.pb-c.d [2020-09-24T16:49:19.627Z] #39 12.57 PBCC images/signalfd.pb-c.c [2020-09-24T16:49:19.627Z] #39 12.61 DEP images/signalfd.pb-c.d [2020-09-24T16:49:19.627Z] #39 12.65 PBCC images/fh.pb-c.c [2020-09-24T16:49:19.727Z] #39 12.01 PBCC images/fs.pb-c.c [2020-09-24T16:49:19.727Z] #39 12.04 DEP images/fs.pb-c.d [2020-09-24T16:49:19.727Z] #39 12.12 PBCC images/signalfd.pb-c.c [2020-09-24T16:49:19.727Z] #39 12.18 DEP images/signalfd.pb-c.d [2020-09-24T16:49:19.883Z] #39 12.72 PBCC images/fsnotify.pb-c.c [2020-09-24T16:49:19.883Z] #39 12.77 DEP images/fh.pb-c.d [2020-09-24T16:49:19.883Z] #39 12.84 DEP images/fsnotify.pb-c.d [2020-09-24T16:49:19.883Z] #39 12.88 PBCC images/eventpoll.pb-c.c [2020-09-24T16:49:19.883Z] #39 12.93 DEP images/eventpoll.pb-c.d [2020-09-24T16:49:19.883Z] #39 12.96 PBCC images/eventfd.pb-c.c [2020-09-24T16:49:19.987Z] #39 12.23 PBCC images/fh.pb-c.c [2020-09-24T16:49:19.987Z] #39 12.31 PBCC images/fsnotify.pb-c.c [2020-09-24T16:49:19.987Z] #39 12.40 DEP images/fh.pb-c.d [2020-09-24T16:49:19.987Z] #39 12.46 DEP images/fsnotify.pb-c.d [2020-09-24T16:49:19.987Z] #39 12.52 PBCC images/eventpoll.pb-c.c [2020-09-24T16:49:20.087Z] #25 12.50 0.0% # 1.8% ### 4.9% ### 5.1% ##### 7.4% ##### 7.4% ####### 10.1% ######## 11.2% ######### 12.5% ########## 14.9% ########### 15.9% ############# 18.6% ############# 19.1% ############### 21.8% ################ 22.5% ################# 24.2% ################### 27.0% ##################### 29.3% ##################### 29.3% ####################### 32.3% ####################### 32.4% ######################## 34.3% ########################## 36.4% ############################ 39.3% ############################## 43.0% ################################ 45.5% ################################## 47.4% ################################### 49.3% ################################### 49.6% #################################### 51.3% ##################################### 52.0% ####################################### 55.6% ######################################## 56.5% ########################################## 58.6% ########################################### 60.7% ############################################# 63.3% ############################################# 63.4% ############################################### 65.8% ################################################ 67.3% ################################################## 70.5% #################################################### 73.6% ####################################################### 76.7% ####################################################### 77.3% ######################################################### 80.5% ############################################################ 84.4% ############################################################# 85.4% ############################################################### 88.6% ################################################################ 89.5% ################################################################## 92.8% #################################################################### 95.6% ###################################################################### 97.4% ######################################################################## 100.0% [2020-09-24T16:49:20.140Z] #39 12.98 DEP images/eventfd.pb-c.d [2020-09-24T16:49:20.140Z] #39 13.03 PBCC images/remap-file-path.pb-c.c [2020-09-24T16:49:20.140Z] #39 13.05 DEP images/remap-file-path.pb-c.d [2020-09-24T16:49:20.140Z] #39 13.14 PBCC images/fifo.pb-c.c [2020-09-24T16:49:20.140Z] #39 13.14 DEP images/fifo.pb-c.d [2020-09-24T16:49:20.140Z] #39 13.19 PBCC images/ghost-file.pb-c.c [2020-09-24T16:49:20.248Z] #39 12.54 DEP images/eventpoll.pb-c.d [2020-09-24T16:49:20.248Z] #39 12.60 PBCC images/eventfd.pb-c.c [2020-09-24T16:49:20.248Z] #39 12.63 DEP images/eventfd.pb-c.d [2020-09-24T16:49:20.248Z] #39 12.68 PBCC images/remap-file-path.pb-c.c [2020-09-24T16:49:20.248Z] #39 12.71 DEP images/remap-file-path.pb-c.d [2020-09-24T16:49:20.248Z] #39 12.74 PBCC images/fifo.pb-c.c [2020-09-24T16:49:20.299Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2020-09-24T16:49:20.357Z] #25 19.89 [2020-09-24T16:49:20.396Z] #39 13.24 DEP images/ghost-file.pb-c.d [2020-09-24T16:49:20.396Z] #39 13.29 PBCC images/regfile.pb-c.c [2020-09-24T16:49:20.396Z] #39 13.32 DEP images/regfile.pb-c.d [2020-09-24T16:49:20.396Z] #39 13.38 PBCC images/ns.pb-c.c [2020-09-24T16:49:20.396Z] #39 13.40 DEP images/ns.pb-c.d [2020-09-24T16:49:20.396Z] #39 13.44 PBCC images/fdinfo.pb-c.c [2020-09-24T16:49:20.508Z] #39 12.76 DEP images/fifo.pb-c.d [2020-09-24T16:49:20.508Z] #39 12.83 PBCC images/ghost-file.pb-c.c [2020-09-24T16:49:20.508Z] #39 12.86 DEP images/ghost-file.pb-c.d [2020-09-24T16:49:20.508Z] #39 ... [2020-09-24T16:49:20.508Z] [2020-09-24T16:49:20.508Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:20.508Z] #41 77.15 go/token [2020-09-24T16:49:20.508Z] #41 78.18 go/scanner [2020-09-24T16:49:20.508Z] #41 79.45 go/ast [2020-09-24T16:49:20.508Z] #41 79.48 internal/lazyregexp [2020-09-24T16:49:20.508Z] #41 79.81 net/url [2020-09-24T16:49:20.508Z] #41 82.32 text/template/parse [2020-09-24T16:49:20.508Z] #41 84.99 go/parser [2020-09-24T16:49:20.508Z] #41 87.09 text/template [2020-09-24T16:49:20.508Z] #41 ... [2020-09-24T16:49:20.508Z] [2020-09-24T16:49:20.508Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:20.652Z] #39 13.53 DEP images/fdinfo.pb-c.d [2020-09-24T16:49:20.652Z] #39 13.61 PBCC images/core-aarch64.pb-c.c [2020-09-24T16:49:20.652Z] #39 13.67 PBCC images/core-arm.pb-c.c [2020-09-24T16:49:20.909Z] #39 13.72 PBCC images/core-ppc64.pb-c.c [2020-09-24T16:49:20.909Z] #39 13.77 PBCC images/core-s390.pb-c.c [2020-09-24T16:49:20.909Z] #39 13.83 PBCC images/core-x86.pb-c.c [2020-09-24T16:49:20.909Z] #39 13.93 PBCC images/core.pb-c.c [2020-09-24T16:49:21.165Z] #39 13.96 PBCC images/inventory.pb-c.c [2020-09-24T16:49:21.166Z] #39 14.05 DEP images/core-aarch64.pb-c.d [2020-09-24T16:49:21.166Z] #39 14.12 DEP images/core-arm.pb-c.d [2020-09-24T16:49:21.166Z] #39 14.18 DEP images/core-ppc64.pb-c.d [2020-09-24T16:49:21.290Z] #52 40.63 Checking out files: 44% (1441/3242) Checking out files: 45% (1459/3242) Checking out files: 46% (1492/3242) Checking out files: 47% (1524/3242) Checking out files: 48% (1557/3242) Checking out files: 49% (1589/3242) Checking out files: 50% (1621/3242) Checking out files: 51% (1654/3242) Checking out files: 52% (1686/3242) Checking out files: 53% (1719/3242) Checking out files: 54% (1751/3242) Checking out files: 55% (1784/3242) Checking out files: 56% (1816/3242) Checking out files: 57% (1848/3242) Checking out files: 58% (1881/3242) Checking out files: 59% (1913/3242) Checking out files: 60% (1946/3242) Checking out files: 61% (1978/3242) Checking out files: 62% (2011/3242) Checking out files: 63% (2043/3242) Checking out files: 64% (2075/3242) Checking out files: 65% (2108/3242) Checking out files: 66% (2140/3242) Checking out files: 67% (2173/3242) Checking out files: 68% (2205/3242) Checking out files: 69% (2237/3242) Checking out files: 70% (2270/3242) Checking out files: 71% (2302/3242) Checking out files: 72% (2335/3242) Checking out files: 73% (2367/3242) Checking out files: 74% (2400/3242) Checking out files: 75% (2432/3242) Checking out files: 76% (2464/3242) Checking out files: 77% (2497/3242) Checking out files: 78% (2529/3242) Checking out files: 79% (2562/3242) Checking out files: 80% (2594/3242) Checking out files: 81% (2627/3242) Checking out files: 82% (2659/3242) Checking out files: 83% (2691/3242) Checking out files: 84% (2724/3242) Checking out files: 85% (2756/3242) Checking out files: 86% (2789/3242) Checking out files: 87% (2821/3242) Checking out files: 88% (2853/3242) Checking out files: 89% (2886/3242) Checking out files: 90% (2918/3242) Checking out files: 91% (2951/3242) Checking out files: 92% (2983/3242) Checking out files: 93% (3016/3242) Checking out files: 94% (3048/3242) Checking out files: 95% (3080/3242) Checking out files: 96% (3113/3242) Checking out files: 97% (3145/3242) Checking out files: 98% (3178/3242) Checking out files: 99% (3210/3242) Checking out files: 100% (3242/3242) Checking out files: 100% (3242/3242), done. [2020-09-24T16:49:21.290Z] #52 41.99 + cd /tmp/tmp.MexnxvXxxR/src/github.com/containerd/containerd [2020-09-24T16:49:21.290Z] #52 41.99 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:49:21.422Z] #39 14.24 DEP images/core-s390.pb-c.d [2020-09-24T16:49:21.422Z] #39 14.29 DEP images/core-x86.pb-c.d [2020-09-24T16:49:21.422Z] #39 14.35 DEP images/core.pb-c.d [2020-09-24T16:49:21.422Z] #39 14.43 DEP images/inventory.pb-c.d [2020-09-24T16:49:21.551Z] #52 42.25 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-24T16:49:21.551Z] #52 42.25 + BUILDTAGS='netgo osusergo static_build' [2020-09-24T16:49:21.551Z] #52 42.25 + export EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:21.551Z] #52 42.25 + EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:21.551Z] #52 42.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-24T16:49:21.551Z] #52 42.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-24T16:49:21.551Z] #52 42.25 + '[' '' = dynamic ']' [2020-09-24T16:49:21.551Z] #52 42.25 + make [2020-09-24T16:49:21.679Z] #39 14.51 PBCC images/cpuinfo.pb-c.c [2020-09-24T16:49:21.679Z] #39 14.52 DEP images/cpuinfo.pb-c.d [2020-09-24T16:49:21.679Z] #39 14.61 PBCC images/stats.pb-c.c [2020-09-24T16:49:21.679Z] #39 14.65 DEP images/stats.pb-c.d [2020-09-24T16:49:22.122Z] #52 ... [2020-09-24T16:49:22.122Z] [2020-09-24T16:49:22.122Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:22.122Z] #47 78.72 encoding/json [2020-09-24T16:49:22.122Z] #47 83.54 github.com/pkg/diff [2020-09-24T16:49:22.122Z] #47 85.43 golang.org/x/crypto/ssh/terminal [2020-09-24T16:49:22.122Z] #47 85.51 mvdan.cc/editorconfig [2020-09-24T16:49:22.122Z] #47 86.52 mvdan.cc/sh/v3/fileutil [2020-09-24T16:49:22.122Z] #47 86.68 mvdan.cc/sh/v3/syntax [2020-09-24T16:49:22.122Z] #47 ... [2020-09-24T16:49:22.122Z] [2020-09-24T16:49:22.122Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:22.122Z] #39 12.91 PBCC images/regfile.pb-c.c [2020-09-24T16:49:22.122Z] #39 12.94 DEP images/regfile.pb-c.d [2020-09-24T16:49:22.122Z] #39 12.98 PBCC images/ns.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.01 DEP images/ns.pb-c.d [2020-09-24T16:49:22.122Z] #39 13.08 PBCC images/fdinfo.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.17 DEP images/fdinfo.pb-c.d [2020-09-24T16:49:22.122Z] #39 13.22 PBCC images/core-aarch64.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.26 PBCC images/core-arm.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.32 PBCC images/core-ppc64.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.41 PBCC images/core-s390.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.49 PBCC images/core-x86.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.54 PBCC images/core.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.65 PBCC images/inventory.pb-c.c [2020-09-24T16:49:22.122Z] #39 13.74 DEP images/core-aarch64.pb-c.d [2020-09-24T16:49:22.122Z] #39 13.79 DEP images/core-arm.pb-c.d [2020-09-24T16:49:22.122Z] #39 13.88 DEP images/core-ppc64.pb-c.d [2020-09-24T16:49:22.122Z] #39 13.93 DEP images/core-s390.pb-c.d [2020-09-24T16:49:22.122Z] #39 14.00 DEP images/core-x86.pb-c.d [2020-09-24T16:49:22.122Z] #39 14.08 DEP images/core.pb-c.d [2020-09-24T16:49:22.122Z] #39 14.11 DEP images/inventory.pb-c.d [2020-09-24T16:49:22.122Z] #39 14.17 PBCC images/cpuinfo.pb-c.c [2020-09-24T16:49:22.122Z] #39 14.20 DEP images/cpuinfo.pb-c.d [2020-09-24T16:49:22.122Z] #39 14.24 PBCC images/stats.pb-c.c [2020-09-24T16:49:22.122Z] #39 14.27 DEP images/stats.pb-c.d [2020-09-24T16:49:22.234Z] #25 21.09 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-24T16:49:22.234Z] #25 ... [2020-09-24T16:49:22.234Z] [2020-09-24T16:49:22.234Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:22.234Z] #30 DONE 62.0s [2020-09-24T16:49:22.234Z] [2020-09-24T16:49:22.234Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:22.234Z] #32 59.07 Selecting previously unselected package libjsoncpp1:arm64. [2020-09-24T16:49:22.234Z] #32 59.07 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-09-24T16:49:22.234Z] #32 60.07 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-24T16:49:23.063Z] ok github.com/docker/docker/daemon/events 0.070s coverage: 50.0% of statements [2020-09-24T16:49:23.184Z] #32 63.42 Selecting previously unselected package librhash0:arm64. [2020-09-24T16:49:23.184Z] #32 63.42 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-09-24T16:49:23.184Z] #32 63.59 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-09-24T16:49:23.361Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 81.8% of statements [2020-09-24T16:49:23.506Z] #39 15.63 make[1]: Nothing to be done for 'all'. [2020-09-24T16:49:23.571Z] #39 16.15 make[1]: Nothing to be done for 'all'. [2020-09-24T16:49:23.768Z] #32 ... [2020-09-24T16:49:23.768Z] [2020-09-24T16:49:23.768Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:23.768Z] #38 54.05 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:23.768Z] #38 57.38 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:23.768Z] #38 59.73 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-24T16:49:23.768Z] #38 61.95 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-09-24T16:49:23.768Z] #38 62.87 Setting up python-six (1.12.0-1) ... [2020-09-24T16:49:24.030Z] #38 ... [2020-09-24T16:49:24.030Z] [2020-09-24T16:49:24.030Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:24.030Z] #25 21.72 #=#=# [2020-09-24T16:49:24.030Z] #25 22.24 # 2.0% ######################################################################## 100.0% [2020-09-24T16:49:24.030Z] #25 22.36 [2020-09-24T16:49:24.294Z] #25 23.79 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-24T16:49:24.501Z] #39 17.45 CC images/stats.o [2020-09-24T16:49:24.618Z] #25 24.19 [2020-09-24T16:49:24.802Z] #39 17.75 CC images/core.o [2020-09-24T16:49:24.935Z] #39 17.29 CC images/stats.o [2020-09-24T16:49:25.185Z] #25 24.40 0.8% ######################################################################## 100.0% [2020-09-24T16:49:25.185Z] #25 24.52 [2020-09-24T16:49:25.204Z] #39 17.77 CC images/core.o [2020-09-24T16:49:25.372Z] #39 18.32 CC images/core-x86.o [2020-09-24T16:49:25.448Z] #25 ... [2020-09-24T16:49:25.448Z] [2020-09-24T16:49:25.448Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:25.448Z] #47 55.84 golang.org/x/crypto/ssh/terminal [2020-09-24T16:49:25.448Z] #47 58.36 mvdan.cc/sh/v3/cmd/shfmt [2020-09-24T16:49:25.709Z] #47 ... [2020-09-24T16:49:25.709Z] [2020-09-24T16:49:25.709Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:26.120Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-09-24T16:49:26.147Z] #39 18.48 CC images/core-x86.o [2020-09-24T16:49:26.309Z] #39 18.99 CC images/core-arm.o [2020-09-24T16:49:26.498Z] #52 25.45 Checking out files: 36% (1182/3242) Checking out files: 37% (1200/3242) Checking out files: 38% (1232/3242) Checking out files: 39% (1265/3242) Checking out files: 40% (1297/3242) Checking out files: 41% (1330/3242) Checking out files: 42% (1362/3242) Checking out files: 43% (1395/3242) Checking out files: 44% (1427/3242) Checking out files: 45% (1459/3242) Checking out files: 46% (1492/3242) Checking out files: 47% (1524/3242) Checking out files: 48% (1557/3242) Checking out files: 49% (1589/3242) Checking out files: 50% (1621/3242) Checking out files: 51% (1654/3242) Checking out files: 52% (1686/3242) Checking out files: 53% (1719/3242) Checking out files: 54% (1751/3242) Checking out files: 55% (1784/3242) Checking out files: 56% (1816/3242) Checking out files: 57% (1848/3242) Checking out files: 58% (1881/3242) Checking out files: 59% (1913/3242) Checking out files: 60% (1946/3242) Checking out files: 61% (1978/3242) Checking out files: 62% (2011/3242) Checking out files: 63% (2043/3242) Checking out files: 64% (2075/3242) Checking out files: 65% (2108/3242) Checking out files: 66% (2140/3242) Checking out files: 67% (2173/3242) Checking out files: 68% (2205/3242) Checking out files: 69% (2237/3242) Checking out files: 70% (2270/3242) Checking out files: 71% (2302/3242) Checking out files: 72% (2335/3242) Checking out files: 73% (2367/3242) Checking out files: 74% (2400/3242) Checking out files: 75% (2432/3242) Checking out files: 76% (2464/3242) Checking out files: 77% (2497/3242) Checking out files: 78% (2529/3242) Checking out files: 79% (2562/3242) Checking out files: 80% (2594/3242) [2020-09-24T16:49:26.498Z] #52 ... [2020-09-24T16:49:26.498Z] [2020-09-24T16:49:26.498Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:26.498Z] #47 DONE 66.9s [2020-09-24T16:49:26.498Z] [2020-09-24T16:49:26.498Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:26.567Z] #39 19.38 CC images/core-aarch64.o [2020-09-24T16:49:26.718Z] #39 19.05 CC images/core-arm.o [2020-09-24T16:49:26.824Z] #39 19.77 CC images/core-ppc64.o [2020-09-24T16:49:27.287Z] #52 25.45 Checking out files: 36% (1182/3242) Checking out files: 37% (1200/3242) Checking out files: 38% (1232/3242) Checking out files: 39% (1265/3242) Checking out files: 40% (1297/3242) Checking out files: 41% (1330/3242) Checking out files: 42% (1362/3242) Checking out files: 43% (1395/3242) Checking out files: 44% (1427/3242) Checking out files: 45% (1459/3242) Checking out files: 46% (1492/3242) Checking out files: 47% (1524/3242) Checking out files: 48% (1557/3242) Checking out files: 49% (1589/3242) Checking out files: 50% (1621/3242) Checking out files: 51% (1654/3242) Checking out files: 52% (1686/3242) Checking out files: 53% (1719/3242) Checking out files: 54% (1751/3242) Checking out files: 55% (1784/3242) Checking out files: 56% (1816/3242) Checking out files: 57% (1848/3242) Checking out files: 58% (1881/3242) Checking out files: 59% (1913/3242) Checking out files: 60% (1946/3242) Checking out files: 61% (1978/3242) Checking out files: 62% (2011/3242) Checking out files: 63% (2043/3242) Checking out files: 64% (2075/3242) Checking out files: 65% (2108/3242) Checking out files: 66% (2140/3242) Checking out files: 67% (2173/3242) Checking out files: 68% (2205/3242) Checking out files: 69% (2237/3242) Checking out files: 70% (2270/3242) Checking out files: 71% (2302/3242) Checking out files: 72% (2335/3242) Checking out files: 73% (2367/3242) Checking out files: 74% (2400/3242) Checking out files: 75% (2432/3242) Checking out files: 76% (2464/3242) Checking out files: 77% (2497/3242) Checking out files: 78% (2529/3242) Checking out files: 79% (2562/3242) Checking out files: 80% (2594/3242) Checking out files: 81% (2627/3242) Checking out files: 81% (2646/3242) Checking out files: 82% (2659/3242) Checking out files: 83% (2691/3242) Checking out files: 84% (2724/3242) Checking out files: 85% (2756/3242) Checking out files: 86% (2789/3242) Checking out files: 87% (2821/3242) Checking out files: 88% (2853/3242) Checking out files: 89% (2886/3242) Checking out files: 90% (2918/3242) Checking out files: 91% (2951/3242) Checking out files: 92% (2983/3242) Checking out files: 93% (3016/3242) Checking out files: 94% (3048/3242) Checking out files: 95% (3080/3242) Checking out files: 96% (3113/3242) Checking out files: 97% (3145/3242) Checking out files: 98% (3178/3242) Checking out files: 99% (3210/3242) Checking out files: 100% (3242/3242) Checking out files: 100% (3242/3242), done. [2020-09-24T16:49:27.287Z] #39 19.54 CC images/core-aarch64.o [2020-09-24T16:49:27.387Z] #39 20.37 CC images/core-s390.o [2020-09-24T16:49:27.548Z] #39 19.88 CC images/core-ppc64.o [2020-09-24T16:49:27.549Z] #52 27.29 + cd /tmp/tmp.2pIyfiroTI/src/github.com/containerd/containerd [2020-09-24T16:49:27.550Z] #52 27.29 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:49:27.550Z] #52 ... [2020-09-24T16:49:27.550Z] [2020-09-24T16:49:27.550Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:27.550Z] #10 57.94 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-09-24T16:49:27.550Z] #10 57.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-09-24T16:49:27.550Z] #10 58.82 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:49:27.813Z] #10 ... [2020-09-24T16:49:27.813Z] [2020-09-24T16:49:27.813Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:27.813Z] #38 66.11 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-09-24T16:49:27.813Z] #38 66.32 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-24T16:49:27.813Z] #38 66.94 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:27.813Z] #38 67.01 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-09-24T16:49:27.813Z] #38 67.10 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:27.813Z] #38 67.12 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-09-24T16:49:27.813Z] #38 67.14 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-09-24T16:49:27.813Z] #38 67.16 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-09-24T16:49:27.813Z] #38 67.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-09-24T16:49:27.813Z] #38 67.34 Setting up python-protobuf (3.6.1.3-2) ... [2020-09-24T16:49:27.952Z] #39 20.90 CC images/cpuinfo.o [2020-09-24T16:49:28.120Z] #39 20.39 CC images/core-s390.o [2020-09-24T16:49:28.514Z] #39 21.30 CC images/inventory.o [2020-09-24T16:49:28.514Z] #39 21.54 CC images/fdinfo.o [2020-09-24T16:49:28.514Z] #39 ... [2020-09-24T16:49:28.514Z] [2020-09-24T16:49:28.514Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:28.514Z] #41 86.40 text/template [2020-09-24T16:49:28.514Z] #41 87.19 go/parser [2020-09-24T16:49:28.514Z] #41 90.73 encoding/xml [2020-09-24T16:49:28.514Z] #41 91.37 go/doc [2020-09-24T16:49:28.514Z] #41 94.28 github.com/LK4D4/vndr/build [2020-09-24T16:49:28.761Z] #38 ... [2020-09-24T16:49:28.761Z] [2020-09-24T16:49:28.761Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-09-24T16:49:28.761Z] #25 25.47 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-24T16:49:28.761Z] #25 25.54 skipping existing 9a99313a2c50 [2020-09-24T16:49:28.761Z] #25 25.61 [2020-09-24T16:49:28.761Z] #25 26.67 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-24T16:49:28.761Z] #25 27.11 [2020-09-24T16:49:28.761Z] #25 27.25 ######################################################################## 100.0% [2020-09-24T16:49:28.761Z] #25 27.32 [2020-09-24T16:49:28.761Z] #25 27.42 Download of images into '/build' complete. [2020-09-24T16:49:28.761Z] #25 27.42 Use something like the following to load the result into a Docker daemon: [2020-09-24T16:49:28.761Z] #25 27.42 tar -cC '/build' . | docker load [2020-09-24T16:49:28.761Z] #25 DONE 28.4s [2020-09-24T16:49:28.761Z] [2020-09-24T16:49:28.761Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:28.761Z] #41 59.20 compress/flate [2020-09-24T16:49:28.761Z] #41 60.68 go/doc [2020-09-24T16:49:28.761Z] #41 63.24 compress/gzip [2020-09-24T16:49:28.761Z] #41 64.51 vendor/golang.org/x/crypto/cryptobyte [2020-09-24T16:49:28.761Z] #41 64.52 github.com/LK4D4/vndr/build [2020-09-24T16:49:28.761Z] #41 64.61 vendor/golang.org/x/text/unicode/bidi [2020-09-24T16:49:28.761Z] #41 66.39 vendor/golang.org/x/text/unicode/norm [2020-09-24T16:49:28.761Z] #41 67.19 vendor/golang.org/x/text/secure/bidirule [2020-09-24T16:49:28.761Z] #41 67.76 mime [2020-09-24T16:49:28.770Z] #41 96.50 github.com/LK4D4/vndr/versioned [2020-09-24T16:49:28.771Z] #41 ... [2020-09-24T16:49:28.771Z] [2020-09-24T16:49:28.771Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:28.771Z] #47 86.53 mvdan.cc/sh/v3/fileutil [2020-09-24T16:49:28.771Z] #47 86.73 mvdan.cc/sh/v3/syntax [2020-09-24T16:49:28.771Z] #47 92.88 mvdan.cc/sh/v3/cmd/shfmt [2020-09-24T16:49:28.771Z] #47 ... [2020-09-24T16:49:28.771Z] [2020-09-24T16:49:28.771Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:28.771Z] #41 96.63 compress/flate [2020-09-24T16:49:28.888Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2020-09-24T16:49:29.025Z] #41 ... [2020-09-24T16:49:29.025Z] [2020-09-24T16:49:29.025Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:29.025Z] #32 66.32 Selecting previously unselected package libuv1:arm64. [2020-09-24T16:49:29.025Z] #32 66.32 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-09-24T16:49:29.025Z] #32 66.68 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-09-24T16:49:29.025Z] #32 67.09 Selecting previously unselected package cmake. [2020-09-24T16:49:29.025Z] #32 67.10 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-09-24T16:49:29.025Z] #32 67.11 Unpacking cmake (3.13.4-1) ... [2020-09-24T16:49:29.060Z] #39 21.15 CC images/cpuinfo.o [2020-09-24T16:49:29.182Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.482s coverage: 14.1% of statements [2020-09-24T16:49:29.320Z] #39 21.59 CC images/inventory.o [2020-09-24T16:49:29.320Z] #39 21.80 CC images/fdinfo.o [2020-09-24T16:49:29.335Z] #41 ... [2020-09-24T16:49:29.335Z] [2020-09-24T16:49:29.335Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:29.335Z] #52 40.31 Checking out files: 53% (1727/3242) Checking out files: 54% (1751/3242) Checking out files: 55% (1784/3242) Checking out files: 56% (1816/3242) Checking out files: 57% (1848/3242) Checking out files: 58% (1881/3242) Checking out files: 59% (1913/3242) Checking out files: 60% (1946/3242) Checking out files: 61% (1978/3242) Checking out files: 62% (2011/3242) Checking out files: 63% (2043/3242) Checking out files: 64% (2075/3242) Checking out files: 65% (2108/3242) Checking out files: 66% (2140/3242) Checking out files: 67% (2173/3242) Checking out files: 68% (2205/3242) Checking out files: 69% (2237/3242) Checking out files: 70% (2270/3242) Checking out files: 71% (2302/3242) Checking out files: 72% (2335/3242) Checking out files: 73% (2367/3242) Checking out files: 74% (2400/3242) Checking out files: 75% (2432/3242) Checking out files: 76% (2464/3242) Checking out files: 77% (2497/3242) Checking out files: 78% (2529/3242) Checking out files: 79% (2562/3242) Checking out files: 80% (2594/3242) Checking out files: 81% (2627/3242) Checking out files: 82% (2659/3242) Checking out files: 83% (2691/3242) Checking out files: 84% (2724/3242) Checking out files: 85% (2756/3242) Checking out files: 86% (2789/3242) Checking out files: 87% (2821/3242) Checking out files: 88% (2853/3242) Checking out files: 89% (2886/3242) Checking out files: 90% (2918/3242) Checking out files: 91% (2951/3242) Checking out files: 91% (2982/3242) Checking out files: 92% (2983/3242) Checking out files: 93% (3016/3242) Checking out files: 94% (3048/3242) Checking out files: 95% (3080/3242) Checking out files: 96% (3113/3242) Checking out files: 97% (3145/3242) Checking out files: 98% (3178/3242) Checking out files: 99% (3210/3242) Checking out files: 100% (3242/3242) Checking out files: 100% (3242/3242), done. [2020-09-24T16:49:29.335Z] #52 41.57 + cd /tmp/tmp.xiYJt1LTdc/src/github.com/containerd/containerd [2020-09-24T16:49:29.335Z] #52 41.57 + git checkout -q c623d1b36f09f8ef6536a057bd658b3aa8632828 [2020-09-24T16:49:29.335Z] #52 41.88 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-24T16:49:29.335Z] #52 41.88 + BUILDTAGS='netgo osusergo static_build' [2020-09-24T16:49:29.335Z] #52 41.88 + export EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:29.335Z] #52 41.88 + EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:29.335Z] #52 41.88 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-24T16:49:29.335Z] #52 41.88 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-24T16:49:29.335Z] #52 41.88 + '[' '' = dynamic ']' [2020-09-24T16:49:29.335Z] #52 41.88 + make [2020-09-24T16:49:29.335Z] #52 42.83 + bin/ctr [2020-09-24T16:49:29.335Z] #52 ... [2020-09-24T16:49:29.335Z] [2020-09-24T16:49:29.335Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:29.335Z] #39 21.91 CC images/fown.o [2020-09-24T16:49:29.335Z] #39 22.07 CC images/ns.o [2020-09-24T16:49:29.335Z] #39 22.26 CC images/regfile.o [2020-09-24T16:49:29.890Z] #39 22.12 CC images/fown.o [2020-09-24T16:49:29.891Z] #39 22.42 CC images/ns.o [2020-09-24T16:49:29.898Z] #39 22.57 CC images/ghost-file.o [2020-09-24T16:49:29.974Z] #32 70.28 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-24T16:49:30.151Z] #39 22.63 CC images/regfile.o [2020-09-24T16:49:30.154Z] #39 22.94 CC images/fifo.o [2020-09-24T16:49:30.411Z] #39 23.18 CC images/remap-file-path.o [2020-09-24T16:49:30.412Z] #39 22.84 CC images/ghost-file.o [2020-09-24T16:49:30.552Z] #32 70.79 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:49:30.668Z] #39 23.47 CC images/eventfd.o [2020-09-24T16:49:30.668Z] #39 23.68 CC images/eventpoll.o [2020-09-24T16:49:30.720Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.861s coverage: 57.9% of statements [2020-09-24T16:49:30.836Z] INFO [runner/unused/goanalysis] analyzers took 26.993560105s with top 10 stages: buildssa: 22.741106069s, U1000: 4.252454036s [2020-09-24T16:49:30.836Z] INFO [runner] Issues before processing: 2300, after processing: 0 [2020-09-24T16:49:30.836Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1586/1586, nolint: 0/64, filename_unadjuster: 1691/1691, exclude: 1586/1586, exclude-rules: 64/1586, skip_files: 1691/1691, autogenerated_exclude: 1586/1691, skip_dirs: 1691/1691, cgo: 1691/2300, path_prettifier: 1691/1691 [2020-09-24T16:49:30.836Z] INFO [runner] processing took 132.758965ms with stages: nolint: 59.014988ms, identifier_marker: 40.331102ms, path_prettifier: 13.586559ms, autogenerated_exclude: 7.228782ms, exclude-rules: 6.922699ms, skip_dirs: 3.854848ms, cgo: 1.03275ms, filename_unadjuster: 781.701µs, max_same_issues: 1.735µs, uniq_by_line: 734ns, diff: 593ns, max_from_linter: 483ns, source_code: 477ns, skip_files: 405ns, exclude: 405ns, path_shortener: 391ns, max_per_file_from_linter: 313ns [2020-09-24T16:49:30.836Z] INFO [runner] linters took 1m35.113981687s with stages: goanalysis_metalinter: 1m16.170173951s, unused: 18.810250291s [2020-09-24T16:49:30.836Z] INFO File cache stats: 1443 entries of total size 6.8MiB [2020-09-24T16:49:30.836Z] INFO Memory: 1586 samples, avg is 244.0MB, max is 3230.7MB [2020-09-24T16:49:30.836Z] INFO Execution took 3m32.150373097s [2020-09-24T16:49:30.836Z] Congratulations! The shell scripts are properly formatted. [2020-09-24T16:49:30.925Z] #39 ... [2020-09-24T16:49:30.925Z] [2020-09-24T16:49:30.925Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:30.925Z] #47 DONE 98.9s [2020-09-24T16:49:30.983Z] #39 23.22 CC images/fifo.o [2020-09-24T16:49:30.983Z] #39 23.54 CC images/remap-file-path.o [2020-09-24T16:49:31.130Z] #32 71.40 Setting up libuv1:arm64 (1.24.1-1) ... [2020-09-24T16:49:31.130Z] #32 71.44 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:49:31.130Z] #32 71.49 Setting up librhash0:arm64 (1.3.8-1) ... [2020-09-24T16:49:31.130Z] #32 71.51 Setting up cmake-data (3.13.4-1) ... [2020-09-24T16:49:31.182Z] [2020-09-24T16:49:31.182Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:31.182Z] #39 24.15 CC images/fh.o [2020-09-24T16:49:31.245Z] #39 23.80 CC images/eventfd.o [2020-09-24T16:49:31.393Z] #32 71.55 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-09-24T16:49:31.393Z] #32 71.58 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-09-24T16:49:31.393Z] #32 71.61 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-09-24T16:49:31.393Z] #32 71.64 Setting up cmake (3.13.4-1) ... [2020-09-24T16:49:31.393Z] #32 71.68 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:31.393Z] #32 71.77 Processing triggers for mime-support (3.62) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-09-24T16:49:31.656Z] #32 ... [2020-09-24T16:49:31.656Z] [2020-09-24T16:49:31.656Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-09-24T16:49:31.656Z] #38 71.25 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-09-24T16:49:31.656Z] #38 71.44 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:31.656Z] #38 DONE 71.9s [2020-09-24T16:49:31.656Z] [2020-09-24T16:49:31.656Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:31.656Z] #10 71.88 Selecting previously unselected package gcc-mingw-w64-base. [2020-09-24T16:49:31.656Z] #10 71.88 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-24T16:49:31.656Z] #10 71.90 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:31.656Z] #10 72.10 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-09-24T16:49:31.761Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary-daemon test-docker-py [2020-09-24T16:49:31.816Z] #39 24.02 CC images/eventpoll.o [2020-09-24T16:49:31.816Z] #39 ... [2020-09-24T16:49:31.816Z] [2020-09-24T16:49:31.816Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:31.816Z] #41 88.31 encoding/xml [2020-09-24T16:49:31.816Z] #41 92.00 go/doc [2020-09-24T16:49:31.816Z] #41 93.85 github.com/LK4D4/vndr/versioned [2020-09-24T16:49:31.816Z] #41 93.98 compress/flate [2020-09-24T16:49:31.816Z] #41 95.16 github.com/LK4D4/vndr/build [2020-09-24T16:49:31.816Z] #41 96.46 hash/crc32 [2020-09-24T16:49:31.816Z] #41 97.11 compress/gzip [2020-09-24T16:49:31.816Z] #41 97.75 net [2020-09-24T16:49:31.816Z] #41 98.38 vendor/golang.org/x/text/transform [2020-09-24T16:49:31.816Z] #41 ... [2020-09-24T16:49:31.816Z] [2020-09-24T16:49:31.816Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:31.816Z] #39 24.24 CC images/fh.o [2020-09-24T16:49:31.919Z] #10 72.10 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-24T16:49:31.919Z] #10 72.12 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:31.919Z] #10 ... [2020-09-24T16:49:31.919Z] [2020-09-24T16:49:31.919Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-09-24T16:49:31.919Z] #32 DONE 72.2s [2020-09-24T16:49:32.016Z] [2020-09-24T16:49:32.075Z] #39 ... [2020-09-24T16:49:32.075Z] [2020-09-24T16:49:32.075Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-09-24T16:49:32.075Z] #47 92.74 mvdan.cc/sh/v3/cmd/shfmt [2020-09-24T16:49:32.075Z] #47 DONE 98.7s [2020-09-24T16:49:32.112Z] #39 24.80 CC images/fsnotify.o [2020-09-24T16:49:32.182Z] [2020-09-24T16:49:32.182Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:32.271Z] Removing bundles/ [2020-09-24T16:49:32.271Z] [2020-09-24T16:49:32.271Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-24T16:49:32.271Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:49:32.271Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:49:32.337Z] [2020-09-24T16:49:32.337Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:32.337Z] #52 43.16 + bin/ctr [2020-09-24T16:49:32.337Z] #52 ... [2020-09-24T16:49:32.337Z] [2020-09-24T16:49:32.337Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:32.337Z] #39 24.78 CC images/fsnotify.o [2020-09-24T16:49:32.373Z] #39 25.44 CC images/signalfd.o [2020-09-24T16:49:32.678Z] #39 25.63 CC images/fs.o [2020-09-24T16:49:32.954Z] #39 25.87 CC images/pstree.o [2020-09-24T16:49:33.211Z] #39 26.03 CC images/pipe.o [2020-09-24T16:49:33.467Z] #39 26.43 CC images/tcp-stream.o [2020-09-24T16:49:33.478Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-09-24T16:49:33.585Z] #33 1.440 + RM_GOPATH=0 [2020-09-24T16:49:33.585Z] #33 1.440 + TMP_GOPATH= [2020-09-24T16:49:33.585Z] #33 1.440 + : /build [2020-09-24T16:49:33.585Z] #33 1.440 + '[' -z '' ']' [2020-09-24T16:49:33.585Z] #33 1.440 ++ mktemp -d [2020-09-24T16:49:33.585Z] #33 1.442 + export GOPATH=/tmp/tmp.k7Xh9jLJ2T [2020-09-24T16:49:33.585Z] #33 1.442 + GOPATH=/tmp/tmp.k7Xh9jLJ2T [2020-09-24T16:49:33.585Z] #33 1.442 + RM_GOPATH=1 [2020-09-24T16:49:33.585Z] #33 1.443 + case "$(go env GOARCH)" in [2020-09-24T16:49:33.585Z] #33 1.444 ++ go env GOARCH [2020-09-24T16:49:33.585Z] #33 1.455 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:33.585Z] #33 1.456 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:33.585Z] #33 1.457 ++ dirname /tmp/install/install.sh [2020-09-24T16:49:33.585Z] #33 1.460 + dir=/tmp/install [2020-09-24T16:49:33.585Z] #33 1.460 + bin=tini [2020-09-24T16:49:33.585Z] #33 1.460 + shift [2020-09-24T16:49:33.585Z] #33 1.460 + '[' '!' -f /tmp/install/tini.installer ']' [2020-09-24T16:49:33.585Z] #33 1.460 + . /tmp/install/tini.installer [2020-09-24T16:49:33.585Z] #33 1.461 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:33.585Z] #33 1.461 + install_tini [2020-09-24T16:49:33.585Z] #33 1.461 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2020-09-24T16:49:33.585Z] #33 1.461 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:33.585Z] #33 1.461 + git clone https://github.com/krallin/tini.git /tmp/tmp.k7Xh9jLJ2T/tini [2020-09-24T16:49:33.585Z] #33 1.463 Cloning into '/tmp/tmp.k7Xh9jLJ2T/tini'... [2020-09-24T16:49:33.721Z] #39 25.79 CC images/signalfd.o [2020-09-24T16:49:33.722Z] #39 25.98 CC images/fs.o [2020-09-24T16:49:33.722Z] #39 26.23 CC images/pstree.o [2020-09-24T16:49:33.723Z] #39 26.73 CC images/sk-packet.o [2020-09-24T16:49:33.979Z] #39 27.02 CC images/mnt.o [2020-09-24T16:49:33.982Z] #39 26.37 CC images/pipe.o [2020-09-24T16:49:34.118Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.964s coverage: 69.2% of statements [2020-09-24T16:49:34.163Z] #33 2.164 + cd /tmp/tmp.k7Xh9jLJ2T/tini [2020-09-24T16:49:34.163Z] #33 2.167 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2020-09-24T16:49:34.163Z] #33 2.181 + cmake . [2020-09-24T16:49:34.239Z] #39 27.26 CC images/pipe-data.o [2020-09-24T16:49:34.243Z] #39 26.59 CC images/tcp-stream.o [2020-09-24T16:49:34.495Z] #39 27.42 CC images/sa.o [2020-09-24T16:49:34.503Z] #39 26.78 CC images/sk-packet.o [2020-09-24T16:49:34.740Z] #33 2.705 -- The C compiler identification is GNU 8.3.0 [2020-09-24T16:49:34.740Z] #33 2.728 -- Check for working C compiler: /usr/bin/cc [2020-09-24T16:49:34.751Z] #39 27.63 CC images/timer.o [2020-09-24T16:49:34.764Z] #39 27.05 CC images/mnt.o [2020-09-24T16:49:34.764Z] #39 27.29 CC images/pipe-data.o [2020-09-24T16:49:35.007Z] #39 27.96 CC images/timerfd.o [2020-09-24T16:49:35.024Z] #39 27.45 CC images/sa.o [2020-09-24T16:49:35.262Z] #39 28.22 CC images/mm.o [2020-09-24T16:49:35.283Z] #39 27.60 CC images/timer.o [2020-09-24T16:49:35.317Z] #33 3.173 -- Check for working C compiler: /usr/bin/cc -- works [2020-09-24T16:49:35.317Z] #33 3.183 -- Detecting C compiler ABI info [2020-09-24T16:49:35.519Z] #39 28.41 CC images/sk-opts.o [2020-09-24T16:49:35.519Z] #39 28.62 CC images/sk-unix.o [2020-09-24T16:49:35.543Z] #39 27.99 CC images/timerfd.o [2020-09-24T16:49:35.644Z] ok github.com/docker/docker/daemon 12.414s coverage: 17.4% of statements [2020-09-24T16:49:35.644Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-24T16:49:35.644Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-24T16:49:35.644Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-24T16:49:35.644Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-24T16:49:35.803Z] #39 28.23 CC images/mm.o [2020-09-24T16:49:35.892Z] #33 3.773 -- Detecting C compiler ABI info - done [2020-09-24T16:49:35.892Z] #33 3.817 -- Detecting C compile features [2020-09-24T16:49:35.941Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.750s coverage: 45.9% of statements [2020-09-24T16:49:35.941Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-24T16:49:36.063Z] #39 28.50 CC images/sk-opts.o [2020-09-24T16:49:36.080Z] #39 28.91 CC images/sk-inet.o [2020-09-24T16:49:36.323Z] #39 28.68 CC images/sk-unix.o [2020-09-24T16:49:36.336Z] #39 29.20 CC images/tun.o [2020-09-24T16:49:36.584Z] #39 28.98 CC images/sk-inet.o [2020-09-24T16:49:36.592Z] #39 29.48 CC images/sk-netlink.o [2020-09-24T16:49:36.845Z] #39 29.31 CC images/tun.o [2020-09-24T16:49:36.849Z] #39 29.66 CC images/packet-sock.o [2020-09-24T16:49:37.105Z] #39 29.99 CC images/ipc-var.o [2020-09-24T16:49:37.105Z] #39 29.55 CC images/sk-netlink.o [2020-09-24T16:49:37.361Z] #39 30.18 CC images/ipc-desc.o [2020-09-24T16:49:37.362Z] #39 30.36 CC images/ipc-shm.o [2020-09-24T16:49:37.366Z] #39 29.72 CC images/packet-sock.o [2020-09-24T16:49:37.366Z] #39 ... [2020-09-24T16:49:37.366Z] [2020-09-24T16:49:37.366Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:37.366Z] #10 104.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-24T16:49:37.618Z] #39 30.53 CC images/ipc-msg.o [2020-09-24T16:49:37.626Z] #10 104.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:37.626Z] #10 104.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:37.817Z] #33 ... [2020-09-24T16:49:37.817Z] [2020-09-24T16:49:37.817Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:37.817Z] #54 71.77 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:49:37.817Z] #54 71.77 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-24T16:49:37.817Z] #54 DONE 77.8s [2020-09-24T16:49:37.817Z] [2020-09-24T16:49:37.817Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:49:37.817Z] #55 DONE 0.2s [2020-09-24T16:49:37.817Z] [2020-09-24T16:49:37.817Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:49:37.874Z] #39 30.73 CC images/ipc-sem.o [2020-09-24T16:49:37.874Z] #39 30.92 CC images/utsns.o [2020-09-24T16:49:38.048Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.462s coverage: 49.5% of statements [2020-09-24T16:49:38.080Z] #56 DONE 0.3s [2020-09-24T16:49:38.080Z] [2020-09-24T16:49:38.080Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:38.080Z] #39 2.607 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:49:38.080Z] #39 2.608 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:49:38.080Z] #39 2.617 Note: Building without GnuTLS support [2020-09-24T16:49:38.080Z] #39 2.626 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:49:38.080Z] #39 2.626 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:49:38.080Z] #39 4.434 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:49:38.080Z] #39 4.515 GEN .gitid [2020-09-24T16:49:38.080Z] #39 4.564 GEN criu/include/version.h [2020-09-24T16:49:38.080Z] #39 4.643 GEN include/common/asm [2020-09-24T16:49:38.080Z] #39 5.863 PBCC images/timens.pb-c.c [2020-09-24T16:49:38.080Z] #39 5.893 DEP images/timens.pb-c.d [2020-09-24T16:49:38.080Z] #39 5.970 PBCC images/fown.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.001 PBCC images/google/protobuf/descriptor.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.052 PBCC images/opts.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.083 PBCC images/memfd.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.134 DEP images/fown.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.183 DEP images/google/protobuf/descriptor.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.215 DEP images/opts.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.255 DEP images/memfd.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.310 PBCC images/sit.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.368 DEP images/sit.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.449 PBCC images/macvlan.pb-c.c [2020-09-24T16:49:38.080Z] #39 6.492 DEP images/macvlan.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.556 PBCC images/autofs.pb-c.c [2020-09-24T16:49:38.080Z] #39 ... [2020-09-24T16:49:38.080Z] [2020-09-24T16:49:38.080Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:38.080Z] #52 27.82 + export 'BUILDTAGS=netgo osusergo static_build' [2020-09-24T16:49:38.080Z] #52 27.82 + BUILDTAGS='netgo osusergo static_build' [2020-09-24T16:49:38.080Z] #52 27.82 + export EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:38.080Z] #52 27.82 + EXTRA_FLAGS=-buildmode=pie [2020-09-24T16:49:38.080Z] #52 27.82 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-09-24T16:49:38.080Z] #52 27.82 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-09-24T16:49:38.080Z] #52 27.82 + '[' '' = dynamic ']' [2020-09-24T16:49:38.080Z] #52 27.82 + make [2020-09-24T16:49:38.080Z] #52 28.58 + bin/ctr [2020-09-24T16:49:38.080Z] #52 ... [2020-09-24T16:49:38.080Z] [2020-09-24T16:49:38.080Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:38.080Z] #39 6.575 DEP images/autofs.pb-c.d [2020-09-24T16:49:38.080Z] #39 6.622 PBCC images/sysctl.pb-c.c [2020-09-24T16:49:38.131Z] #39 31.17 CC images/creds.o [2020-09-24T16:49:38.343Z] #39 6.670 DEP images/sysctl.pb-c.d [2020-09-24T16:49:38.343Z] #39 6.735 PBCC images/time.pb-c.c [2020-09-24T16:49:38.343Z] #39 6.744 DEP images/time.pb-c.d [2020-09-24T16:49:38.343Z] #39 6.806 PBCC images/binfmt-misc.pb-c.c [2020-09-24T16:49:38.387Z] #39 31.38 CC images/vma.o [2020-09-24T16:49:38.607Z] #39 6.825 DEP images/binfmt-misc.pb-c.d [2020-09-24T16:49:38.607Z] #39 6.980 PBCC images/seccomp.pb-c.c [2020-09-24T16:49:38.607Z] #39 7.031 DEP images/seccomp.pb-c.d [2020-09-24T16:49:38.607Z] #39 7.073 PBCC images/userns.pb-c.c [2020-09-24T16:49:38.644Z] #39 31.56 CC images/netdev.o [2020-09-24T16:49:38.870Z] #39 7.102 DEP images/userns.pb-c.d [2020-09-24T16:49:38.870Z] #39 7.149 PBCC images/cgroup.pb-c.c [2020-09-24T16:49:38.870Z] #39 7.170 DEP images/cgroup.pb-c.d [2020-09-24T16:49:38.870Z] #39 7.209 PBCC images/ext-file.pb-c.c [2020-09-24T16:49:38.870Z] #39 7.224 DEP images/ext-file.pb-c.d [2020-09-24T16:49:38.870Z] #39 7.309 PBCC images/rpc.pb-c.c [2020-09-24T16:49:38.870Z] #39 7.347 DEP images/rpc.pb-c.d [2020-09-24T16:49:39.093Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.0% of statements [2020-09-24T16:49:39.142Z] #39 7.411 PBCC images/siginfo.pb-c.c [2020-09-24T16:49:39.142Z] #39 7.432 DEP images/siginfo.pb-c.d [2020-09-24T16:49:39.142Z] #39 7.474 PBCC images/pagemap.pb-c.c [2020-09-24T16:49:39.142Z] #39 7.527 DEP images/pagemap.pb-c.d [2020-09-24T16:49:39.142Z] #39 7.581 PBCC images/rlimit.pb-c.c [2020-09-24T16:49:39.142Z] #39 7.610 DEP images/rlimit.pb-c.d [2020-09-24T16:49:39.142Z] #39 7.668 PBCC images/file-lock.pb-c.c [2020-09-24T16:49:39.142Z] #39 7.693 DEP images/file-lock.pb-c.d [2020-09-24T16:49:39.206Z] #39 31.94 CC images/tty.o [2020-09-24T16:49:39.391Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.486s coverage: 76.1% of statements [2020-09-24T16:49:39.405Z] #39 7.775 PBCC images/tty.pb-c.c [2020-09-24T16:49:39.406Z] #39 7.831 DEP images/tty.pb-c.d [2020-09-24T16:49:39.406Z] #39 7.892 PBCC images/tun.pb-c.c [2020-09-24T16:49:39.406Z] #39 7.942 PBCC images/netdev.pb-c.c [2020-09-24T16:49:39.462Z] #39 32.45 CC images/file-lock.o [2020-09-24T16:49:39.667Z] #39 7.991 DEP images/tun.pb-c.d [2020-09-24T16:49:39.667Z] #39 8.019 DEP images/netdev.pb-c.d [2020-09-24T16:49:39.667Z] #39 8.096 PBCC images/vma.pb-c.c [2020-09-24T16:49:39.667Z] #39 8.161 DEP images/vma.pb-c.d [2020-09-24T16:49:39.667Z] #39 8.228 PBCC images/creds.pb-c.c [2020-09-24T16:49:39.930Z] #39 8.265 DEP images/creds.pb-c.d [2020-09-24T16:49:39.930Z] #39 8.333 PBCC images/utsns.pb-c.c [2020-09-24T16:49:39.930Z] #39 8.370 DEP images/utsns.pb-c.d [2020-09-24T16:49:39.930Z] #39 8.410 PBCC images/ipc-desc.pb-c.c [2020-09-24T16:49:39.930Z] #39 8.427 PBCC images/ipc-sem.pb-c.c [2020-09-24T16:49:39.930Z] #39 8.471 DEP images/ipc-desc.pb-c.d [2020-09-24T16:49:40.025Z] #39 32.73 CC images/rlimit.o [2020-09-24T16:49:40.025Z] #39 ... [2020-09-24T16:49:40.025Z] [2020-09-24T16:49:40.025Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:40.025Z] #41 97.68 hash/crc32 [2020-09-24T16:49:40.025Z] #41 98.62 net [2020-09-24T16:49:40.025Z] #41 98.86 compress/gzip [2020-09-24T16:49:40.025Z] #41 99.91 vendor/golang.org/x/text/transform [2020-09-24T16:49:40.025Z] #41 100.7 vendor/golang.org/x/text/unicode/bidi [2020-09-24T16:49:40.025Z] #41 102.4 vendor/golang.org/x/text/secure/bidirule [2020-09-24T16:49:40.025Z] #41 102.7 vendor/golang.org/x/text/unicode/norm [2020-09-24T16:49:40.025Z] #41 106.3 vendor/golang.org/x/net/idna [2020-09-24T16:49:40.025Z] #41 ... [2020-09-24T16:49:40.025Z] [2020-09-24T16:49:40.025Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:40.025Z] #39 32.88 CC images/pagemap.o [2020-09-24T16:49:40.025Z] #39 33.10 CC images/siginfo.o [2020-09-24T16:49:40.193Z] #39 8.491 DEP images/ipc-sem.pb-c.d [2020-09-24T16:49:40.193Z] #39 8.516 PBCC images/ipc-msg.pb-c.c [2020-09-24T16:49:40.193Z] #39 8.532 DEP images/ipc-msg.pb-c.d [2020-09-24T16:49:40.193Z] #39 8.566 PBCC images/ipc-shm.pb-c.c [2020-09-24T16:49:40.193Z] #39 8.583 DEP images/ipc-shm.pb-c.d [2020-09-24T16:49:40.193Z] #39 8.612 PBCC images/ipc-var.pb-c.c [2020-09-24T16:49:40.193Z] #39 8.634 DEP images/ipc-var.pb-c.d [2020-09-24T16:49:40.193Z] #39 8.710 PBCC images/sk-opts.pb-c.c [2020-09-24T16:49:40.455Z] #39 8.719 PBCC images/packet-sock.pb-c.c [2020-09-24T16:49:40.455Z] #39 8.755 DEP images/sk-opts.pb-c.d [2020-09-24T16:49:40.455Z] #39 8.806 DEP images/packet-sock.pb-c.d [2020-09-24T16:49:40.455Z] #39 8.879 PBCC images/sk-netlink.pb-c.c [2020-09-24T16:49:40.455Z] #39 8.970 DEP images/sk-netlink.pb-c.d [2020-09-24T16:49:40.588Z] #39 33.30 CC images/rpc.o [2020-09-24T16:49:40.717Z] #39 9.036 PBCC images/sk-inet.pb-c.c [2020-09-24T16:49:40.717Z] #39 9.120 DEP images/sk-inet.pb-c.d [2020-09-24T16:49:40.717Z] #39 9.166 PBCC images/sk-unix.pb-c.c [2020-09-24T16:49:40.717Z] #39 9.194 DEP images/sk-unix.pb-c.d [2020-09-24T16:49:40.717Z] #39 9.255 PBCC images/mm.pb-c.c [2020-09-24T16:49:40.920Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2020-09-24T16:49:40.978Z] #39 9.292 DEP images/mm.pb-c.d [2020-09-24T16:49:40.978Z] #39 9.335 PBCC images/timerfd.pb-c.c [2020-09-24T16:49:40.979Z] #39 9.405 DEP images/timerfd.pb-c.d [2020-09-24T16:49:40.979Z] #39 9.452 PBCC images/timer.pb-c.c [2020-09-24T16:49:40.979Z] #39 9.475 DEP images/timer.pb-c.d [2020-09-24T16:49:40.979Z] #39 9.507 PBCC images/sa.pb-c.c [2020-09-24T16:49:41.217Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2020-09-24T16:49:41.241Z] #39 9.541 DEP images/sa.pb-c.d [2020-09-24T16:49:41.241Z] #39 9.581 PBCC images/pipe-data.pb-c.c [2020-09-24T16:49:41.241Z] #39 9.595 DEP images/pipe-data.pb-c.d [2020-09-24T16:49:41.241Z] #39 9.655 PBCC images/mnt.pb-c.c [2020-09-24T16:49:41.241Z] #39 ... [2020-09-24T16:49:41.241Z] [2020-09-24T16:49:41.241Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:41.241Z] #41 71.58 vendor/golang.org/x/net/idna [2020-09-24T16:49:41.241Z] #41 73.59 vendor/golang.org/x/net/http/httpproxy [2020-09-24T16:49:41.241Z] #41 73.59 crypto/x509 [2020-09-24T16:49:41.241Z] #41 73.59 net/textproto [2020-09-24T16:49:41.241Z] #41 74.80 vendor/golang.org/x/net/http/httpguts [2020-09-24T16:49:41.242Z] #41 74.80 mime/multipart [2020-09-24T16:49:41.242Z] #41 76.60 crypto/tls [2020-09-24T16:49:41.242Z] #41 81.35 net/http/httptrace [2020-09-24T16:49:41.242Z] #41 81.49 net/http [2020-09-24T16:49:41.242Z] #41 ... [2020-09-24T16:49:41.242Z] [2020-09-24T16:49:41.242Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:41.242Z] #39 9.707 DEP images/mnt.pb-c.d [2020-09-24T16:49:41.242Z] #39 9.746 PBCC images/sk-packet.pb-c.c [2020-09-24T16:49:41.242Z] #39 9.772 DEP images/sk-packet.pb-c.d [2020-09-24T16:49:41.511Z] #39 9.806 PBCC images/tcp-stream.pb-c.c [2020-09-24T16:49:41.511Z] #39 9.854 DEP images/tcp-stream.pb-c.d [2020-09-24T16:49:41.511Z] #39 9.912 PBCC images/pipe.pb-c.c [2020-09-24T16:49:41.511Z] #39 ... [2020-09-24T16:49:41.511Z] [2020-09-24T16:49:41.511Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:41.511Z] #33 5.935 -- Detecting C compile features - done [2020-09-24T16:49:41.511Z] #33 5.970 -- Performing Test HAS_BUILTIN_FORTIFY [2020-09-24T16:49:41.511Z] #33 6.179 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-09-24T16:49:41.511Z] #33 6.340 -- Configuring done [2020-09-24T16:49:41.511Z] #33 6.358 -- Generating done [2020-09-24T16:49:41.511Z] #33 6.377 -- Build files have been written to: /tmp/tmp.k7Xh9jLJ2T/tini [2020-09-24T16:49:41.511Z] #33 6.380 + make tini-static [2020-09-24T16:49:41.511Z] #33 6.949 Scanning dependencies of target tini-static [2020-09-24T16:49:41.511Z] #33 7.101 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-09-24T16:49:41.511Z] #33 8.218 [100%] Linking C executable tini-static [2020-09-24T16:49:41.511Z] #33 8.671 [100%] Built target tini-static [2020-09-24T16:49:41.511Z] #33 8.714 + mkdir -p /build [2020-09-24T16:49:41.511Z] #33 8.716 + cp tini-static /build/docker-init [2020-09-24T16:49:41.511Z] #33 DONE 9.6s [2020-09-24T16:49:41.511Z] [2020-09-24T16:49:41.511Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:41.511Z] #39 9.964 DEP images/pipe.pb-c.d [2020-09-24T16:49:41.518Z] #39 34.56 CC images/ext-file.o [2020-09-24T16:49:41.775Z] #39 10.08 PBCC images/pstree.pb-c.c [2020-09-24T16:49:41.775Z] #39 10.13 DEP images/pstree.pb-c.d [2020-09-24T16:49:41.775Z] #39 10.25 PBCC images/fs.pb-c.c [2020-09-24T16:49:41.775Z] #39 10.28 DEP images/fs.pb-c.d [2020-09-24T16:49:41.775Z] #39 10.34 PBCC images/signalfd.pb-c.c [2020-09-24T16:49:41.775Z] #39 34.75 CC images/cgroup.o [2020-09-24T16:49:42.039Z] #39 10.39 DEP images/signalfd.pb-c.d [2020-09-24T16:49:42.039Z] #39 10.46 PBCC images/fh.pb-c.c [2020-09-24T16:49:42.039Z] #39 10.54 PBCC images/fsnotify.pb-c.c [2020-09-24T16:49:42.039Z] #39 10.61 DEP images/fh.pb-c.d [2020-09-24T16:49:42.264Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.868s coverage: 52.1% of statements [2020-09-24T16:49:42.264Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-24T16:49:42.264Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-24T16:49:42.302Z] #39 10.65 DEP images/fsnotify.pb-c.d [2020-09-24T16:49:42.302Z] #39 10.71 PBCC images/eventpoll.pb-c.c [2020-09-24T16:49:42.302Z] #39 10.74 DEP images/eventpoll.pb-c.d [2020-09-24T16:49:42.302Z] #39 10.78 PBCC images/eventfd.pb-c.c [2020-09-24T16:49:42.302Z] #39 10.80 DEP images/eventfd.pb-c.d [2020-09-24T16:49:42.302Z] #39 10.84 PBCC images/remap-file-path.pb-c.c [2020-09-24T16:49:42.565Z] #39 10.87 DEP images/remap-file-path.pb-c.d [2020-09-24T16:49:42.565Z] #39 10.93 PBCC images/fifo.pb-c.c [2020-09-24T16:49:42.565Z] #39 10.97 DEP images/fifo.pb-c.d [2020-09-24T16:49:42.565Z] #39 11.03 PBCC images/ghost-file.pb-c.c [2020-09-24T16:49:42.565Z] #39 11.09 DEP images/ghost-file.pb-c.d [2020-09-24T16:49:42.706Z] #39 35.32 CC images/userns.o [2020-09-24T16:49:42.706Z] #39 35.60 CC images/google/protobuf/descriptor.o [2020-09-24T16:49:42.829Z] #39 11.12 PBCC images/regfile.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.16 DEP images/regfile.pb-c.d [2020-09-24T16:49:42.829Z] #39 11.19 PBCC images/ns.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.20 DEP images/ns.pb-c.d [2020-09-24T16:49:42.829Z] #39 11.22 PBCC images/fdinfo.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.24 DEP images/fdinfo.pb-c.d [2020-09-24T16:49:42.829Z] #39 11.26 PBCC images/core-aarch64.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.31 PBCC images/core-arm.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.33 PBCC images/core-ppc64.pb-c.c [2020-09-24T16:49:42.829Z] #39 11.41 PBCC images/core-s390.pb-c.c [2020-09-24T16:49:42.914Z] #10 ... [2020-09-24T16:49:42.914Z] [2020-09-24T16:49:42.914Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:42.914Z] #41 99.57 vendor/golang.org/x/text/unicode/bidi [2020-09-24T16:49:42.914Z] #41 101.4 vendor/golang.org/x/text/secure/bidirule [2020-09-24T16:49:42.914Z] #41 101.7 vendor/golang.org/x/text/unicode/norm [2020-09-24T16:49:42.914Z] #41 104.7 vendor/golang.org/x/net/idna [2020-09-24T16:49:42.914Z] #41 107.1 vendor/golang.org/x/net/http2/hpack [2020-09-24T16:49:42.914Z] #41 108.2 mime [2020-09-24T16:49:42.914Z] #41 ... [2020-09-24T16:49:42.914Z] [2020-09-24T16:49:42.914Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:42.914Z] #39 30.01 CC images/ipc-var.o [2020-09-24T16:49:42.914Z] #39 30.29 CC images/ipc-desc.o [2020-09-24T16:49:42.914Z] #39 30.45 CC images/ipc-shm.o [2020-09-24T16:49:42.914Z] #39 30.63 CC images/ipc-msg.o [2020-09-24T16:49:42.914Z] #39 30.89 CC images/ipc-sem.o [2020-09-24T16:49:42.914Z] #39 31.09 CC images/utsns.o [2020-09-24T16:49:42.914Z] #39 31.28 CC images/creds.o [2020-09-24T16:49:42.914Z] #39 31.47 CC images/vma.o [2020-09-24T16:49:42.914Z] #39 31.76 CC images/netdev.o [2020-09-24T16:49:42.914Z] #39 32.23 CC images/tty.o [2020-09-24T16:49:42.914Z] #39 32.72 CC images/file-lock.o [2020-09-24T16:49:42.914Z] #39 32.94 CC images/rlimit.o [2020-09-24T16:49:42.914Z] #39 33.14 CC images/pagemap.o [2020-09-24T16:49:42.914Z] #39 33.45 CC images/siginfo.o [2020-09-24T16:49:42.914Z] #39 33.70 CC images/rpc.o [2020-09-24T16:49:42.914Z] #39 34.73 CC images/ext-file.o [2020-09-24T16:49:42.914Z] #39 34.90 CC images/cgroup.o [2020-09-24T16:49:43.095Z] #39 11.44 PBCC images/core-x86.pb-c.c [2020-09-24T16:49:43.095Z] #39 11.48 PBCC images/core.pb-c.c [2020-09-24T16:49:43.095Z] #39 11.55 PBCC images/inventory.pb-c.c [2020-09-24T16:49:43.095Z] #39 11.60 DEP images/core-aarch64.pb-c.d [2020-09-24T16:49:43.095Z] #39 11.64 DEP images/core-arm.pb-c.d [2020-09-24T16:49:43.095Z] #39 11.67 DEP images/core-ppc64.pb-c.d [2020-09-24T16:49:43.174Z] #39 35.55 CC images/userns.o [2020-09-24T16:49:43.358Z] #39 11.73 DEP images/core-s390.pb-c.d [2020-09-24T16:49:43.358Z] #39 11.83 DEP images/core-x86.pb-c.d [2020-09-24T16:49:43.358Z] #39 11.88 DEP images/core.pb-c.d [2020-09-24T16:49:43.358Z] #39 11.93 DEP images/inventory.pb-c.d [2020-09-24T16:49:43.434Z] #39 35.85 CC images/google/protobuf/descriptor.o [2020-09-24T16:49:43.622Z] #39 11.99 PBCC images/cpuinfo.pb-c.c [2020-09-24T16:49:43.622Z] #39 12.00 DEP images/cpuinfo.pb-c.d [2020-09-24T16:49:43.622Z] #39 12.07 PBCC images/stats.pb-c.c [2020-09-24T16:49:43.622Z] #39 12.09 DEP images/stats.pb-c.d [2020-09-24T16:49:44.074Z] #39 ... [2020-09-24T16:49:44.074Z] [2020-09-24T16:49:44.074Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:44.074Z] #10 101.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-24T16:49:44.074Z] #10 101.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-09-24T16:49:44.074Z] #10 101.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:44.074Z] #10 ... [2020-09-24T16:49:44.074Z] [2020-09-24T16:49:44.074Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:44.074Z] #41 108.5 vendor/golang.org/x/net/http2/hpack [2020-09-24T16:49:44.074Z] #41 109.3 mime [2020-09-24T16:49:44.074Z] #41 111.0 mime/quotedprintable [2020-09-24T16:49:44.074Z] #41 111.4 net/http/internal [2020-09-24T16:49:44.360Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 41.0% of statements [2020-09-24T16:49:45.016Z] #39 13.29 make[1]: Nothing to be done for 'all'. [2020-09-24T16:49:45.342Z] #39 37.48 CC images/opts.o [2020-09-24T16:49:45.343Z] #39 ... [2020-09-24T16:49:45.343Z] [2020-09-24T16:49:45.343Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:45.343Z] #54 111.9 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:49:45.343Z] #54 111.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-24T16:49:45.417Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 4.8% of statements [2020-09-24T16:49:45.417Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-24T16:49:45.417Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-24T16:49:45.713Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2020-09-24T16:49:46.009Z] ok github.com/docker/docker/daemon/logger/awslogs 0.568s coverage: 77.8% of statements [2020-09-24T16:49:46.009Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-24T16:49:46.009Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-24T16:49:46.411Z] #39 14.50 CC images/stats.o [2020-09-24T16:49:46.593Z] #41 ... [2020-09-24T16:49:46.593Z] [2020-09-24T16:49:46.593Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:46.593Z] #39 37.11 CC images/opts.o [2020-09-24T16:49:46.593Z] #39 37.32 CC images/seccomp.o [2020-09-24T16:49:46.593Z] #39 37.58 CC images/binfmt-misc.o [2020-09-24T16:49:46.593Z] #39 37.80 CC images/time.o [2020-09-24T16:49:46.593Z] #39 38.00 CC images/sysctl.o [2020-09-24T16:49:46.593Z] #39 38.17 CC images/autofs.o [2020-09-24T16:49:46.593Z] #39 38.30 CC images/macvlan.o [2020-09-24T16:49:46.593Z] #39 38.58 CC images/sit.o [2020-09-24T16:49:46.593Z] #39 38.74 CC images/memfd.o [2020-09-24T16:49:46.593Z] #39 39.02 CC images/timens.o [2020-09-24T16:49:46.593Z] #39 39.25 LINK images/built-in.o [2020-09-24T16:49:46.593Z] #39 39.39 GEN compel/include/asm [2020-09-24T16:49:46.593Z] #39 39.42 GEN compel/include/version.h [2020-09-24T16:49:46.593Z] #39 39.45 touch .config [2020-09-24T16:49:46.593Z] #39 39.50 GEN include/common/config.h [2020-09-24T16:49:46.593Z] #39 39.59 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-24T16:49:46.593Z] #39 39.62 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-24T16:49:46.674Z] #39 14.94 CC images/core.o [2020-09-24T16:49:46.851Z] #39 39.65 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-24T16:49:46.851Z] #39 39.67 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-24T16:49:46.851Z] #39 39.69 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-24T16:49:46.851Z] #39 39.72 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-24T16:49:46.851Z] #39 39.75 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-24T16:49:46.851Z] #39 39.78 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-24T16:49:46.851Z] #39 39.78 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-24T16:49:46.851Z] #39 39.81 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-24T16:49:46.851Z] #39 39.82 DEP compel/plugins/std/infect.d [2020-09-24T16:49:46.938Z] #39 15.41 CC images/core-x86.o [2020-09-24T16:49:47.063Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 87.2% of statements [2020-09-24T16:49:47.063Z] ok github.com/docker/docker/daemon/logger/journald 0.031s coverage: 23.9% of statements [2020-09-24T16:49:47.108Z] #39 40.00 DEP compel/plugins/std/string.d [2020-09-24T16:49:47.108Z] #39 40.12 DEP compel/plugins/std/log.d [2020-09-24T16:49:47.365Z] #39 40.25 DEP compel/plugins/std/fds.d [2020-09-24T16:49:47.365Z] #39 40.36 DEP compel/plugins/std/std.d [2020-09-24T16:49:47.515Z] #39 15.81 CC images/core-arm.o [2020-09-24T16:49:47.621Z] #39 40.49 DEP compel/plugins/shmem/shmem.d [2020-09-24T16:49:47.621Z] #39 40.59 DEP compel/plugins/fds/fds.d [2020-09-24T16:49:47.778Z] #39 16.16 CC images/core-aarch64.o [2020-09-24T16:49:47.879Z] #39 40.80 CC compel/plugins/std/std.o [2020-09-24T16:49:48.041Z] #39 16.45 CC images/core-ppc64.o [2020-09-24T16:49:48.136Z] #39 41.10 CC compel/plugins/std/fds.o [2020-09-24T16:49:48.618Z] #39 16.88 CC images/core-s390.o [2020-09-24T16:49:48.702Z] #39 41.45 CC compel/plugins/std/log.o [2020-09-24T16:49:49.187Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 61.6% of statements [2020-09-24T16:49:49.195Z] #39 ... [2020-09-24T16:49:49.195Z] [2020-09-24T16:49:49.195Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:49.195Z] #41 89.46 github.com/LK4D4/vndr/godl [2020-09-24T16:49:49.266Z] #39 42.25 CC compel/plugins/std/string.o [2020-09-24T16:49:49.486Z] ok github.com/docker/docker/daemon/logger/local 0.074s coverage: 75.2% of statements [2020-09-24T16:49:49.486Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-24T16:49:49.771Z] #41 90.20 github.com/LK4D4/vndr [2020-09-24T16:49:49.784Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 33.3% of statements [2020-09-24T16:49:50.195Z] #39 42.96 CC compel/plugins/std/infect.o [2020-09-24T16:49:50.195Z] #39 ... [2020-09-24T16:49:50.195Z] [2020-09-24T16:49:50.195Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:50.195Z] #10 115.9 Selecting previously unselected package libapparmor1:amd64. [2020-09-24T16:49:50.195Z] #10 115.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-24T16:49:50.195Z] #10 115.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-24T16:49:50.195Z] #10 116.0 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-24T16:49:50.195Z] #10 116.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-24T16:49:50.195Z] #10 116.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-24T16:49:50.195Z] #10 116.2 Selecting previously unselected package libbtrfs0. [2020-09-24T16:49:50.195Z] #10 116.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-24T16:49:50.195Z] #10 116.2 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:49:50.195Z] #10 116.3 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:49:50.195Z] #10 116.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-24T16:49:50.195Z] #10 116.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:49:50.195Z] #10 116.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-24T16:49:50.195Z] #10 116.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 116.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:50.196Z] #10 116.5 Selecting previously unselected package libudev-dev:amd64. [2020-09-24T16:49:50.196Z] #10 116.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 116.6 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:50.196Z] #10 116.7 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-24T16:49:50.196Z] #10 116.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 116.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-24T16:49:50.196Z] #10 117.0 Selecting previously unselected package libpcre16-3:amd64. [2020-09-24T16:49:50.196Z] #10 117.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 117.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:50.196Z] #10 117.2 Selecting previously unselected package libpcre32-3:amd64. [2020-09-24T16:49:50.196Z] #10 117.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 117.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:50.196Z] #10 117.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-24T16:49:50.196Z] #10 117.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 117.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-24T16:49:50.196Z] #10 117.6 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-24T16:49:50.196Z] #10 117.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 117.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-24T16:49:50.196Z] #10 118.1 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-24T16:49:50.196Z] #10 118.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-24T16:49:50.196Z] #10 118.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-24T16:49:50.629Z] #54 ... [2020-09-24T16:49:50.629Z] [2020-09-24T16:49:50.629Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:50.629Z] #39 37.72 CC images/seccomp.o [2020-09-24T16:49:50.629Z] #39 38.06 CC images/binfmt-misc.o [2020-09-24T16:49:50.629Z] #39 38.24 CC images/time.o [2020-09-24T16:49:50.629Z] #39 38.43 CC images/sysctl.o [2020-09-24T16:49:50.629Z] #39 38.66 CC images/autofs.o [2020-09-24T16:49:50.629Z] #39 38.85 CC images/macvlan.o [2020-09-24T16:49:50.629Z] #39 39.06 CC images/sit.o [2020-09-24T16:49:50.629Z] #39 39.35 CC images/memfd.o [2020-09-24T16:49:50.629Z] #39 39.65 CC images/timens.o [2020-09-24T16:49:50.629Z] #39 39.94 LINK images/built-in.o [2020-09-24T16:49:50.629Z] #39 40.09 GEN compel/include/asm [2020-09-24T16:49:50.629Z] #39 40.11 GEN compel/include/version.h [2020-09-24T16:49:50.629Z] #39 40.14 touch .config [2020-09-24T16:49:50.629Z] #39 40.19 GEN include/common/config.h [2020-09-24T16:49:50.629Z] #39 40.28 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-09-24T16:49:50.629Z] #39 40.30 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-09-24T16:49:50.629Z] #39 40.32 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-09-24T16:49:50.629Z] #39 40.34 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-09-24T16:49:50.629Z] #39 40.35 DEP compel/arch/x86/plugins/std/memcpy.d [2020-09-24T16:49:50.629Z] #39 40.39 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-09-24T16:49:50.629Z] #39 40.40 GEN compel/plugins/include/uapi/std/syscall.h [2020-09-24T16:49:50.629Z] #39 40.43 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-09-24T16:49:50.629Z] #39 40.45 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-09-24T16:49:50.629Z] #39 40.48 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-24T16:49:50.629Z] #39 40.49 DEP compel/plugins/std/infect.d [2020-09-24T16:49:50.629Z] #39 40.57 DEP compel/plugins/std/string.d [2020-09-24T16:49:50.629Z] #39 40.62 DEP compel/plugins/std/log.d [2020-09-24T16:49:50.629Z] #39 40.72 DEP compel/plugins/std/fds.d [2020-09-24T16:49:50.629Z] #39 40.80 DEP compel/plugins/std/std.d [2020-09-24T16:49:50.629Z] #39 40.91 DEP compel/plugins/shmem/shmem.d [2020-09-24T16:49:50.629Z] #39 41.03 DEP compel/plugins/fds/fds.d [2020-09-24T16:49:50.629Z] #39 41.13 CC compel/plugins/std/std.o [2020-09-24T16:49:50.629Z] #39 41.46 CC compel/plugins/std/fds.o [2020-09-24T16:49:50.629Z] #39 41.85 CC compel/plugins/std/log.o [2020-09-24T16:49:50.629Z] #39 42.65 CC compel/plugins/std/string.o [2020-09-24T16:49:50.833Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.070s coverage: 37.7% of statements [2020-09-24T16:49:50.890Z] #39 43.23 CC compel/plugins/std/infect.o [2020-09-24T16:49:51.128Z] #10 118.7 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-24T16:49:51.128Z] #10 118.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:51.128Z] #10 118.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:51.150Z] #39 43.64 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-24T16:49:51.386Z] #10 119.3 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-24T16:49:51.386Z] #10 119.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-24T16:49:51.411Z] #39 43.71 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-24T16:49:51.411Z] #39 43.77 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-24T16:49:51.411Z] #39 43.84 AR compel/plugins/std.lib.a [2020-09-24T16:49:51.479Z] ok github.com/docker/docker/daemon/logger/templates 0.013s coverage: 8.3% of statements [2020-09-24T16:49:51.643Z] #10 119.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-24T16:49:51.643Z] #10 ... [2020-09-24T16:49:51.643Z] [2020-09-24T16:49:51.643Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:51.643Z] #54 112.0 + for f in rootlesskit rootlesskit-docker-proxy [2020-09-24T16:49:51.643Z] #54 112.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-09-24T16:49:51.643Z] #54 DONE 119.5s [2020-09-24T16:49:51.643Z] [2020-09-24T16:49:51.643Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:49:51.643Z] #55 DONE 0.0s [2020-09-24T16:49:51.643Z] [2020-09-24T16:49:51.643Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:49:51.643Z] #56 DONE 0.0s [2020-09-24T16:49:51.643Z] [2020-09-24T16:49:51.643Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:51.643Z] #10 119.6 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-24T16:49:51.643Z] #10 119.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-24T16:49:51.643Z] #10 119.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:51.671Z] #39 43.94 CC compel/plugins/fds/fds.o [2020-09-24T16:49:51.942Z] #39 44.24 AR compel/plugins/fds.lib.a [2020-09-24T16:49:51.942Z] #39 44.28 HOSTDEP compel/src/lib/log-host.d [2020-09-24T16:49:51.942Z] #39 44.35 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-24T16:49:51.942Z] #39 44.42 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-24T16:49:51.942Z] #39 44.46 HOSTDEP compel/src/main-host.d [2020-09-24T16:49:52.128Z] ok github.com/docker/docker/daemon/logger/syslog 0.053s coverage: 46.8% of statements [2020-09-24T16:49:52.201Z] #39 44.53 DEP compel/src/lib/ptrace.d [2020-09-24T16:49:52.201Z] #39 44.60 DEP compel/src/lib/infect.d [2020-09-24T16:49:52.202Z] #39 44.74 DEP compel/src/lib/infect-util.d [2020-09-24T16:49:52.461Z] #39 44.86 DEP compel/src/lib/infect-rpc.d [2020-09-24T16:49:52.461Z] #39 ... [2020-09-24T16:49:52.461Z] [2020-09-24T16:49:52.461Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:52.461Z] #10 119.1 Selecting previously unselected package libapparmor1:amd64. [2020-09-24T16:49:52.461Z] #10 119.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-09-24T16:49:52.461Z] #10 119.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-09-24T16:49:52.572Z] #10 120.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:52.829Z] #10 120.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:49:52.829Z] #10 120.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:52.829Z] #10 120.6 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:52.829Z] #10 120.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:49:52.829Z] #10 120.7 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:49:53.031Z] #10 ... [2020-09-24T16:49:53.031Z] [2020-09-24T16:49:53.031Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:49:53.031Z] #54 DONE 119.6s [2020-09-24T16:49:53.031Z] [2020-09-24T16:49:53.031Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-09-24T16:49:53.031Z] #55 DONE 0.1s [2020-09-24T16:49:53.031Z] [2020-09-24T16:49:53.031Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-09-24T16:49:53.031Z] #56 DONE 0.0s [2020-09-24T16:49:53.031Z] [2020-09-24T16:49:53.031Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:53.031Z] #10 119.6 Selecting previously unselected package libapparmor-dev:amd64. [2020-09-24T16:49:53.031Z] #10 119.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-09-24T16:49:53.032Z] #10 119.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-24T16:49:53.086Z] #10 120.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-24T16:49:53.086Z] #10 120.7 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-24T16:49:53.086Z] #10 120.8 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:53.086Z] #10 120.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:49:53.086Z] #10 120.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-24T16:49:53.086Z] #10 120.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:53.086Z] #10 120.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-24T16:49:53.086Z] #10 120.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-24T16:49:53.086Z] #10 120.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:53.086Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-24T16:49:53.086Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-24T16:49:53.086Z] #10 121.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:49:53.291Z] #10 119.9 Selecting previously unselected package libbtrfs0. [2020-09-24T16:49:53.291Z] #10 119.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-09-24T16:49:53.291Z] #10 ... [2020-09-24T16:49:53.291Z] [2020-09-24T16:49:53.291Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:53.291Z] #41 109.8 mime/quotedprintable [2020-09-24T16:49:53.291Z] #41 110.4 net/http/internal [2020-09-24T16:49:53.291Z] #41 114.2 net/textproto [2020-09-24T16:49:53.291Z] #41 114.2 crypto/x509 [2020-09-24T16:49:53.291Z] #41 115.2 vendor/golang.org/x/net/http/httpguts [2020-09-24T16:49:53.291Z] #41 115.4 vendor/golang.org/x/net/http/httpproxy [2020-09-24T16:49:53.291Z] #41 115.7 mime/multipart [2020-09-24T16:49:53.291Z] #41 118.1 crypto/tls [2020-09-24T16:49:53.291Z] #41 ... [2020-09-24T16:49:53.291Z] [2020-09-24T16:49:53.291Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:53.291Z] #10 120.0 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:49:53.349Z] #10 121.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-24T16:49:53.349Z] #10 121.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:53.349Z] #10 121.1 Setting up dmsetup (2:1.02.155-3) ... [2020-09-24T16:49:53.349Z] #10 121.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:53.349Z] #10 121.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:53.349Z] #10 121.1 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:53.551Z] #10 120.2 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:49:53.551Z] #10 120.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-09-24T16:49:53.551Z] #10 120.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:49:53.608Z] #10 DONE 121.4s [2020-09-24T16:49:53.608Z] [2020-09-24T16:49:53.608Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:53.812Z] #10 120.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-09-24T16:49:53.812Z] #10 120.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:53.812Z] #10 120.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:54.073Z] #10 120.8 Selecting previously unselected package libudev-dev:amd64. [2020-09-24T16:49:54.073Z] #10 120.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-09-24T16:49:54.073Z] #10 120.8 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:54.335Z] #10 121.0 Selecting previously unselected package libsepol1-dev:amd64. [2020-09-24T16:49:54.335Z] #10 121.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-09-24T16:49:54.335Z] #10 121.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-09-24T16:49:54.597Z] #10 121.3 Selecting previously unselected package libpcre16-3:amd64. [2020-09-24T16:49:54.859Z] #10 121.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:54.859Z] #10 121.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:54.859Z] #10 121.5 Selecting previously unselected package libpcre32-3:amd64. [2020-09-24T16:49:54.859Z] #10 121.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:54.859Z] #10 121.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:54.859Z] #10 121.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-09-24T16:49:54.859Z] #10 121.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:54.913Z] ok github.com/docker/docker/daemon/network 0.009s coverage: 63.8% of statements [2020-09-24T16:49:54.976Z] #49 1.434 + RM_GOPATH=0 [2020-09-24T16:49:54.976Z] #49 1.434 + TMP_GOPATH= [2020-09-24T16:49:54.976Z] #49 1.434 + : /build [2020-09-24T16:49:54.976Z] #49 1.434 + '[' -z '' ']' [2020-09-24T16:49:55.081Z] #41 ... [2020-09-24T16:49:55.081Z] [2020-09-24T16:49:55.081Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:55.081Z] #39 17.70 CC images/cpuinfo.o [2020-09-24T16:49:55.081Z] #39 18.16 CC images/inventory.o [2020-09-24T16:49:55.081Z] #39 18.33 CC images/fdinfo.o [2020-09-24T16:49:55.081Z] #39 18.57 CC images/fown.o [2020-09-24T16:49:55.081Z] #39 18.72 CC images/ns.o [2020-09-24T16:49:55.081Z] #39 18.95 CC images/regfile.o [2020-09-24T16:49:55.081Z] #39 19.20 CC images/ghost-file.o [2020-09-24T16:49:55.081Z] #39 19.40 CC images/fifo.o [2020-09-24T16:49:55.081Z] #39 19.53 CC images/remap-file-path.o [2020-09-24T16:49:55.081Z] #39 19.64 CC images/eventfd.o [2020-09-24T16:49:55.081Z] #39 19.78 CC images/eventpoll.o [2020-09-24T16:49:55.081Z] #39 20.16 CC images/fh.o [2020-09-24T16:49:55.081Z] #39 20.42 CC images/fsnotify.o [2020-09-24T16:49:55.081Z] #39 20.97 CC images/signalfd.o [2020-09-24T16:49:55.081Z] #39 21.08 CC images/fs.o [2020-09-24T16:49:55.081Z] #39 21.38 CC images/pstree.o [2020-09-24T16:49:55.081Z] #39 21.52 CC images/pipe.o [2020-09-24T16:49:55.081Z] #39 21.68 CC images/tcp-stream.o [2020-09-24T16:49:55.081Z] #39 21.90 CC images/sk-packet.o [2020-09-24T16:49:55.081Z] #39 22.08 CC images/mnt.o [2020-09-24T16:49:55.081Z] #39 22.28 CC images/pipe-data.o [2020-09-24T16:49:55.081Z] #39 22.42 CC images/sa.o [2020-09-24T16:49:55.081Z] #39 22.69 CC images/timer.o [2020-09-24T16:49:55.081Z] #39 23.19 CC images/timerfd.o [2020-09-24T16:49:55.081Z] #39 23.44 CC images/mm.o [2020-09-24T16:49:55.119Z] #10 121.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-24T16:49:55.119Z] #10 121.8 Selecting previously unselected package libpcre3-dev:amd64. [2020-09-24T16:49:55.119Z] #10 121.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-09-24T16:49:55.119Z] #10 121.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-24T16:49:55.211Z] ok github.com/docker/docker/daemon/logger/splunk 2.484s coverage: 82.5% of statements [2020-09-24T16:49:55.211Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-24T16:49:55.211Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-24T16:49:55.233Z] #49 1.437 ++ mktemp -d [2020-09-24T16:49:55.233Z] #49 1.437 + export GOPATH=/tmp/tmp.TA6O9QUEzX [2020-09-24T16:49:55.233Z] #49 1.437 + GOPATH=/tmp/tmp.TA6O9QUEzX [2020-09-24T16:49:55.233Z] #49 1.437 + RM_GOPATH=1 [2020-09-24T16:49:55.233Z] #49 1.437 + case "$(go env GOARCH)" in [2020-09-24T16:49:55.233Z] #49 1.437 ++ go env GOARCH [2020-09-24T16:49:55.233Z] #49 1.455 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:55.233Z] #49 1.455 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:49:55.233Z] #49 1.456 ++ dirname /tmp/install/install.sh [2020-09-24T16:49:55.233Z] #49 1.458 + dir=/tmp/install [2020-09-24T16:49:55.233Z] #49 1.458 + bin=runc [2020-09-24T16:49:55.233Z] #49 1.458 + shift [2020-09-24T16:49:55.233Z] #49 1.458 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-24T16:49:55.233Z] #49 1.458 + . /tmp/install/runc.installer [2020-09-24T16:49:55.233Z] #49 1.459 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:49:55.233Z] #49 1.459 + install_runc [2020-09-24T16:49:55.233Z] #49 1.460 + uname -r [2020-09-24T16:49:55.233Z] #49 1.467 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-24T16:49:55.233Z] #49 1.470 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-24T16:49:55.233Z] #49 1.470 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-24T16:49:55.233Z] #49 1.470 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-24T16:49:55.233Z] #49 1.470 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.TA6O9QUEzX/src/github.com/opencontainers/runc [2020-09-24T16:49:55.233Z] #49 1.474 Cloning into '/tmp/tmp.TA6O9QUEzX/src/github.com/opencontainers/runc'... [2020-09-24T16:49:55.233Z] #49 ... [2020-09-24T16:49:55.233Z] [2020-09-24T16:49:55.233Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:49:55.233Z] #11 DONE 1.6s [2020-09-24T16:49:55.344Z] #39 23.70 CC images/sk-opts.o [2020-09-24T16:49:55.344Z] #39 ... [2020-09-24T16:49:55.344Z] [2020-09-24T16:49:55.344Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:49:55.345Z] #10 85.51 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-09-24T16:49:55.345Z] #10 85.52 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-09-24T16:49:55.345Z] #10 85.53 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:55.380Z] #10 122.2 Selecting previously unselected package libselinux1-dev:amd64. [2020-09-24T16:49:55.492Z] [2020-09-24T16:49:55.493Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:55.493Z] #39 43.38 CC compel/arch/x86/plugins/std/parasite-head.o [2020-09-24T16:49:55.493Z] #39 43.45 CC compel/arch/x86/plugins/std/memcpy.o [2020-09-24T16:49:55.493Z] #39 43.52 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-09-24T16:49:55.493Z] #39 43.61 AR compel/plugins/std.lib.a [2020-09-24T16:49:55.493Z] #39 43.74 CC compel/plugins/fds/fds.o [2020-09-24T16:49:55.493Z] #39 44.03 AR compel/plugins/fds.lib.a [2020-09-24T16:49:55.493Z] #39 44.08 HOSTDEP compel/src/lib/log-host.d [2020-09-24T16:49:55.493Z] #39 44.21 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-24T16:49:55.493Z] #39 44.33 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-09-24T16:49:55.493Z] #39 44.45 HOSTDEP compel/src/main-host.d [2020-09-24T16:49:55.493Z] #39 44.54 DEP compel/src/lib/ptrace.d [2020-09-24T16:49:55.493Z] #39 44.69 DEP compel/src/lib/infect.d [2020-09-24T16:49:55.493Z] #39 44.88 DEP compel/src/lib/infect-util.d [2020-09-24T16:49:55.493Z] #39 45.01 DEP compel/src/lib/infect-rpc.d [2020-09-24T16:49:55.493Z] #39 45.21 DEP compel/arch/x86/src/lib/infect.d [2020-09-24T16:49:55.493Z] #39 45.36 DEP compel/arch/x86/src/lib/cpu.d [2020-09-24T16:49:55.493Z] #39 45.46 DEP compel/src/lib/log.d [2020-09-24T16:49:55.493Z] #39 45.63 DEP compel/src/main.d [2020-09-24T16:49:55.493Z] #39 45.80 DEP compel/src/lib/handle-elf.d [2020-09-24T16:49:55.493Z] #39 45.97 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-24T16:49:55.493Z] #39 46.15 CC compel/src/lib/log.o [2020-09-24T16:49:55.493Z] #39 46.39 CC compel/arch/x86/src/lib/cpu.o [2020-09-24T16:49:55.493Z] #39 47.45 CC compel/arch/x86/src/lib/infect.o [2020-09-24T16:49:55.493Z] #39 48.52 CC compel/src/lib/infect-rpc.o [2020-09-24T16:49:55.608Z] #10 ... [2020-09-24T16:49:55.608Z] [2020-09-24T16:49:55.608Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:55.608Z] #39 23.99 CC images/sk-unix.o [2020-09-24T16:49:55.641Z] #10 122.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-09-24T16:49:55.641Z] #10 122.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-24T16:49:55.855Z] ok github.com/docker/docker/distribution/metadata 0.073s coverage: 48.2% of statements [2020-09-24T16:49:55.871Z] #39 24.16 CC images/sk-inet.o [2020-09-24T16:49:55.871Z] #39 24.39 CC images/tun.o [2020-09-24T16:49:55.902Z] #10 122.5 Selecting previously unselected package libdevmapper-dev:amd64. [2020-09-24T16:49:55.902Z] #10 122.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-09-24T16:49:55.902Z] #10 122.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:55.902Z] #10 122.6 Selecting previously unselected package libseccomp-dev:amd64. [2020-09-24T16:49:55.902Z] #10 122.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-09-24T16:49:55.902Z] #10 122.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-24T16:49:56.056Z] #39 49.11 CC compel/src/lib/infect-util.o [2020-09-24T16:49:56.163Z] #10 122.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-09-24T16:49:56.163Z] #10 122.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-09-24T16:49:56.163Z] #10 122.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:56.314Z] #39 ... [2020-09-24T16:49:56.314Z] [2020-09-24T16:49:56.314Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:49:56.314Z] #12 DONE 1.2s [2020-09-24T16:49:56.314Z] [2020-09-24T16:49:56.314Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:49:56.449Z] #39 24.64 CC images/sk-netlink.o [2020-09-24T16:49:56.449Z] #39 24.86 CC images/packet-sock.o [2020-09-24T16:49:56.713Z] #39 25.17 CC images/ipc-var.o [2020-09-24T16:49:56.733Z] #10 123.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-09-24T16:49:56.733Z] #10 123.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-09-24T16:49:56.733Z] #10 123.3 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:56.733Z] #10 123.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:49:56.733Z] #10 123.4 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:49:56.733Z] #10 123.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-09-24T16:49:56.733Z] #10 123.4 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-24T16:49:56.733Z] #10 123.4 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-09-24T16:49:56.733Z] #10 123.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:49:56.733Z] #10 123.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-09-24T16:49:56.733Z] #10 123.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:56.733Z] #10 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-09-24T16:49:56.733Z] #10 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-09-24T16:49:56.733Z] #10 123.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:49:56.733Z] #10 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-09-24T16:49:56.733Z] #10 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-09-24T16:49:56.733Z] #10 123.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:49:56.733Z] #10 123.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-09-24T16:49:56.993Z] #10 123.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:56.993Z] #10 123.6 Setting up dmsetup (2:1.02.155-3) ... [2020-09-24T16:49:56.993Z] #10 123.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:56.993Z] #10 123.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-09-24T16:49:56.993Z] #10 123.6 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:49:57.244Z] #13 0.986 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-24T16:49:57.254Z] #10 DONE 124.0s [2020-09-24T16:49:57.254Z] [2020-09-24T16:49:57.254Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:57.254Z] #39 44.97 DEP compel/arch/x86/src/lib/infect.d [2020-09-24T16:49:57.254Z] #39 45.04 DEP compel/arch/x86/src/lib/cpu.d [2020-09-24T16:49:57.254Z] #39 45.12 DEP compel/src/lib/log.d [2020-09-24T16:49:57.254Z] #39 45.19 DEP compel/src/main.d [2020-09-24T16:49:57.254Z] #39 45.32 DEP compel/src/lib/handle-elf.d [2020-09-24T16:49:57.254Z] #39 45.51 DEP compel/arch/x86/src/lib/handle-elf.d [2020-09-24T16:49:57.254Z] #39 45.76 CC compel/src/lib/log.o [2020-09-24T16:49:57.254Z] #39 46.08 CC compel/arch/x86/src/lib/cpu.o [2020-09-24T16:49:57.254Z] #39 47.10 CC compel/arch/x86/src/lib/infect.o [2020-09-24T16:49:57.254Z] #39 47.75 CC compel/src/lib/infect-rpc.o [2020-09-24T16:49:57.254Z] #39 48.05 CC compel/src/lib/infect-util.o [2020-09-24T16:49:57.254Z] #39 48.26 CC compel/src/lib/infect.o [2020-09-24T16:49:57.288Z] #39 25.43 CC images/ipc-desc.o [2020-09-24T16:49:57.288Z] #39 ... [2020-09-24T16:49:57.288Z] [2020-09-24T16:49:57.288Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:57.288Z] #41 DONE 97.6s [2020-09-24T16:49:57.288Z] [2020-09-24T16:49:57.288Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:57.288Z] #39 25.67 CC images/ipc-shm.o [2020-09-24T16:49:57.503Z] #13 DONE 1.1s [2020-09-24T16:49:57.503Z] [2020-09-24T16:49:57.503Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:57.503Z] #39 49.58 CC compel/src/lib/infect.o [2020-09-24T16:49:57.503Z] #39 ... [2020-09-24T16:49:57.503Z] [2020-09-24T16:49:57.503Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:49:57.503Z] #41 115.3 net/textproto [2020-09-24T16:49:57.503Z] #41 115.3 crypto/x509 [2020-09-24T16:49:57.503Z] #41 116.4 vendor/golang.org/x/net/http/httpguts [2020-09-24T16:49:57.503Z] #41 116.6 vendor/golang.org/x/net/http/httpproxy [2020-09-24T16:49:57.503Z] #41 117.2 mime/multipart [2020-09-24T16:49:57.503Z] #41 118.9 crypto/tls [2020-09-24T16:49:57.552Z] #39 25.95 CC images/ipc-msg.o [2020-09-24T16:49:57.762Z] #41 ... [2020-09-24T16:49:57.762Z] [2020-09-24T16:49:57.762Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:49:57.816Z] #39 26.27 CC images/ipc-sem.o [2020-09-24T16:49:57.952Z] ok github.com/docker/docker/distribution 0.853s coverage: 21.9% of statements [2020-09-24T16:49:57.952Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-24T16:49:58.083Z] #39 26.53 CC images/utsns.o [2020-09-24T16:49:58.250Z] ok github.com/docker/docker/errdefs 0.031s coverage: 49.4% of statements [2020-09-24T16:49:58.325Z] #14 DONE 1.0s [2020-09-24T16:49:58.325Z] [2020-09-24T16:49:58.325Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:49:58.346Z] #39 26.76 CC images/creds.o [2020-09-24T16:49:58.582Z] #28 ... [2020-09-24T16:49:58.582Z] [2020-09-24T16:49:58.582Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:49:58.610Z] #39 26.96 CC images/vma.o [2020-09-24T16:49:58.638Z] #39 50.86 CC compel/src/lib/ptrace.o [2020-09-24T16:49:58.638Z] #39 ... [2020-09-24T16:49:58.638Z] [2020-09-24T16:49:58.638Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:49:58.638Z] #11 DONE 1.3s [2020-09-24T16:49:58.638Z] [2020-09-24T16:49:58.638Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:49:58.875Z] #39 27.19 CC images/netdev.o [2020-09-24T16:49:59.146Z] #39 27.59 CC images/tty.o [2020-09-24T16:49:59.513Z] #15 DONE 1.0s [2020-09-24T16:49:59.513Z] [2020-09-24T16:49:59.513Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:49:59.513Z] #28 ... [2020-09-24T16:49:59.513Z] [2020-09-24T16:49:59.513Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:49:59.722Z] #39 28.13 CC images/file-lock.o [2020-09-24T16:49:59.722Z] #39 ... [2020-09-24T16:49:59.722Z] [2020-09-24T16:49:59.722Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:49:59.722Z] #28 DONE 100.0s [2020-09-24T16:49:59.722Z] [2020-09-24T16:49:59.722Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:49:59.722Z] #39 28.25 CC images/rlimit.o [2020-09-24T16:49:59.785Z] ok github.com/docker/docker/image 0.077s coverage: 86.4% of statements [2020-09-24T16:49:59.989Z] #39 28.41 CC images/pagemap.o [2020-09-24T16:50:00.019Z] #12 DONE 1.1s [2020-09-24T16:50:00.019Z] [2020-09-24T16:50:00.019Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:50:00.258Z] #39 28.71 CC images/siginfo.o [2020-09-24T16:50:00.538Z] #39 29.04 CC images/rpc.o [2020-09-24T16:50:00.589Z] #13 0.951 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-24T16:50:00.835Z] ok github.com/docker/docker/distribution/xfer 1.675s coverage: 85.1% of statements [2020-09-24T16:50:00.835Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-24T16:50:00.835Z] ok github.com/docker/docker/image/cache 0.038s coverage: 19.2% of statements [2020-09-24T16:50:00.835Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-24T16:50:00.848Z] #13 DONE 1.1s [2020-09-24T16:50:00.848Z] [2020-09-24T16:50:00.848Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:50:00.882Z] #16 DONE 1.0s [2020-09-24T16:50:00.882Z] [2020-09-24T16:50:00.882Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:01.134Z] ok github.com/docker/docker/image/v1 0.042s coverage: 25.0% of statements [2020-09-24T16:50:01.134Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-24T16:50:01.487Z] #39 29.83 CC images/ext-file.o [2020-09-24T16:50:01.487Z] #39 29.95 CC images/cgroup.o [2020-09-24T16:50:01.787Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-09-24T16:50:01.798Z] #14 DONE 1.1s [2020-09-24T16:50:01.799Z] [2020-09-24T16:50:01.799Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:50:02.063Z] #39 30.36 CC images/userns.o [2020-09-24T16:50:02.254Z] #17 1.545 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:50:02.255Z] #17 1.635 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:50:02.255Z] #17 1.639 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:50:02.326Z] #39 30.60 CC images/google/protobuf/descriptor.o [2020-09-24T16:50:02.818Z] #17 2.123 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:50:02.838Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 50.0% of statements [2020-09-24T16:50:03.180Z] #15 DONE 1.2s [2020-09-24T16:50:03.181Z] [2020-09-24T16:50:03.181Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:50:03.276Z] #39 31.55 CC images/opts.o [2020-09-24T16:50:03.276Z] #39 31.72 CC images/seccomp.o [2020-09-24T16:50:03.539Z] #39 ... [2020-09-24T16:50:03.539Z] [2020-09-24T16:50:03.539Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-09-24T16:50:03.539Z] #10 96.91 Selecting previously unselected package libapparmor1:arm64. [2020-09-24T16:50:03.539Z] #10 96.91 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-09-24T16:50:03.539Z] #10 96.92 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-09-24T16:50:03.540Z] #10 97.56 Selecting previously unselected package libapparmor-dev:arm64. [2020-09-24T16:50:03.540Z] #10 97.57 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 97.58 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-24T16:50:03.540Z] #10 97.86 Selecting previously unselected package libbtrfs0. [2020-09-24T16:50:03.540Z] #10 97.87 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 97.88 Unpacking libbtrfs0 (4.20.1-2) ... [2020-09-24T16:50:03.540Z] #10 98.39 Selecting previously unselected package libbtrfs-dev. [2020-09-24T16:50:03.540Z] #10 98.39 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 98.40 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:50:03.540Z] #10 98.56 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-09-24T16:50:03.540Z] #10 98.56 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 98.57 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 98.67 Selecting previously unselected package libudev-dev:arm64. [2020-09-24T16:50:03.540Z] #10 98.67 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 98.70 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-24T16:50:03.540Z] #10 99.35 Selecting previously unselected package libsepol1-dev:arm64. [2020-09-24T16:50:03.540Z] #10 99.35 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 99.38 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-09-24T16:50:03.540Z] #10 100.1 Selecting previously unselected package libpcre16-3:arm64. [2020-09-24T16:50:03.540Z] #10 100.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 100.2 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 100.4 Selecting previously unselected package libpcre32-3:arm64. [2020-09-24T16:50:03.540Z] #10 100.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 100.4 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 100.6 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-09-24T16:50:03.540Z] #10 100.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 100.6 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 100.7 Selecting previously unselected package libpcre3-dev:arm64. [2020-09-24T16:50:03.540Z] #10 100.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 100.7 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 101.1 Selecting previously unselected package libselinux1-dev:arm64. [2020-09-24T16:50:03.540Z] #10 101.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 101.1 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-24T16:50:03.540Z] #10 101.4 Selecting previously unselected package libdevmapper-dev:arm64. [2020-09-24T16:50:03.540Z] #10 101.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 101.4 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 101.5 Selecting previously unselected package libseccomp-dev:arm64. [2020-09-24T16:50:03.540Z] #10 101.5 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 101.5 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-24T16:50:03.540Z] #10 101.8 Selecting previously unselected package libsystemd-dev:arm64. [2020-09-24T16:50:03.540Z] #10 101.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-09-24T16:50:03.540Z] #10 101.8 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-24T16:50:03.540Z] #10 102.3 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 102.3 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:50:03.540Z] #10 102.4 Setting up libbtrfs0 (4.20.1-2) ... [2020-09-24T16:50:03.540Z] #10 102.5 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 102.5 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-09-24T16:50:03.540Z] #10 102.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-09-24T16:50:03.540Z] #10 102.5 Setting up libbtrfs-dev (4.20.1-2) ... [2020-09-24T16:50:03.540Z] #10 102.6 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-09-24T16:50:03.540Z] #10 102.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-09-24T16:50:03.540Z] #10 102.6 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-09-24T16:50:03.540Z] #10 102.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-09-24T16:50:03.540Z] #10 102.7 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-09-24T16:50:03.540Z] #10 102.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:50:03.540Z] #10 102.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-24T16:50:03.540Z] #10 102.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-09-24T16:50:03.540Z] #10 102.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-09-24T16:50:03.540Z] #10 102.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-24T16:50:03.540Z] #10 102.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-09-24T16:50:03.540Z] #10 102.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-09-24T16:50:03.540Z] #10 102.8 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-09-24T16:50:03.540Z] #10 102.8 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 102.9 Setting up dmsetup (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 102.9 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 102.9 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-09-24T16:50:03.540Z] #10 102.9 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:50:03.540Z] #10 DONE 103.8s [2020-09-24T16:50:03.540Z] [2020-09-24T16:50:03.540Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:03.540Z] #39 31.89 CC images/binfmt-misc.o [2020-09-24T16:50:03.540Z] #39 32.11 CC images/time.o [2020-09-24T16:50:04.124Z] #39 32.33 CC images/sysctl.o [2020-09-24T16:50:04.124Z] #39 32.49 CC images/autofs.o [2020-09-24T16:50:04.124Z] #39 32.69 CC images/macvlan.o [2020-09-24T16:50:04.130Z] #16 DONE 1.0s [2020-09-24T16:50:04.130Z] [2020-09-24T16:50:04.130Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:04.130Z] #39 51.47 AR compel/libcompel.a [2020-09-24T16:50:04.130Z] #39 51.66 HOSTCC compel/src/main-host.o [2020-09-24T16:50:04.130Z] #39 51.94 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-24T16:50:04.130Z] #39 52.11 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-24T16:50:04.130Z] #39 52.67 HOSTCC compel/src/lib/log-host.o [2020-09-24T16:50:04.130Z] #39 52.98 HOSTLINK compel/compel-host-bin [2020-09-24T16:50:04.130Z] #39 53.14 DEP soccr/soccr.d [2020-09-24T16:50:04.130Z] #39 53.38 CC soccr/soccr.o [2020-09-24T16:50:04.130Z] #39 55.12 AR soccr/libsoccr.a [2020-09-24T16:50:04.130Z] #39 55.17 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:50:04.130Z] #39 55.41 DEP criu/arch/x86/sigframe.d [2020-09-24T16:50:04.130Z] #39 55.52 DEP criu/arch/x86/sigaction_compat.d [2020-09-24T16:50:04.130Z] #39 55.70 DEP criu/arch/x86/kerndat.d [2020-09-24T16:50:04.130Z] #39 55.97 DEP criu/arch/x86/crtools.d [2020-09-24T16:50:04.130Z] #39 56.17 DEP criu/arch/x86/cpu.d [2020-09-24T16:50:04.130Z] #39 56.31 CC criu/arch/x86/cpu.o [2020-09-24T16:50:04.144Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:50:04.144Z] [2020-09-24T16:50:04.144Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:50:04.144Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:50:04.144Z] HOSTNAME=773b7385feb4 [2020-09-24T16:50:04.144Z] TESTDEBUG=0 [2020-09-24T16:50:04.144Z] DEST=bundles/test-integration [2020-09-24T16:50:04.144Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:50:04.144Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:50:04.144Z] container=docker [2020-09-24T16:50:04.144Z] HOME=/root [2020-09-24T16:50:04.144Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:50:04.144Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:50:04.144Z] VALIDATE_BRANCH=master [2020-09-24T16:50:04.144Z] TERM=xterm [2020-09-24T16:50:04.144Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:50:04.144Z] SHLVL=1 [2020-09-24T16:50:04.144Z] TIMEOUT=120m [2020-09-24T16:50:04.144Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:50:04.144Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:50:04.144Z] GO111MODULE=off [2020-09-24T16:50:04.144Z] DOCKER_EXPERIMENTAL=1 [2020-09-24T16:50:04.144Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:50:04.144Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:50:04.144Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:50:04.144Z] GOPATH=/go [2020-09-24T16:50:04.144Z] PKG_CONFIG=pkg-config [2020-09-24T16:50:04.144Z] _=/usr/bin/env [2020-09-24T16:50:04.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T16:50:04.186Z] #17 3.291 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:50:04.388Z] #39 32.83 CC images/sit.o [2020-09-24T16:50:04.651Z] #39 33.01 CC images/memfd.o [2020-09-24T16:50:04.914Z] #39 33.21 CC images/timens.o [2020-09-24T16:50:04.914Z] #39 33.37 LINK images/built-in.o [2020-09-24T16:50:05.073Z] #39 57.22 CC criu/arch/x86/crtools.o [2020-09-24T16:50:05.178Z] #39 33.51 GEN compel/include/asm [2020-09-24T16:50:05.178Z] #39 33.54 GEN compel/include/version.h [2020-09-24T16:50:05.178Z] #39 ... [2020-09-24T16:50:05.178Z] [2020-09-24T16:50:05.178Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-09-24T16:50:05.178Z] #11 DONE 1.8s [2020-09-24T16:50:05.178Z] [2020-09-24T16:50:05.178Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:05.178Z] #39 33.55 touch .config [2020-09-24T16:50:05.178Z] #39 33.66 GEN include/common/config.h [2020-09-24T16:50:05.178Z] #39 33.73 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-09-24T16:50:05.178Z] #39 33.76 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-09-24T16:50:05.442Z] #39 33.82 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-09-24T16:50:05.442Z] #39 33.85 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-09-24T16:50:05.442Z] #39 33.89 DEP compel/plugins/std/infect.d [2020-09-24T16:50:05.442Z] #39 34.01 DEP compel/plugins/std/string.d [2020-09-24T16:50:05.553Z] #17 4.699 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:50:05.614Z] ok github.com/docker/docker/opts 0.043s coverage: 67.1% of statements [2020-09-24T16:50:05.708Z] #39 34.06 DEP compel/plugins/std/log.d [2020-09-24T16:50:05.708Z] #39 34.11 DEP compel/plugins/std/fds.d [2020-09-24T16:50:05.708Z] #39 34.15 DEP compel/plugins/std/std.d [2020-09-24T16:50:05.708Z] #39 34.20 DEP compel/plugins/shmem/shmem.d [2020-09-24T16:50:05.708Z] #39 34.26 DEP compel/plugins/fds/fds.d [2020-09-24T16:50:05.971Z] #39 34.33 CC compel/plugins/std/std.o [2020-09-24T16:50:06.016Z] #39 58.42 CC criu/arch/x86/kerndat.o [2020-09-24T16:50:06.256Z] ok github.com/docker/docker/pkg/authorization 0.385s coverage: 68.3% of statements [2020-09-24T16:50:06.329Z] #39 34.64 CC compel/plugins/std/fds.o [2020-09-24T16:50:06.484Z] #17 ... [2020-09-24T16:50:06.484Z] [2020-09-24T16:50:06.484Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:06.484Z] #39 53.04 CC compel/src/lib/ptrace.o [2020-09-24T16:50:06.484Z] #39 53.72 AR compel/libcompel.a [2020-09-24T16:50:06.484Z] #39 53.85 HOSTCC compel/src/main-host.o [2020-09-24T16:50:06.484Z] #39 54.31 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-09-24T16:50:06.484Z] #39 54.49 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-24T16:50:06.484Z] #39 54.82 HOSTCC compel/src/lib/log-host.o [2020-09-24T16:50:06.484Z] #39 55.01 HOSTLINK compel/compel-host-bin [2020-09-24T16:50:06.484Z] #39 55.19 DEP soccr/soccr.d [2020-09-24T16:50:06.484Z] #39 55.30 CC soccr/soccr.o [2020-09-24T16:50:06.484Z] #39 56.64 AR soccr/libsoccr.a [2020-09-24T16:50:06.484Z] #39 56.68 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:50:06.484Z] #39 57.05 DEP criu/arch/x86/sigframe.d [2020-09-24T16:50:06.484Z] #39 57.18 DEP criu/arch/x86/sigaction_compat.d [2020-09-24T16:50:06.484Z] #39 57.28 DEP criu/arch/x86/kerndat.d [2020-09-24T16:50:06.484Z] #39 57.43 DEP criu/arch/x86/crtools.d [2020-09-24T16:50:06.484Z] #39 57.61 DEP criu/arch/x86/cpu.d [2020-09-24T16:50:06.484Z] #39 57.79 CC criu/arch/x86/cpu.o [2020-09-24T16:50:06.484Z] #39 58.34 CC criu/arch/x86/crtools.o [2020-09-24T16:50:06.555Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-09-24T16:50:06.587Z] #39 58.96 CC criu/arch/x86/sigaction_compat.o [2020-09-24T16:50:06.605Z] #39 34.91 CC compel/plugins/std/log.o [2020-09-24T16:50:06.741Z] #39 59.61 CC criu/arch/x86/kerndat.o [2020-09-24T16:50:06.853Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2020-09-24T16:50:06.856Z] #39 59.22 CC criu/arch/x86/sigframe.o [2020-09-24T16:50:06.886Z] #39 ... [2020-09-24T16:50:06.886Z] [2020-09-24T16:50:06.886Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-09-24T16:50:06.886Z] #12 DONE 1.7s [2020-09-24T16:50:07.167Z] #39 59.50 LINK criu/arch/x86/crtools.built-in.o [2020-09-24T16:50:07.167Z] #39 59.54 DEP criu/pie/util-vdso-elf32.d [2020-09-24T16:50:07.197Z] [2020-09-24T16:50:07.197Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:50:07.197Z] #21 97.91 Checking out files: 24% (2689/10923) Checking out files: 25% (2731/10923) Checking out files: 26% (2840/10923) Checking out files: 27% (2950/10923) Checking out files: 28% (3059/10923) Checking out files: 29% (3168/10923) Checking out files: 30% (3277/10923) Checking out files: 31% (3387/10923) Checking out files: 32% (3496/10923) Checking out files: 33% (3605/10923) Checking out files: 34% (3714/10923) Checking out files: 35% (3824/10923) Checking out files: 36% (3933/10923) Checking out files: 37% (4042/10923) Checking out files: 38% (4151/10923) Checking out files: 39% (4260/10923) Checking out files: 40% (4370/10923) Checking out files: 41% (4479/10923) Checking out files: 42% (4588/10923) Checking out files: 43% (4697/10923) Checking out files: 44% (4807/10923) Checking out files: 45% (4916/10923) Checking out files: 46% (5025/10923) Checking out files: 47% (5134/10923) Checking out files: 48% (5244/10923) Checking out files: 49% (5353/10923) Checking out files: 50% (5462/10923) Checking out files: 50% (5494/10923) Checking out files: 51% (5571/10923) Checking out files: 52% (5680/10923) Checking out files: 53% (5790/10923) Checking out files: 54% (5899/10923) Checking out files: 55% (6008/10923) Checking out files: 56% (6117/10923) Checking out files: 57% (6227/10923) Checking out files: 58% (6336/10923) Checking out files: 59% (6445/10923) Checking out files: 60% (6554/10923) Checking out files: 61% (6664/10923) Checking out files: 62% (6773/10923) Checking out files: 63% (6882/10923) Checking out files: 64% (6991/10923) Checking out files: 65% (7100/10923) Checking out files: 66% (7210/10923) Checking out files: 67% (7319/10923) Checking out files: 68% (7428/10923) Checking out files: 69% (7537/10923) Checking out files: 70% (7647/10923) Checking out files: 71% (7756/10923) Checking out files: 72% (7865/10923) Checking out files: 73% (7974/10923) Checking out files: 74% (8084/10923) Checking out files: 75% (8193/10923) Checking out files: 76% (8302/10923) Checking out files: 77% (8411/10923) Checking out files: 78% (8520/10923) Checking out files: 79% (8630/10923) Checking out files: 80% (8739/10923) Checking out files: 81% (8848/10923) Checking out files: 82% (8957/10923) Checking out files: 82% (9023/10923) Checking out files: 83% (9067/10923) Checking out files: 84% (9176/10923) Checking out files: 85% (9285/10923) Checking out files: 86% (9394/10923) Checking out files: 87% (9504/10923) Checking out files: 88% (9613/10923) Checking out files: 89% (9722/10923) Checking out files: 90% (9831/10923) Checking out files: 91% (9940/10923) Checking out files: 92% (10050/10923) Checking out files: 93% (10159/10923) Checking out files: 94% (10268/10923) Checking out files: 95% (10377/10923) Checking out files: 96% (10487/10923) Checking out files: 97% (10596/10923) Checking out files: 98% (10705/10923) Checking out files: 99% (10814/10923) Checking out files: 100% (10923/10923) Checking out files: 100% (10923/10923), done. [2020-09-24T16:50:07.197Z] #21 100.6 + cd /tmp/tmp.sduavivwgp/tmp/docker-ce [2020-09-24T16:50:07.197Z] #21 100.6 + git checkout -q v17.06.2-ce [2020-09-24T16:50:07.197Z] #21 103.6 + mkdir -p /tmp/tmp.sduavivwgp/src/github.com/docker [2020-09-24T16:50:07.197Z] #21 103.6 + mv components/cli /tmp/tmp.sduavivwgp/src/github.com/docker/cli [2020-09-24T16:50:07.197Z] #21 103.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-09-24T16:50:07.304Z] #39 60.07 CC criu/arch/x86/sigaction_compat.o [2020-09-24T16:50:07.435Z] #39 59.71 DEP criu/pie/util-vdso.d [2020-09-24T16:50:07.435Z] #39 ... [2020-09-24T16:50:07.435Z] [2020-09-24T16:50:07.435Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:07.435Z] #49 1.328 + RM_GOPATH=0 [2020-09-24T16:50:07.435Z] #49 1.328 + TMP_GOPATH= [2020-09-24T16:50:07.435Z] #49 1.328 + : /build [2020-09-24T16:50:07.435Z] #49 1.328 + '[' -z '' ']' [2020-09-24T16:50:07.435Z] #49 1.328 ++ mktemp -d [2020-09-24T16:50:07.435Z] #49 1.331 + export GOPATH=/tmp/tmp.j3h3sWQ8dr [2020-09-24T16:50:07.435Z] #49 1.331 + GOPATH=/tmp/tmp.j3h3sWQ8dr [2020-09-24T16:50:07.435Z] #49 1.331 + RM_GOPATH=1 [2020-09-24T16:50:07.435Z] #49 1.331 + case "$(go env GOARCH)" in [2020-09-24T16:50:07.435Z] #49 1.339 ++ go env GOARCH [2020-09-24T16:50:07.435Z] #49 1.377 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:50:07.435Z] #49 1.377 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:50:07.435Z] #49 1.377 ++ dirname /tmp/install/install.sh [2020-09-24T16:50:07.435Z] #49 1.377 + dir=/tmp/install [2020-09-24T16:50:07.435Z] #49 1.377 + bin=runc [2020-09-24T16:50:07.435Z] #49 1.377 + shift [2020-09-24T16:50:07.435Z] #49 1.377 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-24T16:50:07.435Z] #49 1.377 + . /tmp/install/runc.installer [2020-09-24T16:50:07.435Z] #49 1.377 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:50:07.435Z] #49 1.377 + install_runc [2020-09-24T16:50:07.435Z] #49 1.377 + uname -r [2020-09-24T16:50:07.435Z] #49 1.377 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-24T16:50:07.435Z] #49 1.406 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-24T16:50:07.435Z] #49 1.406 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-24T16:50:07.435Z] #49 1.406 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.j3h3sWQ8dr/src/github.com/opencontainers/runc [2020-09-24T16:50:07.435Z] #49 1.406 Cloning into '/tmp/tmp.j3h3sWQ8dr/src/github.com/opencontainers/runc'... [2020-09-24T16:50:07.435Z] #49 1.406 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-24T16:50:07.435Z] #49 10.07 + cd /tmp/tmp.j3h3sWQ8dr/src/github.com/opencontainers/runc [2020-09-24T16:50:07.435Z] #49 10.07 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:50:07.435Z] #49 ... [2020-09-24T16:50:07.435Z] [2020-09-24T16:50:07.435Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:07.435Z] #39 59.84 DEP criu/pie/util.d [2020-09-24T16:50:07.498Z] ok github.com/docker/docker/pkg/archive 1.281s coverage: 77.1% of statements [2020-09-24T16:50:07.560Z] #39 60.31 CC criu/arch/x86/sigframe.o [2020-09-24T16:50:07.560Z] #39 60.53 LINK criu/arch/x86/crtools.built-in.o [2020-09-24T16:50:07.697Z] #39 59.99 CC criu/pie/util.o [2020-09-24T16:50:07.697Z] #39 ... [2020-09-24T16:50:07.697Z] [2020-09-24T16:50:07.697Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:07.697Z] #41 124.4 net/http/httptrace [2020-09-24T16:50:07.697Z] #41 124.8 net/http [2020-09-24T16:50:07.795Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2020-09-24T16:50:07.816Z] #39 60.59 DEP criu/pie/util-vdso-elf32.d [2020-09-24T16:50:07.816Z] #39 60.72 DEP criu/pie/util-vdso.d [2020-09-24T16:50:07.816Z] #39 60.82 DEP criu/pie/util.d [2020-09-24T16:50:07.967Z] #41 ... [2020-09-24T16:50:07.967Z] [2020-09-24T16:50:07.967Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:07.967Z] #39 60.35 CC criu/pie/util-vdso.o [2020-09-24T16:50:08.379Z] #39 61.03 CC criu/pie/util.o [2020-09-24T16:50:08.379Z] #39 61.30 CC criu/pie/util-vdso.o [2020-09-24T16:50:08.604Z] #21 ... [2020-09-24T16:50:08.604Z] [2020-09-24T16:50:08.604Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-09-24T16:50:08.604Z] #13 1.309 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-09-24T16:50:08.604Z] #13 DONE 1.7s [2020-09-24T16:50:08.604Z] [2020-09-24T16:50:08.604Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-09-24T16:50:08.854Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2020-09-24T16:50:08.854Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2020-09-24T16:50:08.912Z] #39 61.15 CC criu/pie/util-vdso-elf32.o [2020-09-24T16:50:09.313Z] #39 61.98 CC criu/pie/util-vdso-elf32.o [2020-09-24T16:50:09.481Z] #39 61.79 AR criu/pie/pie.lib.a [2020-09-24T16:50:09.481Z] #39 61.85 DEP criu/pie/restorer.d [2020-09-24T16:50:09.741Z] #39 62.09 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-24T16:50:09.741Z] #39 62.21 DEP criu/arch/x86/restorer_unmap.d [2020-09-24T16:50:09.741Z] #39 62.24 DEP criu/arch/x86/restorer.d [2020-09-24T16:50:09.876Z] #39 62.71 AR criu/pie/pie.lib.a [2020-09-24T16:50:09.876Z] #39 62.78 DEP criu/pie/restorer.d [2020-09-24T16:50:09.876Z] #39 ... [2020-09-24T16:50:09.876Z] [2020-09-24T16:50:09.876Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:09.876Z] #41 127.7 net/http/httptrace [2020-09-24T16:50:09.876Z] #41 128.1 net/http [2020-09-24T16:50:09.876Z] #41 ... [2020-09-24T16:50:09.876Z] [2020-09-24T16:50:09.876Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:09.876Z] #49 10.72 + cd /tmp/tmp.TA6O9QUEzX/src/github.com/opencontainers/runc [2020-09-24T16:50:09.876Z] #49 10.73 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:50:09.876Z] #49 10.97 + '[' -z '' ']' [2020-09-24T16:50:09.876Z] #49 10.97 + target=static [2020-09-24T16:50:09.876Z] #49 10.97 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-24T16:50:09.876Z] #49 11.24 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-24T16:50:09.900Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-09-24T16:50:09.994Z] #14 DONE 1.4s [2020-09-24T16:50:09.994Z] [2020-09-24T16:50:09.994Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-09-24T16:50:10.132Z] #49 ... [2020-09-24T16:50:10.132Z] [2020-09-24T16:50:10.132Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:10.132Z] #39 63.05 DEP criu/arch/x86/sigaction_compat_pie.d [2020-09-24T16:50:10.132Z] #39 63.14 DEP criu/arch/x86/restorer_unmap.d [2020-09-24T16:50:10.132Z] #39 63.18 DEP criu/arch/x86/restorer.d [2020-09-24T16:50:10.310Z] #39 62.51 DEP criu/arch/x86/vdso-pie.d [2020-09-24T16:50:10.310Z] #39 62.62 DEP criu/pie/parasite-vdso.d [2020-09-24T16:50:10.389Z] #39 63.37 DEP criu/arch/x86/vdso-pie.d [2020-09-24T16:50:10.389Z] #39 63.45 DEP criu/pie/parasite-vdso.d [2020-09-24T16:50:10.541Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-09-24T16:50:10.570Z] #39 62.78 DEP criu/pie/parasite.d [2020-09-24T16:50:10.570Z] #39 62.99 CC criu/pie/parasite.o [2020-09-24T16:50:10.646Z] #39 63.59 DEP criu/pie/parasite.d [2020-09-24T16:50:10.836Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-09-24T16:50:10.903Z] #39 63.82 CC criu/pie/parasite.o [2020-09-24T16:50:11.924Z] #15 DONE 1.5s [2020-09-24T16:50:11.924Z] [2020-09-24T16:50:11.924Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-09-24T16:50:11.953Z] #39 64.15 LINK criu/pie/parasite.built-in.o [2020-09-24T16:50:11.953Z] #39 64.16 GEN criu/pie/parasite-blob.h [2020-09-24T16:50:11.953Z] #39 64.20 CC criu/pie/parasite-vdso.o [2020-09-24T16:50:12.271Z] #39 64.98 LINK criu/pie/parasite.built-in.o [2020-09-24T16:50:12.272Z] #39 65.00 GEN criu/pie/parasite-blob.h [2020-09-24T16:50:12.272Z] #39 65.04 CC criu/pie/parasite-vdso.o [2020-09-24T16:50:12.354Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2020-09-24T16:50:12.354Z] ok github.com/docker/docker/layer 7.282s coverage: 68.8% of statements [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/oci [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-24T16:50:12.354Z] ok github.com/docker/docker/pkg/chrootarchive 3.930s coverage: 43.2% of statements [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-24T16:50:12.354Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-24T16:50:12.523Z] #39 64.93 CC criu/arch/x86/vdso-pie.o [2020-09-24T16:50:12.784Z] #39 65.19 CC criu/arch/x86/restorer.o [2020-09-24T16:50:12.834Z] #39 65.75 CC criu/arch/x86/vdso-pie.o [2020-09-24T16:50:12.873Z] #16 DONE 1.5s [2020-09-24T16:50:12.873Z] [2020-09-24T16:50:12.873Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:13.091Z] #39 66.03 CC criu/arch/x86/restorer.o [2020-09-24T16:50:13.355Z] #39 65.63 CC criu/arch/x86/restorer_unmap.o [2020-09-24T16:50:13.355Z] #39 65.68 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-24T16:50:13.401Z] ok github.com/docker/docker/pkg/fileutils 0.037s coverage: 89.5% of statements [2020-09-24T16:50:13.450Z] #17 ... [2020-09-24T16:50:13.451Z] [2020-09-24T16:50:13.451Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:13.451Z] #49 1.540 + RM_GOPATH=0 [2020-09-24T16:50:13.451Z] #49 1.540 + TMP_GOPATH= [2020-09-24T16:50:13.451Z] #49 1.540 + : /build [2020-09-24T16:50:13.451Z] #49 1.540 + '[' -z '' ']' [2020-09-24T16:50:13.451Z] #49 1.540 ++ mktemp -d [2020-09-24T16:50:13.451Z] #49 1.541 + export GOPATH=/tmp/tmp.vXu9fVP1Nj [2020-09-24T16:50:13.451Z] #49 1.541 + GOPATH=/tmp/tmp.vXu9fVP1Nj [2020-09-24T16:50:13.451Z] #49 1.541 + RM_GOPATH=1 [2020-09-24T16:50:13.451Z] #49 1.541 + case "$(go env GOARCH)" in [2020-09-24T16:50:13.451Z] #49 1.541 ++ go env GOARCH [2020-09-24T16:50:13.451Z] #49 1.554 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T16:50:13.451Z] #49 1.554 + GO_BUILDMODE=-buildmode=pie [2020-09-24T16:50:13.451Z] #49 1.555 ++ dirname /tmp/install/install.sh [2020-09-24T16:50:13.451Z] #49 1.556 + dir=/tmp/install [2020-09-24T16:50:13.451Z] #49 1.557 + bin=runc [2020-09-24T16:50:13.451Z] #49 1.557 + shift [2020-09-24T16:50:13.451Z] #49 1.560 + '[' '!' -f /tmp/install/runc.installer ']' [2020-09-24T16:50:13.451Z] #49 1.561 + . /tmp/install/runc.installer [2020-09-24T16:50:13.451Z] #49 1.565 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:50:13.451Z] #49 1.566 + install_runc [2020-09-24T16:50:13.451Z] #49 1.567 + grep -q '^3\.10\.0.*\.el7\.' [2020-09-24T16:50:13.451Z] #49 1.577 + uname -r [2020-09-24T16:50:13.451Z] #49 1.581 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-09-24T16:50:13.451Z] #49 1.582 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2020-09-24T16:50:13.451Z] #49 1.582 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2020-09-24T16:50:13.451Z] #49 1.582 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vXu9fVP1Nj/src/github.com/opencontainers/runc [2020-09-24T16:50:13.451Z] #49 1.585 Cloning into '/tmp/tmp.vXu9fVP1Nj/src/github.com/opencontainers/runc'... [2020-09-24T16:50:13.451Z] #49 6.208 + cd /tmp/tmp.vXu9fVP1Nj/src/github.com/opencontainers/runc [2020-09-24T16:50:13.451Z] #49 6.209 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2020-09-24T16:50:13.451Z] #49 6.580 + '[' -z '' ']' [2020-09-24T16:50:13.451Z] #49 6.582 + target=static [2020-09-24T16:50:13.451Z] #49 6.582 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-24T16:50:13.451Z] #49 6.961 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-24T16:50:13.451Z] #49 ... [2020-09-24T16:50:13.451Z] [2020-09-24T16:50:13.451Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:13.451Z] #39 35.48 CC compel/plugins/std/string.o [2020-09-24T16:50:13.451Z] #39 36.01 CC compel/plugins/std/infect.o [2020-09-24T16:50:13.451Z] #39 36.41 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-09-24T16:50:13.451Z] #39 36.47 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-09-24T16:50:13.451Z] #39 36.53 AR compel/plugins/std.lib.a [2020-09-24T16:50:13.451Z] #39 36.58 CC compel/plugins/fds/fds.o [2020-09-24T16:50:13.451Z] #39 36.90 AR compel/plugins/fds.lib.a [2020-09-24T16:50:13.451Z] #39 36.96 HOSTDEP compel/src/lib/log-host.d [2020-09-24T16:50:13.451Z] #39 37.03 HOSTDEP compel/src/lib/handle-elf-host.d [2020-09-24T16:50:13.451Z] #39 37.15 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-09-24T16:50:13.451Z] #39 37.23 HOSTDEP compel/src/main-host.d [2020-09-24T16:50:13.451Z] #39 37.33 DEP compel/src/lib/ptrace.d [2020-09-24T16:50:13.451Z] #39 37.40 DEP compel/src/lib/infect.d [2020-09-24T16:50:13.451Z] #39 37.56 DEP compel/src/lib/infect-util.d [2020-09-24T16:50:13.451Z] #39 37.64 DEP compel/src/lib/infect-rpc.d [2020-09-24T16:50:13.451Z] #39 37.77 DEP compel/arch/aarch64/src/lib/infect.d [2020-09-24T16:50:13.451Z] #39 37.85 DEP compel/arch/aarch64/src/lib/cpu.d [2020-09-24T16:50:13.451Z] #39 37.88 DEP compel/src/lib/log.d [2020-09-24T16:50:13.451Z] #39 37.94 DEP compel/src/main.d [2020-09-24T16:50:13.451Z] #39 38.00 DEP compel/src/lib/handle-elf.d [2020-09-24T16:50:13.451Z] #39 38.07 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-09-24T16:50:13.451Z] #39 38.12 CC compel/src/lib/log.o [2020-09-24T16:50:13.451Z] #39 38.38 CC compel/arch/aarch64/src/lib/cpu.o [2020-09-24T16:50:13.451Z] #39 38.50 CC compel/arch/aarch64/src/lib/infect.o [2020-09-24T16:50:13.451Z] #39 38.75 CC compel/src/lib/infect-rpc.o [2020-09-24T16:50:13.451Z] #39 39.11 CC compel/src/lib/infect-util.o [2020-09-24T16:50:13.451Z] #39 39.30 CC compel/src/lib/infect.o [2020-09-24T16:50:13.451Z] #39 41.10 CC compel/src/lib/ptrace.o [2020-09-24T16:50:13.451Z] #39 41.31 AR compel/libcompel.a [2020-09-24T16:50:13.451Z] #39 41.38 HOSTCC compel/src/main-host.o [2020-09-24T16:50:13.451Z] #39 41.70 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-09-24T16:50:13.451Z] #39 41.85 HOSTCC compel/src/lib/handle-elf-host.o [2020-09-24T16:50:13.451Z] #39 42.02 HOSTCC compel/src/lib/log-host.o [2020-09-24T16:50:13.616Z] #39 66.03 CC criu/pie/restorer.o [2020-09-24T16:50:13.665Z] #39 66.54 CC criu/arch/x86/restorer_unmap.o [2020-09-24T16:50:13.665Z] #39 66.61 CC criu/arch/x86/sigaction_compat_pie.o [2020-09-24T16:50:13.698Z] ok github.com/docker/docker/pkg/discovery/kv 3.086s coverage: 84.1% of statements [2020-09-24T16:50:13.698Z] ok github.com/docker/docker/pkg/fsutils 0.396s coverage: 85.1% of statements [2020-09-24T16:50:13.698Z] ok github.com/docker/docker/pkg/homedir 0.024s coverage: 11.4% of statements [2020-09-24T16:50:13.714Z] #39 42.11 HOSTLINK compel/compel-host-bin [2020-09-24T16:50:13.977Z] #39 42.32 DEP soccr/soccr.d [2020-09-24T16:50:13.977Z] #39 42.44 CC soccr/soccr.o [2020-09-24T16:50:14.187Z] #39 ... [2020-09-24T16:50:14.187Z] [2020-09-24T16:50:14.187Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:14.187Z] #17 1.493 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:50:14.187Z] #17 1.583 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:50:14.187Z] #17 1.693 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:50:14.187Z] #17 2.146 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-09-24T16:50:14.187Z] #17 3.355 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [231 kB] [2020-09-24T16:50:14.187Z] #17 4.735 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-09-24T16:50:14.187Z] #17 ... [2020-09-24T16:50:14.187Z] [2020-09-24T16:50:14.187Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:14.187Z] #41 139.1 github.com/LK4D4/vndr/godl [2020-09-24T16:50:14.187Z] #41 139.9 github.com/LK4D4/vndr [2020-09-24T16:50:14.228Z] #39 66.93 CC criu/pie/restorer.o [2020-09-24T16:50:14.927Z] #39 43.17 AR soccr/libsoccr.a [2020-09-24T16:50:14.927Z] #39 ... [2020-09-24T16:50:14.927Z] [2020-09-24T16:50:14.927Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:14.927Z] #17 1.717 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-09-24T16:50:14.927Z] #17 1.744 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-09-24T16:50:14.927Z] #17 1.828 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-09-24T16:50:15.191Z] #17 2.303 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-09-24T16:50:15.224Z] ok github.com/docker/docker/pkg/jsonmessage 0.040s coverage: 91.7% of statements [2020-09-24T16:50:15.224Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2020-09-24T16:50:15.866Z] ok github.com/docker/docker/pkg/namesgenerator 0.045s coverage: 85.7% of statements [2020-09-24T16:50:15.866Z] ok github.com/docker/docker/pkg/parsers 0.013s coverage: 97.0% of statements [2020-09-24T16:50:16.141Z] #17 3.074 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [226 kB] [2020-09-24T16:50:16.162Z] ok github.com/docker/docker/pkg/idtools 0.695s coverage: 70.1% of statements [2020-09-24T16:50:16.458Z] ok github.com/docker/docker/pkg/ioutils 1.240s coverage: 70.6% of statements [2020-09-24T16:50:16.458Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-24T16:50:16.458Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-24T16:50:16.458Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-24T16:50:16.458Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-24T16:50:16.717Z] #17 3.530 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-09-24T16:50:16.755Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2020-09-24T16:50:17.051Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.031s coverage: 86.7% of statements [2020-09-24T16:50:17.051Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements [2020-09-24T16:50:17.051Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-24T16:50:17.051Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-24T16:50:17.498Z] #39 70.17 LINK criu/pie/restorer.built-in.o [2020-09-24T16:50:17.498Z] #39 70.18 GEN criu/pie/restorer-blob.h [2020-09-24T16:50:17.498Z] #39 70.26 DEP criu/vdso.d [2020-09-24T16:50:17.498Z] #39 70.43 DEP criu/vdso-compat.d [2020-09-24T16:50:17.498Z] #39 70.54 DEP criu/uts_ns.d [2020-09-24T16:50:17.755Z] #39 70.76 DEP criu/util.d [2020-09-24T16:50:18.012Z] #39 70.96 DEP criu/uffd.d [2020-09-24T16:50:18.099Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.026s coverage: 56.8% of statements [2020-09-24T16:50:18.269Z] #39 71.13 DEP criu/tun.d [2020-09-24T16:50:18.269Z] #39 71.24 DEP criu/tty.d [2020-09-24T16:50:18.393Z] #41 ... [2020-09-24T16:50:18.393Z] [2020-09-24T16:50:18.393Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:18.393Z] #39 68.98 LINK criu/pie/restorer.built-in.o [2020-09-24T16:50:18.393Z] #39 68.99 GEN criu/pie/restorer-blob.h [2020-09-24T16:50:18.393Z] #39 69.12 DEP criu/vdso.d [2020-09-24T16:50:18.393Z] #39 69.33 DEP criu/vdso-compat.d [2020-09-24T16:50:18.393Z] #39 69.44 DEP criu/uts_ns.d [2020-09-24T16:50:18.393Z] #39 69.58 DEP criu/util.d [2020-09-24T16:50:18.393Z] #39 69.82 DEP criu/uffd.d [2020-09-24T16:50:18.393Z] #39 70.04 DEP criu/tun.d [2020-09-24T16:50:18.393Z] #39 70.20 DEP criu/tty.d [2020-09-24T16:50:18.393Z] #39 ... [2020-09-24T16:50:18.393Z] [2020-09-24T16:50:18.393Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:18.393Z] #49 10.46 + '[' -z '' ']' [2020-09-24T16:50:18.393Z] #49 10.47 + target=static [2020-09-24T16:50:18.393Z] #49 10.47 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-09-24T16:50:18.393Z] #49 10.98 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2020-09-24T16:50:18.393Z] #49 ... [2020-09-24T16:50:18.393Z] [2020-09-24T16:50:18.393Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:18.393Z] #39 70.41 DEP criu/timerfd.d [2020-09-24T16:50:18.393Z] #39 70.54 DEP criu/timens.d [2020-09-24T16:50:18.393Z] #39 70.66 DEP criu/sysfs_parse.d [2020-09-24T16:50:18.393Z] #39 70.84 DEP criu/sysctl.d [2020-09-24T16:50:18.393Z] #39 70.95 DEP criu/string.d [2020-09-24T16:50:18.526Z] #39 71.39 DEP criu/timerfd.d [2020-09-24T16:50:18.642Z] #17 5.573 Fetched 8209 kB in 4s (1994 kB/s) [2020-09-24T16:50:18.654Z] #39 71.01 DEP criu/stats.d [2020-09-24T16:50:18.654Z] #39 71.21 DEP criu/sockets.d [2020-09-24T16:50:18.783Z] #39 71.62 DEP criu/timens.d [2020-09-24T16:50:18.783Z] #39 71.82 DEP criu/sysfs_parse.d [2020-09-24T16:50:19.040Z] #39 72.04 DEP criu/sysctl.d [2020-09-24T16:50:19.150Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2020-09-24T16:50:19.150Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2020-09-24T16:50:19.150Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2020-09-24T16:50:19.225Z] #39 71.39 DEP criu/sk-unix.d [2020-09-24T16:50:19.225Z] #39 71.55 DEP criu/sk-tcp.d [2020-09-24T16:50:19.296Z] #39 72.25 DEP criu/string.d [2020-09-24T16:50:19.486Z] #39 71.71 DEP criu/sk-queue.d [2020-09-24T16:50:19.486Z] #39 71.83 DEP criu/sk-packet.d [2020-09-24T16:50:19.553Z] #39 72.27 DEP criu/stats.d [2020-09-24T16:50:19.553Z] #39 72.42 DEP criu/sockets.d [2020-09-24T16:50:19.746Z] #39 72.04 DEP criu/sk-netlink.d [2020-09-24T16:50:19.747Z] #39 72.20 DEP criu/sk-inet.d [2020-09-24T16:50:19.809Z] #39 72.64 DEP criu/sk-unix.d [2020-09-24T16:50:19.809Z] #39 72.85 DEP criu/sk-tcp.d [2020-09-24T16:50:20.008Z] #39 72.49 DEP criu/signalfd.d [2020-09-24T16:50:20.038Z] #17 5.573 Reading package lists... [2020-09-24T16:50:20.038Z] #17 ... [2020-09-24T16:50:20.038Z] [2020-09-24T16:50:20.038Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:50:20.038Z] #36 120.3 + dpkg --print-architecture [2020-09-24T16:50:20.066Z] #39 73.05 DEP criu/sk-queue.d [2020-09-24T16:50:20.196Z] ok github.com/docker/docker/pkg/reexec 0.025s coverage: 82.4% of statements [2020-09-24T16:50:20.269Z] #39 72.71 DEP criu/sigframe.d [2020-09-24T16:50:20.269Z] #39 72.82 DEP criu/shmem.d [2020-09-24T16:50:20.322Z] #39 73.21 DEP criu/sk-packet.d [2020-09-24T16:50:20.579Z] #39 73.46 DEP criu/sk-netlink.d [2020-09-24T16:50:20.836Z] #39 73.64 DEP criu/sk-inet.d [2020-09-24T16:50:20.836Z] #39 ... [2020-09-24T16:50:20.836Z] [2020-09-24T16:50:20.836Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:20.836Z] #17 10.15 Fetched 8385 kB in 9s (931 kB/s) [2020-09-24T16:50:20.836Z] #17 10.15 Reading package lists... [2020-09-24T16:50:20.836Z] #17 14.00 Reading package lists... [2020-09-24T16:50:20.836Z] #17 18.07 Building dependency tree... [2020-09-24T16:50:20.836Z] #17 20.13 libcap2-bin is already the newest version (1:2.25-2). [2020-09-24T16:50:20.836Z] #17 20.13 The following additional packages will be installed: [2020-09-24T16:50:20.836Z] #17 20.13 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-24T16:50:20.836Z] #17 20.13 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-24T16:50:20.836Z] #17 20.13 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-24T16:50:20.836Z] #17 20.14 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-24T16:50:20.836Z] #17 20.14 python3.7 python3.7-minimal vim-runtime xxd [2020-09-24T16:50:20.836Z] #17 20.15 Suggested packages: [2020-09-24T16:50:20.836Z] #17 20.15 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-24T16:50:20.836Z] #17 20.15 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-24T16:50:20.836Z] #17 20.15 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-24T16:50:20.836Z] #17 20.16 Recommended packages: [2020-09-24T16:50:20.836Z] #17 20.16 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-24T16:50:20.836Z] #17 20.16 python3-keyrings.alt python3-xdg unzip [2020-09-24T16:50:20.836Z] #17 ... [2020-09-24T16:50:20.836Z] [2020-09-24T16:50:20.836Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:20.836Z] #39 73.86 DEP criu/signalfd.d [2020-09-24T16:50:20.837Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2020-09-24T16:50:20.837Z] ok github.com/docker/docker/pkg/pubsub 1.139s coverage: 73.9% of statements [2020-09-24T16:50:20.841Z] #39 73.00 DEP criu/servicefd.d [2020-09-24T16:50:20.841Z] #39 73.18 DEP criu/seize.d [2020-09-24T16:50:21.093Z] #39 74.06 DEP criu/sigframe.d [2020-09-24T16:50:21.093Z] #39 74.14 DEP criu/shmem.d [2020-09-24T16:50:21.101Z] #39 73.34 DEP criu/seccomp.d [2020-09-24T16:50:21.102Z] #39 73.51 DEP criu/rst-malloc.d [2020-09-24T16:50:21.351Z] #39 74.29 DEP criu/servicefd.d [2020-09-24T16:50:21.351Z] #39 74.44 DEP criu/seize.d [2020-09-24T16:50:21.362Z] #39 73.58 DEP criu/rbtree.d [2020-09-24T16:50:21.362Z] #39 73.61 DEP criu/pstree.d [2020-09-24T16:50:21.362Z] #39 73.78 DEP criu/protobuf.d [2020-09-24T16:50:21.438Z] #36 DONE 121.7s [2020-09-24T16:50:21.438Z] [2020-09-24T16:50:21.438Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:21.438Z] #39 43.22 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:50:21.438Z] #39 43.64 DEP criu/arch/aarch64/sigframe.d [2020-09-24T16:50:21.438Z] #39 43.77 DEP criu/arch/aarch64/crtools.d [2020-09-24T16:50:21.438Z] #39 43.90 DEP criu/arch/aarch64/cpu.d [2020-09-24T16:50:21.438Z] #39 43.93 DEP criu/arch/aarch64/bitops.d [2020-09-24T16:50:21.438Z] #39 43.98 CC criu/arch/aarch64/bitops.o [2020-09-24T16:50:21.438Z] #39 44.05 CC criu/arch/aarch64/cpu.o [2020-09-24T16:50:21.438Z] #39 44.20 CC criu/arch/aarch64/crtools.o [2020-09-24T16:50:21.438Z] #39 44.60 CC criu/arch/aarch64/sigframe.o [2020-09-24T16:50:21.438Z] #39 44.86 LINK criu/arch/aarch64/crtools.built-in.o [2020-09-24T16:50:21.438Z] #39 44.91 DEP criu/pie/util-vdso.d [2020-09-24T16:50:21.438Z] #39 45.09 DEP criu/pie/util.d [2020-09-24T16:50:21.438Z] #39 45.25 CC criu/pie/util.o [2020-09-24T16:50:21.438Z] #39 45.62 CC criu/pie/util-vdso.o [2020-09-24T16:50:21.438Z] #39 46.31 AR criu/pie/pie.lib.a [2020-09-24T16:50:21.438Z] #39 46.38 DEP criu/pie/restorer.d [2020-09-24T16:50:21.438Z] #39 46.66 DEP criu/arch/aarch64/intraprocedure.d [2020-09-24T16:50:21.438Z] #39 46.68 DEP criu/arch/aarch64/restorer.d [2020-09-24T16:50:21.438Z] #39 46.83 DEP criu/arch/aarch64/vdso-pie.d [2020-09-24T16:50:21.438Z] #39 46.97 DEP criu/pie/parasite-vdso.d [2020-09-24T16:50:21.438Z] #39 47.05 DEP criu/pie/parasite.d [2020-09-24T16:50:21.438Z] #39 47.25 CC criu/pie/parasite.o [2020-09-24T16:50:21.438Z] #39 48.39 LINK criu/pie/parasite.built-in.o [2020-09-24T16:50:21.438Z] #39 48.41 GEN criu/pie/parasite-blob.h [2020-09-24T16:50:21.438Z] #39 48.43 CC criu/pie/parasite-vdso.o [2020-09-24T16:50:21.438Z] #39 49.08 CC criu/arch/aarch64/vdso-pie.o [2020-09-24T16:50:21.438Z] #39 49.40 CC criu/arch/aarch64/restorer.o [2020-09-24T16:50:21.438Z] #39 49.85 CC criu/arch/aarch64/intraprocedure.o [2020-09-24T16:50:21.438Z] #39 49.88 CC criu/pie/restorer.o [2020-09-24T16:50:21.477Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2020-09-24T16:50:21.477Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2020-09-24T16:50:21.623Z] #39 73.94 GEN criu/protobuf-desc-gen.h [2020-09-24T16:50:21.915Z] #39 ... [2020-09-24T16:50:21.915Z] [2020-09-24T16:50:21.915Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:21.915Z] #41 139.7 github.com/LK4D4/vndr/godl [2020-09-24T16:50:21.915Z] #41 140.4 github.com/LK4D4/vndr [2020-09-24T16:50:21.915Z] #41 DONE 149.6s [2020-09-24T16:50:21.915Z] [2020-09-24T16:50:21.915Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:21.915Z] #39 74.64 DEP criu/seccomp.d [2020-09-24T16:50:21.915Z] #39 74.81 DEP criu/rst-malloc.d [2020-09-24T16:50:22.117Z] ok github.com/docker/docker/pkg/symlink 0.014s coverage: 87.7% of statements [2020-09-24T16:50:22.223Z] #39 74.92 DEP criu/rbtree.d [2020-09-24T16:50:22.223Z] #39 75.06 DEP criu/pstree.d [2020-09-24T16:50:22.493Z] #39 75.46 DEP criu/protobuf.d [2020-09-24T16:50:22.749Z] #39 75.70 GEN criu/protobuf-desc-gen.h [2020-09-24T16:50:23.008Z] #39 ... [2020-09-24T16:50:23.009Z] [2020-09-24T16:50:23.009Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:23.009Z] #41 DONE 149.8s [2020-09-24T16:50:23.009Z] [2020-09-24T16:50:23.009Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:23.009Z] #17 10.36 Fetched 8385 kB in 9s (905 kB/s) [2020-09-24T16:50:23.009Z] #17 10.36 Reading package lists... [2020-09-24T16:50:23.009Z] #17 14.11 Reading package lists... [2020-09-24T16:50:23.009Z] #17 17.94 Building dependency tree... [2020-09-24T16:50:23.168Z] ok github.com/docker/docker/pkg/signal 2.864s coverage: 61.0% of statements [2020-09-24T16:50:23.168Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 53.8% of statements [2020-09-24T16:50:23.168Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 36.9% of statements [2020-09-24T16:50:23.580Z] #17 ... [2020-09-24T16:50:23.580Z] [2020-09-24T16:50:23.580Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:23.580Z] #39 75.97 DEP criu/protobuf-desc.d [2020-09-24T16:50:23.841Z] #39 76.14 DEP criu/proc_parse.d [2020-09-24T16:50:23.998Z] #39 52.05 LINK criu/pie/restorer.built-in.o [2020-09-24T16:50:23.998Z] #39 52.06 GEN criu/pie/restorer-blob.h [2020-09-24T16:50:23.998Z] #39 52.11 DEP criu/vdso.d [2020-09-24T16:50:23.998Z] #39 52.30 DEP criu/uts_ns.d [2020-09-24T16:50:23.998Z] #39 52.43 DEP criu/util.d [2020-09-24T16:50:24.102Z] #39 76.50 DEP criu/plugin.d [2020-09-24T16:50:24.102Z] #39 76.62 DEP criu/pipes.d [2020-09-24T16:50:24.219Z] ok github.com/docker/docker/pkg/tailfile 0.090s coverage: 88.6% of statements [2020-09-24T16:50:24.219Z] testing: warning: no tests to run [2020-09-24T16:50:24.219Z] coverage: [no statements] [2020-09-24T16:50:24.219Z] ok github.com/docker/docker/pkg/term/windows 0.022s coverage: [no statements] [no tests to run] [2020-09-24T16:50:24.261Z] #39 52.60 DEP criu/uffd.d [2020-09-24T16:50:24.261Z] #39 52.76 DEP criu/tun.d [2020-09-24T16:50:24.363Z] #39 76.77 DEP criu/pie-util.d [2020-09-24T16:50:24.363Z] #39 76.89 DEP criu/pie-util-vdso.d [2020-09-24T16:50:24.514Z] ok github.com/docker/docker/pkg/tarsum 0.171s coverage: 89.3% of statements [2020-09-24T16:50:24.524Z] #39 52.96 DEP criu/tty.d [2020-09-24T16:50:24.623Z] #39 77.05 DEP criu/pie-util-vdso-elf32.d [2020-09-24T16:50:24.623Z] #39 77.17 DEP criu/path.d [2020-09-24T16:50:24.659Z] #39 77.21 DEP criu/protobuf-desc.d [2020-09-24T16:50:24.659Z] #39 77.36 DEP criu/proc_parse.d [2020-09-24T16:50:24.659Z] #39 77.54 DEP criu/plugin.d [2020-09-24T16:50:24.659Z] #39 77.59 DEP criu/pipes.d [2020-09-24T16:50:24.787Z] #39 53.19 DEP criu/timerfd.d [2020-09-24T16:50:24.787Z] #39 53.29 DEP criu/timens.d [2020-09-24T16:50:24.809Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2020-09-24T16:50:24.809Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2020-09-24T16:50:24.884Z] #39 77.30 DEP criu/parasite-syscall.d [2020-09-24T16:50:24.915Z] #39 77.78 DEP criu/pie-util.d [2020-09-24T16:50:24.915Z] #39 77.89 DEP criu/pie-util-vdso.d [2020-09-24T16:50:24.915Z] #39 78.01 DEP criu/pie-util-vdso-elf32.d [2020-09-24T16:50:25.050Z] #39 53.39 DEP criu/sysfs_parse.d [2020-09-24T16:50:25.051Z] #39 53.49 DEP criu/sysctl.d [2020-09-24T16:50:25.051Z] #39 ... [2020-09-24T16:50:25.051Z] [2020-09-24T16:50:25.051Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:25.051Z] #17 5.573 Reading package lists... [2020-09-24T16:50:25.051Z] #17 7.751 Reading package lists... [2020-09-24T16:50:25.051Z] #17 10.07 Building dependency tree... [2020-09-24T16:50:25.051Z] #17 11.19 libcap2-bin is already the newest version (1:2.25-2). [2020-09-24T16:50:25.051Z] #17 11.19 The following additional packages will be installed: [2020-09-24T16:50:25.051Z] #17 11.19 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-24T16:50:25.051Z] #17 11.19 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-24T16:50:25.051Z] #17 11.19 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-24T16:50:25.051Z] #17 11.19 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-24T16:50:25.051Z] #17 11.19 python3.7 python3.7-minimal vim-runtime xxd [2020-09-24T16:50:25.051Z] #17 11.20 Suggested packages: [2020-09-24T16:50:25.051Z] #17 11.20 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-24T16:50:25.051Z] #17 11.20 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-24T16:50:25.051Z] #17 11.20 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-24T16:50:25.051Z] #17 11.20 Recommended packages: [2020-09-24T16:50:25.051Z] #17 11.20 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-24T16:50:25.051Z] #17 11.20 python3-keyrings.alt python3-xdg unzip [2020-09-24T16:50:25.051Z] #17 12.02 The following NEW packages will be installed: [2020-09-24T16:50:25.051Z] #17 12.02 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-24T16:50:25.051Z] #17 12.02 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-24T16:50:25.051Z] #17 12.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-24T16:50:25.051Z] #17 12.02 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-24T16:50:25.051Z] #17 12.02 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-24T16:50:25.051Z] #17 12.02 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-24T16:50:25.051Z] #17 12.02 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-24T16:50:25.051Z] #17 12.02 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-24T16:50:25.051Z] #17 12.02 xz-utils zip [2020-09-24T16:50:25.145Z] #39 77.50 DEP criu/pagemap.d [2020-09-24T16:50:25.171Z] #39 78.10 DEP criu/path.d [2020-09-24T16:50:25.316Z] #17 12.32 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:50:25.316Z] #17 12.32 Need to get 27.6 MB of archives. [2020-09-24T16:50:25.316Z] #17 12.32 After this operation, 114 MB of additional disk space will be used. [2020-09-24T16:50:25.316Z] #17 12.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-09-24T16:50:25.316Z] #17 12.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-09-24T16:50:25.316Z] #17 12.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-09-24T16:50:25.316Z] #17 12.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-09-24T16:50:25.405Z] #39 77.66 DEP criu/pagemap-cache.d [2020-09-24T16:50:25.405Z] #39 77.79 DEP criu/page-xfer.d [2020-09-24T16:50:25.426Z] #39 78.24 DEP criu/parasite-syscall.d [2020-09-24T16:50:25.449Z] ok github.com/docker/docker/pkg/useragent 0.024s coverage: 88.9% of statements [2020-09-24T16:50:25.581Z] #17 12.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-09-24T16:50:25.581Z] #17 12.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-09-24T16:50:25.581Z] #17 12.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-09-24T16:50:25.581Z] #17 12.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-09-24T16:50:25.581Z] #17 12.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-09-24T16:50:25.581Z] #17 12.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-09-24T16:50:25.666Z] #39 77.98 DEP criu/page-pipe.d [2020-09-24T16:50:25.666Z] #39 78.08 DEP criu/netfilter.d [2020-09-24T16:50:25.682Z] #39 78.47 DEP criu/pagemap.d [2020-09-24T16:50:25.682Z] #39 78.70 DEP criu/pagemap-cache.d [2020-09-24T16:50:25.844Z] #17 12.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-09-24T16:50:25.844Z] #17 12.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-09-24T16:50:25.844Z] #17 12.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-09-24T16:50:25.844Z] #17 12.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-09-24T16:50:25.844Z] #17 12.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-09-24T16:50:25.844Z] #17 12.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-09-24T16:50:25.844Z] #17 12.80 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-09-24T16:50:25.844Z] #17 12.81 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:50:25.844Z] #17 12.82 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-09-24T16:50:25.844Z] #17 12.86 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-09-24T16:50:25.844Z] #17 12.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-09-24T16:50:25.844Z] #17 12.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-09-24T16:50:25.844Z] #17 12.88 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-09-24T16:50:25.844Z] #17 12.89 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-09-24T16:50:25.844Z] #17 12.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-09-24T16:50:25.844Z] #17 12.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-09-24T16:50:25.844Z] #17 12.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-09-24T16:50:25.844Z] #17 12.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-09-24T16:50:25.844Z] #17 12.98 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-09-24T16:50:25.927Z] #39 78.21 DEP criu/net.d [2020-09-24T16:50:25.927Z] #39 78.39 DEP criu/namespaces.d [2020-09-24T16:50:25.938Z] #39 78.80 DEP criu/page-xfer.d [2020-09-24T16:50:26.108Z] #17 13.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-09-24T16:50:26.108Z] #17 13.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-09-24T16:50:26.108Z] #17 13.21 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-09-24T16:50:26.108Z] #17 13.21 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-09-24T16:50:26.108Z] #17 13.21 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-09-24T16:50:26.108Z] #17 13.22 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-24T16:50:26.187Z] #39 78.58 DEP criu/mount.d [2020-09-24T16:50:26.187Z] #39 78.70 DEP criu/memfd.d [2020-09-24T16:50:26.193Z] #39 79.00 DEP criu/page-pipe.d [2020-09-24T16:50:26.193Z] #39 79.10 DEP criu/netfilter.d [2020-09-24T16:50:26.371Z] #17 13.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-24T16:50:26.371Z] #17 13.29 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-24T16:50:26.371Z] #17 13.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-09-24T16:50:26.371Z] #17 13.30 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-24T16:50:26.371Z] #17 13.30 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-24T16:50:26.371Z] #17 13.32 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-24T16:50:26.371Z] #17 13.33 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-09-24T16:50:26.371Z] #17 13.43 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-09-24T16:50:26.371Z] #17 13.54 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-09-24T16:50:26.448Z] #39 78.79 DEP criu/mem.d [2020-09-24T16:50:26.448Z] #39 78.90 DEP criu/lsm.d [2020-09-24T16:50:26.449Z] #39 79.24 DEP criu/net.d [2020-09-24T16:50:26.449Z] #39 79.47 DEP criu/namespaces.d [2020-09-24T16:50:26.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T16:50:26.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T16:50:26.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T16:50:26.634Z] #17 13.55 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-24T16:50:26.634Z] #17 13.70 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-09-24T16:50:26.634Z] #17 13.74 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-09-24T16:50:26.634Z] #17 13.75 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-09-24T16:50:26.704Z] #39 79.65 DEP criu/mount.d [2020-09-24T16:50:26.709Z] #39 79.01 DEP criu/log.d [2020-09-24T16:50:26.709Z] #39 79.10 DEP criu/libnetlink.d [2020-09-24T16:50:26.960Z] #39 79.78 DEP criu/memfd.d [2020-09-24T16:50:26.960Z] #39 79.91 DEP criu/mem.d [2020-09-24T16:50:26.970Z] #39 79.18 DEP criu/kerndat.d [2020-09-24T16:50:26.970Z] #39 79.41 DEP criu/kcmp-ids.d [2020-09-24T16:50:27.216Z] #39 80.06 DEP criu/lsm.d [2020-09-24T16:50:27.216Z] #39 80.18 DEP criu/log.d [2020-09-24T16:50:27.230Z] #39 79.50 DEP criu/irmap.d [2020-09-24T16:50:27.230Z] #39 79.63 DEP criu/ipc_ns.d [2020-09-24T16:50:27.472Z] #39 80.26 DEP criu/libnetlink.d [2020-09-24T16:50:27.472Z] #39 80.35 DEP criu/kerndat.d [2020-09-24T16:50:27.472Z] #39 80.51 DEP criu/kcmp-ids.d [2020-09-24T16:50:27.472Z] #39 80.57 DEP criu/irmap.d [2020-09-24T16:50:27.491Z] #39 79.76 DEP criu/image.d [2020-09-24T16:50:27.491Z] #39 79.94 DEP criu/image-desc.d [2020-09-24T16:50:27.552Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.5% of statements [2020-09-24T16:50:27.584Z] #17 14.40 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:50:27.584Z] #17 14.52 Fetched 27.6 MB in 2s (16.2 MB/s) [2020-09-24T16:50:27.584Z] #17 14.58 Selecting previously unselected package pigz. [2020-09-24T16:50:27.584Z] #17 14.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-09-24T16:50:27.584Z] #17 14.65 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-09-24T16:50:27.584Z] #17 14.65 Unpacking pigz (2.4-1) ... [2020-09-24T16:50:27.584Z] #17 14.74 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-09-24T16:50:27.728Z] #39 80.66 DEP criu/ipc_ns.d [2020-09-24T16:50:27.728Z] #39 80.83 DEP criu/image.d [2020-09-24T16:50:27.751Z] #39 80.01 DEP criu/fsnotify.d [2020-09-24T16:50:27.751Z] #39 80.20 DEP criu/filesystems.d [2020-09-24T16:50:27.847Z] #17 14.75 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-24T16:50:27.847Z] #17 14.75 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:27.983Z] #39 80.97 DEP criu/image-desc.d [2020-09-24T16:50:27.983Z] #39 81.08 DEP criu/fsnotify.d [2020-09-24T16:50:28.012Z] #39 80.31 DEP criu/files.d [2020-09-24T16:50:28.012Z] #39 80.48 DEP criu/files-reg.d [2020-09-24T16:50:28.111Z] #17 15.09 Selecting previously unselected package python3.7-minimal. [2020-09-24T16:50:28.111Z] #17 15.09 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-09-24T16:50:28.111Z] #17 15.11 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:28.272Z] #39 80.62 DEP criu/files-ext.d [2020-09-24T16:50:28.272Z] #39 80.77 DEP criu/file-lock.d [2020-09-24T16:50:28.533Z] #39 80.94 DEP criu/file-ids.d [2020-09-24T16:50:28.545Z] #39 81.23 DEP criu/filesystems.d [2020-09-24T16:50:28.545Z] #39 81.36 DEP criu/files.d [2020-09-24T16:50:28.601Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 68.4% of statements [2020-09-24T16:50:28.601Z] ok github.com/docker/docker/reference 0.015s coverage: 83.7% of statements [2020-09-24T16:50:28.794Z] #39 81.13 DEP criu/fifo.d [2020-09-24T16:50:28.802Z] #39 81.58 DEP criu/files-reg.d [2020-09-24T16:50:28.802Z] #39 81.72 DEP criu/files-ext.d [2020-09-24T16:50:28.802Z] #39 ... [2020-09-24T16:50:28.802Z] [2020-09-24T16:50:28.802Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:28.802Z] #17 22.51 The following NEW packages will be installed: [2020-09-24T16:50:28.802Z] #17 22.52 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-24T16:50:28.802Z] #17 22.52 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-24T16:50:28.802Z] #17 22.52 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-24T16:50:28.802Z] #17 22.52 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-24T16:50:28.802Z] #17 22.52 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-24T16:50:28.802Z] #17 22.52 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-24T16:50:28.802Z] #17 22.52 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-24T16:50:28.802Z] #17 22.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-24T16:50:28.802Z] #17 22.53 xz-utils zip [2020-09-24T16:50:28.802Z] #17 22.88 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:50:28.802Z] #17 22.88 Need to get 28.5 MB of archives. [2020-09-24T16:50:28.802Z] #17 22.88 After this operation, 116 MB of additional disk space will be used. [2020-09-24T16:50:28.802Z] #17 22.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-24T16:50:28.802Z] #17 22.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-24T16:50:28.802Z] #17 22.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-24T16:50:28.802Z] #17 23.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-24T16:50:28.802Z] #17 23.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-24T16:50:28.802Z] #17 23.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-24T16:50:28.802Z] #17 23.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-24T16:50:28.802Z] #17 23.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-24T16:50:28.802Z] #17 23.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-24T16:50:28.802Z] #17 23.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-24T16:50:28.802Z] #17 23.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-24T16:50:28.802Z] #17 23.16 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-24T16:50:28.802Z] #17 23.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-24T16:50:28.802Z] #17 23.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-24T16:50:28.802Z] #17 23.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-24T16:50:28.802Z] #17 23.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-24T16:50:28.802Z] #17 23.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-24T16:50:28.802Z] #17 23.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:50:28.802Z] #17 23.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-24T16:50:28.802Z] #17 23.23 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-24T16:50:28.802Z] #17 23.23 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-24T16:50:28.802Z] #17 23.26 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-24T16:50:28.802Z] #17 23.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-24T16:50:28.802Z] #17 23.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-24T16:50:28.802Z] #17 23.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-24T16:50:28.802Z] #17 23.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-24T16:50:28.802Z] #17 23.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-24T16:50:28.802Z] #17 23.39 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-24T16:50:28.802Z] #17 23.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-24T16:50:28.802Z] #17 23.90 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-24T16:50:28.802Z] #17 23.90 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-24T16:50:28.802Z] #17 23.90 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-24T16:50:28.802Z] #17 23.91 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-24T16:50:28.802Z] #17 23.91 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-24T16:50:28.802Z] #17 23.92 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-24T16:50:28.802Z] #17 24.00 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-24T16:50:28.802Z] #17 24.00 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-24T16:50:28.802Z] #17 24.02 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-24T16:50:28.802Z] #17 24.03 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-24T16:50:28.802Z] #17 24.03 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-24T16:50:28.802Z] #17 24.04 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-24T16:50:28.802Z] #17 24.04 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-24T16:50:28.802Z] #17 24.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-24T16:50:28.803Z] #17 24.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-24T16:50:28.803Z] #17 24.10 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-24T16:50:28.803Z] #17 24.41 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-24T16:50:28.803Z] #17 24.46 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-24T16:50:28.803Z] #17 24.51 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-24T16:50:28.803Z] #17 25.23 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:50:28.803Z] #17 25.34 Fetched 28.5 MB in 2s (14.9 MB/s) [2020-09-24T16:50:28.803Z] #17 25.39 Selecting previously unselected package pigz. [2020-09-24T16:50:28.803Z] #17 25.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-09-24T16:50:28.803Z] #17 25.45 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-24T16:50:28.803Z] #17 25.46 Unpacking pigz (2.4-1) ... [2020-09-24T16:50:28.803Z] #17 25.55 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-24T16:50:28.803Z] #17 25.56 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:28.803Z] #17 25.56 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:28.803Z] #17 25.95 Selecting previously unselected package python3.7-minimal. [2020-09-24T16:50:28.803Z] #17 25.96 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:28.803Z] #17 25.98 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:28.803Z] #17 26.93 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:28.803Z] #17 26.98 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:29.055Z] #39 81.24 DEP criu/fdstore.d [2020-09-24T16:50:29.055Z] #39 81.34 DEP criu/fault-injection.d [2020-09-24T16:50:29.055Z] #39 ... [2020-09-24T16:50:29.055Z] [2020-09-24T16:50:29.055Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:50:29.055Z] #28 DONE 155.6s [2020-09-24T16:50:29.055Z] [2020-09-24T16:50:29.055Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:29.055Z] #39 81.40 DEP criu/external.d [2020-09-24T16:50:29.055Z] #39 81.50 DEP criu/eventpoll.d [2020-09-24T16:50:29.055Z] #39 ... [2020-09-24T16:50:29.055Z] [2020-09-24T16:50:29.055Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:29.055Z] #17 19.78 libcap2-bin is already the newest version (1:2.25-2). [2020-09-24T16:50:29.055Z] #17 19.78 The following additional packages will be installed: [2020-09-24T16:50:29.055Z] #17 19.78 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-09-24T16:50:29.055Z] #17 19.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-09-24T16:50:29.055Z] #17 19.79 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-09-24T16:50:29.055Z] #17 19.79 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-09-24T16:50:29.055Z] #17 19.79 python3.7 python3.7-minimal vim-runtime xxd [2020-09-24T16:50:29.055Z] #17 19.79 Suggested packages: [2020-09-24T16:50:29.055Z] #17 19.79 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-09-24T16:50:29.055Z] #17 19.79 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-09-24T16:50:29.055Z] #17 19.79 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-09-24T16:50:29.055Z] #17 19.79 Recommended packages: [2020-09-24T16:50:29.055Z] #17 19.79 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-09-24T16:50:29.055Z] #17 19.79 python3-keyrings.alt python3-xdg unzip [2020-09-24T16:50:29.055Z] #17 21.61 The following NEW packages will be installed: [2020-09-24T16:50:29.055Z] #17 21.62 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-09-24T16:50:29.055Z] #17 21.62 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-09-24T16:50:29.055Z] #17 21.62 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-09-24T16:50:29.055Z] #17 21.62 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-09-24T16:50:29.055Z] #17 21.62 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-09-24T16:50:29.055Z] #17 21.62 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-09-24T16:50:29.055Z] #17 21.62 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-09-24T16:50:29.055Z] #17 21.62 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-09-24T16:50:29.055Z] #17 21.62 xz-utils zip [2020-09-24T16:50:29.055Z] #17 21.94 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-09-24T16:50:29.055Z] #17 21.94 Need to get 28.5 MB of archives. [2020-09-24T16:50:29.055Z] #17 21.94 After this operation, 116 MB of additional disk space will be used. [2020-09-24T16:50:29.055Z] #17 21.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-09-24T16:50:29.055Z] #17 21.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-09-24T16:50:29.055Z] #17 22.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-09-24T16:50:29.055Z] #17 22.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-09-24T16:50:29.055Z] #17 22.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-09-24T16:50:29.055Z] #17 23.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-09-24T16:50:29.055Z] #17 23.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-09-24T16:50:29.055Z] #17 23.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-09-24T16:50:29.055Z] #17 23.52 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-09-24T16:50:29.055Z] #17 23.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-09-24T16:50:29.055Z] #17 23.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-09-24T16:50:29.055Z] #17 23.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-09-24T16:50:29.055Z] #17 23.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-09-24T16:50:29.055Z] #17 23.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-09-24T16:50:29.055Z] #17 23.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-09-24T16:50:29.055Z] #17 23.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-09-24T16:50:29.055Z] #17 23.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-09-24T16:50:29.055Z] #17 23.98 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-09-24T16:50:29.055Z] #17 24.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-09-24T16:50:29.055Z] #17 24.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-09-24T16:50:29.055Z] #17 24.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-09-24T16:50:29.055Z] #17 24.03 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-09-24T16:50:29.055Z] #17 24.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-09-24T16:50:29.055Z] #17 24.28 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-09-24T16:50:29.055Z] #17 24.28 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-09-24T16:50:29.055Z] #17 24.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-09-24T16:50:29.055Z] #17 24.28 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-09-24T16:50:29.055Z] #17 24.29 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-09-24T16:50:29.055Z] #17 24.29 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-09-24T16:50:29.055Z] #17 24.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-09-24T16:50:29.055Z] #17 24.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-09-24T16:50:29.055Z] #17 24.89 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-09-24T16:50:29.055Z] #17 24.90 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-09-24T16:50:29.055Z] #17 24.90 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-09-24T16:50:29.055Z] #17 24.91 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-09-24T16:50:29.056Z] #17 24.98 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-09-24T16:50:29.056Z] #17 24.98 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-09-24T16:50:29.056Z] #17 24.99 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-09-24T16:50:29.056Z] #17 25.00 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-09-24T16:50:29.056Z] #17 25.00 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-09-24T16:50:29.056Z] #17 25.08 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-09-24T16:50:29.061Z] #17 15.86 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:29.061Z] #17 15.88 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:29.246Z] ok github.com/docker/docker/plugin 0.556s coverage: 23.1% of statements [2020-09-24T16:50:29.317Z] #17 25.09 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-09-24T16:50:29.317Z] #17 ... [2020-09-24T16:50:29.317Z] [2020-09-24T16:50:29.317Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:29.317Z] #39 81.63 DEP criu/eventfd.d [2020-09-24T16:50:29.578Z] #39 81.83 DEP criu/crtools.d [2020-09-24T16:50:29.840Z] #39 82.11 DEP criu/cr-service.d [2020-09-24T16:50:29.889Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2020-09-24T16:50:30.104Z] #39 82.40 DEP criu/cr-restore.d [2020-09-24T16:50:30.171Z] #17 29.42 Selecting previously unselected package python3-minimal. [2020-09-24T16:50:30.171Z] #17 29.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-24T16:50:30.171Z] #17 29.47 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-24T16:50:30.171Z] #17 29.48 Unpacking python3-minimal (3.7.3-1) ... [2020-09-24T16:50:30.171Z] #17 29.57 Selecting previously unselected package libmpdec2:amd64. [2020-09-24T16:50:30.171Z] #17 29.57 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-24T16:50:30.171Z] #17 29.58 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-24T16:50:30.365Z] #39 82.71 DEP criu/cr-errno.d [2020-09-24T16:50:30.365Z] #39 82.72 DEP criu/cr-dump.d [2020-09-24T16:50:30.365Z] #39 82.92 DEP criu/cr-dedup.d [2020-09-24T16:50:30.428Z] #17 ... [2020-09-24T16:50:30.428Z] [2020-09-24T16:50:30.428Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-09-24T16:50:30.428Z] #28 DONE 158.0s [2020-09-24T16:50:30.428Z] [2020-09-24T16:50:30.428Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:30.428Z] #17 29.78 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-24T16:50:30.428Z] #17 29.79 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:30.428Z] #17 29.80 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:30.428Z] #17 ... [2020-09-24T16:50:30.428Z] [2020-09-24T16:50:30.428Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:30.428Z] #39 81.86 DEP criu/file-lock.d [2020-09-24T16:50:30.428Z] #39 82.04 DEP criu/file-ids.d [2020-09-24T16:50:30.428Z] #39 82.13 DEP criu/fifo.d [2020-09-24T16:50:30.428Z] #39 82.30 DEP criu/fdstore.d [2020-09-24T16:50:30.428Z] #39 82.38 DEP criu/fault-injection.d [2020-09-24T16:50:30.428Z] #39 82.43 DEP criu/external.d [2020-09-24T16:50:30.428Z] #39 82.52 DEP criu/eventpoll.d [2020-09-24T16:50:30.428Z] #39 82.65 DEP criu/eventfd.d [2020-09-24T16:50:30.428Z] #39 82.76 DEP criu/crtools.d [2020-09-24T16:50:30.428Z] #39 82.92 DEP criu/cr-service.d [2020-09-24T16:50:30.428Z] #39 83.06 DEP criu/cr-restore.d [2020-09-24T16:50:30.428Z] #39 83.26 DEP criu/cr-errno.d [2020-09-24T16:50:30.428Z] #39 83.28 DEP criu/cr-dump.d [2020-09-24T16:50:30.455Z] #17 17.61 Selecting previously unselected package python3-minimal. [2020-09-24T16:50:30.533Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2020-09-24T16:50:30.626Z] #39 83.03 DEP criu/cr-check.d [2020-09-24T16:50:30.684Z] #39 83.62 DEP criu/cr-dedup.d [2020-09-24T16:50:30.718Z] #17 17.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-09-24T16:50:30.718Z] #17 17.67 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-09-24T16:50:30.718Z] #17 17.69 Unpacking python3-minimal (3.7.3-1) ... [2020-09-24T16:50:30.718Z] #17 17.79 Selecting previously unselected package libmpdec2:arm64. [2020-09-24T16:50:30.718Z] #17 17.80 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-09-24T16:50:30.718Z] #17 17.81 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-09-24T16:50:30.887Z] #39 83.19 DEP criu/config.d [2020-09-24T16:50:30.887Z] #39 83.28 DEP criu/clone-noasan.d [2020-09-24T16:50:30.887Z] #39 83.34 DEP criu/cgroup.d [2020-09-24T16:50:30.980Z] #17 17.91 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-09-24T16:50:30.980Z] #17 17.92 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-09-24T16:50:30.980Z] #17 17.93 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:31.148Z] #39 83.48 DEP criu/cgroup-props.d [2020-09-24T16:50:31.148Z] #39 83.54 DEP criu/bitmap.d [2020-09-24T16:50:31.148Z] #39 83.56 DEP criu/bfd.d [2020-09-24T16:50:31.148Z] #39 83.62 DEP criu/autofs.d [2020-09-24T16:50:31.248Z] #39 83.95 DEP criu/cr-check.d [2020-09-24T16:50:31.408Z] #39 83.73 DEP criu/aio.d [2020-09-24T16:50:31.505Z] #39 84.23 DEP criu/config.d [2020-09-24T16:50:31.505Z] #39 84.39 DEP criu/clone-noasan.d [2020-09-24T16:50:31.505Z] #39 84.50 DEP criu/cgroup.d [2020-09-24T16:50:31.556Z] #17 18.68 Selecting previously unselected package python3.7. [2020-09-24T16:50:31.556Z] #17 18.68 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-09-24T16:50:31.556Z] #17 18.69 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:31.582Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2020-09-24T16:50:31.668Z] #39 83.86 DEP criu/action-scripts.d [2020-09-24T16:50:31.669Z] #39 84.10 CC criu/action-scripts.o [2020-09-24T16:50:31.762Z] #39 84.77 DEP criu/cgroup-props.d [2020-09-24T16:50:31.819Z] #17 18.82 Selecting previously unselected package libpython3-stdlib:arm64. [2020-09-24T16:50:31.819Z] #17 18.82 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-09-24T16:50:31.819Z] #17 18.83 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-24T16:50:32.018Z] #39 84.83 DEP criu/bitmap.d [2020-09-24T16:50:32.018Z] #39 84.84 DEP criu/bfd.d [2020-09-24T16:50:32.018Z] #39 84.90 DEP criu/autofs.d [2020-09-24T16:50:32.082Z] #17 19.00 Setting up python3-minimal (3.7.3-1) ... [2020-09-24T16:50:32.225Z] ok github.com/docker/docker/runconfig 0.016s coverage: 66.1% of statements [2020-09-24T16:50:32.239Z] #39 84.46 CC criu/aio.o [2020-09-24T16:50:32.275Z] #39 85.05 DEP criu/aio.d [2020-09-24T16:50:32.275Z] #39 85.19 DEP criu/action-scripts.d [2020-09-24T16:50:32.500Z] #39 84.95 CC criu/autofs.o [2020-09-24T16:50:32.532Z] #39 85.44 CC criu/action-scripts.o [2020-09-24T16:50:32.886Z] ok github.com/docker/docker/registry 0.354s coverage: 56.3% of statements [2020-09-24T16:50:33.030Z] #17 19.96 Selecting previously unselected package python3. [2020-09-24T16:50:33.030Z] #17 19.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-09-24T16:50:33.030Z] #17 20.01 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-09-24T16:50:33.030Z] #17 20.04 Unpacking python3 (3.7.3-1) ... [2020-09-24T16:50:33.030Z] #17 20.13 Selecting previously unselected package libip4tc0:arm64. [2020-09-24T16:50:33.030Z] #17 20.14 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-09-24T16:50:33.030Z] #17 20.15 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:33.030Z] #17 20.22 Selecting previously unselected package libip6tc0:arm64. [2020-09-24T16:50:33.030Z] #17 20.23 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-09-24T16:50:33.030Z] #17 20.24 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:33.096Z] #39 85.91 CC criu/aio.o [2020-09-24T16:50:33.293Z] #17 20.33 Selecting previously unselected package libiptc0:arm64. [2020-09-24T16:50:33.293Z] #17 20.33 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-09-24T16:50:33.294Z] #17 20.35 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:33.557Z] #17 20.47 Selecting previously unselected package libnfnetlink0:arm64. [2020-09-24T16:50:33.557Z] #17 20.47 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-09-24T16:50:33.557Z] #17 20.48 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-24T16:50:33.557Z] #17 20.54 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-09-24T16:50:33.557Z] #17 20.54 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-09-24T16:50:33.557Z] #17 20.55 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-24T16:50:33.557Z] #17 20.64 Selecting previously unselected package libnftnl11:arm64. [2020-09-24T16:50:33.557Z] #17 20.65 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-09-24T16:50:33.557Z] #17 20.67 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-09-24T16:50:33.557Z] #17 20.76 Selecting previously unselected package iptables. [2020-09-24T16:50:33.659Z] #39 86.50 CC criu/autofs.o [2020-09-24T16:50:33.820Z] #17 20.77 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-09-24T16:50:33.820Z] #17 20.77 Unpacking iptables (1.8.2-4) ... [2020-09-24T16:50:33.886Z] #39 86.27 CC criu/bfd.o [2020-09-24T16:50:34.084Z] #17 21.14 Selecting previously unselected package xxd. [2020-09-24T16:50:34.084Z] #17 21.15 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-09-24T16:50:34.084Z] #17 21.17 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:50:34.347Z] #17 21.32 Selecting previously unselected package vim-common. [2020-09-24T16:50:34.347Z] #17 21.32 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:34.347Z] #17 21.35 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:34.457Z] #39 86.78 CC criu/bitmap.o [2020-09-24T16:50:34.457Z] #39 86.93 CC criu/cgroup-props.o [2020-09-24T16:50:34.611Z] #17 21.52 Selecting previously unselected package bash-completion. [2020-09-24T16:50:34.611Z] #17 21.52 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-24T16:50:35.026Z] #39 87.76 CC criu/bfd.o [2020-09-24T16:50:35.026Z] #39 ... [2020-09-24T16:50:35.026Z] [2020-09-24T16:50:35.026Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:35.026Z] #17 31.47 Selecting previously unselected package python3.7. [2020-09-24T16:50:35.026Z] #17 31.47 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:35.026Z] #17 31.47 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:35.026Z] #17 31.56 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-24T16:50:35.026Z] #17 31.58 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-24T16:50:35.026Z] #17 31.58 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-24T16:50:35.026Z] #17 31.68 Setting up python3-minimal (3.7.3-1) ... [2020-09-24T16:50:35.026Z] #17 32.46 Selecting previously unselected package python3. [2020-09-24T16:50:35.027Z] #17 32.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-09-24T16:50:35.027Z] #17 32.50 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 32.51 Unpacking python3 (3.7.3-1) ... [2020-09-24T16:50:35.027Z] #17 32.61 Selecting previously unselected package libip4tc0:amd64. [2020-09-24T16:50:35.027Z] #17 32.63 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 32.64 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:35.027Z] #17 32.76 Selecting previously unselected package libip6tc0:amd64. [2020-09-24T16:50:35.027Z] #17 32.77 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 32.77 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:35.027Z] #17 32.87 Selecting previously unselected package libiptc0:amd64. [2020-09-24T16:50:35.027Z] #17 32.88 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 32.89 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:35.027Z] #17 32.96 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-24T16:50:35.027Z] #17 32.98 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 32.99 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-24T16:50:35.027Z] #17 33.05 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-24T16:50:35.027Z] #17 33.06 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 33.07 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-24T16:50:35.027Z] #17 33.13 Selecting previously unselected package libnftnl11:amd64. [2020-09-24T16:50:35.027Z] #17 33.13 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 33.15 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-24T16:50:35.027Z] #17 33.22 Selecting previously unselected package iptables. [2020-09-24T16:50:35.027Z] #17 33.22 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 33.23 Unpacking iptables (1.8.2-4) ... [2020-09-24T16:50:35.027Z] #17 33.54 Selecting previously unselected package xxd. [2020-09-24T16:50:35.027Z] #17 33.54 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:50:35.027Z] #17 33.55 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:50:35.027Z] #17 33.66 Selecting previously unselected package vim-common. [2020-09-24T16:50:35.027Z] #17 33.66 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:35.027Z] #17 33.69 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:35.027Z] #17 33.86 Selecting previously unselected package bash-completion. [2020-09-24T16:50:35.027Z] #17 33.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-24T16:50:35.187Z] #17 ... [2020-09-24T16:50:35.187Z] [2020-09-24T16:50:35.187Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:35.187Z] #39 53.57 DEP criu/string.d [2020-09-24T16:50:35.187Z] #39 53.59 DEP criu/stats.d [2020-09-24T16:50:35.187Z] #39 53.65 DEP criu/sockets.d [2020-09-24T16:50:35.187Z] #39 53.74 DEP criu/sk-unix.d [2020-09-24T16:50:35.187Z] #39 53.83 DEP criu/sk-tcp.d [2020-09-24T16:50:35.187Z] #39 53.93 DEP criu/sk-queue.d [2020-09-24T16:50:35.187Z] #39 54.06 DEP criu/sk-packet.d [2020-09-24T16:50:35.187Z] #39 54.27 DEP criu/sk-netlink.d [2020-09-24T16:50:35.187Z] #39 54.39 DEP criu/sk-inet.d [2020-09-24T16:50:35.187Z] #39 54.60 DEP criu/signalfd.d [2020-09-24T16:50:35.187Z] #39 54.76 DEP criu/sigframe.d [2020-09-24T16:50:35.187Z] #39 54.81 DEP criu/shmem.d [2020-09-24T16:50:35.187Z] #39 54.98 DEP criu/servicefd.d [2020-09-24T16:50:35.187Z] #39 55.09 DEP criu/seize.d [2020-09-24T16:50:35.187Z] #39 55.16 DEP criu/seccomp.d [2020-09-24T16:50:35.187Z] #39 55.37 DEP criu/rst-malloc.d [2020-09-24T16:50:35.187Z] #39 55.46 DEP criu/rbtree.d [2020-09-24T16:50:35.187Z] #39 55.50 DEP criu/pstree.d [2020-09-24T16:50:35.187Z] #39 55.63 DEP criu/protobuf.d [2020-09-24T16:50:35.187Z] #39 55.70 GEN criu/protobuf-desc-gen.h [2020-09-24T16:50:35.187Z] #39 56.97 DEP criu/protobuf-desc.d [2020-09-24T16:50:35.187Z] #39 57.06 DEP criu/proc_parse.d [2020-09-24T16:50:35.187Z] #39 57.24 DEP criu/plugin.d [2020-09-24T16:50:35.187Z] #39 57.31 DEP criu/pipes.d [2020-09-24T16:50:35.187Z] #39 57.45 DEP criu/pie-util.d [2020-09-24T16:50:35.187Z] #39 57.61 DEP criu/pie-util-vdso.d [2020-09-24T16:50:35.187Z] #39 57.77 DEP criu/path.d [2020-09-24T16:50:35.187Z] #39 57.92 DEP criu/parasite-syscall.d [2020-09-24T16:50:35.187Z] #39 58.14 DEP criu/pagemap.d [2020-09-24T16:50:35.187Z] #39 58.30 DEP criu/pagemap-cache.d [2020-09-24T16:50:35.187Z] #39 58.43 DEP criu/page-xfer.d [2020-09-24T16:50:35.187Z] #39 58.61 DEP criu/page-pipe.d [2020-09-24T16:50:35.187Z] #39 58.73 DEP criu/netfilter.d [2020-09-24T16:50:35.187Z] #39 58.85 DEP criu/net.d [2020-09-24T16:50:35.187Z] #39 59.01 DEP criu/namespaces.d [2020-09-24T16:50:35.187Z] #39 59.23 DEP criu/mount.d [2020-09-24T16:50:35.187Z] #39 59.39 DEP criu/memfd.d [2020-09-24T16:50:35.187Z] #39 59.48 DEP criu/mem.d [2020-09-24T16:50:35.187Z] #39 59.68 DEP criu/lsm.d [2020-09-24T16:50:35.187Z] #39 59.83 DEP criu/log.d [2020-09-24T16:50:35.187Z] #39 59.96 DEP criu/libnetlink.d [2020-09-24T16:50:35.187Z] #39 60.03 DEP criu/kerndat.d [2020-09-24T16:50:35.187Z] #39 60.14 DEP criu/kcmp-ids.d [2020-09-24T16:50:35.187Z] #39 60.19 DEP criu/irmap.d [2020-09-24T16:50:35.187Z] #39 60.29 DEP criu/ipc_ns.d [2020-09-24T16:50:35.187Z] #39 60.37 DEP criu/image.d [2020-09-24T16:50:35.187Z] #39 60.52 DEP criu/image-desc.d [2020-09-24T16:50:35.187Z] #39 60.64 DEP criu/fsnotify.d [2020-09-24T16:50:35.187Z] #39 60.83 DEP criu/filesystems.d [2020-09-24T16:50:35.187Z] #39 61.00 DEP criu/files.d [2020-09-24T16:50:35.187Z] #39 61.19 DEP criu/files-reg.d [2020-09-24T16:50:35.187Z] #39 61.32 DEP criu/files-ext.d [2020-09-24T16:50:35.187Z] #39 61.40 DEP criu/file-lock.d [2020-09-24T16:50:35.187Z] #39 61.49 DEP criu/file-ids.d [2020-09-24T16:50:35.187Z] #39 61.64 DEP criu/fifo.d [2020-09-24T16:50:35.187Z] #39 61.75 DEP criu/fdstore.d [2020-09-24T16:50:35.187Z] #39 61.85 DEP criu/fault-injection.d [2020-09-24T16:50:35.187Z] #39 61.90 DEP criu/external.d [2020-09-24T16:50:35.187Z] #39 62.04 DEP criu/eventpoll.d [2020-09-24T16:50:35.187Z] #39 62.20 DEP criu/eventfd.d [2020-09-24T16:50:35.187Z] #39 62.34 DEP criu/crtools.d [2020-09-24T16:50:35.187Z] #39 62.53 DEP criu/cr-service.d [2020-09-24T16:50:35.187Z] #39 62.63 DEP criu/cr-restore.d [2020-09-24T16:50:35.187Z] #39 62.78 DEP criu/cr-errno.d [2020-09-24T16:50:35.187Z] #39 62.79 DEP criu/cr-dump.d [2020-09-24T16:50:35.187Z] #39 62.97 DEP criu/cr-dedup.d [2020-09-24T16:50:35.187Z] #39 63.05 DEP criu/cr-check.d [2020-09-24T16:50:35.187Z] #39 63.30 DEP criu/config.d [2020-09-24T16:50:35.187Z] #39 63.49 DEP criu/clone-noasan.d [2020-09-24T16:50:35.187Z] #39 63.56 DEP criu/cgroup.d [2020-09-24T16:50:35.398Z] #39 87.70 CC criu/cgroup.o [2020-09-24T16:50:35.450Z] #39 63.72 DEP criu/cgroup-props.d [2020-09-24T16:50:35.450Z] #39 63.82 DEP criu/bitmap.d [2020-09-24T16:50:35.450Z] #39 63.84 DEP criu/bfd.d [2020-09-24T16:50:35.450Z] #39 63.94 DEP criu/autofs.d [2020-09-24T16:50:35.646Z] ok github.com/docker/docker/volume/drivers 0.055s coverage: 36.1% of statements [2020-09-24T16:50:35.714Z] #39 64.08 DEP criu/aio.d [2020-09-24T16:50:35.714Z] #39 64.19 DEP criu/action-scripts.d [2020-09-24T16:50:35.977Z] #39 64.38 CC criu/action-scripts.o [2020-09-24T16:50:36.304Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.0% of statements [2020-09-24T16:50:36.553Z] #39 64.80 CC criu/aio.o [2020-09-24T16:50:36.598Z] ok github.com/docker/docker/volume/local 0.032s coverage: 73.0% of statements [2020-09-24T16:50:36.789Z] #39 ... [2020-09-24T16:50:36.789Z] [2020-09-24T16:50:36.789Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:36.789Z] #17 25.65 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-09-24T16:50:36.789Z] #17 25.66 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-09-24T16:50:36.789Z] #17 25.68 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-09-24T16:50:36.789Z] #17 26.17 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-09-24T16:50:36.789Z] #17 26.88 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-09-24T16:50:36.789Z] #17 27.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-09-24T16:50:36.789Z] #17 27.85 debconf: delaying package configuration, since apt-utils is not installed [2020-09-24T16:50:36.789Z] #17 27.95 Fetched 28.5 MB in 6s (5110 kB/s) [2020-09-24T16:50:36.789Z] #17 28.00 Selecting previously unselected package pigz. [2020-09-24T16:50:36.789Z] #17 28.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-09-24T16:50:36.789Z] #17 28.02 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 28.04 Unpacking pigz (2.4-1) ... [2020-09-24T16:50:36.789Z] #17 28.13 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-09-24T16:50:36.789Z] #17 28.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 28.14 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.789Z] #17 28.53 Selecting previously unselected package python3.7-minimal. [2020-09-24T16:50:36.789Z] #17 28.53 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 28.55 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.789Z] #17 29.43 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.789Z] #17 29.45 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.789Z] #17 31.45 Selecting previously unselected package python3-minimal. [2020-09-24T16:50:36.789Z] #17 31.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-09-24T16:50:36.789Z] #17 31.51 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 31.52 Unpacking python3-minimal (3.7.3-1) ... [2020-09-24T16:50:36.789Z] #17 31.62 Selecting previously unselected package libmpdec2:amd64. [2020-09-24T16:50:36.789Z] #17 31.62 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 31.63 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-09-24T16:50:36.789Z] #17 31.75 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-09-24T16:50:36.789Z] #17 31.76 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 31.77 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.789Z] #17 32.76 Selecting previously unselected package python3.7. [2020-09-24T16:50:36.789Z] #17 32.78 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-09-24T16:50:36.789Z] #17 32.78 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:36.817Z] #39 65.32 CC criu/autofs.o [2020-09-24T16:50:36.919Z] #17 36.34 Unpacking bash-completion (1:2.8-6) ... [2020-09-24T16:50:37.049Z] #17 32.93 Selecting previously unselected package libpython3-stdlib:amd64. [2020-09-24T16:50:37.049Z] #17 32.93 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-09-24T16:50:37.049Z] #17 32.95 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-24T16:50:37.081Z] #39 ... [2020-09-24T16:50:37.081Z] [2020-09-24T16:50:37.081Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:37.081Z] #17 24.09 Unpacking bash-completion (1:2.8-6) ... [2020-09-24T16:50:37.176Z] #17 36.65 Selecting previously unselected package bzip2. [2020-09-24T16:50:37.176Z] #17 36.66 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-24T16:50:37.176Z] #17 36.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:37.176Z] #17 36.75 Selecting previously unselected package xz-utils. [2020-09-24T16:50:37.316Z] #17 33.07 Setting up python3-minimal (3.7.3-1) ... [2020-09-24T16:50:37.345Z] #17 24.55 Selecting previously unselected package bzip2. [2020-09-24T16:50:37.432Z] #17 36.76 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-24T16:50:37.433Z] #17 36.76 Unpacking xz-utils (5.2.4-1) ... [2020-09-24T16:50:37.608Z] #17 24.56 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-09-24T16:50:37.608Z] #17 24.57 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:37.608Z] #17 24.69 Selecting previously unselected package xz-utils. [2020-09-24T16:50:37.649Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-09-24T16:50:37.689Z] #17 36.93 Selecting previously unselected package apparmor. [2020-09-24T16:50:37.689Z] #17 36.94 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-24T16:50:37.689Z] #17 37.05 Unpacking apparmor (2.13.2-10) ... [2020-09-24T16:50:37.871Z] #17 24.69 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-09-24T16:50:37.871Z] #17 24.70 Unpacking xz-utils (5.2.4-1) ... [2020-09-24T16:50:37.945Z] #17 37.43 Selecting previously unselected package aufs-tools. [2020-09-24T16:50:37.946Z] #17 37.43 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-24T16:50:37.946Z] #17 37.44 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:38.135Z] #17 24.97 Selecting previously unselected package apparmor. [2020-09-24T16:50:38.135Z] #17 24.98 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-09-24T16:50:38.135Z] #17 25.05 Unpacking apparmor (2.13.2-10) ... [2020-09-24T16:50:38.202Z] #17 37.57 Selecting previously unselected package libonig5:amd64. [2020-09-24T16:50:38.202Z] #17 37.58 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-24T16:50:38.202Z] #17 37.58 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:50:38.202Z] #17 37.71 Selecting previously unselected package libjq1:amd64. [2020-09-24T16:50:38.202Z] #17 37.71 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:50:38.202Z] #17 37.72 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:38.271Z] #17 34.01 Selecting previously unselected package python3. [2020-09-24T16:50:38.271Z] #17 34.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-09-24T16:50:38.271Z] #17 34.10 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-09-24T16:50:38.271Z] #17 34.11 Unpacking python3 (3.7.3-1) ... [2020-09-24T16:50:38.271Z] #17 34.21 Selecting previously unselected package libip4tc0:amd64. [2020-09-24T16:50:38.271Z] #17 34.22 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:38.271Z] #17 34.23 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:38.406Z] #17 25.49 Selecting previously unselected package aufs-tools. [2020-09-24T16:50:38.407Z] #17 25.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-09-24T16:50:38.407Z] #17 25.50 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:38.460Z] #17 37.81 Selecting previously unselected package jq. [2020-09-24T16:50:38.460Z] #17 37.83 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:50:38.460Z] #17 37.84 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:38.534Z] #17 34.34 Selecting previously unselected package libip6tc0:amd64. [2020-09-24T16:50:38.534Z] #17 34.34 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:38.534Z] #17 34.35 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:38.534Z] #17 34.47 Selecting previously unselected package libiptc0:amd64. [2020-09-24T16:50:38.534Z] #17 34.47 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-09-24T16:50:38.534Z] #17 34.48 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:38.534Z] #17 34.55 Selecting previously unselected package libnfnetlink0:amd64. [2020-09-24T16:50:38.534Z] #17 34.55 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-09-24T16:50:38.534Z] #17 34.56 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-24T16:50:38.670Z] #17 25.69 Selecting previously unselected package libonig5:arm64. [2020-09-24T16:50:38.670Z] #17 25.70 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-09-24T16:50:38.670Z] #17 25.70 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-09-24T16:50:38.716Z] #17 37.93 Selecting previously unselected package libaio1:amd64. [2020-09-24T16:50:38.717Z] #17 37.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-24T16:50:38.717Z] #17 37.94 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-24T16:50:38.717Z] #17 38.00 Selecting previously unselected package libgpm2:amd64. [2020-09-24T16:50:38.717Z] #17 38.01 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-24T16:50:38.717Z] #17 38.01 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-24T16:50:38.717Z] #17 38.07 Selecting previously unselected package libicu63:amd64. [2020-09-24T16:50:38.717Z] #17 38.07 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-24T16:50:38.717Z] #17 38.08 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:50:38.794Z] #17 34.60 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-09-24T16:50:38.794Z] #17 34.61 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-09-24T16:50:38.794Z] #17 34.62 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-24T16:50:38.794Z] #17 34.70 Selecting previously unselected package libnftnl11:amd64. [2020-09-24T16:50:38.794Z] #17 34.70 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-09-24T16:50:38.794Z] #17 34.70 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-09-24T16:50:38.794Z] #17 34.79 Selecting previously unselected package iptables. [2020-09-24T16:50:38.794Z] #17 34.80 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-09-24T16:50:38.934Z] #17 25.84 Selecting previously unselected package libjq1:arm64. [2020-09-24T16:50:38.934Z] #17 25.86 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-09-24T16:50:38.934Z] #17 25.87 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:38.934Z] #17 25.99 Selecting previously unselected package jq. [2020-09-24T16:50:38.934Z] #17 26.00 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-09-24T16:50:38.934Z] #17 26.01 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:38.934Z] #17 26.09 Selecting previously unselected package libaio1:arm64. [2020-09-24T16:50:38.934Z] #17 26.09 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-09-24T16:50:39.055Z] #17 34.81 Unpacking iptables (1.8.2-4) ... [2020-09-24T16:50:39.055Z] #17 35.10 Selecting previously unselected package xxd. [2020-09-24T16:50:39.197Z] #17 26.10 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-09-24T16:50:39.197Z] #17 26.17 Selecting previously unselected package libgpm2:arm64. [2020-09-24T16:50:39.197Z] #17 26.18 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-09-24T16:50:39.197Z] #17 26.19 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-09-24T16:50:39.197Z] #17 26.25 Selecting previously unselected package libicu63:arm64. [2020-09-24T16:50:39.197Z] #17 26.26 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-09-24T16:50:39.197Z] #17 26.27 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-24T16:50:39.316Z] #17 35.10 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:50:39.316Z] #17 35.11 Unpacking xxd (2:8.1.0875-5) ... [2020-09-24T16:50:39.316Z] #17 35.22 Selecting previously unselected package vim-common. [2020-09-24T16:50:39.316Z] #17 35.23 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:39.316Z] #17 35.25 Unpacking vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:39.579Z] #17 35.42 Selecting previously unselected package bash-completion. [2020-09-24T16:50:39.579Z] #17 35.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-09-24T16:50:42.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T16:50:42.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T16:50:42.129Z] #17 37.84 Unpacking bash-completion (1:2.8-6) ... [2020-09-24T16:50:42.390Z] #17 38.24 Selecting previously unselected package bzip2. [2020-09-24T16:50:42.390Z] #17 38.25 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-09-24T16:50:42.390Z] #17 38.26 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:42.390Z] #17 38.36 Selecting previously unselected package xz-utils. [2020-09-24T16:50:42.390Z] #17 38.37 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-09-24T16:50:42.390Z] #17 38.38 Unpacking xz-utils (5.2.4-1) ... [2020-09-24T16:50:42.516Z] #17 29.29 Selecting previously unselected package libnet1:arm64. [2020-09-24T16:50:42.516Z] #17 29.29 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-09-24T16:50:42.516Z] #17 29.30 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:42.516Z] #17 29.41 Selecting previously unselected package libnl-3-200:arm64. [2020-09-24T16:50:42.516Z] #17 29.42 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-09-24T16:50:42.516Z] #17 29.45 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-09-24T16:50:42.516Z] #17 29.57 Selecting previously unselected package libprotobuf-c1:arm64. [2020-09-24T16:50:42.516Z] #17 29.59 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-09-24T16:50:42.516Z] #17 29.60 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-24T16:50:42.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T16:50:42.651Z] #17 38.58 Selecting previously unselected package apparmor. [2020-09-24T16:50:42.651Z] #17 38.58 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-09-24T16:50:42.651Z] #17 38.65 Unpacking apparmor (2.13.2-10) ... [2020-09-24T16:50:42.780Z] #17 29.70 Selecting previously unselected package libreadline5:arm64. [2020-09-24T16:50:42.780Z] #17 29.71 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-09-24T16:50:42.780Z] #17 29.72 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:42.780Z] #17 29.89 Selecting previously unselected package net-tools. [2020-09-24T16:50:42.780Z] #17 29.90 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-09-24T16:50:42.890Z] #17 41.68 Selecting previously unselected package libnet1:amd64. [2020-09-24T16:50:42.890Z] #17 41.69 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:50:42.890Z] #17 41.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:42.890Z] #17 41.80 Selecting previously unselected package libnl-3-200:amd64. [2020-09-24T16:50:42.890Z] #17 41.80 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-24T16:50:42.890Z] #17 41.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:50:42.890Z] #17 41.92 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-24T16:50:42.890Z] #17 41.93 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:50:42.890Z] #17 41.94 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:50:42.890Z] #17 42.01 Selecting previously unselected package libreadline5:amd64. [2020-09-24T16:50:42.890Z] #17 42.01 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-24T16:50:42.890Z] #17 42.02 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:42.890Z] #17 42.13 Selecting previously unselected package net-tools. [2020-09-24T16:50:42.890Z] #17 42.15 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-24T16:50:42.890Z] #17 42.16 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:42.890Z] #17 42.35 Selecting previously unselected package python-pip-whl. [2020-09-24T16:50:42.890Z] #17 42.36 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-24T16:50:42.890Z] #17 42.37 Unpacking python-pip-whl (18.1-5) ... [2020-09-24T16:50:43.043Z] #17 29.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:43.043Z] #17 30.09 Selecting previously unselected package python-pip-whl. [2020-09-24T16:50:43.043Z] #17 30.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-24T16:50:43.043Z] #17 30.10 Unpacking python-pip-whl (18.1-5) ... [2020-09-24T16:50:43.222Z] #17 38.99 Selecting previously unselected package aufs-tools. [2020-09-24T16:50:43.222Z] #17 39.00 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-09-24T16:50:43.222Z] #17 39.01 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:43.222Z] #17 39.15 Selecting previously unselected package libonig5:amd64. [2020-09-24T16:50:43.222Z] #17 39.15 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-09-24T16:50:43.222Z] #17 39.16 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:50:43.454Z] #17 42.90 Selecting previously unselected package python3-lib2to3. [2020-09-24T16:50:43.454Z] #17 42.90 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-24T16:50:43.454Z] #17 42.91 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:50:43.454Z] #17 43.00 Selecting previously unselected package python3-distutils. [2020-09-24T16:50:43.498Z] #17 39.31 Selecting previously unselected package libjq1:amd64. [2020-09-24T16:50:43.498Z] #17 39.33 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:50:43.498Z] #17 39.33 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:43.498Z] #17 39.45 Selecting previously unselected package jq. [2020-09-24T16:50:43.498Z] #17 39.46 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-09-24T16:50:43.498Z] #17 39.46 Unpacking jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:43.621Z] #17 30.57 Selecting previously unselected package python3-lib2to3. [2020-09-24T16:50:43.621Z] #17 30.59 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-24T16:50:43.621Z] #17 30.61 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:50:43.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T16:50:43.711Z] #17 43.01 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-24T16:50:43.711Z] #17 43.02 Unpacking python3-distutils (3.7.3-1) ... [2020-09-24T16:50:43.711Z] #17 43.14 Selecting previously unselected package python3-pip. [2020-09-24T16:50:43.711Z] #17 43.15 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-24T16:50:43.711Z] #17 43.16 Unpacking python3-pip (18.1-5) ... [2020-09-24T16:50:43.759Z] #17 39.52 Selecting previously unselected package libaio1:amd64. [2020-09-24T16:50:43.759Z] #17 39.53 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-09-24T16:50:43.759Z] #17 39.53 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-09-24T16:50:43.759Z] #17 39.59 Selecting previously unselected package libgpm2:amd64. [2020-09-24T16:50:43.759Z] #17 39.60 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-09-24T16:50:43.759Z] #17 39.61 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-09-24T16:50:43.759Z] #17 39.70 Selecting previously unselected package libicu63:amd64. [2020-09-24T16:50:43.759Z] #17 39.71 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-09-24T16:50:43.759Z] #17 39.72 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:50:43.884Z] #17 30.77 Selecting previously unselected package python3-distutils. [2020-09-24T16:50:43.885Z] #17 30.78 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-24T16:50:43.885Z] #17 30.79 Unpacking python3-distutils (3.7.3-1) ... [2020-09-24T16:50:43.885Z] #17 30.93 Selecting previously unselected package python3-pip. [2020-09-24T16:50:43.885Z] #17 30.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-24T16:50:43.885Z] #17 30.95 Unpacking python3-pip (18.1-5) ... [2020-09-24T16:50:43.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T16:50:43.967Z] #17 43.30 Selecting previously unselected package python3-pkg-resources. [2020-09-24T16:50:43.967Z] #17 43.32 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:50:43.967Z] #17 43.32 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:50:44.148Z] #17 31.13 Selecting previously unselected package python3-pkg-resources. [2020-09-24T16:50:44.148Z] #17 31.14 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:50:44.148Z] #17 31.16 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:50:44.224Z] #17 43.48 Selecting previously unselected package python3-setuptools. [2020-09-24T16:50:44.224Z] #17 43.50 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-24T16:50:44.224Z] #17 43.51 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-24T16:50:44.412Z] #17 31.36 Selecting previously unselected package python3-setuptools. [2020-09-24T16:50:44.412Z] #17 31.37 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-24T16:50:44.412Z] #17 31.38 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-24T16:50:44.480Z] #17 43.75 Selecting previously unselected package python3-wheel. [2020-09-24T16:50:44.480Z] #17 43.75 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-24T16:50:44.480Z] #17 43.76 Unpacking python3-wheel (0.32.3-2) ... [2020-09-24T16:50:44.480Z] #17 43.84 Selecting previously unselected package sudo. [2020-09-24T16:50:44.480Z] #17 43.85 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-24T16:50:44.480Z] #17 43.86 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:44.675Z] #17 31.54 Selecting previously unselected package python3-wheel. [2020-09-24T16:50:44.675Z] #17 31.56 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-24T16:50:44.675Z] #17 31.56 Unpacking python3-wheel (0.32.3-2) ... [2020-09-24T16:50:44.675Z] #17 31.70 Selecting previously unselected package sudo. [2020-09-24T16:50:44.675Z] #17 31.70 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-09-24T16:50:44.675Z] #17 31.72 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:44.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T16:50:45.044Z] #17 44.42 Selecting previously unselected package thin-provisioning-tools. [2020-09-24T16:50:45.044Z] #17 44.44 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-24T16:50:45.044Z] #17 44.44 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:45.252Z] #17 32.14 Selecting previously unselected package thin-provisioning-tools. [2020-09-24T16:50:45.252Z] #17 32.15 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-09-24T16:50:45.252Z] #17 32.16 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:45.300Z] #17 44.69 Selecting previously unselected package uidmap. [2020-09-24T16:50:45.300Z] #17 44.71 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-24T16:50:45.300Z] #17 44.77 Unpacking uidmap (1:4.5-1.1) ... [2020-09-24T16:50:45.300Z] #17 ... [2020-09-24T16:50:45.300Z] [2020-09-24T16:50:45.300Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:45.300Z] #39 88.29 CC criu/bitmap.o [2020-09-24T16:50:45.300Z] #39 88.43 CC criu/cgroup-props.o [2020-09-24T16:50:45.300Z] #39 89.09 CC criu/cgroup.o [2020-09-24T16:50:45.300Z] #39 91.52 CC criu/clone-noasan.o [2020-09-24T16:50:45.300Z] #39 91.71 CC criu/config.o [2020-09-24T16:50:45.300Z] #39 92.93 CC criu/cr-check.o [2020-09-24T16:50:45.300Z] #39 94.44 CC criu/cr-dedup.o [2020-09-24T16:50:45.300Z] #39 94.77 CC criu/cr-dump.o [2020-09-24T16:50:45.300Z] #39 96.85 CC criu/cr-errno.o [2020-09-24T16:50:45.300Z] #39 96.89 CC criu/cr-restore.o [2020-09-24T16:50:45.525Z] #17 32.40 Selecting previously unselected package uidmap. [2020-09-24T16:50:45.525Z] #17 32.41 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-09-24T16:50:45.525Z] #17 32.42 Unpacking uidmap (1:4.5-1.1) ... [2020-09-24T16:50:45.525Z] #17 32.56 Selecting previously unselected package vim-runtime. [2020-09-24T16:50:45.525Z] #17 32.56 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:45.525Z] #17 32.62 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-24T16:50:45.525Z] #17 32.64 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-24T16:50:45.557Z] #39 ... [2020-09-24T16:50:45.557Z] [2020-09-24T16:50:45.557Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:45.557Z] #17 44.88 Selecting previously unselected package vim-runtime. [2020-09-24T16:50:45.557Z] #17 44.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:45.557Z] #17 44.94 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-24T16:50:45.557Z] #17 44.95 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-24T16:50:45.557Z] #17 44.97 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:45.789Z] #17 32.66 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:46.110Z] 4612f6d0b889: Pull complete [2020-09-24T16:50:47.374Z] #17 43.10 Selecting previously unselected package libnet1:amd64. [2020-09-24T16:50:47.374Z] #17 43.10 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-09-24T16:50:47.374Z] #17 43.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:47.374Z] #17 43.27 Selecting previously unselected package libnl-3-200:amd64. [2020-09-24T16:50:47.374Z] #17 43.27 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-09-24T16:50:47.374Z] #17 43.27 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:50:47.374Z] #17 43.38 Selecting previously unselected package libprotobuf-c1:amd64. [2020-09-24T16:50:47.374Z] #17 43.38 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-09-24T16:50:47.374Z] #17 43.39 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:50:47.374Z] #17 43.44 Selecting previously unselected package libreadline5:amd64. [2020-09-24T16:50:47.374Z] #17 43.45 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-09-24T16:50:47.374Z] #17 43.45 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:47.647Z] #17 43.62 Selecting previously unselected package net-tools. [2020-09-24T16:50:47.647Z] #17 43.64 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-09-24T16:50:47.647Z] #17 43.65 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:47.647Z] #17 ... [2020-09-24T16:50:47.647Z] [2020-09-24T16:50:47.647Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:47.647Z] #39 90.13 CC criu/clone-noasan.o [2020-09-24T16:50:47.647Z] #39 90.38 CC criu/config.o [2020-09-24T16:50:47.647Z] #39 91.68 CC criu/cr-check.o [2020-09-24T16:50:47.647Z] #39 93.49 CC criu/cr-dedup.o [2020-09-24T16:50:47.647Z] #39 93.85 CC criu/cr-dump.o [2020-09-24T16:50:47.647Z] #39 95.62 CC criu/cr-errno.o [2020-09-24T16:50:47.647Z] #39 95.75 CC criu/cr-restore.o [2020-09-24T16:50:47.647Z] #39 99.91 CC criu/cr-service.o [2020-09-24T16:50:47.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T16:50:47.910Z] #39 ... [2020-09-24T16:50:47.910Z] [2020-09-24T16:50:47.910Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:47.910Z] #17 43.88 Selecting previously unselected package python-pip-whl. [2020-09-24T16:50:47.910Z] #17 43.89 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-09-24T16:50:47.910Z] #17 43.89 Unpacking python-pip-whl (18.1-5) ... [2020-09-24T16:50:48.348Z] #17 ... [2020-09-24T16:50:48.348Z] [2020-09-24T16:50:48.348Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:48.348Z] #39 66.32 CC criu/bfd.o [2020-09-24T16:50:48.348Z] #39 66.76 CC criu/bitmap.o [2020-09-24T16:50:48.348Z] #39 66.96 CC criu/cgroup-props.o [2020-09-24T16:50:48.348Z] #39 67.50 CC criu/cgroup.o [2020-09-24T16:50:48.348Z] #39 69.76 CC criu/clone-noasan.o [2020-09-24T16:50:48.348Z] #39 70.06 CC criu/config.o [2020-09-24T16:50:48.348Z] #39 71.35 CC criu/cr-check.o [2020-09-24T16:50:48.348Z] #39 72.71 CC criu/cr-dedup.o [2020-09-24T16:50:48.348Z] #39 73.15 CC criu/cr-dump.o [2020-09-24T16:50:48.348Z] #39 75.26 CC criu/cr-errno.o [2020-09-24T16:50:48.348Z] #39 75.40 CC criu/cr-restore.o [2020-09-24T16:50:48.348Z] #39 ... [2020-09-24T16:50:48.348Z] [2020-09-24T16:50:48.348Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:48.348Z] #17 35.33 Selecting previously unselected package vim. [2020-09-24T16:50:48.348Z] #17 35.34 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-09-24T16:50:48.348Z] #17 35.36 Unpacking vim (2:8.1.0875-5) ... [2020-09-24T16:50:48.481Z] #17 44.55 Selecting previously unselected package python3-lib2to3. [2020-09-24T16:50:48.481Z] #17 44.56 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-09-24T16:50:48.481Z] #17 44.58 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:50:48.740Z] #17 44.70 Selecting previously unselected package python3-distutils. [2020-09-24T16:50:48.740Z] #17 44.72 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-09-24T16:50:48.740Z] #17 44.73 Unpacking python3-distutils (3.7.3-1) ... [2020-09-24T16:50:48.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T16:50:48.829Z] #17 48.00 Selecting previously unselected package vim. [2020-09-24T16:50:48.829Z] #17 48.00 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:50:48.829Z] #17 48.03 Unpacking vim (2:8.1.0875-5) ... [2020-09-24T16:50:48.925Z] #17 35.98 Selecting previously unselected package xfsprogs. [2020-09-24T16:50:48.925Z] #17 35.98 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-09-24T16:50:48.925Z] #17 35.99 Unpacking xfsprogs (4.20.0-1) ... [2020-09-24T16:50:49.001Z] #17 44.86 Selecting previously unselected package python3-pip. [2020-09-24T16:50:49.001Z] #17 44.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-09-24T16:50:49.001Z] #17 44.87 Unpacking python3-pip (18.1-5) ... [2020-09-24T16:50:49.001Z] #17 45.02 Selecting previously unselected package python3-pkg-resources. [2020-09-24T16:50:49.001Z] #17 45.03 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-09-24T16:50:49.001Z] #17 45.03 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:50:49.085Z] #17 48.53 Selecting previously unselected package xfsprogs. [2020-09-24T16:50:49.085Z] #17 48.54 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-24T16:50:49.085Z] #17 48.55 Unpacking xfsprogs (4.20.0-1) ... [2020-09-24T16:50:49.261Z] #17 45.18 Selecting previously unselected package python3-setuptools. [2020-09-24T16:50:49.261Z] #17 45.18 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-09-24T16:50:49.261Z] #17 45.18 Unpacking python3-setuptools (40.8.0-1) ... [2020-09-24T16:50:49.502Z] #17 36.48 Selecting previously unselected package zip. [2020-09-24T16:50:49.502Z] #17 36.50 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-09-24T16:50:49.502Z] #17 36.51 Unpacking zip (3.0-11+b1) ... [2020-09-24T16:50:49.522Z] #17 45.42 Selecting previously unselected package python3-wheel. [2020-09-24T16:50:49.522Z] #17 45.44 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-09-24T16:50:49.522Z] #17 45.44 Unpacking python3-wheel (0.32.3-2) ... [2020-09-24T16:50:49.522Z] #17 45.52 Selecting previously unselected package sudo. [2020-09-24T16:50:49.522Z] #17 45.53 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-09-24T16:50:49.522Z] #17 45.54 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:49.648Z] #17 49.04 Selecting previously unselected package zip. [2020-09-24T16:50:49.648Z] #17 49.04 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-24T16:50:49.648Z] #17 49.05 Unpacking zip (3.0-11+b1) ... [2020-09-24T16:50:49.767Z] #17 36.71 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:49.767Z] #17 36.75 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:49.767Z] #17 36.77 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:49.767Z] #17 36.79 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:49.767Z] #17 36.81 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-09-24T16:50:49.767Z] #17 36.82 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:49.767Z] #17 36.83 Setting up uidmap (1:4.5-1.1) ... [2020-09-24T16:50:49.767Z] #17 36.85 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-09-24T16:50:49.767Z] #17 36.86 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:49.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T16:50:49.905Z] #17 49.26 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:49.905Z] #17 49.27 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:49.905Z] #17 49.28 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:49.905Z] #17 49.29 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:49.905Z] #17 49.30 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-24T16:50:49.905Z] #17 49.32 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:49.905Z] #17 49.33 Setting up uidmap (1:4.5-1.1) ... [2020-09-24T16:50:49.905Z] #17 49.34 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-24T16:50:49.905Z] #17 49.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:50.031Z] #17 36.89 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:50.031Z] #17 36.90 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-09-24T16:50:50.031Z] #17 36.91 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-09-24T16:50:50.031Z] #17 36.93 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:50:50.031Z] #17 36.94 Setting up zip (3.0-11+b1) ... [2020-09-24T16:50:50.031Z] #17 36.96 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:50.031Z] #17 37.02 Setting up bash-completion (1:2.8-6) ... [2020-09-24T16:50:50.092Z] #17 45.99 Selecting previously unselected package thin-provisioning-tools. [2020-09-24T16:50:50.092Z] #17 46.00 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-09-24T16:50:50.092Z] #17 46.00 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:50.162Z] #17 49.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:50.162Z] #17 49.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:50:50.162Z] #17 49.39 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:50:50.162Z] #17 49.41 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:50:50.162Z] #17 49.42 Setting up zip (3.0-11+b1) ... [2020-09-24T16:50:50.162Z] #17 49.44 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:50.162Z] #17 49.46 Setting up bash-completion (1:2.8-6) ... [2020-09-24T16:50:50.353Z] #17 46.20 Selecting previously unselected package uidmap. [2020-09-24T16:50:50.353Z] #17 46.20 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-09-24T16:50:50.353Z] #17 46.21 Unpacking uidmap (1:4.5-1.1) ... [2020-09-24T16:50:50.353Z] #17 46.33 Selecting previously unselected package vim-runtime. [2020-09-24T16:50:50.353Z] #17 46.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-09-24T16:50:50.353Z] #17 46.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-09-24T16:50:50.353Z] #17 46.38 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-09-24T16:50:50.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T16:50:50.613Z] #17 46.40 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:51.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T16:50:52.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T16:50:52.683Z] #17 52.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:52.683Z] #17 52.05 Setting up xz-utils (5.2.4-1) ... [2020-09-24T16:50:52.683Z] #17 52.06 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-24T16:50:52.683Z] #17 52.08 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:52.683Z] #17 52.16 invoke-rc.d: could not determine current runlevel [2020-09-24T16:50:52.683Z] #17 52.18 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-24T16:50:52.683Z] #17 52.18 Setting up pigz (2.4-1) ... [2020-09-24T16:50:52.683Z] #17 52.19 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-24T16:50:52.683Z] #17 52.22 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:50:52.683Z] #17 52.25 Setting up python-pip-whl (18.1-5) ... [2020-09-24T16:50:52.683Z] #17 52.26 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-24T16:50:52.940Z] #17 52.28 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:52.993Z] ok github.com/docker/docker/pkg/plugins 33.633s coverage: 76.6% of statements [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/rootless [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/volume [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-24T16:50:52.993Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === Skipped [2020-09-24T16:50:52.993Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-24T16:50:52.993Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-24T16:50:52.993Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-24T16:50:52.993Z] time="2020-09-24T16:49:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-24T16:50:52.993Z] time="2020-09-24T16:49:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-24T16:50:52.993Z] time="2020-09-24T16:49:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-24T16:50:52.993Z] time="2020-09-24T16:49:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-24T16:50:52.993Z] time="2020-09-24T16:49:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-24T16:50:52.993Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-24T16:50:52.993Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-24T16:50:52.993Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:50:52.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-24T16:50:52.993Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-24T16:50:52.993Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-24T16:50:52.993Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] [2020-09-24T16:50:52.993Z] DONE 2139 tests, 26 skipped in 258.384s [2020-09-24T16:50:53.373Z] #17 39.89 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-09-24T16:50:53.373Z] #17 39.90 Setting up xz-utils (5.2.4-1) ... [2020-09-24T16:50:53.373Z] #17 39.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-24T16:50:53.373Z] #17 39.94 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:53.373Z] #17 40.07 invoke-rc.d: could not determine current runlevel [2020-09-24T16:50:53.373Z] #17 40.08 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-24T16:50:53.373Z] #17 40.11 Setting up pigz (2.4-1) ... [2020-09-24T16:50:53.373Z] #17 40.13 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-09-24T16:50:53.373Z] #17 40.16 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-09-24T16:50:53.373Z] #17 40.18 Setting up python-pip-whl (18.1-5) ... [2020-09-24T16:50:53.373Z] #17 40.20 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-09-24T16:50:53.373Z] #17 40.22 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:53.478Z] #17 52.69 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-24T16:50:53.478Z] #17 52.71 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:50:53.478Z] #17 52.72 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:53.478Z] #17 52.78 Setting up vim (2:8.1.0875-5) ... [2020-09-24T16:50:53.478Z] #17 52.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-24T16:50:53.478Z] #17 52.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-24T16:50:53.478Z] #17 52.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-24T16:50:53.478Z] #17 52.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-24T16:50:53.478Z] #17 52.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-24T16:50:53.478Z] #17 52.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-24T16:50:53.478Z] #17 52.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-24T16:50:53.478Z] #17 52.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-24T16:50:53.478Z] #17 52.90 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:53.478Z] #17 52.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:53.478Z] #17 52.93 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-24T16:50:53.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T16:50:53.640Z] #17 40.59 Setting up libaio1:arm64 (0.3.112-3) ... [2020-09-24T16:50:53.640Z] #17 40.61 Setting up libonig5:arm64 (6.9.1-1) ... [2020-09-24T16:50:53.640Z] #17 40.63 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:53.640Z] #17 40.66 Setting up vim (2:8.1.0875-5) ... [2020-09-24T16:50:53.640Z] #17 40.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-24T16:50:53.640Z] #17 40.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode Post stage [Pipeline] junit [2020-09-24T16:50:53.685Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:50:53.689Z] Recording test results [2020-09-24T16:50:53.734Z] #17 52.95 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:53.734Z] #17 52.96 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-24T16:50:53.734Z] #17 52.98 Setting up python3.7 (3.7.3-2+deb10u2) ... [Pipeline] } [Pipeline] // stage [2020-09-24T16:50:53.903Z] #17 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-24T16:50:53.903Z] #17 40.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-24T16:50:53.903Z] #17 40.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-24T16:50:53.903Z] #17 40.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-24T16:50:53.904Z] #17 40.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-24T16:50:53.904Z] #17 40.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-24T16:50:53.904Z] #17 40.77 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:53.904Z] #17 40.86 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:53.904Z] #17 40.88 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-09-24T16:50:53.904Z] #17 40.90 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:53.904Z] #17 40.91 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-09-24T16:50:53.904Z] #17 40.92 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:53.911Z] #17 49.51 Selecting previously unselected package vim. [2020-09-24T16:50:53.911Z] #17 49.52 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-09-24T16:50:53.911Z] #17 49.55 Unpacking vim (2:8.1.0875-5) ... [Pipeline] stage [Pipeline] { (Integration tests) [2020-09-24T16:50:53.940Z] [2020-09-24T16:50:53.940Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:50:54.172Z] #17 50.07 Selecting previously unselected package xfsprogs. [2020-09-24T16:50:54.172Z] #17 50.11 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-09-24T16:50:54.172Z] #17 50.11 Unpacking xfsprogs (4.20.0-1) ... [2020-09-24T16:50:54.325Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -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:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary test-integration [2020-09-24T16:50:54.479Z] #17 ... [2020-09-24T16:50:54.479Z] [2020-09-24T16:50:54.479Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:50:54.479Z] #49 50.92 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-24T16:50:54.535Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-24T16:50:54.541Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-09-24T16:50:54.541Z] Using test binary docker [2020-09-24T16:50:54.541Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-24T16:50:54.541Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:50:54.541Z] INFO: Waiting for daemon to start... [2020-09-24T16:50:54.541Z] Starting dockerd [2020-09-24T16:50:54.621Z] [2020-09-24T16:50:54.621Z] Removing bundles/ [2020-09-24T16:50:54.621Z] [2020-09-24T16:50:54.621Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-24T16:50:54.621Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:50:54.621Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:50:54.743Z] #17 50.57 Selecting previously unselected package zip. [2020-09-24T16:50:54.743Z] #17 50.58 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-09-24T16:50:54.743Z] #17 50.59 Unpacking zip (3.0-11+b1) ... [2020-09-24T16:50:54.743Z] #17 50.79 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-09-24T16:50:55.004Z] #17 50.81 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-09-24T16:50:55.004Z] #17 50.82 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:55.004Z] #17 50.84 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-09-24T16:50:55.004Z] #17 50.85 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-09-24T16:50:55.004Z] #17 50.87 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:55.004Z] #17 50.89 Setting up uidmap (1:4.5-1.1) ... [2020-09-24T16:50:55.004Z] #17 50.90 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-09-24T16:50:55.004Z] #17 50.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-09-24T16:50:55.004Z] #17 50.93 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-09-24T16:50:55.004Z] #17 50.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-09-24T16:50:55.004Z] #17 50.96 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-09-24T16:50:55.004Z] #17 51.00 Setting up xxd (2:8.1.0875-5) ... [2020-09-24T16:50:55.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T16:50:55.265Z] #17 51.01 Setting up zip (3.0-11+b1) ... [2020-09-24T16:50:55.265Z] #17 51.02 Setting up vim-common (2:8.1.0875-5) ... [2020-09-24T16:50:55.265Z] #17 51.05 Setting up bash-completion (1:2.8-6) ... [2020-09-24T16:50:56.223Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T16:50:56.224Z] Using test binary docker [2020-09-24T16:50:56.224Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-24T16:50:56.224Z] +++ /etc/init.d/apparmor start [2020-09-24T16:50:56.224Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:50:56.224Z] INFO: Waiting for daemon to start... [2020-09-24T16:50:56.224Z] Starting dockerd [2020-09-24T16:50:56.224Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-09-24T16:50:56.438Z] #49 52.72 + mkdir -p /build [2020-09-24T16:50:56.438Z] #49 52.72 + cp runc /build/runc [2020-09-24T16:50:56.469Z] . [2020-09-24T16:50:56.469Z] INFO: Building docker-sdk-python3:4.3.0... [2020-09-24T16:50:57.007Z] #17 55.82 Setting up iptables (1.8.2-4) ... [2020-09-24T16:50:57.007Z] #17 55.84 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.84 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.86 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.87 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.87 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.88 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-24T16:50:57.007Z] #17 55.89 Setting up python3 (3.7.3-1) ... [2020-09-24T16:50:57.007Z] #17 56.28 Setting up python3-wheel (0.32.3-2) ... [2020-09-24T16:50:57.808Z] #17 53.60 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-09-24T16:50:57.809Z] #17 53.61 Setting up xz-utils (5.2.4-1) ... [2020-09-24T16:50:57.809Z] #17 53.63 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-09-24T16:50:57.809Z] #17 53.65 Setting up sudo (1.8.27-1+deb10u2) ... [2020-09-24T16:50:57.809Z] #17 53.73 invoke-rc.d: could not determine current runlevel [2020-09-24T16:50:57.809Z] #17 53.74 invoke-rc.d: policy-rc.d denied execution of start. [2020-09-24T16:50:57.809Z] #17 53.75 Setting up pigz (2.4-1) ... [2020-09-24T16:50:57.809Z] #17 53.76 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-09-24T16:50:57.809Z] #17 53.78 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-09-24T16:50:57.809Z] #17 53.80 Setting up python-pip-whl (18.1-5) ... [2020-09-24T16:50:57.809Z] #17 53.81 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-09-24T16:50:57.809Z] #17 53.82 Setting up vim-runtime (2:8.1.0875-5) ... [2020-09-24T16:50:57.839Z] #49 DONE 54.2s [2020-09-24T16:50:57.839Z] [2020-09-24T16:50:57.839Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:57.839Z] #17 43.10 Setting up iptables (1.8.2-4) ... [2020-09-24T16:50:57.839Z] #17 43.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-24T16:50:57.839Z] #17 43.21 Setting up python3 (3.7.3-1) ... [2020-09-24T16:50:57.839Z] #17 44.09 Setting up python3-wheel (0.32.3-2) ... [2020-09-24T16:50:57.839Z] #17 44.72 Setting up apparmor (2.13.2-10) ... [2020-09-24T16:50:57.875Z] #17 57.02 Setting up apparmor (2.13.2-10) ... [2020-09-24T16:50:58.308Z] . [2020-09-24T16:50:58.308Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T16:50:58.308Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T16:50:58.308Z] Error: No such image: emptyfs [2020-09-24T16:50:58.308Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T16:50:58.308Z] ++++ docker load [2020-09-24T16:50:58.392Z] #17 54.31 Setting up libaio1:amd64 (0.3.112-3) ... [2020-09-24T16:50:58.392Z] #17 54.35 Setting up libonig5:amd64 (6.9.1-1) ... [2020-09-24T16:50:58.392Z] #17 54.36 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:58.392Z] #17 54.38 Setting up vim (2:8.1.0875-5) ... [2020-09-24T16:50:58.392Z] #17 54.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-09-24T16:50:58.392Z] #17 54.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-09-24T16:50:58.392Z] #17 54.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-09-24T16:50:58.392Z] #17 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-09-24T16:50:58.392Z] #17 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-09-24T16:50:58.438Z] #17 ... [2020-09-24T16:50:58.438Z] [2020-09-24T16:50:58.438Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:58.438Z] #39 101.1 CC criu/cr-service.o [2020-09-24T16:50:58.438Z] #39 102.6 CC criu/crtools.o [2020-09-24T16:50:58.438Z] #39 103.2 CC criu/eventfd.o [2020-09-24T16:50:58.438Z] #39 103.6 CC criu/eventpoll.o [2020-09-24T16:50:58.438Z] #39 104.5 CC criu/external.o [2020-09-24T16:50:58.438Z] #39 104.8 CC criu/fault-injection.o [2020-09-24T16:50:58.438Z] #39 104.9 CC criu/fdstore.o [2020-09-24T16:50:58.438Z] #39 105.3 CC criu/fifo.o [2020-09-24T16:50:58.438Z] #39 105.7 CC criu/file-ids.o [2020-09-24T16:50:58.438Z] #39 106.1 CC criu/file-lock.o [2020-09-24T16:50:58.438Z] #39 107.0 CC criu/files-ext.o [2020-09-24T16:50:58.438Z] #39 107.2 CC criu/files-reg.o [2020-09-24T16:50:58.438Z] #39 109.5 CC criu/files.o [2020-09-24T16:50:58.438Z] #39 111.3 CC criu/filesystems.o [2020-09-24T16:50:58.598Z] Running integration-test (iteration 1) [2020-09-24T16:50:58.598Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-09-24T16:50:58.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:50:58.598Z] ++ set -e [2020-09-24T16:50:58.598Z] ++ '[' -n 0 ']' [2020-09-24T16:50:58.598Z] ++ set -x [2020-09-24T16:50:58.598Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:50:58.653Z] #17 54.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-09-24T16:50:58.653Z] #17 54.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-09-24T16:50:58.653Z] #17 54.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-09-24T16:50:58.653Z] #17 54.55 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-09-24T16:50:58.653Z] #17 54.56 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-09-24T16:50:58.653Z] #17 54.58 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-09-24T16:50:58.653Z] #17 54.59 Setting up jq (1.5+dfsg-2+b1) ... [2020-09-24T16:50:58.913Z] #17 54.72 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-09-24T16:50:58.913Z] #17 54.73 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-09-24T16:50:59.000Z] #39 111.9 CC criu/fsnotify.o [2020-09-24T16:50:59.174Z] #17 ... [2020-09-24T16:50:59.174Z] [2020-09-24T16:50:59.174Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:50:59.174Z] #39 101.6 CC criu/crtools.o [2020-09-24T16:50:59.174Z] #39 102.2 CC criu/eventfd.o [2020-09-24T16:50:59.174Z] #39 102.5 CC criu/eventpoll.o [2020-09-24T16:50:59.174Z] #39 103.2 CC criu/external.o [2020-09-24T16:50:59.174Z] #39 103.5 CC criu/fault-injection.o [2020-09-24T16:50:59.174Z] #39 103.7 CC criu/fdstore.o [2020-09-24T16:50:59.174Z] #39 104.1 CC criu/fifo.o [2020-09-24T16:50:59.174Z] #39 104.5 CC criu/file-ids.o [2020-09-24T16:50:59.174Z] #39 104.8 CC criu/file-lock.o [2020-09-24T16:50:59.174Z] #39 105.6 CC criu/files-ext.o [2020-09-24T16:50:59.174Z] #39 106.0 CC criu/files-reg.o [2020-09-24T16:50:59.174Z] #39 108.0 CC criu/files.o [2020-09-24T16:50:59.174Z] #39 110.0 CC criu/filesystems.o [2020-09-24T16:50:59.174Z] #39 110.8 CC criu/fsnotify.o [2020-09-24T16:50:59.434Z] #39 111.9 CC criu/image-desc.o [2020-09-24T16:50:59.434Z] #39 112.0 CC criu/image.o [2020-09-24T16:50:59.563Z] #39 ... [2020-09-24T16:50:59.563Z] [2020-09-24T16:50:59.563Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:50:59.563Z] #17 58.83 Setting up xfsprogs (4.20.0-1) ... [2020-09-24T16:50:59.563Z] #17 58.85 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:50:59.762Z] #17 46.51 Setting up xfsprogs (4.20.0-1) ... [2020-09-24T16:50:59.762Z] #17 46.73 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:50:59.820Z] #17 59.23 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:51:00.024Z] #17 47.14 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:51:00.287Z] #17 ... [2020-09-24T16:51:00.287Z] [2020-09-24T16:51:00.287Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:00.287Z] #39 78.70 CC criu/cr-service.o [2020-09-24T16:51:00.287Z] #39 80.13 CC criu/crtools.o [2020-09-24T16:51:00.287Z] #39 80.58 CC criu/eventfd.o [2020-09-24T16:51:00.287Z] #39 80.79 CC criu/eventpoll.o [2020-09-24T16:51:00.287Z] #39 81.45 CC criu/external.o [2020-09-24T16:51:00.287Z] #39 81.72 CC criu/fault-injection.o [2020-09-24T16:51:00.287Z] #39 81.84 CC criu/fdstore.o [2020-09-24T16:51:00.287Z] #39 82.37 CC criu/fifo.o [2020-09-24T16:51:00.287Z] #39 82.85 CC criu/file-ids.o [2020-09-24T16:51:00.287Z] #39 83.22 CC criu/file-lock.o [2020-09-24T16:51:00.287Z] #39 83.87 CC criu/files-ext.o [2020-09-24T16:51:00.287Z] #39 84.16 CC criu/files-reg.o [2020-09-24T16:51:00.287Z] #39 85.78 CC criu/files.o [2020-09-24T16:51:00.287Z] #39 87.33 CC criu/filesystems.o [2020-09-24T16:51:00.287Z] #39 87.99 CC criu/fsnotify.o [2020-09-24T16:51:00.287Z] #39 88.69 CC criu/image-desc.o [2020-09-24T16:51:00.376Z] #39 112.9 CC criu/ipc_ns.o [2020-09-24T16:51:00.554Z] #39 88.84 CC criu/image.o [2020-09-24T16:51:00.749Z] #17 60.06 Setting up python3-distutils (3.7.3-1) ... [2020-09-24T16:51:00.817Z] #39 ... [2020-09-24T16:51:00.817Z] [2020-09-24T16:51:00.817Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:51:00.817Z] #17 47.80 Setting up python3-distutils (3.7.3-1) ... [2020-09-24T16:51:01.080Z] #17 48.17 Setting up python3-setuptools (40.8.0-1) ... [2020-09-24T16:51:01.312Z] #17 60.71 Setting up python3-setuptools (40.8.0-1) ... [2020-09-24T16:51:01.760Z] #39 ... [2020-09-24T16:51:01.760Z] [2020-09-24T16:51:01.760Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:51:01.760Z] #17 57.53 Setting up iptables (1.8.2-4) ... [2020-09-24T16:51:01.760Z] #17 57.55 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.56 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.58 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.62 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-09-24T16:51:01.760Z] #17 57.63 Setting up python3 (3.7.3-1) ... [2020-09-24T16:51:02.035Z] #17 49.06 Setting up python3-pip (18.1-5) ... [2020-09-24T16:51:02.331Z] #17 58.07 Setting up python3-wheel (0.32.3-2) ... [2020-09-24T16:51:02.611Z] #17 49.71 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:51:02.611Z] #17 49.73 Processing triggers for mime-support (3.62) ... [2020-09-24T16:51:02.680Z] #17 61.91 Setting up python3-pip (18.1-5) ... [2020-09-24T16:51:02.889Z] #17 DONE 50.1s [2020-09-24T16:51:02.889Z] [2020-09-24T16:51:02.889Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:02.889Z] #39 89.62 CC criu/ipc_ns.o [2020-09-24T16:51:02.889Z] #39 90.45 CC criu/irmap.o [2020-09-24T16:51:02.889Z] #39 90.83 CC criu/kcmp-ids.o [2020-09-24T16:51:02.889Z] #39 91.02 CC criu/kerndat.o [2020-09-24T16:51:02.903Z] #17 58.77 Setting up apparmor (2.13.2-10) ... [2020-09-24T16:51:03.468Z] #39 92.01 CC criu/libnetlink.o [2020-09-24T16:51:03.610Z] #17 62.88 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:51:03.610Z] #17 62.91 Processing triggers for mime-support (3.62) ... [2020-09-24T16:51:04.088Z] #39 92.29 CC criu/log.o [2020-09-24T16:51:04.403Z] #39 92.67 CC criu/lsm.o [2020-09-24T16:51:04.403Z] #39 ... [2020-09-24T16:51:04.403Z] [2020-09-24T16:51:04.403Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:51:04.403Z] #18 1.186 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-24T16:51:04.403Z] #18 1.206 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-24T16:51:04.403Z] #18 1.212 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-24T16:51:04.403Z] #18 DONE 1.4s [2020-09-24T16:51:04.541Z] #17 DONE 63.8s [2020-09-24T16:51:04.541Z] [2020-09-24T16:51:04.541Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:51:04.686Z] [2020-09-24T16:51:04.686Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:04.686Z] #39 92.96 CC criu/mem.o [2020-09-24T16:51:04.813Z] #17 60.58 Setting up xfsprogs (4.20.0-1) ... [2020-09-24T16:51:04.813Z] #17 60.60 Setting up python3-lib2to3 (3.7.3-1) ... [2020-09-24T16:51:05.074Z] #17 61.04 Setting up python3-pkg-resources (40.8.0-1) ... [2020-09-24T16:51:05.471Z] #18 0.988 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-24T16:51:05.472Z] #18 0.990 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-24T16:51:05.472Z] #18 0.994 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-24T16:51:05.472Z] #18 DONE 1.0s [2020-09-24T16:51:05.472Z] [2020-09-24T16:51:05.472Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:06.015Z] #17 61.91 Setting up python3-distutils (3.7.3-1) ... [2020-09-24T16:51:06.130Z] #39 94.38 CC criu/memfd.o [2020-09-24T16:51:06.392Z] #39 94.84 CC criu/mount.o [2020-09-24T16:51:06.585Z] #17 62.44 Setting up python3-setuptools (40.8.0-1) ... [2020-09-24T16:51:07.528Z] #17 63.56 Setting up python3-pip (18.1-5) ... [2020-09-24T16:51:08.469Z] #17 ... [2020-09-24T16:51:08.469Z] [2020-09-24T16:51:08.469Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:08.469Z] #45 194.9 + cd /tmp/tmp.heYosLox0i/src/github.com/golangci/golangci-lint/ [2020-09-24T16:51:08.469Z] #45 194.9 + git checkout -q v1.23.8 [2020-09-24T16:51:08.961Z] Loaded image: buildpack-deps:buster [2020-09-24T16:51:08.961Z] Loaded image: busybox:latest [2020-09-24T16:51:08.961Z] Loaded image: busybox:glibc [2020-09-24T16:51:08.961Z] Loaded image: debian:buster [2020-09-24T16:51:08.961Z] Loaded image: hello-world:latest [2020-09-24T16:51:08.961Z] INFO: Testing against a local daemon [2020-09-24T16:51:08.961Z] === RUN TestCgroupNamespacesBuild [2020-09-24T16:51:09.040Z] #45 195.7 ++ git describe --tags [2020-09-24T16:51:09.040Z] #45 195.7 + version=v1.23.8 [2020-09-24T16:51:09.040Z] #45 195.7 ++ git rev-parse --short HEAD [2020-09-24T16:51:09.040Z] #45 195.7 + commit=76a82c6 [2020-09-24T16:51:09.040Z] #45 195.7 ++ git show -s --format=%cd [2020-09-24T16:51:09.040Z] #45 195.7 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-24T16:51:09.040Z] #45 195.7 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:51:09.705Z] #39 97.64 CC criu/namespaces.o [2020-09-24T16:51:09.968Z] #39 ... [2020-09-24T16:51:09.968Z] [2020-09-24T16:51:09.968Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:09.968Z] #45 170.2 + cd /tmp/tmp.O3CdCkNzPJ/src/github.com/golangci/golangci-lint/ [2020-09-24T16:51:09.968Z] #45 170.2 + git checkout -q v1.23.8 [2020-09-24T16:51:09.981Z] #45 ... [2020-09-24T16:51:09.981Z] [2020-09-24T16:51:09.981Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-09-24T16:51:09.981Z] #17 64.63 Processing triggers for libc-bin (2.28-10) ... [2020-09-24T16:51:09.981Z] #17 64.68 Processing triggers for mime-support (3.62) ... [2020-09-24T16:51:09.981Z] #17 DONE 65.8s [2020-09-24T16:51:09.981Z] [2020-09-24T16:51:09.981Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-09-24T16:51:09.995Z] --- PASS: TestCgroupNamespacesBuild (2.02s) [2020-09-24T16:51:09.995Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-24T16:51:10.230Z] #45 170.6 ++ git describe --tags [2020-09-24T16:51:10.230Z] #45 170.6 + version=v1.23.8 [2020-09-24T16:51:10.230Z] #45 170.6 ++ git rev-parse --short HEAD [2020-09-24T16:51:10.230Z] #45 170.6 + commit=76a82c6 [2020-09-24T16:51:10.230Z] #45 170.6 ++ git show -s --format=%cd [2020-09-24T16:51:10.231Z] #45 170.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-24T16:51:10.231Z] #45 170.6 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:51:10.722Z] #19 ... [2020-09-24T16:51:10.722Z] [2020-09-24T16:51:10.722Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:10.722Z] #39 113.2 CC criu/image-desc.o [2020-09-24T16:51:10.722Z] #39 113.3 CC criu/image.o [2020-09-24T16:51:10.722Z] #39 114.2 CC criu/ipc_ns.o [2020-09-24T16:51:10.722Z] #39 115.4 CC criu/irmap.o [2020-09-24T16:51:10.722Z] #39 116.1 CC criu/kcmp-ids.o [2020-09-24T16:51:10.722Z] #39 116.4 CC criu/kerndat.o [2020-09-24T16:51:10.722Z] #39 117.3 CC criu/libnetlink.o [2020-09-24T16:51:10.722Z] #39 117.8 CC criu/log.o [2020-09-24T16:51:10.722Z] #39 118.7 CC criu/lsm.o [2020-09-24T16:51:10.722Z] #39 119.2 CC criu/mem.o [2020-09-24T16:51:10.722Z] #39 121.1 CC criu/memfd.o [2020-09-24T16:51:10.722Z] #39 121.8 CC criu/mount.o [2020-09-24T16:51:10.722Z] #39 ... [2020-09-24T16:51:10.722Z] [2020-09-24T16:51:10.722Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:10.722Z] #45 195.0 + cd /tmp/tmp.E0TeyYTQtu/src/github.com/golangci/golangci-lint/ [2020-09-24T16:51:10.722Z] #45 195.0 + git checkout -q v1.23.8 [2020-09-24T16:51:10.722Z] #45 195.9 ++ git describe --tags [2020-09-24T16:51:10.722Z] #45 195.9 + version=v1.23.8 [2020-09-24T16:51:10.722Z] #45 195.9 ++ git rev-parse --short HEAD [2020-09-24T16:51:10.722Z] #45 195.9 + commit=76a82c6 [2020-09-24T16:51:10.722Z] #45 195.9 ++ git show -s --format=%cd [2020-09-24T16:51:10.722Z] #45 195.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-09-24T16:51:10.722Z] #45 195.9 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-09-24T16:51:10.923Z] #18 0.945 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-09-24T16:51:10.923Z] #18 0.946 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-09-24T16:51:10.923Z] #18 0.949 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-09-24T16:51:10.923Z] #18 DONE 1.0s [2020-09-24T16:51:10.923Z] [2020-09-24T16:51:10.923Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:11.498Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.77s) [2020-09-24T16:51:11.498Z] === RUN TestBuildWithSession [2020-09-24T16:51:11.498Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:51:11.498Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:51:11.498Z] === RUN TestBuildSquashParent [2020-09-24T16:51:11.864Z] #19 ... [2020-09-24T16:51:11.864Z] [2020-09-24T16:51:11.864Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:11.864Z] #36 188.1 + dpkg --print-architecture [2020-09-24T16:51:11.864Z] #36 188.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-24T16:51:11.864Z] #36 188.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-24T16:51:11.864Z] #36 188.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-24T16:51:11.864Z] #36 ... [2020-09-24T16:51:11.864Z] [2020-09-24T16:51:11.864Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:11.864Z] #39 114.1 CC criu/irmap.o [2020-09-24T16:51:11.864Z] #39 114.7 CC criu/kcmp-ids.o [2020-09-24T16:51:11.864Z] #39 115.0 CC criu/kerndat.o [2020-09-24T16:51:11.864Z] #39 116.0 CC criu/libnetlink.o [2020-09-24T16:51:11.864Z] #39 116.4 CC criu/log.o [2020-09-24T16:51:11.864Z] #39 116.9 CC criu/lsm.o [2020-09-24T16:51:11.864Z] #39 117.3 CC criu/mem.o [2020-09-24T16:51:11.864Z] #39 119.0 CC criu/memfd.o [2020-09-24T16:51:11.864Z] #39 119.8 CC criu/mount.o [2020-09-24T16:51:11.864Z] #39 124.2 CC criu/namespaces.o [2020-09-24T16:51:12.145Z] #45 ... [2020-09-24T16:51:12.145Z] [2020-09-24T16:51:12.146Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:12.146Z] #36 189.8 + dpkg --print-architecture [2020-09-24T16:51:12.146Z] #36 189.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-09-24T16:51:12.146Z] #36 190.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-09-24T16:51:12.146Z] #36 190.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-09-24T16:51:13.092Z] #36 ... [2020-09-24T16:51:13.092Z] [2020-09-24T16:51:13.092Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:13.092Z] #39 125.9 CC criu/namespaces.o [2020-09-24T16:51:13.776Z] #39 126.3 CC criu/net.o [2020-09-24T16:51:14.456Z] #45 ... [2020-09-24T16:51:14.456Z] [2020-09-24T16:51:14.456Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:14.456Z] #19 3.695 Collecting yamllint==1.16.0 [2020-09-24T16:51:14.456Z] #19 9.028 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-24T16:51:14.456Z] #19 9.144 Collecting pyyaml (from yamllint==1.16.0) [2020-09-24T16:51:14.456Z] #19 9.303 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-24T16:51:14.456Z] #19 ... [2020-09-24T16:51:14.456Z] [2020-09-24T16:51:14.456Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:14.456Z] #39 98.95 CC criu/net.o [2020-09-24T16:51:14.456Z] #39 101.2 CC criu/netfilter.o [2020-09-24T16:51:14.456Z] #39 101.5 CC criu/page-pipe.o [2020-09-24T16:51:14.456Z] #39 102.0 CC criu/page-xfer.o [2020-09-24T16:51:14.460Z] #39 127.3 CC criu/net.o [2020-09-24T16:51:15.032Z] #39 103.6 CC criu/pagemap-cache.o [2020-09-24T16:51:15.296Z] #39 103.9 CC criu/pagemap.o [2020-09-24T16:51:16.247Z] #39 104.7 CC criu/parasite-syscall.o [2020-09-24T16:51:16.320Z] #39 ... [2020-09-24T16:51:16.320Z] [2020-09-24T16:51:16.320Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:16.320Z] #19 5.117 Collecting yamllint==1.16.0 [2020-09-24T16:51:16.510Z] #39 ... [2020-09-24T16:51:16.511Z] [2020-09-24T16:51:16.511Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:16.511Z] #19 10.55 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-24T16:51:16.511Z] #19 10.60 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-24T16:51:16.511Z] #19 10.67 Building wheels for collected packages: pyyaml [2020-09-24T16:51:16.511Z] #19 10.67 Running setup.py bdist_wheel for pyyaml: started [2020-09-24T16:51:16.511Z] #19 11.61 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-24T16:51:16.511Z] #19 11.61 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-24T16:51:16.511Z] #19 11.69 Successfully built pyyaml [2020-09-24T16:51:16.511Z] #19 11.71 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-24T16:51:16.511Z] #19 11.96 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-24T16:51:17.087Z] #19 ... [2020-09-24T16:51:17.087Z] [2020-09-24T16:51:17.087Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:17.087Z] #52 127.0 + bin/containerd [2020-09-24T16:51:17.351Z] #52 ... [2020-09-24T16:51:17.351Z] [2020-09-24T16:51:17.351Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:17.351Z] #39 105.5 CC criu/path.o [2020-09-24T16:51:17.351Z] #39 105.9 CC criu/pie-util-vdso.o [2020-09-24T16:51:17.732Z] #39 130.7 CC criu/netfilter.o [2020-09-24T16:51:17.930Z] #39 106.4 CC criu/pie-util.o [2020-09-24T16:51:18.194Z] #39 106.5 CC criu/pipes.o [2020-09-24T16:51:18.296Z] #39 131.1 CC criu/page-pipe.o [2020-09-24T16:51:18.386Z] --- PASS: TestBuildSquashParent (6.41s) [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:51:18.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:51:18.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:51:18.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:51:18.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:51:18.386Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:51:18.386Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:51:18.387Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:51:18.387Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:51:18.387Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:51:18.387Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:51:18.771Z] #39 107.2 CC criu/plugin.o [2020-09-24T16:51:18.862Z] #39 131.8 CC criu/page-xfer.o [2020-09-24T16:51:19.034Z] #39 107.5 CC criu/proc_parse.o [2020-09-24T16:51:19.298Z] #39 ... [2020-09-24T16:51:19.298Z] [2020-09-24T16:51:19.298Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:19.298Z] #19 DONE 14.8s [2020-09-24T16:51:19.298Z] [2020-09-24T16:51:19.298Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:19.298Z] #21 178.0 + return [2020-09-24T16:51:19.298Z] #21 DONE 179.6s [2020-09-24T16:51:19.298Z] [2020-09-24T16:51:19.298Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:19.432Z] #39 ... [2020-09-24T16:51:19.432Z] [2020-09-24T16:51:19.432Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:19.432Z] #19 5.133 Collecting yamllint==1.16.0 [2020-09-24T16:51:19.432Z] #19 10.48 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-24T16:51:19.432Z] #19 10.58 Collecting pyyaml (from yamllint==1.16.0) [2020-09-24T16:51:19.432Z] #19 10.71 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-24T16:51:19.432Z] #19 12.13 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-24T16:51:19.432Z] #19 12.17 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-24T16:51:19.432Z] #19 12.22 Building wheels for collected packages: pyyaml [2020-09-24T16:51:19.432Z] #19 12.22 Running setup.py bdist_wheel for pyyaml: started [2020-09-24T16:51:19.432Z] #19 13.22 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-24T16:51:19.432Z] #19 13.22 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-24T16:51:19.432Z] #19 13.30 Successfully built pyyaml [2020-09-24T16:51:19.432Z] #19 13.32 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-24T16:51:19.432Z] #19 13.65 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-24T16:51:19.432Z] #19 DONE 14.2s [2020-09-24T16:51:19.692Z] [2020-09-24T16:51:19.692Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:51:19.949Z] #22 DONE 0.3s [2020-09-24T16:51:19.949Z] [2020-09-24T16:51:19.949Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:51:20.451Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:51:20.451Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:51:21.224Z] #39 109.4 CC criu/protobuf-desc.o [2020-09-24T16:51:21.608Z] #19 10.52 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-09-24T16:51:21.608Z] #19 10.64 Collecting pyyaml (from yamllint==1.16.0) [2020-09-24T16:51:21.608Z] #19 10.80 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-09-24T16:51:21.799Z] #39 110.3 CC criu/protobuf.o [2020-09-24T16:51:22.062Z] #39 ... [2020-09-24T16:51:22.062Z] [2020-09-24T16:51:22.062Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:51:22.062Z] #22 DONE 0.7s [2020-09-24T16:51:22.062Z] [2020-09-24T16:51:22.062Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:51:22.992Z] #19 ... [2020-09-24T16:51:22.992Z] [2020-09-24T16:51:22.992Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:22.992Z] #39 129.6 CC criu/netfilter.o [2020-09-24T16:51:22.992Z] #39 130.1 CC criu/page-pipe.o [2020-09-24T16:51:22.992Z] #39 130.7 CC criu/page-xfer.o [2020-09-24T16:51:22.992Z] #39 132.0 CC criu/pagemap-cache.o [2020-09-24T16:51:22.992Z] #39 132.3 CC criu/pagemap.o [2020-09-24T16:51:22.992Z] #39 133.1 CC criu/parasite-syscall.o [2020-09-24T16:51:22.992Z] #39 134.1 CC criu/path.o [2020-09-24T16:51:22.992Z] #39 134.4 CC criu/pie-util-vdso-elf32.o [2020-09-24T16:51:22.992Z] #39 134.9 CC criu/pie-util-vdso.o [2020-09-24T16:51:22.992Z] #39 135.4 CC criu/pie-util.o [2020-09-24T16:51:22.992Z] #39 ... [2020-09-24T16:51:22.992Z] [2020-09-24T16:51:22.992Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-09-24T16:51:22.992Z] #19 12.25 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-09-24T16:51:23.182Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:51:23.182Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:51:23.253Z] #19 12.32 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-09-24T16:51:23.253Z] #19 12.37 Building wheels for collected packages: pyyaml [2020-09-24T16:51:23.253Z] #19 12.38 Running setup.py bdist_wheel for pyyaml: started [2020-09-24T16:51:24.122Z] #26 DONE 3.8s [2020-09-24T16:51:24.122Z] [2020-09-24T16:51:24.122Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:51:24.122Z] #29 DONE 0.3s [2020-09-24T16:51:24.122Z] [2020-09-24T16:51:24.122Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:51:24.122Z] #31 DONE 0.1s [2020-09-24T16:51:24.122Z] [2020-09-24T16:51:24.122Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:24.122Z] #39 133.7 CC criu/pagemap-cache.o [2020-09-24T16:51:24.122Z] #39 134.0 CC criu/pagemap.o [2020-09-24T16:51:24.122Z] #39 134.8 CC criu/parasite-syscall.o [2020-09-24T16:51:24.122Z] #39 135.7 CC criu/path.o [2020-09-24T16:51:24.122Z] #39 136.0 CC criu/pie-util-vdso-elf32.o [2020-09-24T16:51:24.122Z] #39 136.5 CC criu/pie-util-vdso.o [2020-09-24T16:51:24.122Z] #39 ... [2020-09-24T16:51:24.122Z] [2020-09-24T16:51:24.122Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:51:24.122Z] #34 DONE 0.0s [2020-09-24T16:51:24.122Z] [2020-09-24T16:51:24.122Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:24.122Z] #39 137.1 CC criu/pie-util.o [2020-09-24T16:51:24.194Z] #19 13.40 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-09-24T16:51:24.194Z] #19 13.40 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-09-24T16:51:24.194Z] #19 13.49 Successfully built pyyaml [2020-09-24T16:51:24.194Z] #19 13.51 Installing collected packages: pyyaml, pathspec, yamllint [2020-09-24T16:51:24.379Z] #39 137.3 CC criu/pipes.o [2020-09-24T16:51:24.765Z] #19 13.93 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-09-24T16:51:24.943Z] #39 137.9 CC criu/plugin.o [2020-09-24T16:51:25.200Z] #39 138.3 CC criu/proc_parse.o [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.52s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.60s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.12s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.25s) [2020-09-24T16:51:25.247Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.36s) [2020-09-24T16:51:25.247Z] === RUN TestBuildMultiStageCopy [2020-09-24T16:51:25.247Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T16:51:25.706Z] #19 DONE 14.6s [2020-09-24T16:51:25.706Z] [2020-09-24T16:51:25.706Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-09-24T16:51:25.706Z] #22 DONE 0.2s [2020-09-24T16:51:25.706Z] [2020-09-24T16:51:25.706Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:25.706Z] #39 135.6 CC criu/pipes.o [2020-09-24T16:51:25.706Z] #39 136.4 CC criu/plugin.o [2020-09-24T16:51:25.706Z] #39 137.0 CC criu/proc_parse.o [2020-09-24T16:51:25.763Z] #39 ... [2020-09-24T16:51:25.763Z] [2020-09-24T16:51:25.763Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:51:25.763Z] #49 89.44 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-24T16:51:25.763Z] #49 91.68 + mkdir -p /build [2020-09-24T16:51:25.763Z] #49 91.69 + cp runc /build/runc [2020-09-24T16:51:25.763Z] #49 DONE 92.0s [2020-09-24T16:51:25.763Z] [2020-09-24T16:51:25.763Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:27.092Z] #39 139.5 CC criu/protobuf-desc.o [2020-09-24T16:51:27.372Z] #26 ... [2020-09-24T16:51:27.372Z] [2020-09-24T16:51:27.372Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:27.372Z] #39 110.7 CC criu/pstree.o [2020-09-24T16:51:27.372Z] #39 111.6 CC criu/rbtree.o [2020-09-24T16:51:27.372Z] #39 111.9 CC criu/rst-malloc.o [2020-09-24T16:51:27.372Z] #39 112.3 CC criu/seccomp.o [2020-09-24T16:51:27.372Z] #39 112.8 CC criu/seize.o [2020-09-24T16:51:27.372Z] #39 113.5 CC criu/servicefd.o [2020-09-24T16:51:27.372Z] #39 113.9 CC criu/shmem.o [2020-09-24T16:51:27.372Z] #39 114.7 CC criu/sigframe.o [2020-09-24T16:51:27.372Z] #39 114.9 CC criu/signalfd.o [2020-09-24T16:51:27.372Z] #39 115.2 CC criu/sk-inet.o [2020-09-24T16:51:27.635Z] #39 116.2 CC criu/sk-netlink.o [2020-09-24T16:51:27.656Z] #36 ... [2020-09-24T16:51:27.656Z] [2020-09-24T16:51:27.656Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:27.656Z] #39 140.5 CC criu/protobuf-desc.o [2020-09-24T16:51:27.664Z] #39 140.0 CC criu/protobuf.o [2020-09-24T16:51:27.925Z] #39 140.4 CC criu/pstree.o [2020-09-24T16:51:27.972Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T16:51:28.211Z] #39 116.5 CC criu/sk-packet.o [2020-09-24T16:51:28.219Z] #39 141.3 CC criu/protobuf.o [2020-09-24T16:51:28.262Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T16:51:28.553Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T16:51:28.787Z] #39 117.2 CC criu/sk-queue.o [2020-09-24T16:51:28.791Z] #39 141.7 CC criu/pstree.o [2020-09-24T16:51:28.866Z] #39 141.1 CC criu/rbtree.o [2020-09-24T16:51:28.866Z] #39 141.4 CC criu/rst-malloc.o [2020-09-24T16:51:29.050Z] #39 117.6 CC criu/sk-tcp.o [2020-09-24T16:51:29.127Z] #39 141.6 CC criu/seccomp.o [2020-09-24T16:51:29.183Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T16:51:29.626Z] #39 118.0 CC criu/sk-unix.o [2020-09-24T16:51:29.698Z] #39 142.2 CC criu/seize.o [2020-09-24T16:51:29.720Z] #39 142.7 CC criu/rbtree.o [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy (4.80s) [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.55s) [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-09-24T16:51:29.813Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-09-24T16:51:29.813Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T16:51:29.958Z] #39 ... [2020-09-24T16:51:29.959Z] [2020-09-24T16:51:29.959Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-09-24T16:51:29.959Z] #49 86.75 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-09-24T16:51:29.959Z] #49 89.61 + mkdir -p /build [2020-09-24T16:51:29.959Z] #49 89.61 + cp runc /build/runc [2020-09-24T16:51:29.959Z] #49 DONE 92.8s [2020-09-24T16:51:29.959Z] [2020-09-24T16:51:29.959Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:51:29.959Z] #26 DONE 4.5s [2020-09-24T16:51:29.976Z] #39 143.0 CC criu/rst-malloc.o [2020-09-24T16:51:30.219Z] [2020-09-24T16:51:30.219Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:51:30.231Z] #39 ... [2020-09-24T16:51:30.232Z] [2020-09-24T16:51:30.232Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:30.232Z] #36 DONE 217.8s [2020-09-24T16:51:30.232Z] [2020-09-24T16:51:30.232Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:30.232Z] #39 143.3 CC criu/seccomp.o [2020-09-24T16:51:30.481Z] #29 DONE 0.4s [2020-09-24T16:51:30.481Z] [2020-09-24T16:51:30.481Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:30.745Z] #36 ... [2020-09-24T16:51:30.745Z] [2020-09-24T16:51:30.745Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:51:30.745Z] #31 DONE 0.1s [2020-09-24T16:51:30.745Z] [2020-09-24T16:51:30.745Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:51:30.745Z] #34 DONE 0.1s [2020-09-24T16:51:30.745Z] [2020-09-24T16:51:30.745Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:31.006Z] #39 143.4 CC criu/servicefd.o [2020-09-24T16:51:31.020Z] #39 ... [2020-09-24T16:51:31.020Z] [2020-09-24T16:51:31.020Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-09-24T16:51:31.020Z] #26 DONE 8.9s [2020-09-24T16:51:31.020Z] [2020-09-24T16:51:31.020Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-09-24T16:51:31.160Z] #39 144.0 CC criu/seize.o [2020-09-24T16:51:31.317Z] --- PASS: TestBuildMultiStageParentConfig (1.57s) [2020-09-24T16:51:31.317Z] === RUN TestBuildLabelWithTargets [2020-09-24T16:51:31.602Z] #29 DONE 0.8s [2020-09-24T16:51:31.602Z] [2020-09-24T16:51:31.602Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-09-24T16:51:31.602Z] #31 DONE 0.1s [2020-09-24T16:51:31.602Z] [2020-09-24T16:51:31.602Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:31.602Z] #39 119.7 CC criu/sockets.o [2020-09-24T16:51:31.607Z] #39 144.1 CC criu/shmem.o [2020-09-24T16:51:31.865Z] #39 ... [2020-09-24T16:51:31.865Z] [2020-09-24T16:51:31.865Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-09-24T16:51:31.865Z] #34 DONE 0.1s [2020-09-24T16:51:31.865Z] [2020-09-24T16:51:31.865Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:51:32.089Z] #39 ... [2020-09-24T16:51:32.089Z] [2020-09-24T16:51:32.089Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:51:32.089Z] #37 DONE 0.3s [2020-09-24T16:51:32.089Z] [2020-09-24T16:51:32.089Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:32.089Z] #39 144.9 CC criu/servicefd.o [2020-09-24T16:51:32.183Z] #39 ... [2020-09-24T16:51:32.183Z] [2020-09-24T16:51:32.183Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-09-24T16:51:32.183Z] #36 DONE 218.8s [2020-09-24T16:51:32.345Z] #39 145.2 CC criu/shmem.o [2020-09-24T16:51:32.452Z] [2020-09-24T16:51:32.452Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:32.712Z] #52 ... [2020-09-24T16:51:32.712Z] [2020-09-24T16:51:32.712Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:32.712Z] #39 145.1 CC criu/sigframe.o [2020-09-24T16:51:32.813Z] #37 DONE 0.8s [2020-09-24T16:51:32.813Z] [2020-09-24T16:51:32.813Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:32.813Z] #39 120.4 CC criu/stats.o [2020-09-24T16:51:32.813Z] #39 120.7 CC criu/string.o [2020-09-24T16:51:32.813Z] #39 120.8 CC criu/sysctl.o [2020-09-24T16:51:32.813Z] #39 121.3 CC criu/sysfs_parse.o [2020-09-24T16:51:32.906Z] #39 145.8 CC criu/sigframe.o [2020-09-24T16:51:32.972Z] #39 145.2 CC criu/signalfd.o [2020-09-24T16:51:33.162Z] #39 146.0 CC criu/signalfd.o [2020-09-24T16:51:33.162Z] #39 146.2 CC criu/sk-inet.o [2020-09-24T16:51:33.231Z] #39 145.6 CC criu/sk-inet.o [2020-09-24T16:51:33.389Z] #39 121.7 CC criu/timens.o [2020-09-24T16:51:33.653Z] #39 122.0 CC criu/timerfd.o [2020-09-24T16:51:33.916Z] #39 122.3 CC criu/tty.o [2020-09-24T16:51:34.041Z] --- PASS: TestBuildLabelWithTargets (2.31s) [2020-09-24T16:51:34.041Z] === RUN TestBuildWithEmptyLayers [2020-09-24T16:51:34.089Z] #39 146.9 CC criu/sk-netlink.o [2020-09-24T16:51:34.171Z] #39 146.6 CC criu/sk-netlink.o [2020-09-24T16:51:34.345Z] #39 147.2 CC criu/sk-packet.o [2020-09-24T16:51:34.431Z] #39 ... [2020-09-24T16:51:34.431Z] [2020-09-24T16:51:34.431Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-09-24T16:51:34.431Z] #37 DONE 0.6s [2020-09-24T16:51:34.431Z] [2020-09-24T16:51:34.431Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-09-24T16:51:34.431Z] #39 146.9 CC criu/sk-packet.o [2020-09-24T16:51:34.601Z] #39 147.7 CC criu/sk-queue.o [2020-09-24T16:51:34.672Z] --- PASS: TestBuildWithEmptyLayers (0.97s) [2020-09-24T16:51:34.672Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T16:51:35.000Z] #39 147.4 CC criu/sk-queue.o [2020-09-24T16:51:35.163Z] #39 148.0 CC criu/sk-tcp.o [2020-09-24T16:51:35.260Z] #39 147.6 CC criu/sk-tcp.o [2020-09-24T16:51:35.419Z] #39 148.3 CC criu/sk-unix.o [2020-09-24T16:51:35.519Z] #39 148.1 CC criu/sk-unix.o [2020-09-24T16:51:35.841Z] #39 124.0 CC criu/tun.o [2020-09-24T16:51:36.105Z] #39 124.5 CC criu/uffd.o [2020-09-24T16:51:36.784Z] #39 149.6 CC criu/sockets.o [2020-09-24T16:51:36.900Z] #39 149.3 CC criu/sockets.o [2020-09-24T16:51:37.055Z] #39 125.5 CC criu/util.o [2020-09-24T16:51:37.346Z] #39 150.1 CC criu/stats.o [2020-09-24T16:51:37.346Z] #39 150.3 CC criu/string.o [2020-09-24T16:51:37.346Z] #39 150.3 CC criu/sysctl.o [2020-09-24T16:51:37.469Z] #39 149.9 CC criu/stats.o [2020-09-24T16:51:37.729Z] #39 150.1 CC criu/string.o [2020-09-24T16:51:37.729Z] #39 150.1 CC criu/sysctl.o [2020-09-24T16:51:37.907Z] #39 150.8 CC criu/sysfs_parse.o [2020-09-24T16:51:37.989Z] #39 150.6 CC criu/sysfs_parse.o [2020-09-24T16:51:38.163Z] #39 151.1 CC criu/timens.o [2020-09-24T16:51:38.181Z] --- PASS: TestBuildMultiStageOnBuild (2.93s) [2020-09-24T16:51:38.181Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T16:51:38.419Z] #39 151.3 CC criu/timerfd.o [2020-09-24T16:51:38.449Z] #39 126.7 CC criu/uts_ns.o [2020-09-24T16:51:38.449Z] #39 126.8 CC criu/vdso.o [2020-09-24T16:51:38.557Z] #39 150.8 CC criu/timens.o [2020-09-24T16:51:38.675Z] #39 151.6 CC criu/tty.o [2020-09-24T16:51:38.812Z] --- PASS: TestBuildUncleanTarFilenames (1.23s) [2020-09-24T16:51:38.812Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T16:51:38.817Z] #39 151.1 CC criu/timerfd.o [2020-09-24T16:51:39.025Z] #39 127.4 LINK criu/built-in.o [2020-09-24T16:51:39.025Z] #39 127.5 LINK criu/criu [2020-09-24T16:51:39.077Z] #39 151.3 CC criu/tty.o [2020-09-24T16:51:39.601Z] #39 128.0 DEP lib/c/criu.d [2020-09-24T16:51:39.865Z] #39 128.1 CC images/rpc.pb-c.o [2020-09-24T16:51:40.017Z] #39 152.4 CC criu/tun.o [2020-09-24T16:51:40.043Z] #39 152.8 CC criu/tun.o [2020-09-24T16:51:40.299Z] #39 153.1 CC criu/uffd.o [2020-09-24T16:51:40.442Z] #39 128.7 CC lib/c/criu.o [2020-09-24T16:51:40.587Z] #39 152.8 CC criu/uffd.o [2020-09-24T16:51:40.863Z] #39 153.9 CC criu/util.o [2020-09-24T16:51:41.158Z] #39 153.6 CC criu/util.o [2020-09-24T16:51:41.392Z] #39 129.8 LINK lib/c/built-in.o [2020-09-24T16:51:41.392Z] #39 129.8 LINK lib/c/libcriu.so [2020-09-24T16:51:41.392Z] #39 129.9 LINK lib/c/libcriu.a [2020-09-24T16:51:41.656Z] #39 130.1 GEN magic.py [2020-09-24T16:51:41.790Z] #39 154.8 CC criu/uts_ns.o [2020-09-24T16:51:41.920Z] #39 130.2 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:51:41.920Z] #39 130.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:51:41.920Z] #39 130.3 Note: Building without GnuTLS support [2020-09-24T16:51:41.920Z] #39 130.3 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:51:41.920Z] #39 130.3 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:51:42.045Z] #39 154.9 CC criu/vdso-compat.o [2020-09-24T16:51:42.099Z] #39 154.4 CC criu/uts_ns.o [2020-09-24T16:51:42.099Z] #39 154.5 CC criu/vdso-compat.o [2020-09-24T16:51:42.301Z] #39 155.1 CC criu/vdso.o [2020-09-24T16:51:42.321Z] --- PASS: TestBuildMultiStageLayerLeak (2.94s) [2020-09-24T16:51:42.321Z] === RUN TestBuildWithHugeFile [2020-09-24T16:51:42.359Z] #39 154.7 CC criu/vdso.o [2020-09-24T16:51:42.496Z] #39 131.0 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:51:42.557Z] #39 155.5 LINK criu/built-in.o [2020-09-24T16:51:42.619Z] #39 155.1 LINK criu/built-in.o [2020-09-24T16:51:42.619Z] #39 155.2 LINK criu/criu [2020-09-24T16:51:42.814Z] #39 155.6 LINK criu/criu [2020-09-24T16:51:43.070Z] #39 155.9 DEP lib/c/criu.d [2020-09-24T16:51:43.070Z] #39 156.0 CC images/rpc.pb-c.o [2020-09-24T16:51:43.124Z] sha256:fdaf05f0923ea6dfd2a13aaf18711019df03ec9d9b1d0d6fe9ee2251e5de194e [2020-09-24T16:51:43.124Z] INFO: Starting docker-py tests... [2020-09-24T16:51:43.124Z] ============================= test session starts ============================== [2020-09-24T16:51:43.124Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-09-24T16:51:43.124Z] rootdir: /src, inifile: pytest.ini [2020-09-24T16:51:43.124Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-09-24T16:51:43.124Z] collected 389 items / 1 deselected / 388 selected [2020-09-24T16:51:43.124Z] [2020-09-24T16:51:43.190Z] #39 155.5 DEP lib/c/criu.d [2020-09-24T16:51:43.190Z] #39 155.5 CC images/rpc.pb-c.o [2020-09-24T16:51:43.326Z] #39 156.4 CC lib/c/criu.o [2020-09-24T16:51:43.445Z] #39 131.9 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:43.760Z] #39 156.1 CC lib/c/criu.o [2020-09-24T16:51:44.255Z] #39 157.2 LINK lib/c/built-in.o [2020-09-24T16:51:44.255Z] #39 157.2 LINK lib/c/libcriu.so [2020-09-24T16:51:44.255Z] #39 157.3 LINK lib/c/libcriu.a [2020-09-24T16:51:44.330Z] #39 156.8 LINK lib/c/built-in.o [2020-09-24T16:51:44.394Z] #39 132.7 make[1]: 'images/built-in.o' is up to date. [2020-09-24T16:51:44.394Z] #39 132.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-24T16:51:44.394Z] #39 132.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-24T16:51:44.394Z] #39 132.9 make[1]: 'compel/libcompel.a' is up to date. [2020-09-24T16:51:44.512Z] #39 157.4 GEN magic.py [2020-09-24T16:51:44.590Z] #39 156.8 LINK lib/c/libcriu.so [2020-09-24T16:51:44.590Z] #39 156.8 LINK lib/c/libcriu.a [2020-09-24T16:51:44.590Z] #39 156.9 GEN magic.py [2020-09-24T16:51:44.657Z] #39 132.9 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-24T16:51:44.657Z] #39 133.0 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:44.657Z] #39 133.0 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:51:44.768Z] #39 157.5 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:51:44.768Z] #39 157.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:51:44.768Z] #39 157.5 Note: Building without GnuTLS support [2020-09-24T16:51:44.768Z] #39 157.5 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:51:44.768Z] #39 157.5 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:51:44.850Z] #39 157.0 Note: Building without setproctitle() and strlcpy() support. [2020-09-24T16:51:44.850Z] #39 157.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-09-24T16:51:44.850Z] #39 157.0 Note: Building without GnuTLS support [2020-09-24T16:51:44.850Z] #39 157.0 Makefile.config:39: Warn: you have no libnftables installed [2020-09-24T16:51:44.850Z] #39 157.0 Makefile.config:40: Warn: Building without nftables support [2020-09-24T16:51:44.920Z] #39 133.3 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:44.920Z] #39 133.3 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:44.920Z] #39 133.4 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.025Z] #39 158.1 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:51:45.184Z] #39 133.5 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.184Z] #39 133.6 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.184Z] #39 133.7 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.184Z] #39 133.7 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.421Z] #39 157.6 fatal: not a git repository (or any of the parent directories): .git [2020-09-24T16:51:45.447Z] #39 133.9 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:45.447Z] #39 133.9 INSTALL criu/criu [2020-09-24T16:51:45.588Z] #39 158.6 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:45.681Z] #39 158.2 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:46.151Z] #39 159.1 make[1]: 'images/built-in.o' is up to date. [2020-09-24T16:51:46.151Z] #39 159.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-24T16:51:46.151Z] #39 159.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-24T16:51:46.151Z] #39 159.2 make[1]: 'compel/libcompel.a' is up to date. [2020-09-24T16:51:46.151Z] #39 159.2 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-24T16:51:46.252Z] #39 158.7 make[1]: 'images/built-in.o' is up to date. [2020-09-24T16:51:46.252Z] #39 158.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-09-24T16:51:46.252Z] #39 158.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-09-24T16:51:46.397Z] #39 DONE 134.6s [2020-09-24T16:51:46.397Z] [2020-09-24T16:51:46.397Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:46.408Z] #39 159.2 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:46.408Z] #39 159.3 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:51:46.408Z] #39 159.4 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.408Z] #39 159.5 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.408Z] #39 159.5 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.512Z] #39 158.8 make[1]: 'compel/libcompel.a' is up to date. [2020-09-24T16:51:46.512Z] #39 158.8 make[1]: 'compel/compel-host-bin' is up to date. [2020-09-24T16:51:46.512Z] #39 158.8 make[1]: Nothing to be done for 'all'. [2020-09-24T16:51:46.512Z] #39 158.9 make[1]: 'soccr/libsoccr.a' is up to date. [2020-09-24T16:51:46.665Z] #39 159.6 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.665Z] #39 159.6 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.773Z] #39 159.1 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.773Z] #39 159.1 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.773Z] #39 159.1 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.773Z] #39 159.2 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.921Z] #39 159.6 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.921Z] #39 159.7 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.921Z] #39 159.8 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:46.921Z] #39 159.8 INSTALL criu/criu [2020-09-24T16:51:47.033Z] #39 159.3 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:47.033Z] #39 159.3 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:47.033Z] #39 159.3 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:47.033Z] #39 159.4 make[2]: Nothing to be done for 'all'. [2020-09-24T16:51:47.033Z] #39 159.4 INSTALL criu/criu [2020-09-24T16:51:47.178Z] #39 DONE 160.1s [2020-09-24T16:51:47.178Z] [2020-09-24T16:51:47.178Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:47.294Z] #39 DONE 159.7s [2020-09-24T16:51:47.294Z] [2020-09-24T16:51:47.294Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:48.108Z] #45 ... [2020-09-24T16:51:48.108Z] [2020-09-24T16:51:48.108Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:51:48.108Z] #40 DONE 0.1s [2020-09-24T16:51:48.234Z] #52 ... [2020-09-24T16:51:48.234Z] [2020-09-24T16:51:48.234Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:51:48.320Z] #52 ... [2020-09-24T16:51:48.320Z] [2020-09-24T16:51:48.320Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-09-24T16:51:48.320Z] #40 DONE 0.2s [2020-09-24T16:51:48.320Z] [2020-09-24T16:51:48.320Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:51:48.364Z] [2020-09-24T16:51:48.364Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:51:48.364Z] #42 DONE 0.2s [2020-09-24T16:51:48.364Z] [2020-09-24T16:51:48.364Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:51:48.364Z] #44 DONE 0.1s [2020-09-24T16:51:48.364Z] [2020-09-24T16:51:48.364Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:48.494Z] #40 DONE 0.1s [2020-09-24T16:51:48.494Z] [2020-09-24T16:51:48.494Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-09-24T16:51:48.494Z] #42 DONE 0.2s [2020-09-24T16:51:48.494Z] [2020-09-24T16:51:48.494Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:51:48.494Z] #44 DONE 0.1s [2020-09-24T16:51:48.494Z] [2020-09-24T16:51:48.494Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:48.585Z] #42 DONE 0.5s [2020-09-24T16:51:48.585Z] [2020-09-24T16:51:48.585Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:48.847Z] #45 ... [2020-09-24T16:51:48.848Z] [2020-09-24T16:51:48.848Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-09-24T16:51:48.848Z] #44 DONE 0.1s [2020-09-24T16:51:48.848Z] [2020-09-24T16:51:48.848Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:53.614Z] #52 194.4 + bin/containerd [2020-09-24T16:51:53.779Z] #45 ... [2020-09-24T16:51:53.779Z] [2020-09-24T16:51:53.779Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:51:53.779Z] #52 193.6 + bin/containerd [2020-09-24T16:51:55.514Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-09-24T16:51:56.073Z] tests/integration/api_client_test.py ..... [ 7%] [2020-09-24T16:51:57.814Z] tests/integration/api_config_test.py ..... [ 8%] [2020-09-24T16:51:58.866Z] #45 DONE 218.2s [2020-09-24T16:51:58.866Z] [2020-09-24T16:51:58.866Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:00.258Z] #52 ... [2020-09-24T16:52:00.258Z] [2020-09-24T16:52:00.258Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:52:01.642Z] #46 DONE 1.7s [2020-09-24T16:52:01.643Z] [2020-09-24T16:52:01.643Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:52:02.585Z] #48 DONE 0.8s [2020-09-24T16:52:02.585Z] [2020-09-24T16:52:02.585Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:52:03.156Z] #50 DONE 0.7s [2020-09-24T16:52:03.156Z] [2020-09-24T16:52:03.156Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:04.542Z] #52 184.3 + bin/containerd-stress [2020-09-24T16:52:07.844Z] #52 187.4 + bin/containerd-shim [2020-09-24T16:52:09.464Z] --- PASS: TestBuildWithHugeFile (26.33s) [2020-09-24T16:52:09.464Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T16:52:09.464Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:52:09.464Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:52:09.464Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:52:09.464Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:52:09.464Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:52:09.464Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:52:09.464Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:52:09.464Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:52:09.464Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:52:09.464Z] --- PASS: TestBuildWithEmptyDockerfile (0.35s) [2020-09-24T16:52:09.464Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2020-09-24T16:52:09.464Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2020-09-24T16:52:09.464Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-09-24T16:52:09.464Z] === RUN TestBuildPreserveOwnership [2020-09-24T16:52:09.464Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-24T16:52:12.095Z] c3aff4450246: Pull complete [2020-09-24T16:52:12.096Z] Digest: sha256:0197a95621a4dc47eb5635f664459a86ec7110d04a99438a54af77bd982487ec [2020-09-24T16:52:12.096Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:52:12.096Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-09-24T16:52:12.096Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-09-24T16:52:12.096Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1457' [2020-09-24T16:52:12.096Z] WARN: Skipping validation tests [2020-09-24T16:52:12.096Z] INFO: Running unit tests at 09/24/2020 16:52:07... [2020-09-24T16:52:12.096Z] INFO: make.ps1 starting at 09/24/2020 16:52:11 [2020-09-24T16:52:12.096Z] INFO: Git commit (a9f8843c1d) assumed from DOCKER_GITCOMMIT environment variable [2020-09-24T16:52:12.096Z] INFO: Invoking autogen... [2020-09-24T16:52:12.552Z] INFO: Running unit tests... [2020-09-24T16:52:13.916Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-24T16:52:14.444Z] #52 193.1 + bin/containerd-shim-runc-v1 [2020-09-24T16:52:15.421Z] --- PASS: TestBuildPreserveOwnership (6.61s) [2020-09-24T16:52:15.421Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.32s) [2020-09-24T16:52:15.421Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.27s) [2020-09-24T16:52:15.421Z] === RUN TestBuildPlatformInvalid [2020-09-24T16:52:15.421Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-09-24T16:52:15.421Z] PASS [2020-09-24T16:52:15.500Z] #52 ... [2020-09-24T16:52:15.500Z] [2020-09-24T16:52:15.500Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:15.500Z] #45 DONE 262.4s [2020-09-24T16:52:15.500Z] [2020-09-24T16:52:15.500Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:15.712Z] [2020-09-24T16:52:15.712Z] === Skipped [2020-09-24T16:52:15.712Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-09-24T16:52:15.712Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:52:15.712Z] [2020-09-24T16:52:15.712Z] [2020-09-24T16:52:15.712Z] DONE 32 tests, 1 skipped in 77.047s [2020-09-24T16:52:15.712Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-09-24T16:52:15.712Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:52:15.712Z] ++ set -e [2020-09-24T16:52:15.712Z] ++ '[' -n 0 ']' [2020-09-24T16:52:15.712Z] ++ set -x [2020-09-24T16:52:15.712Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:52:15.712Z] INFO: Testing against a local daemon [2020-09-24T16:52:15.712Z] === RUN TestConfigInspect [2020-09-24T16:52:16.868Z] #52 ... [2020-09-24T16:52:16.868Z] [2020-09-24T16:52:16.868Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:52:16.868Z] #46 DONE 0.1s [2020-09-24T16:52:16.868Z] [2020-09-24T16:52:16.868Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:52:16.868Z] #48 DONE 0.1s [2020-09-24T16:52:16.868Z] [2020-09-24T16:52:16.868Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:52:16.868Z] #50 DONE 0.1s [2020-09-24T16:52:16.868Z] [2020-09-24T16:52:16.868Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:17.753Z] #52 196.9 + bin/containerd-shim-runc-v2 [2020-09-24T16:52:18.343Z] #52 198.2 + binaries [2020-09-24T16:52:18.343Z] #52 198.2 + install -D bin/containerd /build/containerd [2020-09-24T16:52:18.605Z] #52 198.2 + install -D bin/containerd-shim /build/containerd-shim [2020-09-24T16:52:18.605Z] #52 198.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-24T16:52:18.605Z] #52 198.3 + install -D bin/ctr /build/ctr [2020-09-24T16:52:20.155Z] --- PASS: TestConfigInspect (3.92s) [2020-09-24T16:52:20.155Z] === RUN TestConfigList [2020-09-24T16:52:20.357Z] #52 ... [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:20.357Z] #45 DONE 262.8s [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:20.357Z] #52 ... [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-09-24T16:52:20.357Z] #46 DONE 0.4s [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-09-24T16:52:20.357Z] #48 DONE 0.1s [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-09-24T16:52:20.357Z] #50 DONE 0.1s [2020-09-24T16:52:20.357Z] [2020-09-24T16:52:20.357Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-09-24T16:52:21.095Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-09-24T16:52:22.812Z] #52 DONE 202.4s [2020-09-24T16:52:23.664Z] --- PASS: TestConfigList (3.50s) [2020-09-24T16:52:23.664Z] === RUN TestConfigsCreateAndDelete [2020-09-24T16:52:24.196Z] [2020-09-24T16:52:24.196Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:52:26.739Z] #53 DONE 2.2s [2020-09-24T16:52:26.739Z] [2020-09-24T16:52:26.739Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:52:26.739Z] #57 DONE 0.5s [2020-09-24T16:52:26.739Z] [2020-09-24T16:52:26.739Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:52:27.203Z] --- PASS: TestConfigsCreateAndDelete (3.72s) [2020-09-24T16:52:27.203Z] === RUN TestConfigsUpdate [2020-09-24T16:52:27.434Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-09-24T16:52:28.124Z] #59 DONE 1.2s [2020-09-24T16:52:28.124Z] [2020-09-24T16:52:28.124Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:52:28.124Z] #61 DONE 0.1s [2020-09-24T16:52:28.124Z] [2020-09-24T16:52:28.124Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:52:28.124Z] #62 DONE 0.0s [2020-09-24T16:52:28.124Z] [2020-09-24T16:52:28.124Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:52:29.640Z] ? github.com/docker/docker/api [no test files] [2020-09-24T16:52:29.935Z] --- PASS: TestConfigsUpdate (3.18s) [2020-09-24T16:52:29.936Z] === RUN TestTemplatedConfig [2020-09-24T16:52:30.038Z] #63 DONE 1.6s [2020-09-24T16:52:30.038Z] [2020-09-24T16:52:30.038Z] #64 exporting to image [2020-09-24T16:52:30.038Z] #64 exporting layers [2020-09-24T16:52:31.971Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:52:31.971Z] [2020-09-24T16:52:31.971Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:52:31.971Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:52:31.971Z] HOSTNAME=f42ecec8823d [2020-09-24T16:52:31.971Z] TESTDEBUG=0 [2020-09-24T16:52:31.971Z] DEST=bundles/test-integration [2020-09-24T16:52:31.971Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:52:31.972Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:52:31.972Z] container=docker [2020-09-24T16:52:31.972Z] HOME=/root [2020-09-24T16:52:31.972Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:52:31.972Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:52:31.972Z] VALIDATE_BRANCH=master [2020-09-24T16:52:31.972Z] TERM=xterm [2020-09-24T16:52:31.972Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:52:31.972Z] SHLVL=1 [2020-09-24T16:52:31.972Z] TIMEOUT=120m [2020-09-24T16:52:31.972Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:52:31.972Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:52:31.972Z] GO111MODULE=off [2020-09-24T16:52:31.972Z] DOCKER_EXPERIMENTAL=1 [2020-09-24T16:52:31.972Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:52:31.972Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:52:31.972Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:52:31.972Z] GOPATH=/go [2020-09-24T16:52:31.972Z] PKG_CONFIG=pkg-config [2020-09-24T16:52:31.972Z] _=/usr/bin/env [2020-09-24T16:52:31.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T16:52:33.444Z] --- PASS: TestTemplatedConfig (3.12s) [2020-09-24T16:52:33.444Z] === RUN TestConfigCreateResolve [2020-09-24T16:52:34.250Z] #64 exporting layers 3.9s done [2020-09-24T16:52:34.250Z] #64 writing image sha256:85c7dffd842383f8664fa74bdcb03d87d3effa0d1311feb5915e418026cbc225 done [2020-09-24T16:52:34.250Z] #64 naming to docker.io/library/docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 done [2020-09-24T16:52:34.250Z] #64 DONE 3.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-24T16:52:34.594Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/test/unit [2020-09-24T16:52:34.914Z] #52 233.6 + bin/containerd-stress [2020-09-24T16:52:34.914Z] #52 235.4 + bin/containerd-shim [2020-09-24T16:52:35.259Z] #52 233.7 + bin/containerd-stress [2020-09-24T16:52:35.259Z] #52 235.7 + bin/containerd-shim [2020-09-24T16:52:36.957Z] --- PASS: TestConfigCreateResolve (3.20s) [2020-09-24T16:52:36.957Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T16:52:36.957Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-09-24T16:52:36.957Z] PASS [2020-09-24T16:52:36.957Z] [2020-09-24T16:52:36.957Z] DONE 7 tests in 21.242s [2020-09-24T16:52:36.957Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-09-24T16:52:36.957Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:52:36.957Z] ++ set -e [2020-09-24T16:52:36.957Z] ++ '[' -n 0 ']' [2020-09-24T16:52:36.957Z] ++ set -x [2020-09-24T16:52:36.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:52:36.957Z] INFO: Testing against a local daemon [2020-09-24T16:52:36.957Z] === RUN TestCheckpoint [2020-09-24T16:52:36.957Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T16:52:36.957Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:52:36.957Z] === RUN TestContainerInvalidJSON [2020-09-24T16:52:36.957Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:52:36.957Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:52:36.957Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:52:36.957Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:52:36.957Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:52:36.957Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:52:36.957Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:52:36.957Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:52:36.957Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:52:36.957Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-24T16:52:36.957Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-24T16:52:36.957Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-24T16:52:36.957Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-24T16:52:36.957Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T16:52:37.247Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-09-24T16:52:37.248Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T16:52:37.248Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2020-09-24T16:52:37.248Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T16:52:37.538Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2020-09-24T16:52:37.538Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T16:52:37.538Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-09-24T16:52:37.538Z] === RUN TestCopyFromContainer [2020-09-24T16:52:39.599Z] === RUN TestCopyFromContainer// [2020-09-24T16:52:39.599Z] === RUN TestCopyFromContainer//bar/root [2020-09-24T16:52:39.888Z] ? github.com/docker/docker/api [no test files] [2020-09-24T16:52:39.890Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-24T16:52:39.890Z] === RUN TestCopyFromContainer/bar/quux [2020-09-24T16:52:39.890Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-24T16:52:40.180Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-24T16:52:40.180Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-24T16:52:40.180Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-24T16:52:40.180Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-24T16:52:40.471Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer (2.95s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer//bar/root/ (0.04s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-09-24T16:52:40.471Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-09-24T16:52:40.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T16:52:40.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:52:40.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:52:40.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:52:40.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:52:40.471Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:52:40.471Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:52:40.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:52:40.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:52:40.471Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:52:40.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-24T16:52:40.471Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T16:52:40.471Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-09-24T16:52:40.471Z] === RUN TestCreateWithInvalidEnv [2020-09-24T16:52:40.471Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T16:52:40.471Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T16:52:40.471Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T16:52:40.471Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T16:52:40.471Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T16:52:40.471Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T16:52:40.471Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T16:52:40.471Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T16:52:40.471Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T16:52:40.471Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-24T16:52:40.471Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T16:52:40.471Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T16:52:40.471Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2020-09-24T16:52:40.471Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T16:52:41.493Z] #52 242.5 + bin/containerd-shim-runc-v1 [2020-09-24T16:52:41.838Z] #52 242.4 + bin/containerd-shim-runc-v1 [2020-09-24T16:52:43.203Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s) [2020-09-24T16:52:43.203Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T16:52:44.434Z] === RUN TestMiddlewares [2020-09-24T16:52:44.434Z] --- PASS: TestMiddlewares (0.00s) [2020-09-24T16:52:44.434Z] PASS [2020-09-24T16:52:44.434Z] coverage: 9.0% of statements [2020-09-24T16:52:44.434Z] ok github.com/docker/docker/api/server 0.106s coverage: 9.0% of statements [2020-09-24T16:52:45.268Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.47s) [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:52:45.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:52:45.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:52:45.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:52:45.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:52:45.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:52:45.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:52:45.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:52:45.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:52:45.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:52:45.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:52:45.559Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-24T16:52:45.559Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-09-24T16:52:45.559Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T16:52:46.190Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s) [2020-09-24T16:52:46.190Z] === RUN TestCreateDifferentPlatform [2020-09-24T16:52:46.190Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T16:52:46.190Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T16:52:46.190Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-24T16:52:46.190Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T16:52:46.190Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T16:52:46.190Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T16:52:46.190Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-09-24T16:52:46.190Z] === RUN TestContainerStartOnDaemonRestart [2020-09-24T16:52:46.190Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-24T16:52:46.190Z] === RUN TestDaemonRestartIpcMode [2020-09-24T16:52:46.190Z] === PAUSE TestDaemonRestartIpcMode [2020-09-24T16:52:46.190Z] === RUN TestDaemonHostGatewayIP [2020-09-24T16:52:46.190Z] === PAUSE TestDaemonHostGatewayIP [2020-09-24T16:52:46.190Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T16:52:46.190Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-24T16:52:46.190Z] === RUN TestDiff [2020-09-24T16:52:46.733Z] #52 247.1 + bin/containerd-shim-runc-v2 [2020-09-24T16:52:46.988Z] #52 248.1 + binaries [2020-09-24T16:52:46.988Z] #52 248.1 + install -D bin/containerd /build/containerd [2020-09-24T16:52:46.988Z] #52 248.1 + install -D bin/containerd-shim /build/containerd-shim [2020-09-24T16:52:46.988Z] #52 248.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-24T16:52:46.988Z] #52 248.1 + install -D bin/ctr /build/ctr [2020-09-24T16:52:47.123Z] #52 247.0 + bin/containerd-shim-runc-v2 [2020-09-24T16:52:47.123Z] #52 247.9 + binaries [2020-09-24T16:52:47.123Z] #52 247.9 + install -D bin/containerd /build/containerd [2020-09-24T16:52:47.123Z] #52 247.9 + install -D bin/containerd-shim /build/containerd-shim [2020-09-24T16:52:47.123Z] #52 247.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-09-24T16:52:47.123Z] #52 247.9 + install -D bin/ctr /build/ctr [2020-09-24T16:52:47.221Z] --- PASS: TestDiff (0.89s) [2020-09-24T16:52:47.221Z] === RUN TestExecWithCloseStdin [2020-09-24T16:52:48.062Z] #52 DONE 248.5s [2020-09-24T16:52:48.316Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-09-24T16:52:48.316Z] === RUN TestExec [2020-09-24T16:52:48.631Z] [2020-09-24T16:52:48.631Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:52:48.887Z] #52 DONE 249.6s [2020-09-24T16:52:48.946Z] --- PASS: TestExec (0.89s) [2020-09-24T16:52:48.947Z] === RUN TestExecUser [2020-09-24T16:52:49.144Z] [2020-09-24T16:52:49.144Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-09-24T16:52:49.200Z] #53 DONE 0.6s [2020-09-24T16:52:49.200Z] [2020-09-24T16:52:49.200Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:52:49.459Z] #57 DONE 0.2s [2020-09-24T16:52:49.459Z] [2020-09-24T16:52:49.459Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:52:49.719Z] #59 DONE 0.4s [2020-09-24T16:52:49.980Z] --- PASS: TestExecUser (0.90s) [2020-09-24T16:52:49.980Z] === RUN TestExportContainerAndImportImage [2020-09-24T16:52:50.025Z] [2020-09-24T16:52:50.025Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:52:50.025Z] #61 DONE 0.0s [2020-09-24T16:52:50.025Z] [2020-09-24T16:52:50.025Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:52:50.025Z] #62 DONE 0.0s [2020-09-24T16:52:50.025Z] [2020-09-24T16:52:50.025Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:52:50.072Z] #53 DONE 0.8s [2020-09-24T16:52:50.072Z] [2020-09-24T16:52:50.072Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-09-24T16:52:50.327Z] #57 DONE 0.2s [2020-09-24T16:52:50.327Z] [2020-09-24T16:52:50.327Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-09-24T16:52:50.582Z] #59 DONE 0.4s [2020-09-24T16:52:50.582Z] [2020-09-24T16:52:50.582Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-09-24T16:52:50.582Z] #61 DONE 0.0s [2020-09-24T16:52:50.582Z] [2020-09-24T16:52:50.582Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-09-24T16:52:50.582Z] #62 DONE 0.0s [2020-09-24T16:52:50.582Z] [2020-09-24T16:52:50.582Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-09-24T16:52:50.614Z] #63 DONE 0.7s [2020-09-24T16:52:50.614Z] [2020-09-24T16:52:50.614Z] #64 exporting to image [2020-09-24T16:52:50.614Z] #64 exporting layers [2020-09-24T16:52:51.016Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2020-09-24T16:52:51.016Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T16:52:51.143Z] #63 DONE 0.7s [2020-09-24T16:52:51.399Z] [2020-09-24T16:52:51.399Z] #64 exporting to image [2020-09-24T16:52:51.399Z] #64 exporting layers [2020-09-24T16:52:52.142Z] ok github.com/docker/docker/api/server 0.027s coverage: 9.0% of statements [2020-09-24T16:52:52.520Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-09-24T16:52:52.520Z] === RUN TestHealthCheckWorkdir [2020-09-24T16:52:54.023Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2020-09-24T16:52:54.023Z] === RUN TestHealthKillContainer [2020-09-24T16:52:56.828Z] --- PASS: TestHealthKillContainer (2.96s) [2020-09-24T16:52:56.828Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T16:52:57.200Z] #64 exporting layers 6.5s done [2020-09-24T16:52:57.200Z] #64 writing image sha256:3658003efccb05d4aad0675ceebed1d18e65ec193177114fd9fa474d0ef3043a done [2020-09-24T16:52:57.200Z] #64 naming to docker.io/library/docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 done [2020-09-24T16:52:57.200Z] #64 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-09-24T16:52:57.458Z] --- PASS: TestInspectCpusetInConfigPre120 (0.85s) [2020-09-24T16:52:57.458Z] === RUN TestIpcModeNone [2020-09-24T16:52:57.545Z] + trap exit INT TERM [2020-09-24T16:52:57.545Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-09-24T16:52:57.545Z] + CONTAINER_NAME=docker-pr28 [2020-09-24T16:52:57.545Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary-daemon [2020-09-24T16:52:57.934Z] #64 exporting layers 6.3s done [2020-09-24T16:52:57.934Z] #64 writing image sha256:1eabcd3abb076d35926c5f8fef66a7498fc5993664cc7864124fb9e0325da075 done [2020-09-24T16:52:57.934Z] #64 naming to docker.io/library/docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 done [2020-09-24T16:52:57.934Z] #64 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:52:58.282Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -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:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary test-integration [2020-09-24T16:52:58.491Z] --- PASS: TestIpcModeNone (0.92s) [2020-09-24T16:52:58.491Z] === RUN TestIpcModePrivate [2020-09-24T16:52:59.208Z] [2020-09-24T16:52:59.208Z] Removing bundles/ [2020-09-24T16:52:59.208Z] [2020-09-24T16:52:59.209Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-24T16:52:59.209Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:52:59.209Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:52:59.452Z] [2020-09-24T16:52:59.452Z] Removing bundles/ [2020-09-24T16:52:59.452Z] [2020-09-24T16:52:59.452Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-09-24T16:52:59.452Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:52:59.452Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:52:59.523Z] --- PASS: TestIpcModePrivate (0.92s) [2020-09-24T16:52:59.523Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-09-24T16:52:59.523Z] === RUN TestIpcModeShareable [2020-09-24T16:53:00.555Z] --- PASS: TestIpcModeShareable (0.98s) [2020-09-24T16:53:00.555Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-09-24T16:53:00.555Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-24T16:53:03.280Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) [2020-09-24T16:53:03.280Z] === RUN TestAPIIpcModeHost [2020-09-24T16:53:03.911Z] --- PASS: TestAPIIpcModeHost (0.61s) [2020-09-24T16:53:03.911Z] === RUN TestDaemonIpcModeShareable [2020-09-24T16:53:04.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T16:53:04.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T16:53:04.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T16:53:05.973Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2020-09-24T16:53:05.973Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-24T16:53:05.973Z] === RUN TestDaemonIpcModePrivate [2020-09-24T16:53:07.477Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-09-24T16:53:07.477Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-24T16:53:07.477Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-24T16:53:09.544Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2020-09-24T16:53:09.544Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-09-24T16:53:09.544Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-24T16:53:11.054Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2020-09-24T16:53:11.054Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-09-24T16:53:11.054Z] === RUN TestIpcModeOlderClient [2020-09-24T16:53:11.054Z] === PAUSE TestIpcModeOlderClient [2020-09-24T16:53:11.054Z] === RUN TestKillContainerInvalidSignal [2020-09-24T16:53:12.088Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2020-09-24T16:53:12.088Z] === RUN TestKillContainer [2020-09-24T16:53:12.088Z] === RUN TestKillContainer/no_signal [2020-09-24T16:53:12.720Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T16:53:13.351Z] === RUN TestKillContainer/killing_signal [2020-09-24T16:53:14.383Z] --- PASS: TestKillContainer (2.61s) [2020-09-24T16:53:14.383Z] --- PASS: TestKillContainer/no_signal (0.88s) [2020-09-24T16:53:14.383Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-09-24T16:53:14.383Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2020-09-24T16:53:14.383Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T16:53:14.383Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-24T16:53:15.442Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-24T16:53:16.074Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.71s) [2020-09-24T16:53:16.074Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.87s) [2020-09-24T16:53:16.074Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-09-24T16:53:16.074Z] === RUN TestKillStoppedContainer [2020-09-24T16:53:16.364Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-09-24T16:53:16.364Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T16:53:16.364Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-09-24T16:53:16.364Z] === RUN TestKillDifferentUserContainer [2020-09-24T16:53:17.397Z] --- PASS: TestKillDifferentUserContainer (0.91s) [2020-09-24T16:53:17.397Z] === RUN TestInspectOomKilledTrue [2020-09-24T16:53:17.397Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-24T16:53:17.397Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:53:17.397Z] === RUN TestInspectOomKilledFalse [2020-09-24T16:53:17.397Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-24T16:53:17.397Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:53:17.397Z] === RUN TestLinksEtcHostsContentMatch [2020-09-24T16:53:18.028Z] --- PASS: TestLinksEtcHostsContentMatch (0.57s) [2020-09-24T16:53:18.028Z] === RUN TestLinksContainerNames [2020-09-24T16:53:19.536Z] --- PASS: TestLinksContainerNames (1.66s) [2020-09-24T16:53:19.536Z] === RUN TestLogsFollowTailEmpty [2020-09-24T16:53:20.567Z] --- PASS: TestLogsFollowTailEmpty (0.86s) [2020-09-24T16:53:20.567Z] === RUN TestContainerNetworkMountsNoChown [2020-09-24T16:53:20.769Z] ..........................xx.................... [ 29%] [2020-09-24T16:53:21.197Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/default [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/default [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/private [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/private [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/rprivate [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/slave [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/slave [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/rslave [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/shared [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/shared [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/rshared [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-24T16:53:21.197Z] === CONT TestMountDaemonRoot/default [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-24T16:53:21.197Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:53:21.197Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:53:21.197Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-24T16:53:21.197Z] === CONT TestMountDaemonRoot/rprivate [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:53:21.198Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:53:21.198Z] === CONT TestMountDaemonRoot/private [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-24T16:53:21.198Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:53:21.198Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:53:21.198Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:53:21.198Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-24T16:53:21.198Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/slave [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rshared [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/shared [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rslave [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:53:21.488Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:53:21.488Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-24T16:53:21.488Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:53:21.778Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:53:22.069Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:53:22.069Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-09-24T16:53:22.070Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-24T16:53:22.070Z] === RUN TestContainerBindMountNonRecursive [2020-09-24T16:53:24.131Z] --- PASS: TestContainerBindMountNonRecursive (2.03s) [2020-09-24T16:53:24.131Z] === RUN TestNetworkNat [2020-09-24T16:53:25.164Z] --- PASS: TestNetworkNat (0.91s) [2020-09-24T16:53:25.164Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T16:53:25.794Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-09-24T16:53:25.794Z] === RUN TestNetworkLoopbackNat [2020-09-24T16:53:29.340Z] --- PASS: TestNetworkLoopbackNat (3.24s) [2020-09-24T16:53:29.340Z] === RUN TestPause [2020-09-24T16:53:29.971Z] --- PASS: TestPause (0.88s) [2020-09-24T16:53:29.971Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T16:53:29.971Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:53:29.971Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:53:29.971Z] === RUN TestPauseStopPausedContainer [2020-09-24T16:53:31.003Z] --- PASS: TestPauseStopPausedContainer (0.83s) [2020-09-24T16:53:31.003Z] === RUN TestPsFilter [2020-09-24T16:53:31.003Z] --- PASS: TestPsFilter (0.30s) [2020-09-24T16:53:31.003Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T16:53:31.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T16:53:31.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T16:53:31.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T16:53:32.034Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2020-09-24T16:53:32.034Z] === RUN TestRemoveContainerWithVolume [2020-09-24T16:53:32.665Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2020-09-24T16:53:32.665Z] === RUN TestRemoveContainerRunning [2020-09-24T16:53:33.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T16:53:33.698Z] --- PASS: TestRemoveContainerRunning (0.85s) [2020-09-24T16:53:33.698Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T16:53:33.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T16:53:34.330Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2020-09-24T16:53:34.331Z] === RUN TestRemoveInvalidContainer [2020-09-24T16:53:34.331Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-24T16:53:34.331Z] === RUN TestRenameLinkedContainer [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-24T16:53:35.073Z] === RUN TestBoolValue [2020-09-24T16:53:35.073Z] --- PASS: TestBoolValue (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestBoolValueOrDefault [2020-09-24T16:53:35.073Z] --- PASS: TestBoolValueOrDefault (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestInt64ValueOrZero [2020-09-24T16:53:35.073Z] --- PASS: TestInt64ValueOrZero (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestInt64ValueOrDefault [2020-09-24T16:53:35.073Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestInt64ValueOrDefaultWithError [2020-09-24T16:53:35.073Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestJsonContentType [2020-09-24T16:53:35.073Z] --- PASS: TestJsonContentType (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 14.7% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/server/httputils 0.060s coverage: 14.7% of statements [2020-09-24T16:53:35.073Z] === RUN TestMaskSecretKeys [2020-09-24T16:53:35.073Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2020-09-24T16:53:35.073Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2020-09-24T16:53:35.073Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2020-09-24T16:53:35.073Z] --- PASS: TestMaskSecretKeys (0.00s) [2020-09-24T16:53:35.073Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2020-09-24T16:53:35.073Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2020-09-24T16:53:35.073Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestVersionMiddlewareVersion [2020-09-24T16:53:35.073Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2020-09-24T16:53:35.073Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 37.7% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/server/middleware 0.090s coverage: 37.7% of statements [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-24T16:53:35.073Z] === RUN TestStrSliceMarshalJSON [2020-09-24T16:53:35.073Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestStrSliceUnmarshalJSON [2020-09-24T16:53:35.073Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestStrSliceUnmarshalString [2020-09-24T16:53:35.073Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestStrSliceUnmarshalSlice [2020-09-24T16:53:35.073Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 90.0% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/types/strslice 0.047s coverage: 90.0% of statements [2020-09-24T16:53:35.073Z] === RUN TestToJSON [2020-09-24T16:53:35.073Z] --- PASS: TestToJSON (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestToParamWithVersion [2020-09-24T16:53:35.073Z] --- PASS: TestToParamWithVersion (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestFromJSON [2020-09-24T16:53:35.073Z] --- PASS: TestFromJSON (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestEmpty [2020-09-24T16:53:35.073Z] --- PASS: TestEmpty (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestArgsMatchKVListEmptySources [2020-09-24T16:53:35.073Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestArgsMatchKVList [2020-09-24T16:53:35.073Z] --- PASS: TestArgsMatchKVList (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestArgsMatch [2020-09-24T16:53:35.073Z] --- PASS: TestArgsMatch (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestAdd [2020-09-24T16:53:35.073Z] --- PASS: TestAdd (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestDel [2020-09-24T16:53:35.073Z] --- PASS: TestDel (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestLen [2020-09-24T16:53:35.073Z] --- PASS: TestLen (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestExactMatch [2020-09-24T16:53:35.073Z] --- PASS: TestExactMatch (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestOnlyOneExactMatch [2020-09-24T16:53:35.073Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestContains [2020-09-24T16:53:35.073Z] --- PASS: TestContains (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestValidate [2020-09-24T16:53:35.073Z] --- PASS: TestValidate (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestWalkValues [2020-09-24T16:53:35.073Z] --- PASS: TestWalkValues (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestFuzzyMatch [2020-09-24T16:53:35.073Z] --- PASS: TestFuzzyMatch (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestClone [2020-09-24T16:53:35.073Z] --- PASS: TestClone (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 92.2% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/types/filters 0.067s coverage: 92.2% of statements [2020-09-24T16:53:35.073Z] === RUN TestAdjustForAPIVersion [2020-09-24T16:53:35.073Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 5.7% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/server/router/swarm 0.054s coverage: 5.7% of statements [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-24T16:53:35.073Z] === RUN TestDurationToSecondsString [2020-09-24T16:53:35.073Z] --- PASS: TestDurationToSecondsString (0.00s) [2020-09-24T16:53:35.073Z] === RUN TestGetTimestamp [2020-09-24T16:53:35.073Z] --- PASS: TestGetTimestamp (0.11s) [2020-09-24T16:53:35.073Z] === RUN TestParseTimestamps [2020-09-24T16:53:35.073Z] --- PASS: TestParseTimestamps (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 100.0% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/types/time 0.156s coverage: 100.0% of statements [2020-09-24T16:53:35.073Z] === RUN TestCompareVersion [2020-09-24T16:53:35.073Z] --- PASS: TestCompareVersion (0.00s) [2020-09-24T16:53:35.073Z] PASS [2020-09-24T16:53:35.073Z] coverage: 75.0% of statements [2020-09-24T16:53:35.073Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 75.0% of statements [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-24T16:53:35.073Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-24T16:53:35.529Z] === RUN TestReadAll [2020-09-24T16:53:35.529Z] --- PASS: TestReadAll (0.00s) [2020-09-24T16:53:35.529Z] PASS [2020-09-24T16:53:35.529Z] coverage: 96.8% of statements [2020-09-24T16:53:35.529Z] ok github.com/docker/docker/builder/dockerignore 0.089s coverage: 96.8% of statements [2020-09-24T16:53:35.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2020-09-24T16:53:36.492Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2020-09-24T16:53:36.492Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2020-09-24T16:53:36.492Z] === RUN TestCloneArgsSmartHttp [2020-09-24T16:53:36.492Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2020-09-24T16:53:36.492Z] === RUN TestCloneArgsDumbHttp [2020-09-24T16:53:36.492Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2020-09-24T16:53:36.492Z] === RUN TestCloneArgsGit [2020-09-24T16:53:36.492Z] --- PASS: TestCloneArgsGit (0.00s) [2020-09-24T16:53:36.492Z] === RUN TestCheckoutGit [2020-09-24T16:53:37.223Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-09-24T16:53:37.842Z] --- PASS: TestRenameLinkedContainer (3.42s) [2020-09-24T16:53:37.842Z] === RUN TestRenameStoppedContainer [2020-09-24T16:53:38.873Z] --- PASS: TestRenameStoppedContainer (0.90s) [2020-09-24T16:53:38.873Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T16:53:39.389Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2020-09-24T16:53:39.389Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2020-09-24T16:53:39.389Z] === RUN TestProcessNoDockerignore [2020-09-24T16:53:39.389Z] --- PASS: TestProcessNoDockerignore (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestProcessShouldLeaveAllFiles [2020-09-24T16:53:39.389Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestDetectContentType [2020-09-24T16:53:39.389Z] --- PASS: TestDetectContentType (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestSelectAcceptableMIME [2020-09-24T16:53:39.389Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestInspectEmptyResponse [2020-09-24T16:53:39.389Z] --- PASS: TestInspectEmptyResponse (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestInspectResponseBinary [2020-09-24T16:53:39.389Z] --- PASS: TestInspectResponseBinary (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestResponseUnsupportedContentType [2020-09-24T16:53:39.389Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestInspectResponseTextSimple [2020-09-24T16:53:39.389Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestInspectResponseEmptyContentType [2020-09-24T16:53:39.389Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestUnknownContentLength [2020-09-24T16:53:39.389Z] --- PASS: TestUnknownContentLength (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestDownloadRemote [2020-09-24T16:53:39.389Z] --- PASS: TestDownloadRemote (0.07s) [2020-09-24T16:53:39.389Z] === RUN TestGetWithStatusError [2020-09-24T16:53:39.389Z] --- PASS: TestGetWithStatusError (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestCloseRootDirectory [2020-09-24T16:53:39.389Z] --- SKIP: TestCloseRootDirectory (0.00s) [2020-09-24T16:53:39.389Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:53:39.389Z] === RUN TestHashFile [2020-09-24T16:53:39.389Z] --- SKIP: TestHashFile (0.00s) [2020-09-24T16:53:39.389Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:53:39.389Z] === RUN TestHashSubdir [2020-09-24T16:53:39.389Z] --- SKIP: TestHashSubdir (0.01s) [2020-09-24T16:53:39.389Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:53:39.389Z] === RUN TestRemoveDirectory [2020-09-24T16:53:39.389Z] --- SKIP: TestRemoveDirectory (0.00s) [2020-09-24T16:53:39.389Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:53:39.389Z] PASS [2020-09-24T16:53:39.389Z] coverage: 9.2% of statements [2020-09-24T16:53:39.389Z] ok github.com/docker/docker/builder/remotecontext 0.274s coverage: 9.2% of statements [2020-09-24T16:53:39.389Z] === RUN TestEnable [2020-09-24T16:53:39.389Z] --- PASS: TestEnable (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestDisable [2020-09-24T16:53:39.389Z] --- PASS: TestDisable (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestEnabled [2020-09-24T16:53:39.389Z] --- PASS: TestEnabled (0.00s) [2020-09-24T16:53:39.389Z] PASS [2020-09-24T16:53:39.389Z] coverage: 100.0% of statements [2020-09-24T16:53:39.389Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2020-09-24T16:53:39.389Z] === RUN TestGetAllAllowed [2020-09-24T16:53:39.389Z] --- PASS: TestGetAllAllowed (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestGetAllMeta [2020-09-24T16:53:39.389Z] --- PASS: TestGetAllMeta (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestWarnOnUnusedBuildArgs [2020-09-24T16:53:39.389Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestIsUnreferencedBuiltin [2020-09-24T16:53:39.389Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestIsExistingDirectory [2020-09-24T16:53:39.389Z] --- PASS: TestIsExistingDirectory (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestGetFilenameForDownload [2020-09-24T16:53:39.389Z] --- PASS: TestGetFilenameForDownload (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestEnv2Variables [2020-09-24T16:53:39.389Z] --- PASS: TestEnv2Variables (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestEnvValueWithExistingRunConfigEnv [2020-09-24T16:53:39.389Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestMaintainer [2020-09-24T16:53:39.389Z] --- PASS: TestMaintainer (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestLabel [2020-09-24T16:53:39.389Z] --- PASS: TestLabel (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestFromScratch [2020-09-24T16:53:39.389Z] --- PASS: TestFromScratch (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestFromWithArg [2020-09-24T16:53:39.389Z] --- PASS: TestFromWithArg (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestFromWithArgButBuildArgsNotGiven [2020-09-24T16:53:39.389Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestFromWithUndefinedArg [2020-09-24T16:53:39.389Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestFromMultiStageWithNamedStage [2020-09-24T16:53:39.389Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestOnbuild [2020-09-24T16:53:39.389Z] --- PASS: TestOnbuild (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestWorkdir [2020-09-24T16:53:39.389Z] --- PASS: TestWorkdir (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestCmd [2020-09-24T16:53:39.389Z] --- PASS: TestCmd (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestHealthcheckNone [2020-09-24T16:53:39.389Z] --- PASS: TestHealthcheckNone (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestHealthcheckCmd [2020-09-24T16:53:39.389Z] --- PASS: TestHealthcheckCmd (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestEntrypoint [2020-09-24T16:53:39.389Z] --- PASS: TestEntrypoint (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestExpose [2020-09-24T16:53:39.389Z] --- PASS: TestExpose (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestUser [2020-09-24T16:53:39.389Z] --- PASS: TestUser (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestVolume [2020-09-24T16:53:39.389Z] --- PASS: TestVolume (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestStopSignal [2020-09-24T16:53:39.389Z] --- SKIP: TestStopSignal (0.00s) [2020-09-24T16:53:39.389Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-24T16:53:39.389Z] === RUN TestArg [2020-09-24T16:53:39.389Z] --- PASS: TestArg (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestShell [2020-09-24T16:53:39.389Z] --- PASS: TestShell (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestPrependEnvOnCmd [2020-09-24T16:53:39.389Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestRunWithBuildArgs [2020-09-24T16:53:39.389Z] --- PASS: TestRunWithBuildArgs (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestRunIgnoresHealthcheck [2020-09-24T16:53:39.389Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestNormalizeWorkdir [2020-09-24T16:53:39.389Z] --- PASS: TestNormalizeWorkdir (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestDispatch [2020-09-24T16:53:39.389Z] === RUN TestDispatch/ADD_multiple_files_to_file [2020-09-24T16:53:39.389Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2020-09-24T16:53:39.389Z] === RUN TestDispatch/COPY_multiple_files_to_file [2020-09-24T16:53:39.389Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2020-09-24T16:53:39.389Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2020-09-24T16:53:39.389Z] === RUN TestDispatch/COPY_wildcard_no_files [2020-09-24T16:53:39.389Z] === RUN TestDispatch/COPY_url [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch (0.07s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2020-09-24T16:53:39.389Z] --- PASS: TestDispatch/COPY_url (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestAddScratchImageAddsToMounts [2020-09-24T16:53:39.389Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestAddFromScratchPopulatesPlatform [2020-09-24T16:53:39.389Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2020-09-24T16:53:39.389Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2020-09-24T16:53:39.389Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestImageSourceGetAddsToMounts [2020-09-24T16:53:39.389Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestEmptyDockerfile [2020-09-24T16:53:39.389Z] --- PASS: TestEmptyDockerfile (0.01s) [2020-09-24T16:53:39.389Z] === RUN TestSymlinkDockerfile [2020-09-24T16:53:39.389Z] --- PASS: TestSymlinkDockerfile (0.01s) [2020-09-24T16:53:39.389Z] === RUN TestDockerfileOutsideTheBuildContext [2020-09-24T16:53:39.389Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestNonExistingDockerfile [2020-09-24T16:53:39.389Z] --- PASS: TestNonExistingDockerfile (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestCopyRunConfig [2020-09-24T16:53:39.389Z] --- PASS: TestCopyRunConfig (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestDeepCopyRunConfig [2020-09-24T16:53:39.389Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestExportImage [2020-09-24T16:53:39.389Z] --- PASS: TestExportImage (0.00s) [2020-09-24T16:53:39.389Z] === RUN TestNormalizeDest [2020-09-24T16:53:39.389Z] --- PASS: TestNormalizeDest (0.00s) [2020-09-24T16:53:39.389Z] PASS [2020-09-24T16:53:39.389Z] coverage: 46.3% of statements [2020-09-24T16:53:39.389Z] ok github.com/docker/docker/builder/dockerfile 0.235s coverage: 46.3% of statements [2020-09-24T16:53:39.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T16:53:40.379Z] --- PASS: TestRenameRunningContainerAndReuse (1.69s) [2020-09-24T16:53:40.379Z] === RUN TestRenameInvalidName [2020-09-24T16:53:41.411Z] --- PASS: TestRenameInvalidName (0.83s) [2020-09-24T16:53:41.411Z] === RUN TestRenameAnonymousContainer [2020-09-24T16:53:41.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T16:53:43.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T16:53:43.702Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T16:53:44.629Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-09-24T16:53:45.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T16:53:45.854Z] --- PASS: TestRenameAnonymousContainer (4.72s) [2020-09-24T16:53:45.854Z] === RUN TestRenameContainerWithSameName [2020-09-24T16:53:46.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T16:53:46.885Z] --- PASS: TestRenameContainerWithSameName (0.89s) [2020-09-24T16:53:46.885Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T16:53:48.388Z] --- PASS: TestRenameContainerWithLinkedContainer (1.65s) [2020-09-24T16:53:48.388Z] === RUN TestResize [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 14.7% of statements [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/types/strslice 0.028s coverage: 90.0% of statements [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/types/filters 0.048s coverage: 92.2% of statements [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/server/router/swarm 0.024s coverage: 5.7% of statements [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 75.0% of statements [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-24T16:53:48.443Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/builder/dockerignore 0.042s coverage: 96.8% of statements [2020-09-24T16:53:48.443Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2020-09-24T16:53:48.919Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T16:53:49.391Z] ok github.com/docker/docker/builder/remotecontext 0.273s coverage: 13.6% of statements [2020-09-24T16:53:49.420Z] --- PASS: TestResize (0.84s) [2020-09-24T16:53:49.420Z] === RUN TestResizeWithInvalidSize [2020-09-24T16:53:50.051Z] --- PASS: TestResizeWithInvalidSize (0.83s) [2020-09-24T16:53:50.051Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T16:53:50.189Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-09-24T16:53:50.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-24T16:53:50.781Z] ok github.com/docker/docker/builder/dockerfile 0.865s coverage: 48.0% of statements [2020-09-24T16:53:50.781Z] ok github.com/docker/docker/builder/remotecontext/git 3.236s coverage: 86.3% of statements [2020-09-24T16:53:50.781Z] ? github.com/docker/docker/cli [no test files] [2020-09-24T16:53:50.781Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-24T16:53:51.114Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:51.114Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:51.114Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:51.114Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:53:51.114Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:53:51.750Z] === RUN TestCheckpointCreateError [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointCreateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointCreate [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointCreate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointDeleteError [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointDeleteError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointDelete [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointDelete (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointListError [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointListError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointList [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointList (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCheckpointListContainerNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNewClientWithOpsFromEnv [2020-09-24T16:53:51.750Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2020-09-24T16:53:51.750Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-24T16:53:51.750Z] === RUN TestGetAPIPath [2020-09-24T16:53:51.750Z] --- PASS: TestGetAPIPath (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestParseHostURL [2020-09-24T16:53:51.750Z] --- PASS: TestParseHostURL (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2020-09-24T16:53:51.750Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPIVersionEmpty [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPIVersion [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPVersionOverride [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPIVersionAutomatic [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2020-09-24T16:53:51.750Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestClientRedirect [2020-09-24T16:53:51.750Z] --- PASS: TestClientRedirect (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigCreateUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigCreateError [2020-09-24T16:53:51.750Z] --- PASS: TestConfigCreateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigCreate [2020-09-24T16:53:51.750Z] --- PASS: TestConfigCreate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspectNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspectNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspectWithEmptyID [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspectUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspectError [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspectError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspectConfigNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigInspect [2020-09-24T16:53:51.750Z] --- PASS: TestConfigInspect (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigListUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestConfigListUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigListError [2020-09-24T16:53:51.750Z] --- PASS: TestConfigListError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigList [2020-09-24T16:53:51.750Z] --- PASS: TestConfigList (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigRemoveUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigRemoveError [2020-09-24T16:53:51.750Z] --- PASS: TestConfigRemoveError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigRemove [2020-09-24T16:53:51.750Z] --- PASS: TestConfigRemove (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigUpdateUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigUpdateError [2020-09-24T16:53:51.750Z] --- PASS: TestConfigUpdateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestConfigUpdate [2020-09-24T16:53:51.750Z] --- PASS: TestConfigUpdate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCommitError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCommitError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCommit [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCommit (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStatPathError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStatPathError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStatPathNotFoundError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStatPathNoHeaderError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStatPath [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStatPath (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyToContainerError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyToContainerError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyToContainerNotFoundError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyToContainerNotStatusOKError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyToContainer [2020-09-24T16:53:51.750Z] --- PASS: TestCopyToContainer (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyFromContainerError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyFromContainerError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyFromContainerNotFoundError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyFromContainerNotStatusOKError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyFromContainerNoHeaderError [2020-09-24T16:53:51.750Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestCopyFromContainer [2020-09-24T16:53:51.750Z] --- PASS: TestCopyFromContainer (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCreateError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCreateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCreateImageNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCreateWithName [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCreateWithName (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerCreateAutoRemove [2020-09-24T16:53:51.750Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerDiffError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerDiffError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerDiff [2020-09-24T16:53:51.750Z] --- PASS: TestContainerDiff (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecCreateError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecCreateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecCreate [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecCreate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecStartError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecStartError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecStart [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecStart (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecInspectError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecInspectError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecInspect [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecInspect (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExportError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExportError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExport [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExport (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerInspectError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerInspectError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerInspectContainerNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerInspectWithEmptyID [2020-09-24T16:53:51.750Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerInspect [2020-09-24T16:53:51.750Z] --- PASS: TestContainerInspect (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerInspectNode [2020-09-24T16:53:51.750Z] --- PASS: TestContainerInspectNode (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerKillError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerKillError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerKill [2020-09-24T16:53:51.750Z] --- PASS: TestContainerKill (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerListError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerListError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerList [2020-09-24T16:53:51.750Z] --- PASS: TestContainerList (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerLogsNotFoundError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerLogsError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerLogsError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerLogs [2020-09-24T16:53:51.750Z] --- PASS: TestContainerLogs (0.12s) [2020-09-24T16:53:51.750Z] === RUN TestContainerPauseError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerPauseError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerPause [2020-09-24T16:53:51.750Z] --- PASS: TestContainerPause (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainersPruneError [2020-09-24T16:53:51.750Z] --- PASS: TestContainersPruneError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainersPrune [2020-09-24T16:53:51.750Z] --- PASS: TestContainersPrune (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRemoveError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRemoveError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRemoveNotFoundError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRemove [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRemove (0.02s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRenameError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRenameError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRename [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRename (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerResizeError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerResizeError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecResizeError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecResizeError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerResize [2020-09-24T16:53:51.750Z] --- PASS: TestContainerResize (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerExecResize [2020-09-24T16:53:51.750Z] --- PASS: TestContainerExecResize (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRestartError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRestartError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerRestart [2020-09-24T16:53:51.750Z] --- PASS: TestContainerRestart (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStartError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStartError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStart [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStart (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStatsError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStatsError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStats [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStats (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStopError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStopError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerStop [2020-09-24T16:53:51.750Z] --- PASS: TestContainerStop (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerTopError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerTopError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerTop [2020-09-24T16:53:51.750Z] --- PASS: TestContainerTop (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerUnpauseError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerUnpauseError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerUnpause [2020-09-24T16:53:51.750Z] --- PASS: TestContainerUnpause (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerUpdateError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerUpdateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerUpdate [2020-09-24T16:53:51.750Z] --- PASS: TestContainerUpdate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerWaitError [2020-09-24T16:53:51.750Z] --- PASS: TestContainerWaitError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestContainerWait [2020-09-24T16:53:51.750Z] --- PASS: TestContainerWait (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestDiskUsageError [2020-09-24T16:53:51.750Z] --- PASS: TestDiskUsageError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestDiskUsage [2020-09-24T16:53:51.750Z] --- PASS: TestDiskUsage (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestDistributionInspectUnsupported [2020-09-24T16:53:51.750Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestDistributionInspectWithEmptyID [2020-09-24T16:53:51.750Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestEventsErrorInOptions [2020-09-24T16:53:51.750Z] --- PASS: TestEventsErrorInOptions (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestEventsErrorFromServer [2020-09-24T16:53:51.750Z] --- PASS: TestEventsErrorFromServer (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestEvents [2020-09-24T16:53:51.750Z] --- PASS: TestEvents (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestTLSCloseWriter [2020-09-24T16:53:51.750Z] === PAUSE TestTLSCloseWriter [2020-09-24T16:53:51.750Z] === RUN TestImageBuildError [2020-09-24T16:53:51.750Z] --- PASS: TestImageBuildError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageBuild [2020-09-24T16:53:51.750Z] --- PASS: TestImageBuild (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestGetDockerOS [2020-09-24T16:53:51.750Z] --- PASS: TestGetDockerOS (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageCreateError [2020-09-24T16:53:51.750Z] --- PASS: TestImageCreateError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageCreate [2020-09-24T16:53:51.750Z] --- PASS: TestImageCreate (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageHistoryError [2020-09-24T16:53:51.750Z] --- PASS: TestImageHistoryError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageHistory [2020-09-24T16:53:51.750Z] --- PASS: TestImageHistory (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageImportError [2020-09-24T16:53:51.750Z] --- PASS: TestImageImportError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageImport [2020-09-24T16:53:51.750Z] --- PASS: TestImageImport (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageInspectError [2020-09-24T16:53:51.750Z] --- PASS: TestImageInspectError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageInspectImageNotFound [2020-09-24T16:53:51.750Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageInspectWithEmptyID [2020-09-24T16:53:51.750Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageInspect [2020-09-24T16:53:51.750Z] --- PASS: TestImageInspect (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageListError [2020-09-24T16:53:51.750Z] --- PASS: TestImageListError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageList [2020-09-24T16:53:51.750Z] --- PASS: TestImageList (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageListApiBefore125 [2020-09-24T16:53:51.750Z] --- PASS: TestImageListApiBefore125 (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageLoadError [2020-09-24T16:53:51.750Z] --- PASS: TestImageLoadError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImageLoad [2020-09-24T16:53:51.750Z] --- PASS: TestImageLoad (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagesPruneError [2020-09-24T16:53:51.750Z] --- PASS: TestImagesPruneError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagesPrune [2020-09-24T16:53:51.750Z] --- PASS: TestImagesPrune (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullReferenceParseError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullAnyError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullAnyError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullStatusUnauthorizedError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullWithPrivilegedFuncNoError [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePullWithoutErrors [2020-09-24T16:53:51.750Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2020-09-24T16:53:51.750Z] === RUN TestImagePushReferenceError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushReferenceError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushAnyError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushAnyError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushStatusUnauthorizedError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithPrivilegedFuncNoError [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithoutErrors [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2020-09-24T16:53:51.751Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestImageRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageRemoveImageNotFound [2020-09-24T16:53:51.751Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageRemove [2020-09-24T16:53:51.751Z] --- PASS: TestImageRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSaveError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSaveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSave [2020-09-24T16:53:51.751Z] --- PASS: TestImageSave (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchAnyError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchAnyError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchStatusUnauthorizedError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageSearchWithoutErrors [2020-09-24T16:53:51.751Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageTagError [2020-09-24T16:53:51.751Z] --- PASS: TestImageTagError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageTagInvalidReference [2020-09-24T16:53:51.751Z] --- PASS: TestImageTagInvalidReference (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageTagInvalidSourceImageName [2020-09-24T16:53:51.751Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageTagHexSource [2020-09-24T16:53:51.751Z] --- PASS: TestImageTagHexSource (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestImageTag [2020-09-24T16:53:51.751Z] --- PASS: TestImageTag (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestInfoServerError [2020-09-24T16:53:51.751Z] --- PASS: TestInfoServerError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestInfoInvalidResponseJSONError [2020-09-24T16:53:51.751Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestInfo [2020-09-24T16:53:51.751Z] --- PASS: TestInfo (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkConnectError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkConnectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkConnect [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkConnect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkCreateError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkCreateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkCreate [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkCreate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkDisconnectError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkDisconnectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkDisconnect [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkDisconnect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkInspectNotFoundError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkInspect [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkListError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkList [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworksPruneError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworksPruneError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworksPrune [2020-09-24T16:53:51.751Z] --- PASS: TestNetworksPrune (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNetworkRemove [2020-09-24T16:53:51.751Z] --- PASS: TestNetworkRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestNodeInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeInspectNodeNotFound [2020-09-24T16:53:51.751Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeInspect [2020-09-24T16:53:51.751Z] --- PASS: TestNodeInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeListError [2020-09-24T16:53:51.751Z] --- PASS: TestNodeListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeList [2020-09-24T16:53:51.751Z] --- PASS: TestNodeList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestNodeRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeRemove [2020-09-24T16:53:51.751Z] --- PASS: TestNodeRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeUpdateError [2020-09-24T16:53:51.751Z] --- PASS: TestNodeUpdateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestNodeUpdate [2020-09-24T16:53:51.751Z] --- PASS: TestNodeUpdate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestOptionWithTimeout [2020-09-24T16:53:51.751Z] --- PASS: TestOptionWithTimeout (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPingFail [2020-09-24T16:53:51.751Z] --- PASS: TestPingFail (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPingWithError [2020-09-24T16:53:51.751Z] 2020/09/24 16:53:50 RoundTripper returned a response & error; ignoring response [2020-09-24T16:53:51.751Z] 2020/09/24 16:53:50 RoundTripper returned a response & error; ignoring response [2020-09-24T16:53:51.751Z] --- PASS: TestPingWithError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPingSuccess [2020-09-24T16:53:51.751Z] --- PASS: TestPingSuccess (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPingHeadFallback [2020-09-24T16:53:51.751Z] === RUN TestPingHeadFallback/OK [2020-09-24T16:53:51.751Z] === RUN TestPingHeadFallback/Internal_Server_Error [2020-09-24T16:53:51.751Z] === RUN TestPingHeadFallback/Not_Found [2020-09-24T16:53:51.751Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2020-09-24T16:53:51.751Z] --- PASS: TestPingHeadFallback (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2020-09-24T16:53:51.751Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginDisableError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginDisableError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginDisable [2020-09-24T16:53:51.751Z] --- PASS: TestPluginDisable (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginEnableError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginEnableError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginEnable [2020-09-24T16:53:51.751Z] --- PASS: TestPluginEnable (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginInspect [2020-09-24T16:53:51.751Z] --- PASS: TestPluginInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginListError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginList [2020-09-24T16:53:51.751Z] --- PASS: TestPluginList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginPushError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginPushError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginPush [2020-09-24T16:53:51.751Z] --- PASS: TestPluginPush (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginRemove [2020-09-24T16:53:51.751Z] --- PASS: TestPluginRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginSetError [2020-09-24T16:53:51.751Z] --- PASS: TestPluginSetError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPluginSet [2020-09-24T16:53:51.751Z] --- PASS: TestPluginSet (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSetHostHeader [2020-09-24T16:53:51.751Z] --- PASS: TestSetHostHeader (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestPlainTextError [2020-09-24T16:53:51.751Z] --- PASS: TestPlainTextError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestInfiniteError [2020-09-24T16:53:51.751Z] --- PASS: TestInfiniteError (0.03s) [2020-09-24T16:53:51.751Z] === RUN TestSecretCreateUnsupported [2020-09-24T16:53:51.751Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretCreateError [2020-09-24T16:53:51.751Z] --- PASS: TestSecretCreateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretCreate [2020-09-24T16:53:51.751Z] --- PASS: TestSecretCreate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretInspectUnsupported [2020-09-24T16:53:51.751Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestSecretInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretInspectSecretNotFound [2020-09-24T16:53:51.751Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretInspect [2020-09-24T16:53:51.751Z] --- PASS: TestSecretInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretListUnsupported [2020-09-24T16:53:51.751Z] --- PASS: TestSecretListUnsupported (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretListError [2020-09-24T16:53:51.751Z] --- PASS: TestSecretListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretList [2020-09-24T16:53:51.751Z] --- PASS: TestSecretList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretRemoveUnsupported [2020-09-24T16:53:51.751Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestSecretRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretRemove [2020-09-24T16:53:51.751Z] --- PASS: TestSecretRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretUpdateUnsupported [2020-09-24T16:53:51.751Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretUpdateError [2020-09-24T16:53:51.751Z] --- PASS: TestSecretUpdateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSecretUpdate [2020-09-24T16:53:51.751Z] --- PASS: TestSecretUpdate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceCreateError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceCreateError (0.01s) [2020-09-24T16:53:51.751Z] === RUN TestServiceCreate [2020-09-24T16:53:51.751Z] --- PASS: TestServiceCreate (0.01s) [2020-09-24T16:53:51.751Z] === RUN TestServiceCreateCompatiblePlatforms [2020-09-24T16:53:51.751Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceCreateDigestPinning [2020-09-24T16:53:51.751Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceInspectServiceNotFound [2020-09-24T16:53:51.751Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceInspect [2020-09-24T16:53:51.751Z] --- PASS: TestServiceInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceListError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceList [2020-09-24T16:53:51.751Z] --- PASS: TestServiceList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceLogsError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceLogsError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceLogs [2020-09-24T16:53:51.751Z] --- PASS: TestServiceLogs (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceRemoveNotFoundError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceRemove [2020-09-24T16:53:51.751Z] --- PASS: TestServiceRemove (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceUpdateError [2020-09-24T16:53:51.751Z] --- PASS: TestServiceUpdateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestServiceUpdate [2020-09-24T16:53:51.751Z] --- PASS: TestServiceUpdate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmGetUnlockKeyError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmGetUnlockKey [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmInitError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmInitError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmInit [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmInit (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmInspect [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmJoinError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmJoinError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmJoin [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmJoin (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmLeaveError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmLeaveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmLeave [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmLeave (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmUnlockError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmUnlockError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmUnlock [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmUnlock (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmUpdateError [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmUpdateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestSwarmUpdate [2020-09-24T16:53:51.751Z] --- PASS: TestSwarmUpdate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestTaskInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestTaskInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestTaskInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestTaskInspect [2020-09-24T16:53:51.751Z] --- PASS: TestTaskInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestTaskListError [2020-09-24T16:53:51.751Z] --- PASS: TestTaskListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestTaskList [2020-09-24T16:53:51.751Z] --- PASS: TestTaskList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeCreateError [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeCreateError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeCreate [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeCreate (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeInspectError [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeInspectError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeInspectNotFound [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeInspectWithEmptyID [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeInspect [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeInspect (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeListError [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeListError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeList [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeList (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeRemoveError [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeRemoveError (0.00s) [2020-09-24T16:53:51.751Z] === RUN TestVolumeRemove [2020-09-24T16:53:51.751Z] --- PASS: TestVolumeRemove (0.00s) [2020-09-24T16:53:51.751Z] === CONT TestTLSCloseWriter [2020-09-24T16:53:51.751Z] --- PASS: TestTLSCloseWriter (0.02s) [2020-09-24T16:53:51.751Z] PASS [2020-09-24T16:53:51.751Z] coverage: 74.9% of statements [2020-09-24T16:53:51.751Z] ok github.com/docker/docker/client 0.416s coverage: 74.9% of statements [2020-09-24T16:53:51.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T16:53:53.177Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:53.468Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:53.509Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T16:53:53.509Z] Using test binary docker [2020-09-24T16:53:53.509Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-24T16:53:53.509Z] +++ /etc/init.d/apparmor start [2020-09-24T16:53:53.509Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:53:53.509Z] INFO: Waiting for daemon to start... [2020-09-24T16:53:53.509Z] Starting dockerd [2020-09-24T16:53:53.509Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-09-24T16:53:54.500Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:53:54.790Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:53:55.580Z] . [2020-09-24T16:53:55.580Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T16:53:55.580Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T16:53:55.580Z] Error: No such image: emptyfs [2020-09-24T16:53:55.580Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T16:53:55.580Z] ++++ docker load [2020-09-24T16:53:55.580Z] Running integration-test (iteration 1) [2020-09-24T16:53:55.580Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-09-24T16:53:55.580Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:53:55.580Z] ++ set -e [2020-09-24T16:53:55.580Z] ++ '[' -n 0 ']' [2020-09-24T16:53:55.580Z] ++ set -x [2020-09-24T16:53:55.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=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:53:56.086Z] ok github.com/docker/docker/client 0.233s coverage: 75.4% of statements [2020-09-24T16:53:56.295Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:53:56.295Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:53:58.359Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:53:58.359Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:54:01.085Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:54:01.376Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.17s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.39s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.23s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.19s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.72s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2020-09-24T16:54:04.111Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-09-24T16:54:04.111Z] === RUN TestCgroupNamespacesRun [2020-09-24T16:54:05.619Z] --- PASS: TestCgroupNamespacesRun (1.72s) [2020-09-24T16:54:05.619Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-24T16:54:06.537Z] --- PASS: TestCheckoutGit (29.73s) [2020-09-24T16:54:06.537Z] === RUN TestValidGitTransport [2020-09-24T16:54:06.537Z] --- PASS: TestValidGitTransport (0.00s) [2020-09-24T16:54:06.537Z] === RUN TestGitInvalidRef [2020-09-24T16:54:06.537Z] --- PASS: TestGitInvalidRef (0.22s) [2020-09-24T16:54:06.537Z] PASS [2020-09-24T16:54:06.537Z] coverage: 86.3% of statements [2020-09-24T16:54:06.537Z] ok github.com/docker/docker/builder/remotecontext/git 30.031s coverage: 86.3% of statements [2020-09-24T16:54:06.685Z] tests/integration/api_network_test.py ............................ [ 47%] [2020-09-24T16:54:06.994Z] ? github.com/docker/docker/cli [no test files] [2020-09-24T16:54:06.994Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-24T16:54:07.123Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.61s) [2020-09-24T16:54:07.123Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-24T16:54:08.626Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.74s) [2020-09-24T16:54:08.626Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-24T16:54:10.689Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-09-24T16:54:10.689Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-24T16:54:10.982Z] Loaded image: buildpack-deps:buster [2020-09-24T16:54:10.982Z] Loaded image: busybox:latest [2020-09-24T16:54:10.982Z] Loaded image: busybox:glibc [2020-09-24T16:54:10.982Z] Loaded image: debian:buster [2020-09-24T16:54:10.982Z] Loaded image: hello-world:latest [2020-09-24T16:54:10.982Z] INFO: Testing against a local daemon [2020-09-24T16:54:10.982Z] === RUN TestCgroupNamespacesBuild [2020-09-24T16:54:10.982Z] --- PASS: TestCgroupNamespacesBuild (1.45s) [2020-09-24T16:54:10.982Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-24T16:54:12.020Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s) [2020-09-24T16:54:12.020Z] === RUN TestBuildWithSession [2020-09-24T16:54:12.020Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:54:12.020Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:54:12.020Z] === RUN TestBuildSquashParent [2020-09-24T16:54:12.232Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-09-24T16:54:12.232Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliConfigWithTLS [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliConfigWithConflicts [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliWithConflictingLabels [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2020-09-24T16:54:12.773Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2020-09-24T16:54:12.773Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2020-09-24T16:54:13.230Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestConfigureDaemonLogs [2020-09-24T16:54:13.230Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestCommonOptionsInstallFlags [2020-09-24T16:54:13.230Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2020-09-24T16:54:13.230Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2020-09-24T16:54:13.230Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2020-09-24T16:54:13.230Z] PASS [2020-09-24T16:54:13.230Z] coverage: 19.5% of statements [2020-09-24T16:54:13.230Z] ok github.com/docker/docker/cmd/dockerd 0.331s coverage: 19.5% of statements [2020-09-24T16:54:13.735Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s) [2020-09-24T16:54:13.735Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-24T16:54:14.763Z] === RUN TestContainerStopSignal [2020-09-24T16:54:14.763Z] --- PASS: TestContainerStopSignal (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestContainerStopTimeout [2020-09-24T16:54:14.763Z] --- PASS: TestContainerStopTimeout (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestContainerSecretReferenceDestTarget [2020-09-24T16:54:14.763Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestContainerLogPathSetForJSONFileLogger [2020-09-24T16:54:14.763Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestContainerLogPathSetForRingLogger [2020-09-24T16:54:14.763Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestReplaceAndAppendEnvVars [2020-09-24T16:54:14.763Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2020-09-24T16:54:14.763Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2020-09-24T16:54:14.763Z] === RUN TestNewMemoryStore [2020-09-24T16:54:14.763Z] --- PASS: TestNewMemoryStore (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestAddContainers [2020-09-24T16:54:14.763Z] --- PASS: TestAddContainers (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestGetContainer [2020-09-24T16:54:14.763Z] --- PASS: TestGetContainer (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestDeleteContainer [2020-09-24T16:54:14.763Z] --- PASS: TestDeleteContainer (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestListContainers [2020-09-24T16:54:14.763Z] --- PASS: TestListContainers (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestFirstContainer [2020-09-24T16:54:14.763Z] --- PASS: TestFirstContainer (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestApplyAllContainer [2020-09-24T16:54:14.763Z] --- PASS: TestApplyAllContainer (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestIsValidHealthString [2020-09-24T16:54:14.763Z] --- PASS: TestIsValidHealthString (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestStateRunStop [2020-09-24T16:54:14.763Z] --- PASS: TestStateRunStop (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestStateTimeoutWait [2020-09-24T16:54:14.763Z] --- PASS: TestStateTimeoutWait (0.10s) [2020-09-24T16:54:14.763Z] state_test.go:141: Stop callback fired [2020-09-24T16:54:14.763Z] state_test.go:165: Stop callback fired [2020-09-24T16:54:14.763Z] === RUN TestIsValidStateString [2020-09-24T16:54:14.763Z] --- PASS: TestIsValidStateString (0.00s) [2020-09-24T16:54:14.763Z] === RUN TestViewSaveDelete [2020-09-24T16:54:14.763Z] --- PASS: TestViewSaveDelete (0.01s) [2020-09-24T16:54:14.763Z] === RUN TestViewAll [2020-09-24T16:54:14.763Z] --- PASS: TestViewAll (0.02s) [2020-09-24T16:54:14.763Z] === RUN TestViewGet [2020-09-24T16:54:14.766Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2020-09-24T16:54:14.766Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-24T16:54:15.015Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-09-24T16:54:15.221Z] --- PASS: TestViewGet (0.01s) [2020-09-24T16:54:15.221Z] === RUN TestNames [2020-09-24T16:54:15.221Z] --- PASS: TestNames (0.00s) [2020-09-24T16:54:15.221Z] === RUN TestViewWithHealthCheck [2020-09-24T16:54:15.221Z] --- PASS: TestViewWithHealthCheck (0.01s) [2020-09-24T16:54:15.221Z] PASS [2020-09-24T16:54:15.221Z] coverage: 41.6% of statements [2020-09-24T16:54:15.221Z] ok github.com/docker/docker/container 0.400s coverage: 41.6% of statements [2020-09-24T16:54:15.221Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-24T16:54:15.221Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-24T16:54:15.221Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-24T16:54:15.221Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-24T16:54:16.269Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2020-09-24T16:54:16.269Z] === RUN TestKernelTCPMemory [2020-09-24T16:54:16.498Z] --- PASS: TestBuildSquashParent (4.34s) [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:54:16.498Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:54:16.498Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:54:16.498Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:54:16.501Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-09-24T16:54:16.751Z] === RUN TestPrepare [2020-09-24T16:54:16.751Z] --- PASS: TestPrepare (0.00s) [2020-09-24T16:54:16.751Z] === RUN TestStart [2020-09-24T16:54:16.751Z] --- PASS: TestStart (0.00s) [2020-09-24T16:54:16.751Z] === RUN TestWaitCancel [2020-09-24T16:54:16.751Z] --- PASS: TestWaitCancel (0.00s) [2020-09-24T16:54:16.751Z] === RUN TestWaitDisabled [2020-09-24T16:54:16.751Z] --- PASS: TestWaitDisabled (0.00s) [2020-09-24T16:54:16.751Z] === RUN TestWaitEnabled [2020-09-24T16:54:16.751Z] --- PASS: TestWaitEnabled (0.00s) [2020-09-24T16:54:16.751Z] === RUN TestRemove [2020-09-24T16:54:16.751Z] --- PASS: TestRemove (0.00s) [2020-09-24T16:54:16.751Z] PASS [2020-09-24T16:54:16.751Z] coverage: 65.3% of statements [2020-09-24T16:54:16.751Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.105s coverage: 65.3% of statements [2020-09-24T16:54:17.303Z] --- PASS: TestKernelTCPMemory (0.88s) [2020-09-24T16:54:17.303Z] === RUN TestNISDomainname [2020-09-24T16:54:18.335Z] --- PASS: TestNISDomainname (0.96s) [2020-09-24T16:54:18.336Z] === RUN TestHostnameDnsResolution [2020-09-24T16:54:18.608Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:54:18.608Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:54:18.924Z] === RUN TestNewListSecretsFilters [2020-09-24T16:54:18.924Z] --- PASS: TestNewListSecretsFilters (0.00s) [2020-09-24T16:54:18.924Z] === RUN TestNewListConfigsFilters [2020-09-24T16:54:18.924Z] --- PASS: TestNewListConfigsFilters (0.00s) [2020-09-24T16:54:18.924Z] PASS [2020-09-24T16:54:18.924Z] coverage: 0.5% of statements [2020-09-24T16:54:18.924Z] ok github.com/docker/docker/daemon/cluster 0.269s coverage: 0.5% of statements [2020-09-24T16:54:19.840Z] --- PASS: TestHostnameDnsResolution (1.72s) [2020-09-24T16:54:19.840Z] === RUN TestStats [2020-09-24T16:54:19.889Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2020-09-24T16:54:19.889Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCContainerRuntime [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/empty [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/default [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/process [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCIsolation [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCIsolation/default [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCIsolation/process [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2020-09-24T16:54:19.889Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCConfigs [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCConfigs/file [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCConfigs [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCConfigs/file [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2020-09-24T16:54:19.889Z] === RUN TestServiceConvertToGRPCConfigs/none [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2020-09-24T16:54:19.889Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2020-09-24T16:54:19.889Z] PASS [2020-09-24T16:54:19.889Z] coverage: 35.9% of statements [2020-09-24T16:54:19.889Z] ok github.com/docker/docker/daemon/cluster/convert 0.404s coverage: 35.9% of statements [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.13s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.35s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.61s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.01s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.73s) [2020-09-24T16:54:20.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.84s) [2020-09-24T16:54:20.690Z] === RUN TestBuildMultiStageCopy [2020-09-24T16:54:20.690Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T16:54:20.939Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:54:21.392Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-09-24T16:54:21.507Z] [2020-09-24T16:54:22.201Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T16:54:22.201Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T16:54:22.494Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T16:54:22.690Z] ok github.com/docker/docker/cmd/dockerd 0.117s coverage: 30.9% of statements [2020-09-24T16:54:22.953Z] ok github.com/docker/docker/container 0.194s coverage: 34.7% of statements [2020-09-24T16:54:22.953Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-24T16:54:22.953Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-24T16:54:22.953Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-24T16:54:22.953Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-24T16:54:23.128Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy (2.69s) [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.44s) [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2020-09-24T16:54:23.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2020-09-24T16:54:23.128Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T16:54:23.348Z] --- PASS: TestStats (2.94s) [2020-09-24T16:54:23.349Z] === RUN TestStopContainerWithTimeout [2020-09-24T16:54:23.349Z] === RUN TestStopContainerWithTimeout/0 [2020-09-24T16:54:23.349Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-24T16:54:23.349Z] === RUN TestStopContainerWithTimeout/1 [2020-09-24T16:54:23.349Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-24T16:54:23.349Z] === RUN TestStopContainerWithTimeout/3 [2020-09-24T16:54:23.349Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-24T16:54:23.349Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-24T16:54:23.349Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-24T16:54:23.349Z] === CONT TestStopContainerWithTimeout/0 [2020-09-24T16:54:23.349Z] === CONT TestStopContainerWithTimeout/3 [2020-09-24T16:54:23.416Z] + TEST_INTEGRATION_DEST=1 [2020-09-24T16:54:23.416Z] + CONTAINER_NAME=docker-pr28-1 [2020-09-24T16:54:23.416Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:54:23.416Z] + run_tests test-integration-flaky [2020-09-24T16:54:23.416Z] + '[' -n 0 ']' [2020-09-24T16:54:23.416Z] + rm= [2020-09-24T16:54:23.416Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39297/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh test-integration-flaky test-integration [2020-09-24T16:54:23.416Z] + c=0 [2020-09-24T16:54:23.416Z] + TEST_INTEGRATION_DEST=3 [2020-09-24T16:54:23.417Z] + CONTAINER_NAME=docker-pr28-3 [2020-09-24T16:54:23.417Z] + TEST_SKIP_INTEGRATION=1 [2020-09-24T16:54:23.417Z] ++ jobs -p [2020-09-24T16:54:23.417Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-24T16:54:23.417Z] + run_tests [2020-09-24T16:54:23.417Z] + '[' -n 0 ']' [2020-09-24T16:54:23.417Z] + rm= [2020-09-24T16:54:23.417Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39297/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh '' test-integration [2020-09-24T16:54:23.417Z] + TEST_INTEGRATION_DEST=2 [2020-09-24T16:54:23.417Z] + CONTAINER_NAME=docker-pr28-2 [2020-09-24T16:54:23.417Z] + TEST_SKIP_INTEGRATION=1 [2020-09-24T16:54:23.417Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-24T16:54:23.417Z] + run_tests [2020-09-24T16:54:23.417Z] + '[' -n 0 ']' [2020-09-24T16:54:23.417Z] + rm= [2020-09-24T16:54:23.417Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39297/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh '' test-integration [2020-09-24T16:54:23.417Z] + for job in $(jobs -p) [2020-09-24T16:54:23.417Z] + wait 4504 [2020-09-24T16:54:23.979Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-24T16:54:24.167Z] --- PASS: TestBuildMultiStageParentConfig (0.81s) [2020-09-24T16:54:24.167Z] === RUN TestBuildLabelWithTargets [2020-09-24T16:54:24.357Z] [2020-09-24T16:54:24.563Z] === RUN TestDiscoveryOptsErrors [2020-09-24T16:54:24.563Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2020-09-24T16:54:24.563Z] === RUN TestDiscoveryOpts [2020-09-24T16:54:24.563Z] --- PASS: TestDiscoveryOpts (0.00s) [2020-09-24T16:54:24.563Z] PASS [2020-09-24T16:54:24.563Z] coverage: 30.0% of statements [2020-09-24T16:54:24.563Z] ok github.com/docker/docker/daemon/discovery 0.058s coverage: 30.0% of statements [2020-09-24T16:54:24.621Z] [2020-09-24T16:54:24.621Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:54:24.621Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:54:24.621Z] HOSTNAME=227128d5283c [2020-09-24T16:54:24.621Z] TEST_SKIP_INTEGRATION=1 [2020-09-24T16:54:24.621Z] TESTDEBUG=0 [2020-09-24T16:54:24.621Z] DEST=bundles/test-integration [2020-09-24T16:54:24.621Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:54:24.621Z] KEEPBUNDLE=1 [2020-09-24T16:54:24.621Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:54:24.621Z] container=docker [2020-09-24T16:54:24.621Z] HOME=/root [2020-09-24T16:54:24.621Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:54:24.621Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:54:24.621Z] VALIDATE_BRANCH=master [2020-09-24T16:54:24.621Z] TERM=xterm [2020-09-24T16:54:24.621Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:54:24.621Z] SHLVL=1 [2020-09-24T16:54:24.621Z] TIMEOUT=120m [2020-09-24T16:54:24.621Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:54:24.621Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:54:24.621Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-24T16:54:24.621Z] GO111MODULE=off [2020-09-24T16:54:24.621Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:54:24.621Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:54:24.621Z] GOPATH=/go [2020-09-24T16:54:24.621Z] PKG_CONFIG=pkg-config [2020-09-24T16:54:24.621Z] _=/usr/bin/env [2020-09-24T16:54:24.621Z] Building test suite binary ./integration-cli/test.main [2020-09-24T16:54:24.621Z] [2020-09-24T16:54:24.621Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:54:24.621Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:54:24.621Z] HOSTNAME=5cfce0653b1d [2020-09-24T16:54:24.621Z] TEST_SKIP_INTEGRATION=1 [2020-09-24T16:54:24.621Z] TESTDEBUG=0 [2020-09-24T16:54:24.621Z] DEST=bundles/test-integration [2020-09-24T16:54:24.621Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:54:24.621Z] KEEPBUNDLE=1 [2020-09-24T16:54:24.621Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:54:24.621Z] container=docker [2020-09-24T16:54:24.621Z] HOME=/root [2020-09-24T16:54:24.621Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:54:24.621Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:54:24.621Z] VALIDATE_BRANCH=master [2020-09-24T16:54:24.621Z] TERM=xterm [2020-09-24T16:54:24.621Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:54:24.621Z] SHLVL=1 [2020-09-24T16:54:24.621Z] TIMEOUT=120m [2020-09-24T16:54:24.621Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:54:24.621Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:54:24.621Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-09-24T16:54:24.621Z] GO111MODULE=off [2020-09-24T16:54:24.621Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:54:24.621Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:54:24.621Z] GOPATH=/go [2020-09-24T16:54:24.621Z] PKG_CONFIG=pkg-config [2020-09-24T16:54:24.621Z] _=/usr/bin/env [2020-09-24T16:54:24.621Z] Building test suite binary ./integration-cli/test.main [2020-09-24T16:54:24.621Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-09-24T16:54:25.020Z] === RUN TestBuilderGC [2020-09-24T16:54:25.020Z] --- PASS: TestBuilderGC (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationNotFound [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonBrokenConfiguration [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestParseClusterAdvertiseSettings [2020-09-24T16:54:25.020Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestFindConfigurationConflicts [2020-09-24T16:54:25.020Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2020-09-24T16:54:25.020Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeConflicts [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeConcurrent [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeConcurrentError [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2020-09-24T16:54:25.020Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestFindConfigurationConflictsWithMergedValues [2020-09-24T16:54:25.020Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2020-09-24T16:54:25.020Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_label [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_dns [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_dns-search [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_max-download-attempts [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2020-09-24T16:54:25.020Z] === RUN TestValidateConfiguration/with_node_generic_resources [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2020-09-24T16:54:25.020Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestModifiedDiscoverySettings [2020-09-24T16:54:25.020Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestReloadSetConfigFileNotExist [2020-09-24T16:54:25.020Z] time="2020-09-24T16:54:24Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2020-09-24T16:54:25.020Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2020-09-24T16:54:25.020Z] === RUN TestReloadDefaultConfigNotExist [2020-09-24T16:54:25.020Z] --- SKIP: TestReloadDefaultConfigNotExist (0.02s) [2020-09-24T16:54:25.020Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:25.020Z] === RUN TestReloadBadDefaultConfig [2020-09-24T16:54:25.020Z] time="2020-09-24T16:54:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-605796519" [2020-09-24T16:54:25.020Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestReloadWithConflictingLabels [2020-09-24T16:54:25.020Z] time="2020-09-24T16:54:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-467373018" [2020-09-24T16:54:25.020Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2020-09-24T16:54:25.020Z] === RUN TestReloadWithDuplicateLabels [2020-09-24T16:54:25.020Z] time="2020-09-24T16:54:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-739432817" [2020-09-24T16:54:25.020Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2020-09-24T16:54:25.020Z] === RUN TestDaemonConfigurationMerge [2020-09-24T16:54:25.020Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2020-09-24T16:54:25.020Z] PASS [2020-09-24T16:54:25.020Z] coverage: 79.7% of statements [2020-09-24T16:54:25.020Z] ok github.com/docker/docker/daemon/config 0.442s coverage: 79.7% of statements [2020-09-24T16:54:25.192Z] No new tests added to integration. [2020-09-24T16:54:25.192Z] [2020-09-24T16:54:25.192Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:54:25.677Z] --- PASS: TestBuildLabelWithTargets (1.31s) [2020-09-24T16:54:25.677Z] === RUN TestBuildWithEmptyLayers [2020-09-24T16:54:25.969Z] --- PASS: TestBuildWithEmptyLayers (0.63s) [2020-09-24T16:54:25.969Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T16:54:25.983Z] === RUN TestVerifyNetworkingConfig [2020-09-24T16:54:25.983Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2020-09-24T16:54:25.983Z] === RUN TestGetContainer [2020-09-24T16:54:25.983Z] --- PASS: TestGetContainer (0.00s) [2020-09-24T16:54:25.983Z] === RUN TestValidContainerNames [2020-09-24T16:54:25.983Z] --- PASS: TestValidContainerNames (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestContainerInitDNS [2020-09-24T16:54:25.984Z] --- SKIP: TestContainerInitDNS (0.00s) [2020-09-24T16:54:25.984Z] daemon_test.go:147: root required [2020-09-24T16:54:25.984Z] === RUN TestContainerDefaultCaps [2020-09-24T16:54:25.984Z] --- SKIP: TestContainerDefaultCaps (0.00s) [2020-09-24T16:54:25.984Z] daemon_test.go:226: root required [2020-09-24T16:54:25.984Z] === RUN TestMerge [2020-09-24T16:54:25.984Z] --- PASS: TestMerge (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestValidateContainerIsolation [2020-09-24T16:54:25.984Z] --- PASS: TestValidateContainerIsolation (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestFindNetworkErrorType [2020-09-24T16:54:25.984Z] --- PASS: TestFindNetworkErrorType (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestEnsureServicesExist [2020-09-24T16:54:25.984Z] --- PASS: TestEnsureServicesExist (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestEnsureServicesExistErrors [2020-09-24T16:54:25.984Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2020-09-24T16:54:25.984Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2020-09-24T16:54:25.984Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2020-09-24T16:54:25.984Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestContainerDelete [2020-09-24T16:54:25.984Z] --- PASS: TestContainerDelete (0.01s) [2020-09-24T16:54:25.984Z] === RUN TestContainerDoubleDelete [2020-09-24T16:54:25.984Z] --- PASS: TestContainerDoubleDelete (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestLogContainerEventCopyLabels [2020-09-24T16:54:25.984Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestLogContainerEventWithAttributes [2020-09-24T16:54:25.984Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestNoneHealthcheck [2020-09-24T16:54:25.984Z] --- PASS: TestNoneHealthcheck (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestHealthStates [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] time="2020-09-24T16:54:25Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2020-09-24T16:54:25.984Z] --- PASS: TestHealthStates (0.12s) [2020-09-24T16:54:25.984Z] === RUN TestMaskURLCredentials [2020-09-24T16:54:25.984Z] --- PASS: TestMaskURLCredentials (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestGetInspectData [2020-09-24T16:54:25.984Z] --- PASS: TestGetInspectData (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestFillLicense [2020-09-24T16:54:25.984Z] --- PASS: TestFillLicense (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestListInvalidFilter [2020-09-24T16:54:25.984Z] --- PASS: TestListInvalidFilter (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestNameFilter [2020-09-24T16:54:25.984Z] --- PASS: TestNameFilter (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2020-09-24T16:54:25.984Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2020-09-24T16:54:25.984Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2020-09-24T16:54:25.984Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonReloadLabels [2020-09-24T16:54:25.984Z] --- PASS: TestDaemonReloadLabels (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2020-09-24T16:54:25.984Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonReloadMirrors [2020-09-24T16:54:25.984Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonReloadInsecureRegistries [2020-09-24T16:54:25.984Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonReloadNotAffectOthers [2020-09-24T16:54:25.984Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2020-09-24T16:54:25.984Z] === RUN TestDaemonDiscoveryReload [2020-09-24T16:54:26.040Z] === CONT TestStopContainerWithTimeout/1 [2020-09-24T16:54:26.268Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.096s coverage: 65.3% of statements [2020-09-24T16:54:26.441Z] === RUN TestWaitNodeAttachment [2020-09-24T16:54:26.441Z] === RUN TestEventsLog [2020-09-24T16:54:26.441Z] --- PASS: TestEventsLog (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestEventsLogTimeout [2020-09-24T16:54:26.441Z] --- PASS: TestEventsLogTimeout (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestLogEvents [2020-09-24T16:54:26.441Z] --- PASS: TestLogEvents (0.05s) [2020-09-24T16:54:26.441Z] === RUN TestLoadBufferedEvents [2020-09-24T16:54:26.441Z] --- PASS: TestLoadBufferedEvents (0.10s) [2020-09-24T16:54:26.441Z] === RUN TestLoadBufferedEventsOnlyFromPast [2020-09-24T16:54:26.441Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestIgnoreBufferedWhenNoTimes [2020-09-24T16:54:26.441Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2020-09-24T16:54:26.441Z] PASS [2020-09-24T16:54:26.441Z] coverage: 50.0% of statements [2020-09-24T16:54:26.441Z] ok github.com/docker/docker/daemon/events 0.194s coverage: 50.0% of statements [2020-09-24T16:54:26.441Z] --- PASS: TestWaitNodeAttachment (0.41s) [2020-09-24T16:54:26.441Z] === RUN TestIsolationConversion [2020-09-24T16:54:26.441Z] === RUN TestIsolationConversion/default [2020-09-24T16:54:26.441Z] === RUN TestIsolationConversion/process [2020-09-24T16:54:26.441Z] === RUN TestIsolationConversion/hyperv [2020-09-24T16:54:26.441Z] --- PASS: TestIsolationConversion (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestIsolationConversion/default (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestIsolationConversion/process (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestContainerLabels [2020-09-24T16:54:26.441Z] --- PASS: TestContainerLabels (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestCredentialSpecConversion [2020-09-24T16:54:26.441Z] === RUN TestCredentialSpecConversion/none [2020-09-24T16:54:26.441Z] === RUN TestCredentialSpecConversion/config [2020-09-24T16:54:26.441Z] === RUN TestCredentialSpecConversion/file [2020-09-24T16:54:26.441Z] === RUN TestCredentialSpecConversion/registry [2020-09-24T16:54:26.441Z] --- PASS: TestCredentialSpecConversion (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2020-09-24T16:54:26.441Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountBind [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountBind (0.01s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountVolume [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountTarget [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountTmpfs [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountInvalidType [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2020-09-24T16:54:26.441Z] === RUN TestControllerValidateMountNamedPipe [2020-09-24T16:54:26.441Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2020-09-24T16:54:26.441Z] PASS [2020-09-24T16:54:26.441Z] coverage: 11.3% of statements [2020-09-24T16:54:26.441Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.786s coverage: 11.3% of statements [2020-09-24T16:54:26.574Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:54:26.574Z] HOSTNAME=12386c8718c4 [2020-09-24T16:54:26.574Z] TESTDEBUG=0 [2020-09-24T16:54:26.574Z] DEST=bundles/test-integration [2020-09-24T16:54:26.574Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:54:26.574Z] KEEPBUNDLE=1 [2020-09-24T16:54:26.574Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:54:26.574Z] container=docker [2020-09-24T16:54:26.574Z] HOME=/root [2020-09-24T16:54:26.574Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:54:26.574Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:54:26.574Z] VALIDATE_BRANCH=master [2020-09-24T16:54:26.574Z] TERM=xterm [2020-09-24T16:54:26.574Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:54:26.574Z] SHLVL=1 [2020-09-24T16:54:26.574Z] TIMEOUT=120m [2020-09-24T16:54:26.574Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:54:26.574Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:54:26.574Z] GO111MODULE=off [2020-09-24T16:54:26.574Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:54:26.574Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:54:26.574Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:54:26.574Z] GOPATH=/go [2020-09-24T16:54:26.574Z] PKG_CONFIG=pkg-config [2020-09-24T16:54:26.574Z] _=/usr/bin/env [2020-09-24T16:54:26.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T16:54:26.844Z] ok github.com/docker/docker/daemon/cluster/convert 0.045s coverage: 35.9% of statements [2020-09-24T16:54:27.404Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2020-09-24T16:54:27.404Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2020-09-24T16:54:27.404Z] === RUN TestIsEmptyDir [2020-09-24T16:54:27.404Z] --- PASS: TestIsEmptyDir (0.00s) [2020-09-24T16:54:27.404Z] PASS [2020-09-24T16:54:27.404Z] coverage: 2.3% of statements [2020-09-24T16:54:27.404Z] ok github.com/docker/docker/daemon/graphdriver 0.064s coverage: 2.3% of statements [2020-09-24T16:54:27.861Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2020-09-24T16:54:27.862Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2020-09-24T16:54:27.862Z] === RUN TestLinkNaming [2020-09-24T16:54:27.862Z] --- PASS: TestLinkNaming (0.00s) [2020-09-24T16:54:27.862Z] === RUN TestLinkNew [2020-09-24T16:54:27.862Z] --- PASS: TestLinkNew (0.00s) [2020-09-24T16:54:27.862Z] === RUN TestLinkEnv [2020-09-24T16:54:27.862Z] --- PASS: TestLinkEnv (0.00s) [2020-09-24T16:54:27.862Z] === RUN TestLinkMultipleEnv [2020-09-24T16:54:27.862Z] --- PASS: TestLinkMultipleEnv (0.00s) [2020-09-24T16:54:27.862Z] === RUN TestLinkPortRangeEnv [2020-09-24T16:54:27.862Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2020-09-24T16:54:27.862Z] PASS [2020-09-24T16:54:27.862Z] coverage: 93.0% of statements [2020-09-24T16:54:27.862Z] ok github.com/docker/docker/daemon/links 0.100s coverage: 93.0% of statements [2020-09-24T16:54:28.057Z] --- PASS: TestBuildMultiStageOnBuild (1.70s) [2020-09-24T16:54:28.057Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T16:54:28.101Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-24T16:54:28.101Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2020-09-24T16:54:28.101Z] --- PASS: TestStopContainerWithTimeout/3 (3.07s) [2020-09-24T16:54:28.101Z] --- PASS: TestStopContainerWithTimeout/-1 (2.81s) [2020-09-24T16:54:28.101Z] --- PASS: TestStopContainerWithTimeout/1 (1.88s) [2020-09-24T16:54:28.101Z] === RUN TestDeleteDevicemapper [2020-09-24T16:54:28.101Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-24T16:54:28.101Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:54:28.101Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T16:54:28.322Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.54s) [2020-09-24T16:54:28.322Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2020-09-24T16:54:28.322Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-24T16:54:28.322Z] reload_test.go:520: root required [2020-09-24T16:54:28.322Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2020-09-24T16:54:28.322Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2020-09-24T16:54:28.322Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2020-09-24T16:54:28.322Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.10s) [2020-09-24T16:54:28.322Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2020-09-24T16:54:28.322Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.11s) [2020-09-24T16:54:28.322Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2020-09-24T16:54:28.322Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2020-09-24T16:54:28.322Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2020-09-24T16:54:28.322Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2020-09-24T16:54:28.322Z] === RUN TestParseVolumesFrom [2020-09-24T16:54:28.322Z] --- PASS: TestParseVolumesFrom (0.00s) [2020-09-24T16:54:28.322Z] PASS [2020-09-24T16:54:28.322Z] coverage: 9.1% of statements [2020-09-24T16:54:28.696Z] --- PASS: TestBuildUncleanTarFilenames (0.86s) [2020-09-24T16:54:28.696Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T16:54:28.778Z] ok github.com/docker/docker/daemon 2.895s coverage: 9.1% of statements [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-09-24T16:54:28.779Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-09-24T16:54:29.402Z] ok github.com/docker/docker/daemon/cluster 0.147s coverage: 0.5% of statements [2020-09-24T16:54:30.310Z] === RUN TestAdapterReadLogs [2020-09-24T16:54:30.310Z] --- PASS: TestAdapterReadLogs (0.02s) [2020-09-24T16:54:30.310Z] === RUN TestCopier [2020-09-24T16:54:30.310Z] --- PASS: TestCopier (0.00s) [2020-09-24T16:54:30.310Z] === RUN TestCopierLongLines [2020-09-24T16:54:30.310Z] --- PASS: TestCopierLongLines (0.00s) [2020-09-24T16:54:30.310Z] === RUN TestCopierSlow [2020-09-24T16:54:30.770Z] --- PASS: TestCopierSlow (0.22s) [2020-09-24T16:54:30.770Z] === RUN TestCopierWithSized [2020-09-24T16:54:30.770Z] --- PASS: TestCopierWithSized (0.00s) [2020-09-24T16:54:30.770Z] === RUN TestCopierWithPartial [2020-09-24T16:54:30.770Z] --- PASS: TestCopierWithPartial (0.01s) [2020-09-24T16:54:30.770Z] === RUN TestRingLogger [2020-09-24T16:54:30.770Z] --- PASS: TestRingLogger (0.00s) [2020-09-24T16:54:30.770Z] === RUN TestRingCap [2020-09-24T16:54:30.770Z] --- PASS: TestRingCap (0.00s) [2020-09-24T16:54:30.770Z] === RUN TestRingClose [2020-09-24T16:54:30.770Z] --- PASS: TestRingClose (0.00s) [2020-09-24T16:54:30.770Z] === RUN TestRingDrain [2020-09-24T16:54:30.770Z] --- PASS: TestRingDrain (0.00s) [2020-09-24T16:54:30.770Z] PASS [2020-09-24T16:54:30.770Z] coverage: 41.2% of statements [2020-09-24T16:54:30.770Z] ok github.com/docker/docker/daemon/logger 0.348s coverage: 41.2% of statements [2020-09-24T16:54:30.786Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2020-09-24T16:54:30.786Z] === RUN TestBuildWithHugeFile [2020-09-24T16:54:31.227Z] === RUN TestSearchRegistryForImagesErrors [2020-09-24T16:54:31.227Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestSearchRegistryForImages [2020-09-24T16:54:31.227Z] --- PASS: TestSearchRegistryForImages (0.00s) [2020-09-24T16:54:31.227Z] PASS [2020-09-24T16:54:31.227Z] coverage: 4.8% of statements [2020-09-24T16:54:31.227Z] ok github.com/docker/docker/daemon/images 0.159s coverage: 4.8% of statements [2020-09-24T16:54:31.227Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-24T16:54:31.227Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/defaults [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/invalid_create_group [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/invalid_flush_interval [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2020-09-24T16:54:31.227Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestNewAWSLogsClientUserAgentHandler [2020-09-24T16:54:31.227Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2020-09-24T16:54:31.227Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestNewAWSLogsClientRegionDetect [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:30Z" level=info msg="Trying to get region from EC2 Metadata" [2020-09-24T16:54:31.227Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2020-09-24T16:54:31.227Z] === RUN TestCreateSuccess [2020-09-24T16:54:31.227Z] --- PASS: TestCreateSuccess (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCreateLogGroupSuccess [2020-09-24T16:54:31.227Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCreateError [2020-09-24T16:54:31.227Z] --- PASS: TestCreateError (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCreateAlreadyExists [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2020-09-24T16:54:31.227Z] --- PASS: TestCreateAlreadyExists (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestLogClosed [2020-09-24T16:54:31.227Z] --- PASS: TestLogClosed (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestLogBlocking [2020-09-24T16:54:31.227Z] --- PASS: TestLogBlocking (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestLogNonBlockingBufferEmpty [2020-09-24T16:54:31.227Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestLogNonBlockingBufferFull [2020-09-24T16:54:31.227Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestPublishBatchSuccess [2020-09-24T16:54:31.227Z] --- PASS: TestPublishBatchSuccess (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestPublishBatchError [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:31Z" level=error msg=Error [2020-09-24T16:54:31.227Z] --- PASS: TestPublishBatchError (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestPublishBatchInvalidSeqSuccess [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-09-24T16:54:31.227Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestPublishBatchAlreadyAccepted [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2020-09-24T16:54:31.227Z] time="2020-09-24T16:54:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2020-09-24T16:54:31.227Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchSimple [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchSimple (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchTicker [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchTicker (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchMultilinePattern [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2020-09-24T16:54:31.227Z] === RUN TestCollectBatchClose [2020-09-24T16:54:31.227Z] --- PASS: TestCollectBatchClose (0.00s) [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/0/Hello [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/2/🙃 [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/3/���� [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/4/He��o [2020-09-24T16:54:31.227Z] === RUN TestEffectiveLen/5/ [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2020-09-24T16:54:31.227Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/0/ [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/1/Hello [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/2/Hello [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/3/Hello [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/4/🙃 [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/5/🙃 [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/6/a� [2020-09-24T16:54:31.228Z] === RUN TestFindValidSplit/7/a� [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit (0.00s) [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: Hello [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: He [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: llo [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: Hello [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: 🙃 [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: 🙃 [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: a [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: � [2020-09-24T16:54:31.228Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1044: a� [2020-09-24T16:54:31.228Z] cloudwatchlogs_test.go:1045: [2020-09-24T16:54:31.228Z] === RUN TestProcessEventEmoji [2020-09-24T16:54:31.228Z] --- PASS: TestProcessEventEmoji (0.01s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchLineSplit [2020-09-24T16:54:31.228Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchLineSplitWithBinary [2020-09-24T16:54:31.228Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchMaxEvents [2020-09-24T16:54:31.228Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchMaxTotalBytes [2020-09-24T16:54:31.228Z] --- PASS: TestCollectBatchMaxTotalBytes (0.03s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2020-09-24T16:54:31.228Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2020-09-24T16:54:31.228Z] === RUN TestCollectBatchWithDuplicateTimestamps [2020-09-24T16:54:31.612Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.40s) [2020-09-24T16:54:31.612Z] === RUN TestUpdateMemory [2020-09-24T16:54:31.612Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-24T16:54:31.612Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:54:31.612Z] === RUN TestUpdateCPUQuota [2020-09-24T16:54:31.686Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsMultilinePattern [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2020-09-24T16:54:31.686Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2020-09-24T16:54:31.686Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2020-09-24T16:54:31.686Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestCreateTagSuccess [2020-09-24T16:54:31.686Z] --- PASS: TestCreateTagSuccess (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2020-09-24T16:54:31.686Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2020-09-24T16:54:31.686Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2020-09-24T16:54:31.686Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2020-09-24T16:54:31.686Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2020-09-24T16:54:31.686Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2020-09-24T16:54:31.686Z] PASS [2020-09-24T16:54:31.686Z] coverage: 77.8% of statements [2020-09-24T16:54:31.686Z] ok github.com/docker/docker/daemon/logger/awslogs 0.663s coverage: 77.8% of statements [2020-09-24T16:54:31.686Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-09-24T16:54:31.686Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-24T16:54:31.686Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-24T16:54:31.686Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-09-24T16:54:31.686Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-09-24T16:54:32.143Z] === RUN TestJSONFileLogger [2020-09-24T16:54:32.143Z] --- PASS: TestJSONFileLogger (0.00s) [2020-09-24T16:54:32.143Z] === RUN TestJSONFileLoggerWithTags [2020-09-24T16:54:32.143Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2020-09-24T16:54:32.143Z] === RUN TestJSONFileLoggerWithOpts [2020-09-24T16:54:32.143Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2020-09-24T16:54:32.143Z] === RUN TestJSONFileLoggerWithLabelsEnv [2020-09-24T16:54:32.143Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2020-09-24T16:54:32.143Z] === RUN TestEncodeDecode [2020-09-24T16:54:32.143Z] === PAUSE TestEncodeDecode [2020-09-24T16:54:32.143Z] === CONT TestEncodeDecode [2020-09-24T16:54:32.143Z] --- PASS: TestEncodeDecode (0.11s) [2020-09-24T16:54:32.143Z] PASS [2020-09-24T16:54:32.143Z] coverage: 61.6% of statements [2020-09-24T16:54:32.143Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.218s coverage: 61.6% of statements [2020-09-24T16:54:32.255Z] --- PASS: TestUpdateCPUQuota (1.18s) [2020-09-24T16:54:32.255Z] === RUN TestUpdatePidsLimit [2020-09-24T16:54:32.255Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-24T16:54:32.600Z] === RUN TestJSONLogsMarshalJSONBuf [2020-09-24T16:54:32.600Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2020-09-24T16:54:32.600Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2020-09-24T16:54:32.600Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2020-09-24T16:54:32.600Z] === RUN TestFastTimeMarshalJSON [2020-09-24T16:54:32.600Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2020-09-24T16:54:32.600Z] PASS [2020-09-24T16:54:32.600Z] coverage: 87.2% of statements [2020-09-24T16:54:32.600Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.239s coverage: 87.2% of statements [2020-09-24T16:54:32.721Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2020-09-24T16:54:32.721Z] ok github.com/docker/docker/daemon/config 0.137s coverage: 81.8% of statements [2020-09-24T16:54:32.886Z] === RUN TestUpdatePidsLimit/no_change [2020-09-24T16:54:33.176Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-24T16:54:33.566Z] === RUN TestWriteLog [2020-09-24T16:54:33.566Z] === PAUSE TestWriteLog [2020-09-24T16:54:33.566Z] === RUN TestReadLog [2020-09-24T16:54:33.566Z] === PAUSE TestReadLog [2020-09-24T16:54:33.566Z] === CONT TestWriteLog [2020-09-24T16:54:33.566Z] === CONT TestReadLog [2020-09-24T16:54:33.566Z] --- PASS: TestWriteLog (0.00s) [2020-09-24T16:54:33.566Z] === RUN TestReadLog/tail_exact [2020-09-24T16:54:33.566Z] === RUN TestReadLog/tail_less_than_available [2020-09-24T16:54:33.566Z] === RUN TestReadLog/tail_more_than_available [2020-09-24T16:54:33.566Z] --- PASS: TestReadLog (0.13s) [2020-09-24T16:54:33.566Z] --- PASS: TestReadLog/tail_exact (0.12s) [2020-09-24T16:54:33.566Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2020-09-24T16:54:33.566Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2020-09-24T16:54:33.566Z] PASS [2020-09-24T16:54:33.566Z] coverage: 75.2% of statements [2020-09-24T16:54:33.566Z] ok github.com/docker/docker/daemon/logger/local 0.277s coverage: 75.2% of statements [2020-09-24T16:54:33.566Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-24T16:54:33.572Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-24T16:54:33.863Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-24T16:54:34.116Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2020-09-24T16:54:34.154Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-24T16:54:34.535Z] === RUN TestOpenFileDelete [2020-09-24T16:54:34.535Z] --- PASS: TestOpenFileDelete (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestOpenFileRename [2020-09-24T16:54:34.535Z] --- PASS: TestOpenFileRename (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestParseLogTagDefaultTag [2020-09-24T16:54:34.535Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestParseLogTag [2020-09-24T16:54:34.535Z] --- PASS: TestParseLogTag (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestParseLogTagEmptyTag [2020-09-24T16:54:34.535Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestTailFiles [2020-09-24T16:54:34.535Z] --- PASS: TestTailFiles (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestFollowLogsConsumerGone [2020-09-24T16:54:34.535Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2020-09-24T16:54:34.535Z] === RUN TestFollowLogsProducerGone [2020-09-24T16:54:34.535Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2020-09-24T16:54:34.535Z] logfile_test.go:226: messages sent: 4098, received: 4098 [2020-09-24T16:54:34.535Z] logfile_test.go:173: logDecode() closed after sending 4098 messages [2020-09-24T16:54:34.535Z] === RUN TestCheckCapacityAndRotate [2020-09-24T16:54:34.535Z] --- PASS: TestCheckCapacityAndRotate (0.02s) [2020-09-24T16:54:34.535Z] PASS [2020-09-24T16:54:34.535Z] coverage: 35.9% of statements [2020-09-24T16:54:34.535Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.284s coverage: 35.9% of statements [2020-09-24T16:54:34.690Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2020-09-24T16:54:34.792Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-24T16:54:34.992Z] === RUN TestLog [2020-09-24T16:54:34.992Z] --- PASS: TestLog (0.01s) [2020-09-24T16:54:34.992Z] PASS [2020-09-24T16:54:34.992Z] coverage: 33.3% of statements [2020-09-24T16:54:34.992Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.110s coverage: 33.3% of statements [2020-09-24T16:54:35.449Z] === RUN TestValidateLogOpt [2020-09-24T16:54:35.449Z] --- PASS: TestValidateLogOpt (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestNewMissedConfig [2020-09-24T16:54:35.449Z] --- PASS: TestNewMissedConfig (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestNewMissedUrl [2020-09-24T16:54:35.449Z] --- PASS: TestNewMissedUrl (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestNewMissedToken [2020-09-24T16:54:35.449Z] --- PASS: TestNewMissedToken (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestNewWithProxy [2020-09-24T16:54:35.449Z] --- PASS: TestNewWithProxy (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestDefault [2020-09-24T16:54:35.449Z] --- PASS: TestDefault (0.01s) [2020-09-24T16:54:35.449Z] === RUN TestInlineFormatWithNonDefaultOptions [2020-09-24T16:54:35.449Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestJsonFormat [2020-09-24T16:54:35.449Z] --- PASS: TestJsonFormat (0.01s) [2020-09-24T16:54:35.449Z] === RUN TestRawFormat [2020-09-24T16:54:35.449Z] --- PASS: TestRawFormat (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestRawFormatWithLabels [2020-09-24T16:54:35.449Z] --- PASS: TestRawFormatWithLabels (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestRawFormatWithoutTag [2020-09-24T16:54:35.449Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2020-09-24T16:54:35.449Z] === RUN TestBatching [2020-09-24T16:54:35.449Z] --- PASS: TestBatching (0.26s) [2020-09-24T16:54:35.449Z] === RUN TestFrequency [2020-09-24T16:54:35.596Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:54:35.596Z] [2020-09-24T16:54:35.596Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:54:35.596Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:54:35.596Z] HOSTNAME=d181453fad8c [2020-09-24T16:54:35.596Z] DEST=bundles/test-integration [2020-09-24T16:54:35.596Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:54:35.596Z] DOCKER_ROOTLESS=1 [2020-09-24T16:54:35.596Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:54:35.596Z] container=docker [2020-09-24T16:54:35.596Z] HOME=/root [2020-09-24T16:54:35.596Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:54:35.596Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:54:35.596Z] VALIDATE_BRANCH=master [2020-09-24T16:54:35.596Z] TERM=xterm [2020-09-24T16:54:35.596Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:54:35.596Z] SHLVL=1 [2020-09-24T16:54:35.596Z] TIMEOUT=120m [2020-09-24T16:54:35.596Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:54:35.596Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:54:35.596Z] GO111MODULE=off [2020-09-24T16:54:35.596Z] DOCKER_EXPERIMENTAL=1 [2020-09-24T16:54:35.596Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:54:35.596Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:54:35.596Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:54:35.596Z] GOPATH=/go [2020-09-24T16:54:35.596Z] PKG_CONFIG=pkg-config [2020-09-24T16:54:35.596Z] _=/usr/bin/env [2020-09-24T16:54:35.596Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T16:54:35.906Z] --- PASS: TestFrequency (0.19s) [2020-09-24T16:54:35.906Z] === RUN TestOneMessagePerRequest [2020-09-24T16:54:35.906Z] --- PASS: TestOneMessagePerRequest (0.00s) [2020-09-24T16:54:35.906Z] === RUN TestVerify [2020-09-24T16:54:35.906Z] --- PASS: TestVerify (0.00s) [2020-09-24T16:54:35.906Z] === RUN TestSkipVerify [2020-09-24T16:54:35.906Z] === RUN TestNewParse [2020-09-24T16:54:35.906Z] --- PASS: TestNewParse (0.00s) [2020-09-24T16:54:35.906Z] PASS [2020-09-24T16:54:35.906Z] coverage: 8.3% of statements [2020-09-24T16:54:35.906Z] ok github.com/docker/docker/daemon/logger/templates 0.055s coverage: 8.3% of statements [2020-09-24T16:54:35.906Z] time="2020-09-24T16:54:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:35.906Z] time="2020-09-24T16:54:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:35.906Z] time="2020-09-24T16:54:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:35.994Z] ......................... [ 67%] [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit (3.61s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.34s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-09-24T16:54:36.295Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-24T16:54:36.295Z] === RUN TestUpdateRestartPolicy [2020-09-24T16:54:36.363Z] === RUN TestParseLogFormat [2020-09-24T16:54:36.363Z] --- PASS: TestParseLogFormat (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestValidateLogOptEmpty [2020-09-24T16:54:36.363Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestValidateSyslogAddress [2020-09-24T16:54:36.363Z] --- PASS: TestValidateSyslogAddress (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestParseAddressDefaultPort [2020-09-24T16:54:36.363Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestValidateSyslogFacility [2020-09-24T16:54:36.363Z] --- PASS: TestValidateSyslogFacility (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestValidateLogOptSyslogFormat [2020-09-24T16:54:36.363Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestValidateLogOpt [2020-09-24T16:54:36.363Z] --- PASS: TestValidateLogOpt (0.00s) [2020-09-24T16:54:36.363Z] PASS [2020-09-24T16:54:36.363Z] coverage: 46.8% of statements [2020-09-24T16:54:36.363Z] ok github.com/docker/docker/daemon/logger/syslog 0.134s coverage: 46.8% of statements [2020-09-24T16:54:36.363Z] --- PASS: TestSkipVerify (0.49s) [2020-09-24T16:54:36.363Z] === RUN TestBufferMaximum [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.054414\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.054414\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] --- PASS: TestBufferMaximum (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestServerAlwaysDown [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.058415\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.058415\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.058415\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.059402\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] time="2020-09-24T16:54:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1600966476.059402\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:36.363Z] --- PASS: TestServerAlwaysDown (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestCannotSendAfterClose [2020-09-24T16:54:36.363Z] --- PASS: TestCannotSendAfterClose (0.00s) [2020-09-24T16:54:36.363Z] === RUN TestDeadlockOnBlockedEndpoint [2020-09-24T16:54:37.327Z] time="2020-09-24T16:54:37Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49203/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2020-09-24T16:54:37.327Z] time="2020-09-24T16:54:37Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4173ac4c7706\"}'" [2020-09-24T16:54:37.327Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s) [2020-09-24T16:54:37.327Z] PASS [2020-09-24T16:54:37.327Z] coverage: 82.5% of statements [2020-09-24T16:54:37.327Z] ok github.com/docker/docker/daemon/logger/splunk 2.137s coverage: 82.5% of statements [2020-09-24T16:54:37.327Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-24T16:54:37.784Z] ? github.com/docker/docker/daemon/network [no test files] [2020-09-24T16:54:37.784Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-24T16:54:38.241Z] === RUN TestContinueOnError_NonMirrorEndpoint [2020-09-24T16:54:38.241Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestContinueOnError_MirrorEndpoint [2020-09-24T16:54:38.241Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestContinueOnError_NeverContinue [2020-09-24T16:54:38.241Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestContinueOnError_UnnestsErrors [2020-09-24T16:54:38.241Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestFixManifestLayers [2020-09-24T16:54:38.241Z] --- PASS: TestFixManifestLayers (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestFixManifestLayersBaseLayerParent [2020-09-24T16:54:38.241Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-24T16:54:38.241Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-24T16:54:38.241Z] === RUN TestFixManifestLayersBadParent [2020-09-24T16:54:38.241Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestValidateManifest [2020-09-24T16:54:38.241Z] --- SKIP: TestValidateManifest (0.00s) [2020-09-24T16:54:38.241Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-24T16:54:38.241Z] === RUN TestFormatPlatform [2020-09-24T16:54:38.241Z] --- PASS: TestFormatPlatform (0.01s) [2020-09-24T16:54:38.241Z] === RUN TestGetRepositoryMountCandidates [2020-09-24T16:54:38.241Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2020-09-24T16:54:38.241Z] === RUN TestLayerAlreadyExists [2020-09-24T16:54:38.241Z] --- PASS: TestLayerAlreadyExists (0.00s) [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2020-09-24T16:54:38.241Z] === RUN TestWhenEmptyAuthConfig [2020-09-24T16:54:38.241Z] === RUN TestV1IDService [2020-09-24T16:54:38.698Z] --- PASS: TestV1IDService (0.03s) [2020-09-24T16:54:38.698Z] === RUN TestV2MetadataService [2020-09-24T16:54:38.698Z] === RUN TestSuccessfulDownload [2020-09-24T16:54:38.698Z] --- SKIP: TestSuccessfulDownload (0.00s) [2020-09-24T16:54:38.698Z] download_test.go:268: Needs fixing on Windows [2020-09-24T16:54:38.698Z] === RUN TestCancelledDownload [2020-09-24T16:54:38.698Z] --- PASS: TestCancelledDownload (0.00s) [2020-09-24T16:54:38.698Z] === RUN TestMaxDownloadAttempts [2020-09-24T16:54:38.698Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-24T16:54:38.698Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-24T16:54:38.698Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-24T16:54:38.698Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-24T16:54:38.698Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-24T16:54:38.698Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-24T16:54:38.698Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-24T16:54:38.698Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-24T16:54:38.698Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2020-09-24T16:54:38.698Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2020-09-24T16:54:38.698Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2020-09-24T16:54:38.698Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2020-09-24T16:54:38.903Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2020-09-24T16:54:38.903Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.493s coverage: 14.1% of statements [2020-09-24T16:54:39.155Z] time="2020-09-24T16:54:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-24T16:54:39.156Z] time="2020-09-24T16:54:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-24T16:54:39.156Z] time="2020-09-24T16:54:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-24T16:54:39.156Z] time="2020-09-24T16:54:38Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2020-09-24T16:54:39.156Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2020-09-24T16:54:39.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.35s) [2020-09-24T16:54:39.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.35s) [2020-09-24T16:54:39.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.35s) [2020-09-24T16:54:39.156Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.35s) [2020-09-24T16:54:39.156Z] === RUN TestTransfer [2020-09-24T16:54:39.156Z] --- PASS: TestTransfer (0.12s) [2020-09-24T16:54:39.156Z] === RUN TestConcurrencyLimit [2020-09-24T16:54:39.613Z] --- PASS: TestV2MetadataService (0.92s) [2020-09-24T16:54:39.613Z] PASS [2020-09-24T16:54:39.613Z] coverage: 48.2% of statements [2020-09-24T16:54:39.613Z] ok github.com/docker/docker/distribution/metadata 1.075s coverage: 48.2% of statements [2020-09-24T16:54:39.613Z] --- PASS: TestWhenEmptyAuthConfig (1.13s) [2020-09-24T16:54:39.613Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2020-09-24T16:54:39.613Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestTokenPassThru [2020-09-24T16:54:39.613Z] --- PASS: TestTokenPassThru (0.01s) [2020-09-24T16:54:39.613Z] === RUN TestTokenPassThruDifferentHost [2020-09-24T16:54:39.613Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2020-09-24T16:54:39.613Z] PASS [2020-09-24T16:54:39.613Z] coverage: 20.1% of statements [2020-09-24T16:54:39.613Z] ok github.com/docker/docker/distribution 1.255s coverage: 20.1% of statements [2020-09-24T16:54:39.613Z] --- PASS: TestConcurrencyLimit (0.37s) [2020-09-24T16:54:39.613Z] === RUN TestInactiveJobs [2020-09-24T16:54:39.613Z] === RUN TestNotFound [2020-09-24T16:54:39.613Z] --- PASS: TestNotFound (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestConflict [2020-09-24T16:54:39.613Z] --- PASS: TestConflict (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestForbidden [2020-09-24T16:54:39.613Z] --- PASS: TestForbidden (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestInvalidParameter [2020-09-24T16:54:39.613Z] --- PASS: TestInvalidParameter (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestNotImplemented [2020-09-24T16:54:39.613Z] --- PASS: TestNotImplemented (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestNotModified [2020-09-24T16:54:39.613Z] --- PASS: TestNotModified (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestUnauthorized [2020-09-24T16:54:39.613Z] --- PASS: TestUnauthorized (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestUnknown [2020-09-24T16:54:39.613Z] --- PASS: TestUnknown (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestCancelled [2020-09-24T16:54:39.613Z] --- PASS: TestCancelled (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestDeadline [2020-09-24T16:54:39.613Z] --- PASS: TestDeadline (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestDataLoss [2020-09-24T16:54:39.613Z] --- PASS: TestDataLoss (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestUnavailable [2020-09-24T16:54:39.613Z] --- PASS: TestUnavailable (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestSystem [2020-09-24T16:54:39.613Z] --- PASS: TestSystem (0.00s) [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Not_Found [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Bad_Request [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Conflict [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Unauthorized [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Service_Unavailable [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Forbidden [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Not_Modified [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Not_Implemented [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Internal_Server_Error [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2020-09-24T16:54:39.613Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2020-09-24T16:54:39.613Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2020-09-24T16:54:39.613Z] PASS [2020-09-24T16:54:39.613Z] coverage: 49.4% of statements [2020-09-24T16:54:39.613Z] ok github.com/docker/docker/errdefs 0.044s coverage: 49.4% of statements [2020-09-24T16:54:39.613Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-24T16:54:40.073Z] --- PASS: TestInactiveJobs (0.44s) [2020-09-24T16:54:40.073Z] === RUN TestWatchRelease [2020-09-24T16:54:40.073Z] --- PASS: TestWatchRelease (0.04s) [2020-09-24T16:54:40.073Z] === RUN TestWatchFinishedTransfer [2020-09-24T16:54:40.073Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2020-09-24T16:54:40.073Z] === RUN TestDuplicateTransfer [2020-09-24T16:54:40.073Z] --- PASS: TestDuplicateTransfer (0.06s) [2020-09-24T16:54:40.073Z] === RUN TestSuccessfulUpload [2020-09-24T16:54:40.292Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.580s coverage: 57.0% of statements [2020-09-24T16:54:40.530Z] time="2020-09-24T16:54:40Z" level=error msg="Upload failed, retrying: simulating retry" [2020-09-24T16:54:40.530Z] --- PASS: TestSuccessfulUpload (0.59s) [2020-09-24T16:54:40.530Z] === RUN TestCancelledUpload [2020-09-24T16:54:40.530Z] --- PASS: TestCancelledUpload (0.00s) [2020-09-24T16:54:40.530Z] PASS [2020-09-24T16:54:40.530Z] coverage: 76.8% of statements [2020-09-24T16:54:40.530Z] ok github.com/docker/docker/distribution/xfer 2.053s coverage: 76.8% of statements [2020-09-24T16:54:40.530Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-24T16:54:41.493Z] === RUN TestCompare [2020-09-24T16:54:41.493Z] --- PASS: TestCompare (0.00s) [2020-09-24T16:54:41.493Z] PASS [2020-09-24T16:54:41.493Z] coverage: 19.2% of statements [2020-09-24T16:54:41.493Z] ok github.com/docker/docker/image/cache 0.068s coverage: 19.2% of statements [2020-09-24T16:54:41.493Z] === RUN TestMakeV1ConfigFromConfig [2020-09-24T16:54:41.493Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2020-09-24T16:54:41.493Z] PASS [2020-09-24T16:54:41.493Z] coverage: 25.0% of statements [2020-09-24T16:54:41.493Z] ok github.com/docker/docker/image/v1 0.074s coverage: 25.0% of statements [2020-09-24T16:54:41.493Z] === RUN TestFSGetInvalidData [2020-09-24T16:54:41.493Z] --- PASS: TestFSGetInvalidData (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestFSInvalidSet [2020-09-24T16:54:41.493Z] --- PASS: TestFSInvalidSet (0.02s) [2020-09-24T16:54:41.493Z] === RUN TestFSInvalidRoot [2020-09-24T16:54:41.493Z] --- PASS: TestFSInvalidRoot (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestFSMetadataGetSet [2020-09-24T16:54:41.493Z] --- PASS: TestFSMetadataGetSet (0.04s) [2020-09-24T16:54:41.493Z] === RUN TestFSInvalidWalker [2020-09-24T16:54:41.493Z] --- PASS: TestFSInvalidWalker (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestFSGetSet [2020-09-24T16:54:41.493Z] --- PASS: TestFSGetSet (0.02s) [2020-09-24T16:54:41.493Z] === RUN TestFSGetUnsetKey [2020-09-24T16:54:41.493Z] --- PASS: TestFSGetUnsetKey (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestFSGetEmptyData [2020-09-24T16:54:41.493Z] --- PASS: TestFSGetEmptyData (0.00s) [2020-09-24T16:54:41.493Z] === RUN TestFSDelete [2020-09-24T16:54:41.493Z] --- PASS: TestFSDelete (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestFSWalker [2020-09-24T16:54:41.493Z] --- PASS: TestFSWalker (0.02s) [2020-09-24T16:54:41.493Z] === RUN TestFSWalkerStopOnError [2020-09-24T16:54:41.493Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2020-09-24T16:54:41.493Z] === RUN TestNewFromJSON [2020-09-24T16:54:41.950Z] --- PASS: TestNewFromJSON (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestNewFromJSONWithInvalidJSON [2020-09-24T16:54:41.950Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestMarshalKeyOrder [2020-09-24T16:54:41.950Z] --- PASS: TestMarshalKeyOrder (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestImage [2020-09-24T16:54:41.950Z] --- PASS: TestImage (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestImageOSNotEmpty [2020-09-24T16:54:41.950Z] --- PASS: TestImageOSNotEmpty (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestNewChildImageFromImageWithRootFS [2020-09-24T16:54:41.950Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2020-09-24T16:54:41.950Z] === RUN TestRestore [2020-09-24T16:54:41.950Z] time="2020-09-24T16:54:41Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2020-09-24T16:54:41.950Z] --- PASS: TestRestore (0.31s) [2020-09-24T16:54:41.950Z] === RUN TestAddDelete [2020-09-24T16:54:41.950Z] --- PASS: TestAddDelete (0.03s) [2020-09-24T16:54:41.950Z] === RUN TestSearchAfterDelete [2020-09-24T16:54:41.950Z] --- PASS: TestSearchAfterDelete (0.01s) [2020-09-24T16:54:41.950Z] === RUN TestParentReset [2020-09-24T16:54:42.215Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements [2020-09-24T16:54:42.408Z] --- PASS: TestParentReset (0.34s) [2020-09-24T16:54:42.408Z] === RUN TestGetAndSetLastUpdated [2020-09-24T16:54:42.408Z] --- PASS: TestGetAndSetLastUpdated (0.09s) [2020-09-24T16:54:42.408Z] === RUN TestStoreLen [2020-09-24T16:54:42.408Z] --- PASS: TestStoreLen (0.07s) [2020-09-24T16:54:42.408Z] PASS [2020-09-24T16:54:42.408Z] coverage: 86.4% of statements [2020-09-24T16:54:42.868Z] ok github.com/docker/docker/image 1.143s coverage: 86.4% of statements [2020-09-24T16:54:42.868Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-24T16:54:42.868Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-24T16:54:42.868Z] === RUN TestSerialization [2020-09-24T16:54:42.868Z] --- PASS: TestSerialization (0.09s) [2020-09-24T16:54:42.868Z] PASS [2020-09-24T16:54:42.868Z] coverage: 100.0% of statements [2020-09-24T16:54:42.868Z] ok github.com/docker/docker/libcontainerd/queue 0.199s coverage: 100.0% of statements [2020-09-24T16:54:44.400Z] === RUN TestEmptyLayer [2020-09-24T16:54:44.400Z] --- PASS: TestEmptyLayer (0.00s) [2020-09-24T16:54:44.400Z] === RUN TestCommitFailure [2020-09-24T16:54:44.400Z] --- PASS: TestCommitFailure (0.01s) [2020-09-24T16:54:44.400Z] === RUN TestStartTransactionFailure [2020-09-24T16:54:44.400Z] --- PASS: TestStartTransactionFailure (0.00s) [2020-09-24T16:54:44.400Z] === RUN TestGetOrphan [2020-09-24T16:54:44.400Z] === RUN TestParseVersion [2020-09-24T16:54:44.400Z] --- PASS: TestParseVersion (0.00s) [2020-09-24T16:54:44.400Z] PASS [2020-09-24T16:54:44.400Z] coverage: 50.0% of statements [2020-09-24T16:54:44.400Z] --- PASS: TestGetOrphan (0.01s) [2020-09-24T16:54:44.400Z] === RUN TestMountAndRegister [2020-09-24T16:54:44.400Z] ok github.com/docker/docker/pkg/aaparser 0.070s coverage: 50.0% of statements [2020-09-24T16:54:44.400Z] --- PASS: TestMountAndRegister (0.05s) [2020-09-24T16:54:44.400Z] layer_test.go:271: Layer size: 14 [2020-09-24T16:54:44.400Z] === RUN TestLayerRelease [2020-09-24T16:54:44.400Z] --- SKIP: TestLayerRelease (0.00s) [2020-09-24T16:54:44.400Z] layer_test.go:304: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestStoreRestore [2020-09-24T16:54:44.400Z] --- SKIP: TestStoreRestore (0.00s) [2020-09-24T16:54:44.400Z] layer_test.go:353: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestTarStreamStability [2020-09-24T16:54:44.400Z] --- SKIP: TestTarStreamStability (0.00s) [2020-09-24T16:54:44.400Z] layer_test.go:468: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestRegisterExistingLayer [2020-09-24T16:54:44.400Z] === RUN TestEnvironmentParsing [2020-09-24T16:54:44.400Z] --- PASS: TestEnvironmentParsing (0.00s) [2020-09-24T16:54:44.400Z] PASS [2020-09-24T16:54:44.400Z] coverage: 1.0% of statements [2020-09-24T16:54:44.400Z] ok github.com/docker/docker/libcontainerd/local 0.128s coverage: 1.0% of statements [2020-09-24T16:54:44.400Z] --- PASS: TestRegisterExistingLayer (0.16s) [2020-09-24T16:54:44.400Z] === RUN TestTarStreamVerification [2020-09-24T16:54:44.400Z] --- SKIP: TestTarStreamVerification (0.00s) [2020-09-24T16:54:44.400Z] layer_test.go:697: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestLayerMigration [2020-09-24T16:54:44.400Z] --- SKIP: TestLayerMigration (0.00s) [2020-09-24T16:54:44.400Z] migration_test.go:46: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestLayerMigrationNoTarsplit [2020-09-24T16:54:44.400Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2020-09-24T16:54:44.400Z] migration_test.go:182: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestMountInit [2020-09-24T16:54:44.400Z] --- SKIP: TestMountInit (0.00s) [2020-09-24T16:54:44.400Z] mount_test.go:17: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestMountSize [2020-09-24T16:54:44.400Z] --- SKIP: TestMountSize (0.00s) [2020-09-24T16:54:44.400Z] mount_test.go:76: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestMountChanges [2020-09-24T16:54:44.400Z] --- SKIP: TestMountChanges (0.00s) [2020-09-24T16:54:44.400Z] mount_test.go:125: Failing on Windows [2020-09-24T16:54:44.400Z] === RUN TestMountApply [2020-09-24T16:54:44.400Z] --- SKIP: TestMountApply (0.00s) [2020-09-24T16:54:44.400Z] mount_test.go:212: Failing on Windows [2020-09-24T16:54:44.400Z] PASS [2020-09-24T16:54:44.400Z] coverage: 30.1% of statements [2020-09-24T16:54:44.400Z] ok github.com/docker/docker/layer 0.356s coverage: 30.1% of statements [2020-09-24T16:54:44.782Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.168s coverage: 45.9% of statements [2020-09-24T16:54:44.782Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.981s coverage: 73.1% of statements [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/oci [no test files] [2020-09-24T16:54:44.856Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-24T16:54:45.821Z] === RUN TestAddressPoolOpt [2020-09-24T16:54:45.821Z] --- PASS: TestAddressPoolOpt (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/a [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/something [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/_=a [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/env1=value1 [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/_env1=value1 [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/env2=value2=value3 [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/env3=abc!qwe [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/env_4=value_4 [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/PATH [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/=a [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/PATH= [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/PATH=something [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/asd!qwe [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/1asd [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/123 [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/some_space [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/__some_space_before [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/some_space_after__ [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/= [2020-09-24T16:54:45.821Z] === RUN TestValidateEnv/PaTh [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/a (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/something (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/_=a (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/PATH (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/=a (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/1asd (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/123 (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/some_space (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/= (0.00s) [2020-09-24T16:54:45.821Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestParseHost [2020-09-24T16:54:45.821Z] --- PASS: TestParseHost (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestParseDockerDaemonHost [2020-09-24T16:54:45.821Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestParseTCP [2020-09-24T16:54:45.821Z] --- PASS: TestParseTCP (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestParseInvalidUnixAddrInvalid [2020-09-24T16:54:45.821Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestValidateExtraHosts [2020-09-24T16:54:45.821Z] --- PASS: TestValidateExtraHosts (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestIpOptString [2020-09-24T16:54:45.821Z] --- PASS: TestIpOptString (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestNewIpOptInvalidDefaultVal [2020-09-24T16:54:45.821Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestNewIpOptValidDefaultVal [2020-09-24T16:54:45.821Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestIpOptSetInvalidVal [2020-09-24T16:54:45.821Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestValidateIPAddress [2020-09-24T16:54:45.821Z] --- PASS: TestValidateIPAddress (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestMapOpts [2020-09-24T16:54:45.821Z] --- PASS: TestMapOpts (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestListOptsWithoutValidator [2020-09-24T16:54:45.821Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestListOptsWithValidator [2020-09-24T16:54:45.821Z] --- PASS: TestListOptsWithValidator (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestValidateDNSSearch [2020-09-24T16:54:45.821Z] --- PASS: TestValidateDNSSearch (0.00s) [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_general_format [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_more_than_one_= [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_one_more [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2020-09-24T16:54:45.821Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2020-09-24T16:54:45.822Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2020-09-24T16:54:45.822Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2020-09-24T16:54:45.822Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2020-09-24T16:54:45.822Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2020-09-24T16:54:45.822Z] --- PASS: TestValidateLabel (0.00s) [2020-09-24T16:54:45.822Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2020-09-24T16:54:45.822Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2020-09-24T16:54:45.822Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2020-09-24T16:54:46.198Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.098s coverage: 49.5% of statements [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2020-09-24T16:54:46.279Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestNamedListOpts [2020-09-24T16:54:46.279Z] --- PASS: TestNamedListOpts (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestNamedMapOpts [2020-09-24T16:54:46.279Z] --- PASS: TestNamedMapOpts (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestParseLink [2020-09-24T16:54:46.279Z] --- PASS: TestParseLink (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestQuotedStringSetWithQuotes [2020-09-24T16:54:46.279Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2020-09-24T16:54:46.279Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestQuotedStringSetWithNoQuotes [2020-09-24T16:54:46.279Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestUlimitOpt [2020-09-24T16:54:46.279Z] --- PASS: TestUlimitOpt (0.00s) [2020-09-24T16:54:46.279Z] PASS [2020-09-24T16:54:46.279Z] coverage: 67.1% of statements [2020-09-24T16:54:46.279Z] ok github.com/docker/docker/opts 0.282s coverage: 67.1% of statements [2020-09-24T16:54:46.279Z] === RUN TestUnbuffered [2020-09-24T16:54:46.279Z] --- PASS: TestUnbuffered (0.00s) [2020-09-24T16:54:46.279Z] === RUN TestRaceUnbuffered [2020-09-24T16:54:46.279Z] --- PASS: TestRaceUnbuffered (0.00s) [2020-09-24T16:54:46.279Z] PASS [2020-09-24T16:54:46.279Z] coverage: 100.0% of statements [2020-09-24T16:54:46.279Z] ok github.com/docker/docker/pkg/broadcaster 0.048s coverage: 100.0% of statements [2020-09-24T16:54:46.279Z] === RUN TestPeerCertificateMarshalJSON [2020-09-24T16:54:47.243Z] === RUN TestMatch [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[foo]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[bar]_[foo]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[foo_bar]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[qux]_[foo]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[]#01 [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[qux]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[foo_bar_qux]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[qux]_[baz]] [2020-09-24T16:54:47.243Z] === RUN TestMatch/[[foo_baz]] [2020-09-24T16:54:47.243Z] --- PASS: TestMatch (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[foo]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[]#01 (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[qux]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2020-09-24T16:54:47.243Z] PASS [2020-09-24T16:54:47.243Z] coverage: 87.5% of statements [2020-09-24T16:54:47.243Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2020-09-24T16:54:47.243Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2020-09-24T16:54:47.243Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2020-09-24T16:54:47.243Z] --- PASS: TestPeerCertificateMarshalJSON (0.83s) [2020-09-24T16:54:47.243Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2020-09-24T16:54:47.243Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2020-09-24T16:54:47.243Z] === RUN TestMiddleware [2020-09-24T16:54:47.243Z] --- PASS: TestMiddleware (0.00s) [2020-09-24T16:54:47.243Z] === RUN TestNewResponseModifier [2020-09-24T16:54:47.243Z] --- PASS: TestNewResponseModifier (0.00s) [2020-09-24T16:54:47.243Z] PASS [2020-09-24T16:54:47.243Z] coverage: 26.8% of statements [2020-09-24T16:54:47.243Z] ok github.com/docker/docker/pkg/authorization 0.878s coverage: 26.8% of statements [2020-09-24T16:54:47.591Z] ok github.com/docker/docker/daemon 12.335s coverage: 17.4% of statements [2020-09-24T16:54:47.591Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.566s coverage: 76.1% of statements [2020-09-24T16:54:47.591Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-24T16:54:47.591Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-24T16:54:47.591Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-24T16:54:47.592Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-24T16:54:47.592Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-24T16:54:47.701Z] === RUN TestIsArchivePathDir [2020-09-24T16:54:47.701Z] --- PASS: TestIsArchivePathDir (0.08s) [2020-09-24T16:54:47.701Z] === RUN TestIsArchivePathInvalidFile [2020-09-24T16:54:47.701Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2020-09-24T16:54:47.701Z] === RUN TestIsArchivePathTar [2020-09-24T16:54:47.701Z] === RUN TestChrootTarUntar [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootTarUntar (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] === RUN TestChrootUntarWithHugeExcludesList [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] === RUN TestChrootUntarEmptyArchive [2020-09-24T16:54:48.158Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestChrootTarUntarWithSymlink [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:54:48.158Z] === RUN TestChrootCopyWithTar [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:54:48.158Z] === RUN TestChrootCopyFileWithTar [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] === RUN TestChrootUntarPath [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootUntarPath (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:54:48.158Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] === RUN TestChrootApplyDotDotFile [2020-09-24T16:54:48.158Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:54:48.158Z] PASS [2020-09-24T16:54:48.158Z] coverage: 15.4% of statements [2020-09-24T16:54:48.158Z] ok github.com/docker/docker/pkg/chrootarchive 0.105s coverage: 15.4% of statements [2020-09-24T16:54:48.158Z] --- PASS: TestIsArchivePathTar (0.16s) [2020-09-24T16:54:48.158Z] === RUN TestDecompressStreamGzip [2020-09-24T16:54:48.158Z] --- PASS: TestDecompressStreamGzip (0.15s) [2020-09-24T16:54:48.158Z] === RUN TestDecompressStreamBzip2 [2020-09-24T16:54:48.158Z] === RUN TestSizeEmpty [2020-09-24T16:54:48.158Z] --- PASS: TestSizeEmpty (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestSizeEmptyFile [2020-09-24T16:54:48.158Z] --- PASS: TestSizeEmptyFile (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestSizeNonemptyFile [2020-09-24T16:54:48.158Z] --- PASS: TestSizeNonemptyFile (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestSizeNestedDirectoryEmpty [2020-09-24T16:54:48.158Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2020-09-24T16:54:48.158Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.02s) [2020-09-24T16:54:48.158Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2020-09-24T16:54:48.158Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestMoveToSubdir [2020-09-24T16:54:48.158Z] --- PASS: TestMoveToSubdir (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestSizeNonExistingDirectory [2020-09-24T16:54:48.158Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2020-09-24T16:54:48.158Z] PASS [2020-09-24T16:54:48.158Z] coverage: 80.0% of statements [2020-09-24T16:54:48.158Z] ok github.com/docker/docker/pkg/directory 0.080s coverage: 80.0% of statements [2020-09-24T16:54:48.158Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2020-09-24T16:54:48.158Z] === RUN TestDecompressStreamXz [2020-09-24T16:54:48.158Z] --- SKIP: TestDecompressStreamXz (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:133: Xz not present in msys2 [2020-09-24T16:54:48.158Z] === RUN TestCompressStreamXzUnsupported [2020-09-24T16:54:48.158Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestCompressStreamBzip2Unsupported [2020-09-24T16:54:48.158Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestCompressStreamInvalid [2020-09-24T16:54:48.158Z] --- PASS: TestCompressStreamInvalid (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestExtensionInvalid [2020-09-24T16:54:48.158Z] --- PASS: TestExtensionInvalid (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestExtensionUncompressed [2020-09-24T16:54:48.158Z] --- PASS: TestExtensionUncompressed (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestExtensionBzip2 [2020-09-24T16:54:48.158Z] --- PASS: TestExtensionBzip2 (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestExtensionGzip [2020-09-24T16:54:48.158Z] --- PASS: TestExtensionGzip (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestExtensionXz [2020-09-24T16:54:48.158Z] --- PASS: TestExtensionXz (0.00s) [2020-09-24T16:54:48.158Z] === RUN TestCmdStreamLargeStderr [2020-09-24T16:54:48.158Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2020-09-24T16:54:48.158Z] === RUN TestCmdStreamBad [2020-09-24T16:54:48.158Z] --- SKIP: TestCmdStreamBad (0.00s) [2020-09-24T16:54:48.158Z] archive_test.go:238: Failing on Windows CI machines [2020-09-24T16:54:48.158Z] === RUN TestCmdStreamGood [2020-09-24T16:54:48.539Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.041s coverage: 58.0% of statements [2020-09-24T16:54:48.617Z] --- PASS: TestCmdStreamGood (0.06s) [2020-09-24T16:54:48.617Z] === RUN TestUntarPathWithInvalidDest [2020-09-24T16:54:48.617Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2020-09-24T16:54:48.617Z] === RUN TestUntarPathWithInvalidSrc [2020-09-24T16:54:48.617Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestUntarPath [2020-09-24T16:54:48.617Z] --- PASS: TestUntarPath (0.06s) [2020-09-24T16:54:48.617Z] === RUN TestUntarPathWithDestinationFile [2020-09-24T16:54:48.617Z] === RUN Test [2020-09-24T16:54:48.617Z] === RUN Test/TestContainsEntry [2020-09-24T16:54:48.617Z] === RUN Test/TestCreateEntries [2020-09-24T16:54:48.617Z] === RUN Test/TestEntriesDiff [2020-09-24T16:54:48.617Z] === RUN Test/TestEntriesEquality [2020-09-24T16:54:48.617Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2020-09-24T16:54:48.617Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2020-09-24T16:54:48.617Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2020-09-24T16:54:48.617Z] === RUN Test/TestGeneratorNotGenerate [2020-09-24T16:54:48.617Z] === RUN Test/TestGeneratorWithPort [2020-09-24T16:54:48.617Z] === RUN Test/TestGeneratorWithPortNotGenerate [2020-09-24T16:54:48.617Z] === RUN Test/TestNewEntry [2020-09-24T16:54:48.617Z] === RUN Test/TestParse [2020-09-24T16:54:48.617Z] --- PASS: Test (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestContainsEntry (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestCreateEntries (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestEntriesDiff (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestEntriesEquality (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestNewEntry (0.00s) [2020-09-24T16:54:48.617Z] --- PASS: Test/TestParse (0.00s) [2020-09-24T16:54:48.617Z] PASS [2020-09-24T16:54:48.617Z] coverage: 58.3% of statements [2020-09-24T16:54:48.617Z] ok github.com/docker/docker/pkg/discovery 0.050s coverage: 58.3% of statements [2020-09-24T16:54:48.617Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2020-09-24T16:54:48.617Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2020-09-24T16:54:48.617Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2020-09-24T16:54:48.617Z] === RUN TestCopyWithTarInvalidSrc [2020-09-24T16:54:48.617Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2020-09-24T16:54:48.617Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestCopyWithTarSrcFile [2020-09-24T16:54:48.617Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2020-09-24T16:54:48.617Z] === RUN TestCopyWithTarSrcFolder [2020-09-24T16:54:48.617Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2020-09-24T16:54:48.617Z] === RUN TestCopyFileWithTarInvalidSrc [2020-09-24T16:54:48.617Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2020-09-24T16:54:48.617Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2020-09-24T16:54:48.617Z] === RUN TestCopyFileWithTarSrcFolder [2020-09-24T16:54:48.617Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestCopyFileWithTarSrcFile [2020-09-24T16:54:48.617Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2020-09-24T16:54:48.617Z] === RUN TestTarFiles [2020-09-24T16:54:49.074Z] === RUN Test [2020-09-24T16:54:49.074Z] === RUN Test/TestContent [2020-09-24T16:54:49.074Z] === RUN Test/TestInitialize [2020-09-24T16:54:49.074Z] === RUN Test/TestNew [2020-09-24T16:54:49.074Z] === RUN Test/TestParsingContentsWithComments [2020-09-24T16:54:49.074Z] === RUN Test/TestRegister [2020-09-24T16:54:49.074Z] === RUN Test/TestWatch [2020-09-24T16:54:49.074Z] --- PASS: Test (0.01s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestContent (0.00s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestInitialize (0.00s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestNew (0.00s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestRegister (0.00s) [2020-09-24T16:54:49.074Z] --- PASS: Test/TestWatch (0.00s) [2020-09-24T16:54:49.074Z] PASS [2020-09-24T16:54:49.074Z] coverage: 92.9% of statements [2020-09-24T16:54:49.074Z] ok github.com/docker/docker/pkg/discovery/file 0.088s coverage: 92.9% of statements [2020-09-24T16:54:49.089Z] --- PASS: TestUpdateRestartPolicy (12.62s) [2020-09-24T16:54:49.089Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T16:54:49.379Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-09-24T16:54:49.379Z] === RUN TestWaitNonBlocked [2020-09-24T16:54:49.379Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:54:49.379Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:54:49.379Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:54:49.379Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:54:49.379Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:54:49.379Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:54:49.934Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2020-09-24T16:54:49.934Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2020-09-24T16:54:50.041Z] === RUN Test [2020-09-24T16:54:50.041Z] === RUN Test/TestWatch [2020-09-24T16:54:50.041Z] --- PASS: Test (0.00s) [2020-09-24T16:54:50.041Z] --- PASS: Test/TestWatch (0.00s) [2020-09-24T16:54:50.041Z] PASS [2020-09-24T16:54:50.041Z] coverage: 92.3% of statements [2020-09-24T16:54:50.041Z] ok github.com/docker/docker/pkg/discovery/memory 0.055s coverage: 92.3% of statements [2020-09-24T16:54:50.501Z] === RUN Test [2020-09-24T16:54:50.501Z] === RUN Test/TestInitialize [2020-09-24T16:54:50.501Z] time="2020-09-24T16:54:50Z" level=info msg="Initializing discovery without TLS" [2020-09-24T16:54:50.501Z] time="2020-09-24T16:54:50Z" level=info msg="Initializing discovery without TLS" [2020-09-24T16:54:50.501Z] time="2020-09-24T16:54:50Z" level=info msg="Initializing discovery without TLS" [2020-09-24T16:54:50.501Z] === RUN Test/TestInitializeWithCerts [2020-09-24T16:54:50.501Z] time="2020-09-24T16:54:50Z" level=info msg="Initializing discovery with TLS" [2020-09-24T16:54:50.501Z] === RUN Test/TestWatch [2020-09-24T16:54:50.501Z] time="2020-09-24T16:54:50Z" level=info msg="Initializing discovery without TLS" [2020-09-24T16:54:50.501Z] === RUN Test [2020-09-24T16:54:50.501Z] === RUN Test/TestInitialize [2020-09-24T16:54:50.501Z] === RUN Test/TestInitializeWithPattern [2020-09-24T16:54:50.501Z] === RUN Test/TestRegister [2020-09-24T16:54:50.501Z] === RUN Test/TestWatch [2020-09-24T16:54:50.501Z] --- PASS: Test (0.00s) [2020-09-24T16:54:50.501Z] --- PASS: Test/TestInitialize (0.00s) [2020-09-24T16:54:50.501Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2020-09-24T16:54:50.501Z] --- PASS: Test/TestRegister (0.00s) [2020-09-24T16:54:50.501Z] --- PASS: Test/TestWatch (0.00s) [2020-09-24T16:54:50.501Z] PASS [2020-09-24T16:54:50.501Z] coverage: 93.8% of statements [2020-09-24T16:54:50.501Z] ok github.com/docker/docker/pkg/discovery/nodes 0.060s coverage: 93.8% of statements [2020-09-24T16:54:50.549Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-24T16:54:50.549Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2020-09-24T16:54:50.549Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.14s) [2020-09-24T16:54:50.549Z] === RUN TestWaitBlocked [2020-09-24T16:54:50.549Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:54:50.549Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:54:50.549Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:54:50.549Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:54:50.549Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:54:50.549Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:54:50.958Z] === RUN TestPollerAddRemove [2020-09-24T16:54:50.958Z] --- PASS: TestPollerAddRemove (0.00s) [2020-09-24T16:54:50.958Z] === RUN TestPollerEvent [2020-09-24T16:54:50.958Z] --- SKIP: TestPollerEvent (0.00s) [2020-09-24T16:54:50.958Z] poller_test.go:41: No chmod on Windows [2020-09-24T16:54:50.958Z] === RUN TestPollerClose [2020-09-24T16:54:50.958Z] --- PASS: TestPollerClose (0.00s) [2020-09-24T16:54:50.958Z] PASS [2020-09-24T16:54:50.958Z] coverage: 45.7% of statements [2020-09-24T16:54:50.958Z] ok github.com/docker/docker/pkg/filenotify 0.075s coverage: 45.7% of statements [2020-09-24T16:54:51.327Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.8% of statements [2020-09-24T16:54:51.903Z] ok github.com/docker/docker/daemon/logger 0.261s coverage: 41.0% of statements [2020-09-24T16:54:51.920Z] === RUN TestCopyFileWithInvalidSrc [2020-09-24T16:54:51.920Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCopyFileWithInvalidDest [2020-09-24T16:54:51.920Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCopyFileWithSameSrcAndDest [2020-09-24T16:54:51.920Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2020-09-24T16:54:51.920Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCopyFile [2020-09-24T16:54:51.920Z] --- PASS: TestCopyFile (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2020-09-24T16:54:51.920Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-24T16:54:51.920Z] fileutils_test.go:134: Needs porting to Windows [2020-09-24T16:54:51.920Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2020-09-24T16:54:51.920Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestReadSymlinkedDirectoryToFile [2020-09-24T16:54:51.920Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-24T16:54:51.920Z] fileutils_test.go:180: Needs porting to Windows [2020-09-24T16:54:51.920Z] === RUN TestWildcardMatches [2020-09-24T16:54:51.920Z] --- PASS: TestWildcardMatches (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestPatternMatches [2020-09-24T16:54:51.920Z] --- PASS: TestPatternMatches (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestExclusionPatternMatchesPatternBefore [2020-09-24T16:54:51.920Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestPatternMatchesFolderExclusions [2020-09-24T16:54:51.920Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2020-09-24T16:54:51.920Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestPatternMatchesFolderWildcardExclusions [2020-09-24T16:54:51.920Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestExclusionPatternMatchesPatternAfter [2020-09-24T16:54:51.920Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestExclusionPatternMatchesWholeDirectory [2020-09-24T16:54:51.920Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestSingleExclamationError [2020-09-24T16:54:51.920Z] --- PASS: TestSingleExclamationError (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestMatchesWithNoPatterns [2020-09-24T16:54:51.920Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestMatchesWithMalformedPatterns [2020-09-24T16:54:51.920Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestMatches [2020-09-24T16:54:51.920Z] --- PASS: TestMatches (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatterns [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatterns (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatternsStripEmptyPatterns [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatternsExceptionFlag [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCleanPatternsErrorSingleException [2020-09-24T16:54:51.920Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCreateIfNotExistsDir [2020-09-24T16:54:51.920Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestCreateIfNotExistsFile [2020-09-24T16:54:51.920Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2020-09-24T16:54:51.920Z] === RUN TestMatch [2020-09-24T16:54:51.920Z] --- PASS: TestMatch (0.00s) [2020-09-24T16:54:51.920Z] PASS [2020-09-24T16:54:51.920Z] coverage: 87.7% of statements [2020-09-24T16:54:51.920Z] ok github.com/docker/docker/pkg/fileutils 0.121s coverage: 87.7% of statements [2020-09-24T16:54:52.166Z] ok github.com/docker/docker/daemon/logger/awslogs 0.254s coverage: 77.8% of statements [2020-09-24T16:54:52.166Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.891s coverage: 57.7% of statements [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-24T16:54:52.166Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-24T16:54:52.191Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-24T16:54:52.191Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s) [2020-09-24T16:54:52.191Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2020-09-24T16:54:52.191Z] === CONT TestContainerStartOnDaemonRestart [2020-09-24T16:54:52.191Z] === CONT TestIpcModeOlderClient [2020-09-24T16:54:52.191Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-09-24T16:54:52.191Z] === CONT TestDaemonHostGatewayIP [2020-09-24T16:54:52.377Z] === RUN TestGet [2020-09-24T16:54:52.377Z] --- PASS: TestGet (0.00s) [2020-09-24T16:54:52.377Z] === RUN TestGetShortcutString [2020-09-24T16:54:52.377Z] --- PASS: TestGetShortcutString (0.00s) [2020-09-24T16:54:52.377Z] PASS [2020-09-24T16:54:52.377Z] coverage: 42.9% of statements [2020-09-24T16:54:52.377Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2020-09-24T16:54:53.115Z] ok github.com/docker/docker/daemon/logger/gelf 0.045s coverage: 67.0% of statements [2020-09-24T16:54:53.342Z] --- PASS: TestTarFiles (4.46s) [2020-09-24T16:54:53.342Z] === RUN TestTarUntar [2020-09-24T16:54:53.342Z] --- PASS: TestTarUntar (0.03s) [2020-09-24T16:54:53.342Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2020-09-24T16:54:53.342Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2020-09-24T16:54:53.342Z] === RUN TestTarWithOptions [2020-09-24T16:54:53.342Z] --- PASS: TestTarWithOptions (0.02s) [2020-09-24T16:54:53.342Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2020-09-24T16:54:53.342Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2020-09-24T16:54:53.342Z] === RUN TestUntarUstarGnuConflict [2020-09-24T16:54:53.342Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2020-09-24T16:54:53.342Z] === RUN TestUntarInvalidFilenames [2020-09-24T16:54:53.342Z] === RUN TestCreateIDMapOrder [2020-09-24T16:54:53.342Z] --- PASS: TestCreateIDMapOrder (0.00s) [2020-09-24T16:54:53.342Z] PASS [2020-09-24T16:54:53.342Z] coverage: 7.3% of statements [2020-09-24T16:54:53.342Z] ok github.com/docker/docker/pkg/idtools 0.063s coverage: 7.3% of statements [2020-09-24T16:54:53.342Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames095570582\\dest" [2020-09-24T16:54:53.342Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2020-09-24T16:54:53.342Z] === RUN TestUntarHardlinkToSymlink [2020-09-24T16:54:53.342Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2020-09-24T16:54:53.342Z] === RUN TestUntarInvalidHardlink [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink979670071\\victim\\hello" -> "../victim/hello" [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink134228522\\victim\\hello" -> "/../victim/hello" [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink545748353\\victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink646808300\\victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink931472731\\victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink237419774\\victim" -> "../victim" [2020-09-24T16:54:53.342Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2020-09-24T16:54:53.342Z] === RUN TestUntarInvalidSymlink [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink545949253\\dest\\dotdot" -> "../victim/hello" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink833897184\\dest\\slash-dotdot" -> "/../victim/hello" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink488347839\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink690174738\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink231308105\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink132131860\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:53.342Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink155912291\\dest\\dir\\loophole" -> "../../victim" [2020-09-24T16:54:53.342Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2020-09-24T16:54:53.342Z] === RUN TestTempArchiveCloseMultipleTimes [2020-09-24T16:54:53.342Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2020-09-24T16:54:53.342Z] === RUN TestReplaceFileTarWrapper [2020-09-24T16:54:53.342Z] --- PASS: Test (3.14s) [2020-09-24T16:54:53.342Z] --- PASS: Test/TestInitialize (0.13s) [2020-09-24T16:54:53.342Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2020-09-24T16:54:53.342Z] --- PASS: Test/TestWatch (3.00s) [2020-09-24T16:54:53.342Z] PASS [2020-09-24T16:54:53.342Z] --- PASS: TestReplaceFileTarWrapper (0.12s) [2020-09-24T16:54:53.342Z] coverage: 84.1% of statements [2020-09-24T16:54:53.342Z] === RUN TestPrefixHeaderReadable [2020-09-24T16:54:53.342Z] ok github.com/docker/docker/pkg/discovery/kv 3.291s coverage: 84.1% of statements [2020-09-24T16:54:53.342Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2020-09-24T16:54:53.342Z] === RUN TestDisablePigz [2020-09-24T16:54:53.378Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.015s coverage: 87.2% of statements [2020-09-24T16:54:53.642Z] ok github.com/docker/docker/daemon/logger/journald 0.033s coverage: 23.9% of statements [2020-09-24T16:54:53.805Z] --- PASS: TestDisablePigz (0.17s) [2020-09-24T16:54:53.805Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2020-09-24T16:54:53.805Z] === RUN TestPigz [2020-09-24T16:54:53.805Z] --- PASS: TestPigz (0.12s) [2020-09-24T16:54:53.805Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2020-09-24T16:54:53.805Z] === RUN TestCopyFileWithInvalidDest [2020-09-24T16:54:53.805Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2020-09-24T16:54:53.805Z] archive_windows_test.go:16: Currently fails [2020-09-24T16:54:53.805Z] === RUN TestCanonicalTarNameForPath [2020-09-24T16:54:53.805Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestCanonicalTarName [2020-09-24T16:54:53.805Z] --- PASS: TestCanonicalTarName (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestChmodTarEntry [2020-09-24T16:54:53.805Z] --- PASS: TestChmodTarEntry (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestHardLinkOrder [2020-09-24T16:54:53.805Z] === RUN TestFixedBufferCap [2020-09-24T16:54:53.805Z] --- PASS: TestFixedBufferCap (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestFixedBufferLen [2020-09-24T16:54:53.805Z] --- PASS: TestFixedBufferLen (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestFixedBufferString [2020-09-24T16:54:53.805Z] --- PASS: TestFixedBufferString (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestFixedBufferWrite [2020-09-24T16:54:53.805Z] --- PASS: TestFixedBufferWrite (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestFixedBufferRead [2020-09-24T16:54:53.805Z] --- PASS: TestFixedBufferRead (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestBytesPipeRead [2020-09-24T16:54:53.805Z] --- PASS: TestBytesPipeRead (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestBytesPipeWrite [2020-09-24T16:54:53.805Z] --- PASS: TestBytesPipeWrite (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestBytesPipeWriteRandomChunks [2020-09-24T16:54:53.805Z] --- PASS: TestHardLinkOrder (0.07s) [2020-09-24T16:54:53.805Z] === RUN TestChangeString [2020-09-24T16:54:53.805Z] --- PASS: TestChangeString (0.00s) [2020-09-24T16:54:53.805Z] === RUN TestChangesWithNoChanges [2020-09-24T16:54:53.805Z] --- PASS: TestChangesWithNoChanges (0.02s) [2020-09-24T16:54:53.805Z] === RUN TestChangesWithChanges [2020-09-24T16:54:53.805Z] --- PASS: TestChangesWithChanges (0.03s) [2020-09-24T16:54:53.805Z] === RUN TestChangesWithChangesGH13590 [2020-09-24T16:54:53.805Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2020-09-24T16:54:53.805Z] changes_test.go:192: needs more investigation [2020-09-24T16:54:53.805Z] === RUN TestChangesDirsEmpty [2020-09-24T16:54:53.905Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.034s coverage: 61.6% of statements [2020-09-24T16:54:54.263Z] --- PASS: TestChangesDirsEmpty (0.08s) [2020-09-24T16:54:54.263Z] === RUN TestChangesDirsMutated [2020-09-24T16:54:54.263Z] --- PASS: TestChangesDirsMutated (0.17s) [2020-09-24T16:54:54.263Z] === RUN TestApplyLayer [2020-09-24T16:54:54.263Z] --- SKIP: TestApplyLayer (0.00s) [2020-09-24T16:54:54.263Z] changes_test.go:405: needs further investigation [2020-09-24T16:54:54.263Z] === RUN TestChangesSizeWithHardlinks [2020-09-24T16:54:54.263Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2020-09-24T16:54:54.263Z] changes_test.go:441: needs further investigation [2020-09-24T16:54:54.263Z] === RUN TestChangesSizeWithNoChanges [2020-09-24T16:54:54.263Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2020-09-24T16:54:54.263Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestChangesSize [2020-09-24T16:54:54.263Z] --- PASS: TestChangesSize (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestApplyLayerInvalidFilenames [2020-09-24T16:54:54.263Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames405336663\\dest" [2020-09-24T16:54:54.263Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2020-09-24T16:54:54.263Z] === RUN TestApplyLayerInvalidHardlink [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink312937121\\victim\\hello" -> "../victim/hello" [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink250112396\\victim\\hello" -> "/../victim/hello" [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink874887547\\victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink330390686\\victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink612569957\\victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink735107968\\victim" -> "../victim" [2020-09-24T16:54:54.263Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2020-09-24T16:54:54.263Z] === RUN TestApplyLayerInvalidSymlink [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink155481311\\dest\\dotdot" -> "../victim/hello" [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink446809266\\dest\\slash-dotdot" -> "/../victim/hello" [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink080482921\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink062585524\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink751475843\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:54.263Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink080556550\\dest\\loophole-victim" -> "../victim" [2020-09-24T16:54:54.263Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2020-09-24T16:54:54.263Z] === RUN TestApplyLayerWhiteouts [2020-09-24T16:54:54.263Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2020-09-24T16:54:54.263Z] === RUN TestAtomicWriteToFile [2020-09-24T16:54:54.263Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2020-09-24T16:54:54.263Z] === RUN TestGenerateEmptyFile [2020-09-24T16:54:54.263Z] --- PASS: TestGenerateEmptyFile (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestGenerateWithContent [2020-09-24T16:54:54.263Z] --- PASS: TestGenerateWithContent (0.00s) [2020-09-24T16:54:54.263Z] PASS [2020-09-24T16:54:54.263Z] coverage: 62.7% of statements [2020-09-24T16:54:54.263Z] --- PASS: TestAtomicWriteToFile (0.01s) [2020-09-24T16:54:54.263Z] === RUN TestAtomicWriteSetCommit [2020-09-24T16:54:54.263Z] ok github.com/docker/docker/pkg/archive 6.804s coverage: 62.7% of statements [2020-09-24T16:54:54.263Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2020-09-24T16:54:54.263Z] === RUN TestAtomicWriteSetCancel [2020-09-24T16:54:54.263Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2020-09-24T16:54:54.263Z] === RUN TestReadCloserWrapperClose [2020-09-24T16:54:54.263Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestReaderErrWrapperReadOnError [2020-09-24T16:54:54.263Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestReaderErrWrapperRead [2020-09-24T16:54:54.263Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestHashData [2020-09-24T16:54:54.263Z] --- PASS: TestHashData (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestCancelReadCloser [2020-09-24T16:54:54.263Z] --- PASS: TestCancelReadCloser (0.13s) [2020-09-24T16:54:54.263Z] === RUN TestWriteCloserWrapperClose [2020-09-24T16:54:54.263Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestNopWriteCloser [2020-09-24T16:54:54.263Z] --- PASS: TestNopWriteCloser (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestNopWriter [2020-09-24T16:54:54.263Z] --- PASS: TestNopWriter (0.00s) [2020-09-24T16:54:54.263Z] === RUN TestWriteCounter [2020-09-24T16:54:54.263Z] --- PASS: TestWriteCounter (0.00s) [2020-09-24T16:54:54.263Z] PASS [2020-09-24T16:54:54.263Z] coverage: 69.2% of statements [2020-09-24T16:54:54.263Z] ok github.com/docker/docker/pkg/ioutils 0.649s coverage: 69.2% of statements [2020-09-24T16:54:54.721Z] === RUN TestStandardLongPath [2020-09-24T16:54:54.721Z] --- PASS: TestStandardLongPath (0.00s) [2020-09-24T16:54:54.721Z] === RUN TestUNCLongPath [2020-09-24T16:54:54.721Z] --- PASS: TestUNCLongPath (0.00s) [2020-09-24T16:54:54.721Z] PASS [2020-09-24T16:54:54.721Z] coverage: 100.0% of statements [2020-09-24T16:54:54.721Z] ok github.com/docker/docker/pkg/longpath 0.034s coverage: 100.0% of statements [2020-09-24T16:54:54.721Z] === RUN TestError [2020-09-24T16:54:54.721Z] --- PASS: TestError (0.00s) [2020-09-24T16:54:54.721Z] === RUN TestProgressString [2020-09-24T16:54:54.721Z] === RUN TestProgressString/no_progress [2020-09-24T16:54:54.721Z] === RUN TestProgressString/progress_1 [2020-09-24T16:54:54.721Z] === RUN TestProgressString/some_progress_with_a_start_time [2020-09-24T16:54:54.721Z] === RUN TestProgressString/some_progress_without_a_start_time [2020-09-24T16:54:54.721Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2020-09-24T16:54:54.721Z] === RUN TestProgressString/with_units [2020-09-24T16:54:54.721Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2020-09-24T16:54:54.721Z] === RUN TestProgressString/hide_counts [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/no_progress (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/progress_1 (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/with_units (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2020-09-24T16:54:54.721Z] --- PASS: TestProgressString/hide_counts (0.00s) [2020-09-24T16:54:54.721Z] === RUN TestJSONMessageDisplay [2020-09-24T16:54:54.721Z] --- PASS: TestJSONMessageDisplay (0.12s) [2020-09-24T16:54:54.721Z] === RUN TestJSONMessageDisplayWithJSONError [2020-09-24T16:54:54.721Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2020-09-24T16:54:54.721Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2020-09-24T16:54:54.721Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2020-09-24T16:54:54.721Z] === RUN TestDisplayJSONMessagesStream [2020-09-24T16:54:54.721Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2020-09-24T16:54:54.721Z] PASS [2020-09-24T16:54:54.721Z] coverage: 91.7% of statements [2020-09-24T16:54:54.721Z] ok github.com/docker/docker/pkg/jsonmessage 0.163s coverage: 91.7% of statements [2020-09-24T16:54:55.086Z] --- PASS: TestContainerStartOnDaemonRestart (2.82s) [2020-09-24T16:54:55.086Z] === CONT TestContainerKillOnDaemonStart [2020-09-24T16:54:55.177Z] === RUN TestNameFormat [2020-09-24T16:54:55.177Z] --- PASS: TestNameFormat (0.00s) [2020-09-24T16:54:55.177Z] === RUN TestNameRetries [2020-09-24T16:54:55.177Z] --- PASS: TestNameRetries (0.00s) [2020-09-24T16:54:55.177Z] PASS [2020-09-24T16:54:55.177Z] coverage: 85.7% of statements [2020-09-24T16:54:55.177Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2020-09-24T16:54:55.301Z] ok github.com/docker/docker/daemon/logger/local 0.029s coverage: 75.2% of statements [2020-09-24T16:54:55.302Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-24T16:54:55.302Z] time="2020-09-24T16:54:55Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate067500356/log534012371.1: no such file or directory" [2020-09-24T16:54:55.302Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.068s coverage: 38.3% of statements [2020-09-24T16:54:55.564Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.043s coverage: 33.3% of statements [2020-09-24T16:54:55.635Z] === RUN TestParseKeyValueOpt [2020-09-24T16:54:55.635Z] --- PASS: TestParseKeyValueOpt (0.00s) [2020-09-24T16:54:55.635Z] === RUN TestParseUintList [2020-09-24T16:54:55.635Z] --- PASS: TestParseUintList (0.00s) [2020-09-24T16:54:55.635Z] === RUN TestParseUintListMaximumLimits [2020-09-24T16:54:55.635Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2020-09-24T16:54:55.635Z] PASS [2020-09-24T16:54:55.635Z] coverage: 97.0% of statements [2020-09-24T16:54:55.635Z] ok github.com/docker/docker/pkg/parsers 0.042s coverage: 97.0% of statements [2020-09-24T16:54:55.717Z] --- PASS: TestDaemonHostGatewayIP (3.51s) [2020-09-24T16:54:55.717Z] === CONT TestDaemonRestartIpcMode [2020-09-24T16:54:56.094Z] === RUN TestNewAndRemove [2020-09-24T16:54:56.094Z] --- PASS: TestNewAndRemove (0.00s) [2020-09-24T16:54:56.094Z] === RUN TestRemoveInvalidPath [2020-09-24T16:54:56.094Z] --- PASS: TestRemoveInvalidPath (0.00s) [2020-09-24T16:54:56.094Z] PASS [2020-09-24T16:54:56.094Z] coverage: 82.6% of statements [2020-09-24T16:54:56.094Z] ok github.com/docker/docker/pkg/pidfile 0.102s coverage: 82.6% of statements [2020-09-24T16:54:56.145Z] ok github.com/docker/docker/daemon/logger/templates 0.037s coverage: 8.3% of statements [2020-09-24T16:54:56.731Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2020-09-24T16:54:57.061Z] === RUN TestParseEmptyInterface [2020-09-24T16:54:57.061Z] --- PASS: TestParseEmptyInterface (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestParseNonInterfaceType [2020-09-24T16:54:57.061Z] --- PASS: TestParseNonInterfaceType (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestParseWithOneFunction [2020-09-24T16:54:57.061Z] --- PASS: TestParseWithOneFunction (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestParseWithMultipleFuncs [2020-09-24T16:54:57.061Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestParseWithUnnamedReturn [2020-09-24T16:54:57.061Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestEmbeddedInterface [2020-09-24T16:54:57.061Z] --- PASS: TestEmbeddedInterface (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestParsedImports [2020-09-24T16:54:57.061Z] --- PASS: TestParsedImports (0.00s) [2020-09-24T16:54:57.061Z] === RUN TestAliasedImports [2020-09-24T16:54:57.061Z] --- PASS: TestAliasedImports (0.00s) [2020-09-24T16:54:57.061Z] PASS [2020-09-24T16:54:57.061Z] coverage: 56.8% of statements [2020-09-24T16:54:57.061Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.072s coverage: 56.8% of statements [2020-09-24T16:54:57.305Z] ok github.com/docker/docker/daemon/network 0.033s coverage: 63.8% of statements [2020-09-24T16:54:58.024Z] === RUN TestFailedConnection [2020-09-24T16:54:58.024Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2020-09-24T16:54:58.024Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestBufioReaderPoolPutAndGet [2020-09-24T16:54:58.024Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2020-09-24T16:54:58.024Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2020-09-24T16:54:58.024Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestBufioWriterPoolPutAndGet [2020-09-24T16:54:58.024Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2020-09-24T16:54:58.024Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2020-09-24T16:54:58.024Z] === RUN TestBufferPoolPutAndGet [2020-09-24T16:54:58.024Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2020-09-24T16:54:58.024Z] PASS [2020-09-24T16:54:58.024Z] coverage: 88.2% of statements [2020-09-24T16:54:58.024Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2020-09-24T16:54:58.253Z] ok github.com/docker/docker/daemon/logger/splunk 1.917s coverage: 82.5% of statements [2020-09-24T16:54:58.253Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-24T16:54:58.253Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-24T16:54:58.253Z] ok github.com/docker/docker/distribution/metadata 0.162s coverage: 48.2% of statements [2020-09-24T16:54:58.481Z] === RUN TestHTTPTransport [2020-09-24T16:54:58.481Z] --- PASS: TestHTTPTransport (0.00s) [2020-09-24T16:54:58.481Z] PASS [2020-09-24T16:54:58.481Z] coverage: 85.7% of statements [2020-09-24T16:54:58.481Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2020-09-24T16:54:58.937Z] --- PASS: TestFailedConnection (1.16s) [2020-09-24T16:54:58.937Z] === RUN TestFailOnce [2020-09-24T16:54:58.937Z] === RUN TestOutputOnPrematureClose [2020-09-24T16:54:58.937Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2020-09-24T16:54:58.937Z] === RUN TestCompleteSilently [2020-09-24T16:54:58.937Z] --- PASS: TestCompleteSilently (0.00s) [2020-09-24T16:54:58.937Z] PASS [2020-09-24T16:54:58.937Z] coverage: 75.9% of statements [2020-09-24T16:54:58.937Z] ok github.com/docker/docker/pkg/progress 0.045s coverage: 75.9% of statements [2020-09-24T16:54:58.937Z] 2020/09/24 16:54:58 http: panic serving 127.0.0.1:49220: Plugin not ready [2020-09-24T16:54:58.937Z] goroutine 10 [running]: [2020-09-24T16:54:58.937Z] net/http.(*conn).serve.func1(0xc000058b40) [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:1795 +0x140 [2020-09-24T16:54:58.937Z] panic(0x848880, 0x9852e0) [2020-09-24T16:54:58.937Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2020-09-24T16:54:58.937Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-24T16:54:58.937Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2020-09-24T16:54:58.937Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:2036 +0x4b [2020-09-24T16:54:58.937Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2020-09-24T16:54:58.937Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x998ee0, 0xc000132000, 0xc0000d0300) [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:2831 +0xab [2020-09-24T16:54:58.937Z] net/http.(*conn).serve(0xc000058b40, 0x999aa0, 0xc00004a980) [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:1919 +0x87c [2020-09-24T16:54:58.937Z] created by net/http.(*Server).Serve [2020-09-24T16:54:58.937Z] c:/go/src/net/http/server.go:2957 +0x38b [2020-09-24T16:54:58.937Z] time="2020-09-24T16:54:58Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post http://127.0.0.1:49219/Test.FailOnce: EOF, retrying in 1s" [2020-09-24T16:54:58.937Z] === RUN TestSendToOneSub [2020-09-24T16:54:58.937Z] --- PASS: TestSendToOneSub (0.00s) [2020-09-24T16:54:58.937Z] === RUN TestSendToMultipleSubs [2020-09-24T16:54:58.937Z] --- PASS: TestSendToMultipleSubs (0.00s) [2020-09-24T16:54:58.937Z] === RUN TestEvictOneSub [2020-09-24T16:54:58.937Z] --- PASS: TestEvictOneSub (0.00s) [2020-09-24T16:54:58.937Z] === RUN TestClosePublisher [2020-09-24T16:54:58.937Z] --- PASS: TestClosePublisher (0.00s) [2020-09-24T16:54:58.937Z] === RUN TestPubSubRace [2020-09-24T16:54:59.276Z] --- PASS: TestDaemonRestartIpcMode (3.61s) [2020-09-24T16:54:59.901Z] === RUN TestRegister [2020-09-24T16:54:59.901Z] --- PASS: TestRegister (0.00s) [2020-09-24T16:54:59.901Z] === RUN TestCommand [2020-09-24T16:54:59.901Z] --- PASS: TestCommand (0.02s) [2020-09-24T16:54:59.901Z] === RUN TestNaiveSelf [2020-09-24T16:54:59.901Z] --- PASS: TestNaiveSelf (0.02s) [2020-09-24T16:54:59.901Z] PASS [2020-09-24T16:54:59.901Z] coverage: 82.4% of statements [2020-09-24T16:54:59.901Z] ok github.com/docker/docker/pkg/reexec 0.082s coverage: 82.4% of statements [2020-09-24T16:54:59.901Z] --- PASS: TestFailOnce (1.12s) [2020-09-24T16:54:59.901Z] === RUN TestEchoInputOutput [2020-09-24T16:54:59.901Z] --- PASS: TestEchoInputOutput (0.00s) [2020-09-24T16:54:59.901Z] === RUN TestBackoff [2020-09-24T16:54:59.901Z] --- PASS: TestBackoff (0.00s) [2020-09-24T16:54:59.901Z] === RUN TestAbortRetry [2020-09-24T16:54:59.901Z] --- PASS: TestAbortRetry (0.00s) [2020-09-24T16:54:59.901Z] === RUN TestClientScheme [2020-09-24T16:54:59.901Z] --- PASS: TestClientScheme (0.00s) [2020-09-24T16:54:59.901Z] === RUN TestNewClientWithTimeout [2020-09-24T16:55:00.172Z] ok github.com/docker/docker/errdefs 0.011s coverage: 49.4% of statements [2020-09-24T16:55:00.357Z] --- PASS: TestPubSubRace (1.06s) [2020-09-24T16:55:00.357Z] PASS [2020-09-24T16:55:00.357Z] coverage: 73.9% of statements [2020-09-24T16:55:00.357Z] ok github.com/docker/docker/pkg/pubsub 1.093s coverage: 73.9% of statements [2020-09-24T16:55:00.357Z] time="2020-09-24T16:55:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2020-09-24T16:55:00.434Z] ok github.com/docker/docker/image 0.041s coverage: 86.4% of statements [2020-09-24T16:55:00.434Z] ok github.com/docker/docker/distribution 1.463s coverage: 21.9% of statements [2020-09-24T16:55:00.434Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-24T16:55:00.814Z] === RUN TestParseSignal [2020-09-24T16:55:00.814Z] --- PASS: TestParseSignal (0.00s) [2020-09-24T16:55:00.814Z] === RUN TestValidSignalForPlatform [2020-09-24T16:55:00.814Z] --- PASS: TestValidSignalForPlatform (0.00s) [2020-09-24T16:55:00.814Z] PASS [2020-09-24T16:55:00.814Z] coverage: 20.3% of statements [2020-09-24T16:55:00.814Z] ok github.com/docker/docker/pkg/signal 0.036s coverage: 20.3% of statements [2020-09-24T16:55:01.272Z] === RUN TestNewStdWriter [2020-09-24T16:55:01.272Z] --- PASS: TestNewStdWriter (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestWriteWithUninitializedStdWriter [2020-09-24T16:55:01.272Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestWriteWithNilBytes [2020-09-24T16:55:01.272Z] --- PASS: TestWriteWithNilBytes (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestWrite [2020-09-24T16:55:01.272Z] --- PASS: TestWrite (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestWriteWithWriterError [2020-09-24T16:55:01.272Z] --- PASS: TestWriteWithWriterError (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2020-09-24T16:55:01.272Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyWriteAndRead [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyReturnsErrorReadingHeader [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyReturnsErrorReadingFrame [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyDetectsCorruptedFrame [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyWithInvalidInputHeader [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyWithCorruptedPrefix [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyReturnsWriteErrors [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2020-09-24T16:55:01.272Z] === RUN TestStdCopyReturnsErrorFromSystem [2020-09-24T16:55:01.272Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2020-09-24T16:55:01.272Z] PASS [2020-09-24T16:55:01.272Z] coverage: 100.0% of statements [2020-09-24T16:55:01.272Z] ok github.com/docker/docker/pkg/stdcopy 0.051s coverage: 100.0% of statements [2020-09-24T16:55:01.380Z] ok github.com/docker/docker/image/cache 0.050s coverage: 19.2% of statements [2020-09-24T16:55:01.642Z] ok github.com/docker/docker/distribution/xfer 1.691s coverage: 85.1% of statements [2020-09-24T16:55:01.642Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-24T16:55:01.642Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-24T16:55:01.730Z] === RUN TestRawProgressFormatterFormatStatus [2020-09-24T16:55:01.730Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2020-09-24T16:55:01.730Z] === RUN TestRawProgressFormatterFormatProgress [2020-09-24T16:55:01.903Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2020-09-24T16:55:01.903Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-24T16:55:02.164Z] ok github.com/docker/docker/libcontainerd/queue 0.040s coverage: 100.0% of statements [2020-09-24T16:55:02.186Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestFormatStatus [2020-09-24T16:55:02.186Z] --- PASS: TestFormatStatus (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestFormatError [2020-09-24T16:55:02.186Z] --- PASS: TestFormatError (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestFormatJSONError [2020-09-24T16:55:02.186Z] --- PASS: TestFormatJSONError (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestJsonProgressFormatterFormatProgress [2020-09-24T16:55:02.186Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestJsonProgressFormatterFormatStatus [2020-09-24T16:55:02.186Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestNewJSONProgressOutput [2020-09-24T16:55:02.186Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestAuxFormatterEmit [2020-09-24T16:55:02.186Z] --- PASS: TestAuxFormatterEmit (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestStreamWriterStdout [2020-09-24T16:55:02.186Z] --- PASS: TestStreamWriterStdout (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestStreamWriterStderr [2020-09-24T16:55:02.186Z] --- PASS: TestStreamWriterStderr (0.00s) [2020-09-24T16:55:02.186Z] PASS [2020-09-24T16:55:02.186Z] coverage: 66.2% of statements [2020-09-24T16:55:02.186Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements [2020-09-24T16:55:02.186Z] time="2020-09-24T16:55:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2020-09-24T16:55:02.186Z] === RUN TestGenerateRandomID [2020-09-24T16:55:02.186Z] --- PASS: TestGenerateRandomID (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestShortenId [2020-09-24T16:55:02.186Z] --- PASS: TestShortenId (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestShortenSha256Id [2020-09-24T16:55:02.186Z] --- PASS: TestShortenSha256Id (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestShortenIdEmpty [2020-09-24T16:55:02.186Z] --- PASS: TestShortenIdEmpty (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestShortenIdInvalid [2020-09-24T16:55:02.186Z] --- PASS: TestShortenIdInvalid (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestIsShortIDNonHex [2020-09-24T16:55:02.186Z] --- PASS: TestIsShortIDNonHex (0.00s) [2020-09-24T16:55:02.186Z] === RUN TestIsShortIDNotCorrectSize [2020-09-24T16:55:02.186Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2020-09-24T16:55:02.186Z] PASS [2020-09-24T16:55:02.186Z] coverage: 70.6% of statements [2020-09-24T16:55:02.186Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2020-09-24T16:55:02.428Z] ok github.com/docker/docker/pkg/aaparser 0.035s coverage: 50.0% of statements [2020-09-24T16:55:03.149Z] === RUN TestIsCpusetListAvailable [2020-09-24T16:55:03.149Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2020-09-24T16:55:03.149Z] PASS [2020-09-24T16:55:03.149Z] coverage: 38.2% of statements [2020-09-24T16:55:03.149Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2020-09-24T16:55:03.606Z] === RUN TestChtimes [2020-09-24T16:55:03.606Z] --- PASS: TestChtimes (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestChtimesWindows [2020-09-24T16:55:03.606Z] --- PASS: TestChtimesWindows (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2020-09-24T16:55:03.606Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestEnsureRemoveAllNotExist [2020-09-24T16:55:03.606Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestEnsureRemoveAllWithDir [2020-09-24T16:55:03.606Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestEnsureRemoveAllWithFile [2020-09-24T16:55:03.606Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2020-09-24T16:55:03.606Z] === RUN TestEnsureRemoveAllWithMount [2020-09-24T16:55:03.606Z] --- SKIP: TestEnsureRemoveAllWithMount (0.00s) [2020-09-24T16:55:03.606Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-24T16:55:03.606Z] === RUN TestHasWin32KSupport [2020-09-24T16:55:03.606Z] --- PASS: TestHasWin32KSupport (0.00s) [2020-09-24T16:55:03.606Z] syscall_windows_test.go:8: win32k: true [2020-09-24T16:55:03.606Z] PASS [2020-09-24T16:55:03.606Z] coverage: 12.0% of statements [2020-09-24T16:55:03.606Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.0% of statements [2020-09-24T16:55:04.064Z] === RUN TestTailFile [2020-09-24T16:55:04.064Z] --- PASS: TestTailFile (0.00s) [2020-09-24T16:55:04.064Z] === RUN TestTailFileManyLines [2020-09-24T16:55:04.064Z] --- PASS: TestTailFileManyLines (0.00s) [2020-09-24T16:55:04.064Z] === RUN TestTailEmptyFile [2020-09-24T16:55:04.064Z] --- PASS: TestTailEmptyFile (0.00s) [2020-09-24T16:55:04.064Z] === RUN TestTailNegativeN [2020-09-24T16:55:04.064Z] --- PASS: TestTailNegativeN (0.00s) [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader [2020-09-24T16:55:04.064Z] === CONT TestNewTailReader [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/no_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/no_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/single_byte_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/single_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/2_byte_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/2_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/4_byte_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/4_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/8_byte_delimiter [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/8_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line#01 [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line#02 [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2020-09-24T16:55:04.064Z] === CONT TestNewTailReader/12_byte_delimiter [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.064Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.064Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/4_byte_delimiter [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/2_byte_delimiter [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/single_byte_delimiter [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.065Z] === CONT TestNewTailReader/no_delimiter [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2020-09-24T16:55:04.065Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2020-09-24T16:55:04.065Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/no_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.066Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2020-09-24T16:55:04.066Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.067Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.067Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.067Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.067Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.067Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.354Z] ok github.com/docker/docker/opts 0.053s coverage: 67.1% of statements [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/no_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.527Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.527Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.528Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.528Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.529Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.529Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2020-09-24T16:55:04.530Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.530Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.02s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.02s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.06s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.01s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.04s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.02s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.03s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2020-09-24T16:55:04.531Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.532Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.928Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.07s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2020-09-24T16:55:04.989Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2020-09-24T16:55:04.990Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2020-09-24T16:55:04.990Z] PASS [2020-09-24T16:55:04.990Z] coverage: 88.6% of statements [2020-09-24T16:55:04.990Z] ok github.com/docker/docker/pkg/tailfile 0.491s coverage: 88.6% of statements [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-24T16:55:04.990Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-24T16:55:04.990Z] time="2020-09-24T16:55:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2020-09-24T16:55:04.990Z] === RUN TestTarSumRemoveNonExistent [2020-09-24T16:55:04.990Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestTarSumRemove [2020-09-24T16:55:04.990Z] --- PASS: TestTarSumRemove (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestSortFileInfoSums [2020-09-24T16:55:04.990Z] --- PASS: TestSortFileInfoSums (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestNewTarSumForLabelInvalid [2020-09-24T16:55:04.990Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestNewTarSumForLabel [2020-09-24T16:55:04.990Z] --- PASS: TestNewTarSumForLabel (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestEmptyTar [2020-09-24T16:55:04.990Z] --- PASS: TestEmptyTar (0.00s) [2020-09-24T16:55:04.990Z] === RUN TestTarSumsReadSize [2020-09-24T16:55:04.990Z] --- PASS: TestTarSumsReadSize (0.01s) [2020-09-24T16:55:04.990Z] === RUN TestTarSums [2020-09-24T16:55:05.189Z] ok github.com/docker/docker/pkg/capabilities 0.025s coverage: 87.5% of statements [2020-09-24T16:55:05.446Z] --- PASS: TestTarSums (0.14s) [2020-09-24T16:55:05.446Z] === RUN TestIteration [2020-09-24T16:55:05.446Z] --- PASS: TestIteration (0.00s) [2020-09-24T16:55:05.446Z] === RUN TestVersionLabelForChecksum [2020-09-24T16:55:05.446Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2020-09-24T16:55:05.446Z] === RUN TestVersion [2020-09-24T16:55:05.446Z] --- PASS: TestVersion (0.00s) [2020-09-24T16:55:05.446Z] === RUN TestGetVersion [2020-09-24T16:55:05.446Z] --- PASS: TestGetVersion (0.00s) [2020-09-24T16:55:05.446Z] === RUN TestGetVersions [2020-09-24T16:55:05.446Z] --- PASS: TestGetVersions (0.00s) [2020-09-24T16:55:05.446Z] PASS [2020-09-24T16:55:05.446Z] coverage: 89.3% of statements [2020-09-24T16:55:05.447Z] ok github.com/docker/docker/pkg/tarsum 0.198s coverage: 89.3% of statements [2020-09-24T16:55:05.447Z] testing: warning: no tests to run [2020-09-24T16:55:05.447Z] PASS [2020-09-24T16:55:05.447Z] coverage: [no statements] [2020-09-24T16:55:05.447Z] ok github.com/docker/docker/pkg/term/windows 0.039s coverage: [no statements] [no tests to run] [2020-09-24T16:55:05.447Z] === RUN TestTruncIndex [2020-09-24T16:55:05.447Z] --- PASS: TestTruncIndex (0.10s) [2020-09-24T16:55:05.447Z] PASS [2020-09-24T16:55:05.447Z] coverage: 91.5% of statements [2020-09-24T16:55:05.447Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2020-09-24T16:55:05.451Z] ok github.com/docker/docker/pkg/authorization 0.833s coverage: 68.3% of statements [2020-09-24T16:55:05.714Z] ok github.com/docker/docker/pkg/archive 1.160s coverage: 76.8% of statements [2020-09-24T16:55:05.907Z] === RUN TestIsGIT [2020-09-24T16:55:05.907Z] --- PASS: TestIsGIT (0.00s) [2020-09-24T16:55:05.907Z] === RUN TestIsTransport [2020-09-24T16:55:05.907Z] --- PASS: TestIsTransport (0.00s) [2020-09-24T16:55:05.907Z] PASS [2020-09-24T16:55:05.907Z] coverage: 100.0% of statements [2020-09-24T16:55:05.907Z] ok github.com/docker/docker/pkg/urlutil 0.035s coverage: 100.0% of statements [2020-09-24T16:55:05.978Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2020-09-24T16:55:06.362Z] === RUN TestVersionInfo [2020-09-24T16:55:06.363Z] --- PASS: TestVersionInfo (0.00s) [2020-09-24T16:55:06.363Z] === RUN TestAppendVersions [2020-09-24T16:55:06.363Z] --- PASS: TestAppendVersions (0.00s) [2020-09-24T16:55:06.363Z] PASS [2020-09-24T16:55:06.363Z] coverage: 88.9% of statements [2020-09-24T16:55:06.363Z] ok github.com/docker/docker/pkg/useragent 0.040s coverage: 88.9% of statements [2020-09-24T16:55:06.932Z] ok github.com/docker/docker/pkg/discovery 0.018s coverage: 58.3% of statements [2020-09-24T16:55:06.932Z] ok github.com/docker/docker/pkg/discovery/file 0.017s coverage: 92.9% of statements [2020-09-24T16:55:07.506Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-09-24T16:55:07.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T16:55:07.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T16:55:07.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T16:55:07.743Z] --- PASS: TestContainerKillOnDaemonStart (12.23s) [2020-09-24T16:55:07.743Z] PASS [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === Skipped [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-09-24T16:55:07.743Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-24T16:55:07.743Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-24T16:55:07.743Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:55:07.743Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-09-24T16:55:07.743Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-09-24T16:55:07.743Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] [2020-09-24T16:55:07.743Z] DONE 192 tests, 6 skipped in 149.998s [2020-09-24T16:55:07.743Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-09-24T16:55:07.743Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:07.743Z] ++ set -e [2020-09-24T16:55:07.743Z] ++ '[' -n 0 ']' [2020-09-24T16:55:07.743Z] ++ set -x [2020-09-24T16:55:07.743Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:07.743Z] INFO: Testing against a local daemon [2020-09-24T16:55:07.743Z] === RUN TestCommitInheritsEnv [2020-09-24T16:55:07.743Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-09-24T16:55:07.743Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T16:55:07.743Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-24T16:55:07.743Z] === RUN TestImagesFilterMultiReference [2020-09-24T16:55:07.743Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-09-24T16:55:07.743Z] === RUN TestImagePullPlatformInvalid [2020-09-24T16:55:07.743Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-09-24T16:55:07.743Z] === RUN TestRemoveImageOrphaning [2020-09-24T16:55:07.894Z] === RUN TestLoad [2020-09-24T16:55:07.894Z] --- PASS: TestLoad (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestSave [2020-09-24T16:55:07.894Z] --- PASS: TestSave (0.04s) [2020-09-24T16:55:07.894Z] === RUN TestAddDeleteGet [2020-09-24T16:55:07.894Z] --- PASS: TestAddDeleteGet (0.04s) [2020-09-24T16:55:07.894Z] === RUN TestInvalidTags [2020-09-24T16:55:07.894Z] --- PASS: TestInvalidTags (0.00s) [2020-09-24T16:55:07.894Z] PASS [2020-09-24T16:55:07.894Z] coverage: 84.4% of statements [2020-09-24T16:55:07.894Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2020-09-24T16:55:07.894Z] === RUN TestValidatePrivileges [2020-09-24T16:55:07.894Z] --- PASS: TestValidatePrivileges (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestFilterByCapNeg [2020-09-24T16:55:07.894Z] --- PASS: TestFilterByCapNeg (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestFilterByCapPos [2020-09-24T16:55:07.894Z] --- PASS: TestFilterByCapPos (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestStoreGetPluginNotMatchCapRefs [2020-09-24T16:55:07.894Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2020-09-24T16:55:07.894Z] PASS [2020-09-24T16:55:07.894Z] coverage: 12.0% of statements [2020-09-24T16:55:07.894Z] ok github.com/docker/docker/plugin 0.049s coverage: 12.0% of statements [2020-09-24T16:55:07.894Z] === RUN TestNewSettable [2020-09-24T16:55:07.894Z] --- PASS: TestNewSettable (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestIsSettable [2020-09-24T16:55:07.894Z] --- PASS: TestIsSettable (0.00s) [2020-09-24T16:55:07.894Z] === RUN TestUpdateSettingsEnv [2020-09-24T16:55:07.894Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2020-09-24T16:55:07.894Z] PASS [2020-09-24T16:55:07.894Z] coverage: 20.1% of statements [2020-09-24T16:55:07.894Z] ok github.com/docker/docker/plugin/v2 0.133s coverage: 20.1% of statements [2020-09-24T16:55:08.079Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-09-24T16:55:08.340Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-09-24T16:55:08.404Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2020-09-24T16:55:08.404Z] === RUN TestRemoveImageGarbageCollector [2020-09-24T16:55:08.404Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-24T16:55:08.404Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:55:08.404Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T16:55:08.404Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-24T16:55:08.404Z] === RUN TestTagInvalidReference [2020-09-24T16:55:08.404Z] --- PASS: TestTagInvalidReference (0.01s) [2020-09-24T16:55:08.404Z] === RUN TestTagValidPrefixedRepo [2020-09-24T16:55:08.404Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-09-24T16:55:08.404Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T16:55:08.404Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-24T16:55:08.404Z] === RUN TestTagOfficialNames [2020-09-24T16:55:08.404Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-24T16:55:08.404Z] === RUN TestTagMatchesDigest [2020-09-24T16:55:08.404Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-24T16:55:08.404Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-24T16:55:09.424Z] time="2020-09-24T16:55:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestHeaderSimpleErrors [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2020-09-24T16:55:09.424Z] === RUN TestRestartManagerTimeout [2020-09-24T16:55:09.424Z] --- PASS: TestRestartManagerTimeout (0.00s) [2020-09-24T16:55:09.424Z] === RUN TestRestartManagerTimeoutReset [2020-09-24T16:55:09.424Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2020-09-24T16:55:09.424Z] PASS [2020-09-24T16:55:09.424Z] coverage: 50.9% of statements [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestHeaderTooMuchFailures [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestReaderWithReadError [2020-09-24T16:55:09.424Z] ok github.com/docker/docker/restartmanager 0.068s coverage: 50.9% of statements [2020-09-24T16:55:09.424Z] time="2020-09-24T16:55:09Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2020-09-24T16:55:09.424Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2020-09-24T16:55:09.424Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2020-09-24T16:55:09.425Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2020-09-24T16:55:09.425Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2020-09-24T16:55:09.425Z] === RUN TestResumableRequestReader [2020-09-24T16:55:09.425Z] --- PASS: TestResumableRequestReader (0.00s) [2020-09-24T16:55:09.425Z] === RUN TestResumableRequestReaderWithInitialResponse [2020-09-24T16:55:09.425Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2020-09-24T16:55:09.425Z] PASS [2020-09-24T16:55:09.425Z] coverage: 100.0% of statements [2020-09-24T16:55:09.425Z] ok github.com/docker/docker/registry/resumable 0.195s coverage: 100.0% of statements [2020-09-24T16:55:09.727Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-09-24T16:55:09.988Z] ok github.com/docker/docker/pkg/chrootarchive 3.593s coverage: 43.2% of statements [2020-09-24T16:55:10.250Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-09-24T16:55:10.389Z] === RUN TestDecodeContainerConfig [2020-09-24T16:55:10.389Z] --- PASS: TestDecodeContainerConfig (0.00s) [2020-09-24T16:55:10.389Z] === RUN TestDecodeContainerConfigIsolation [2020-09-24T16:55:10.389Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2020-09-24T16:55:10.389Z] === RUN TestValidatePrivileged [2020-09-24T16:55:10.389Z] --- PASS: TestValidatePrivileged (0.00s) [2020-09-24T16:55:10.389Z] PASS [2020-09-24T16:55:10.389Z] coverage: 52.2% of statements [2020-09-24T16:55:10.389Z] ok github.com/docker/docker/runconfig 0.049s coverage: 52.2% of statements [2020-09-24T16:55:10.389Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2020-09-24T16:55:10.389Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2020-09-24T16:55:10.389Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2020-09-24T16:55:10.389Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2020-09-24T16:55:10.389Z] PASS [2020-09-24T16:55:10.389Z] coverage: 62.5% of statements [2020-09-24T16:55:10.389Z] ok github.com/docker/docker/testutil 0.079s coverage: 62.5% of statements [2020-09-24T16:55:10.825Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2020-09-24T16:55:10.825Z] ok github.com/docker/docker/pkg/fsutils 0.328s coverage: 85.1% of statements [2020-09-24T16:55:10.845Z] === RUN TestSameAuthDataPostSave [2020-09-24T16:55:10.845Z] --- PASS: TestSameAuthDataPostSave (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestResolveAuthConfigIndexServer [2020-09-24T16:55:10.845Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestResolveAuthConfigFullURL [2020-09-24T16:55:10.845Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestLoadAllowNondistributableArtifacts [2020-09-24T16:55:10.845Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestValidateMirror [2020-09-24T16:55:10.845Z] --- PASS: TestValidateMirror (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestLoadInsecureRegistries [2020-09-24T16:55:10.845Z] time="2020-09-24T16:55:10Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-09-24T16:55:10.845Z] time="2020-09-24T16:55:10Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2020-09-24T16:55:10.845Z] time="2020-09-24T16:55:10Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2020-09-24T16:55:10.845Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2020-09-24T16:55:10.845Z] === RUN TestNewServiceConfig [2020-09-24T16:55:10.845Z] --- PASS: TestNewServiceConfig (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestValidateIndexName [2020-09-24T16:55:10.845Z] --- PASS: TestValidateIndexName (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestValidateIndexNameWithError [2020-09-24T16:55:10.845Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestEndpointParse [2020-09-24T16:55:10.845Z] --- PASS: TestEndpointParse (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestEndpointParseInvalid [2020-09-24T16:55:10.845Z] --- PASS: TestEndpointParseInvalid (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestValidateEndpoint [2020-09-24T16:55:10.845Z] --- PASS: TestValidateEndpoint (0.01s) [2020-09-24T16:55:10.845Z] === RUN TestPing [2020-09-24T16:55:10.845Z] --- PASS: TestPing (0.00s) [2020-09-24T16:55:10.845Z] === RUN TestPingRegistryEndpoint [2020-09-24T16:55:10.845Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2020-09-24T16:55:10.845Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:10.845Z] === RUN TestEndpoint [2020-09-24T16:55:10.845Z] --- SKIP: TestEndpoint (0.00s) [2020-09-24T16:55:10.845Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:10.845Z] === RUN TestGetRemoteHistory [2020-09-24T16:55:10.845Z] --- PASS: TestGetRemoteHistory (0.08s) [2020-09-24T16:55:10.845Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/ancestry HTTP/1.1 [2020-09-24T16:55:10.845Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.845Z] User-Agent: docker test client [2020-09-24T16:55:10.845Z] Authorization: Token fake-token [2020-09-24T16:55:10.845Z] Accept-Encoding: gzip [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.845Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:10.845Z] Connection: close [2020-09-24T16:55:10.845Z] Content-Length: 140 [2020-09-24T16:55:10.845Z] Cache-Control: no-cache [2020-09-24T16:55:10.845Z] Content-Type: application/json [2020-09-24T16:55:10.845Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.845Z] Expires: -1 [2020-09-24T16:55:10.845Z] Pragma: no-cache [2020-09-24T16:55:10.845Z] Server: docker-tests/mock [2020-09-24T16:55:10.845Z] Set-Cookie: session=FAKE-SESSION-1600966510718642600; Max-Age=3600 [2020-09-24T16:55:10.845Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:10.845Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:10.845Z] X-Docker-Size: 154 [2020-09-24T16:55:10.845Z] X-Docker-Token: FAKE-TOKEN-1600966510718642600 [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.845Z] === RUN TestLookupRemoteImage [2020-09-24T16:55:10.845Z] --- PASS: TestLookupRemoteImage (0.01s) [2020-09-24T16:55:10.845Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-09-24T16:55:10.845Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.845Z] User-Agent: docker test client [2020-09-24T16:55:10.845Z] Authorization: Token fake-token [2020-09-24T16:55:10.845Z] Accept-Encoding: gzip [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.845Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 559 [2020-09-24T16:55:10.846Z] Cache-Control: no-cache [2020-09-24T16:55:10.846Z] Content-Type: application/json [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Expires: -1 [2020-09-24T16:55:10.846Z] Pragma: no-cache [2020-09-24T16:55:10.846Z] Server: docker-tests/mock [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510729631500; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:10.846Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:10.846Z] X-Docker-Size: 154 [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510729631500 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token FAKE-TOKEN-1600966510729631500 [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 19 [2020-09-24T16:55:10.846Z] Content-Type: text/plain; charset=utf-8 [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510730629500; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Content-Type-Options: nosniff [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510730629500 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] === RUN TestGetRemoteImageJSON [2020-09-24T16:55:10.846Z] --- PASS: TestGetRemoteImageJSON (0.00s) [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/json HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token fake-token [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 559 [2020-09-24T16:55:10.846Z] Cache-Control: no-cache [2020-09-24T16:55:10.846Z] Content-Type: application/json [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Expires: -1 [2020-09-24T16:55:10.846Z] Pragma: no-cache [2020-09-24T16:55:10.846Z] Server: docker-tests/mock [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510735643400; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:10.846Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:10.846Z] X-Docker-Size: 154 [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510735643400 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/images/abcdef/json HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token FAKE-TOKEN-1600966510735643400 [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 19 [2020-09-24T16:55:10.846Z] Content-Type: text/plain; charset=utf-8 [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510736641500; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Content-Type-Options: nosniff [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510736641500 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] === RUN TestGetRemoteImageLayer [2020-09-24T16:55:10.846Z] --- PASS: TestGetRemoteImageLayer (0.00s) [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token fake-token [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 154 [2020-09-24T16:55:10.846Z] Cache-Control: no-cache [2020-09-24T16:55:10.846Z] Content-Type: application/json [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Expires: -1 [2020-09-24T16:55:10.846Z] Pragma: no-cache [2020-09-24T16:55:10.846Z] Server: docker-tests/mock [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510738644500; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:10.846Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:10.846Z] X-Docker-Size: 154 [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510738644500 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/images/abcdef/layer HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token FAKE-TOKEN-1600966510738644500 [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 19 [2020-09-24T16:55:10.846Z] Content-Type: text/plain; charset=utf-8 [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510739638400; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Content-Type-Options: nosniff [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510739638400 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] === RUN TestGetRemoteTag [2020-09-24T16:55:10.846Z] --- PASS: TestGetRemoteTag (0.01s) [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags/test HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token fake-token [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 66 [2020-09-24T16:55:10.846Z] Cache-Control: no-cache [2020-09-24T16:55:10.846Z] Content-Type: application/json [2020-09-24T16:55:10.846Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:10.846Z] Expires: -1 [2020-09-24T16:55:10.846Z] Pragma: no-cache [2020-09-24T16:55:10.846Z] Server: docker-tests/mock [2020-09-24T16:55:10.846Z] Set-Cookie: session=FAKE-SESSION-1600966510743645000; Max-Age=3600 [2020-09-24T16:55:10.846Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:10.846Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:10.846Z] X-Docker-Token: FAKE-TOKEN-1600966510743645000 [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags/foo HTTP/1.1 [2020-09-24T16:55:10.846Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:10.846Z] User-Agent: docker test client [2020-09-24T16:55:10.846Z] Authorization: Token FAKE-TOKEN-1600966510743645000 [2020-09-24T16:55:10.846Z] Accept-Encoding: gzip [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] [2020-09-24T16:55:10.846Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-24T16:55:10.846Z] Connection: close [2020-09-24T16:55:10.846Z] Content-Length: 32 [2020-09-24T16:55:10.846Z] Cache-Control: no-cache [2020-09-24T16:55:11.088Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-09-24T16:55:11.088Z] ok github.com/docker/docker/layer 7.432s coverage: 68.8% of statements [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/oci [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-24T16:55:11.088Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-24T16:55:11.302Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510744639400; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510744639400 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestGetRemoteTags [2020-09-24T16:55:11.303Z] --- PASS: TestGetRemoteTags (0.01s) [2020-09-24T16:55:11.303Z] registry_test.go:923: GET /v1/repositories/foo42/bar/tags HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 151 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510750644500; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510750644500 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:923: GET /v1/repositories/foo42/baz/tags HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Authorization: Token FAKE-TOKEN-1600966510750644500 [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 404 Not Found [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 32 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510751645200; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510751645200 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestGetRepositoryData [2020-09-24T16:55:11.303Z] --- PASS: TestGetRepositoryData (0.00s) [2020-09-24T16:55:11.303Z] registry_test.go:923: GET /v1/repositories/foo42/bar/images HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] X-Docker-Token: true [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 363 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] X-Docker-Endpoints: 127.0.0.1:49240 , test.example.com [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-SESSION-1600966510755644400 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestPushImageJSONRegistry [2020-09-24T16:55:11.303Z] --- PASS: TestPushImageJSONRegistry (0.00s) [2020-09-24T16:55:11.303Z] registry_test.go:923: PUT /v1/images/77dbf71da1d00e3fbddc480176eac8994025630c6590d11cfc8fe1209c2a1d20/json HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Content-Length: 3 [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 4 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510759641000; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510759641000 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestPushImageLayerRegistry [2020-09-24T16:55:11.303Z] --- PASS: TestPushImageLayerRegistry (0.00s) [2020-09-24T16:55:11.303Z] registry_test.go:923: PUT /v1/images/42d718c941f5c532ac049bf0b0ab53f0062f09a03afd4aa4a02c098e46032b9d/layer HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Transfer-Encoding: chunked [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] Content-Type: application/octet-stream [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 4 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510765631600; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510765631600 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestParseRepositoryInfo [2020-09-24T16:55:11.303Z] --- PASS: TestParseRepositoryInfo (0.00s) [2020-09-24T16:55:11.303Z] === RUN TestNewIndexInfo [2020-09-24T16:55:11.303Z] --- PASS: TestNewIndexInfo (0.00s) [2020-09-24T16:55:11.303Z] === RUN TestMirrorEndpointLookup [2020-09-24T16:55:11.303Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2020-09-24T16:55:11.303Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:11.303Z] === RUN TestPushRegistryTag [2020-09-24T16:55:11.303Z] --- PASS: TestPushRegistryTag (0.01s) [2020-09-24T16:55:11.303Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/tags/stable HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Content-Length: 66 [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 4 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] Set-Cookie: session=FAKE-SESSION-1600966510780643800; Max-Age=3600 [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-TOKEN-1600966510780643800 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestPushImageJSONIndex [2020-09-24T16:55:11.303Z] --- PASS: TestPushImageJSONIndex (0.01s) [2020-09-24T16:55:11.303Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/ HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Content-Length: 319 [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] Content-type: application/json [2020-09-24T16:55:11.303Z] X-Docker-Token: true [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 2 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] X-Docker-Endpoints: 127.0.0.1:49240 , test.example.com [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-SESSION-1600966510785639000 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:923: PUT /v1/repositories/foo42/bar/images HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Content-Length: 319 [2020-09-24T16:55:11.303Z] Authorization: Token FAKE-SESSION-1600966510785639000 [2020-09-24T16:55:11.303Z] Content-type: application/json [2020-09-24T16:55:11.303Z] X-Docker-Endpoints: http://127.0.0.1:49240/v1/ [2020-09-24T16:55:11.303Z] X-Docker-Token: true [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 204 No Content [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 0 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] X-Docker-Endpoints: 127.0.0.1:49240 , test.example.com [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] X-Docker-Token: FAKE-SESSION-1600966510787644900 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestSearchRepositories [2020-09-24T16:55:11.303Z] --- PASS: TestSearchRepositories (0.00s) [2020-09-24T16:55:11.303Z] registry_test.go:923: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2020-09-24T16:55:11.303Z] Host: 127.0.0.1:49240 [2020-09-24T16:55:11.303Z] User-Agent: docker test client [2020-09-24T16:55:11.303Z] Authorization: Token fake-token [2020-09-24T16:55:11.303Z] X-Docker-Token: true [2020-09-24T16:55:11.303Z] Accept-Encoding: gzip [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] registry_test.go:932: HTTP/1.1 200 OK [2020-09-24T16:55:11.303Z] Connection: close [2020-09-24T16:55:11.303Z] Content-Length: 144 [2020-09-24T16:55:11.303Z] Cache-Control: no-cache [2020-09-24T16:55:11.303Z] Content-Type: application/json [2020-09-24T16:55:11.303Z] Date: Thu, 24 Sep 2020 16:55:10 GMT [2020-09-24T16:55:11.303Z] Expires: -1 [2020-09-24T16:55:11.303Z] Pragma: no-cache [2020-09-24T16:55:11.303Z] Server: docker-tests/mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Config: mock [2020-09-24T16:55:11.303Z] X-Docker-Registry-Version: 0.0.0 [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] [2020-09-24T16:55:11.303Z] === RUN TestTrustedLocation [2020-09-24T16:55:11.303Z] --- PASS: TestTrustedLocation (0.00s) [2020-09-24T16:55:11.303Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2020-09-24T16:55:11.303Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2020-09-24T16:55:11.303Z] === RUN TestAllowNondistributableArtifacts [2020-09-24T16:55:11.303Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2020-09-24T16:55:11.303Z] === RUN TestIsSecureIndex [2020-09-24T16:55:11.303Z] --- PASS: TestIsSecureIndex (0.00s) [2020-09-24T16:55:11.303Z] PASS [2020-09-24T16:55:11.303Z] coverage: 51.7% of statements [2020-09-24T16:55:11.303Z] ok github.com/docker/docker/registry 0.518s coverage: 51.7% of statements [2020-09-24T16:55:12.037Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-09-24T16:55:12.037Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2020-09-24T16:55:12.612Z] ok github.com/docker/docker/pkg/namesgenerator 0.019s coverage: 85.7% of statements [2020-09-24T16:55:12.612Z] ok github.com/docker/docker/pkg/ioutils 0.639s coverage: 70.1% of statements [2020-09-24T16:55:12.612Z] ok github.com/docker/docker/pkg/idtools 0.863s coverage: 70.1% of statements [2020-09-24T16:55:12.612Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-24T16:55:12.612Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-24T16:55:12.612Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-24T16:55:12.612Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-24T16:55:12.612Z] ok github.com/docker/docker/pkg/parsers 0.033s coverage: 97.0% of statements [2020-09-24T16:55:13.187Z] ok github.com/docker/docker/pkg/parsers/kernel 0.026s coverage: 60.0% of statements [2020-09-24T16:55:13.187Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 86.7% of statements [2020-09-24T16:55:13.187Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.4% of statements [2020-09-24T16:55:13.187Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-24T16:55:13.187Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-24T16:55:13.471Z] === RUN TestGetDriver [2020-09-24T16:55:13.471Z] --- PASS: TestGetDriver (0.00s) [2020-09-24T16:55:13.471Z] === RUN TestVolumeRequestError [2020-09-24T16:55:13.471Z] --- PASS: TestVolumeRequestError (0.01s) [2020-09-24T16:55:13.471Z] PASS [2020-09-24T16:55:13.471Z] coverage: 36.1% of statements [2020-09-24T16:55:13.471Z] ok github.com/docker/docker/volume/drivers 0.098s coverage: 36.1% of statements [2020-09-24T16:55:13.928Z] === RUN TestGetAddress [2020-09-24T16:55:13.928Z] --- PASS: TestGetAddress (0.00s) [2020-09-24T16:55:13.928Z] === RUN TestRemove [2020-09-24T16:55:13.928Z] --- SKIP: TestRemove (0.00s) [2020-09-24T16:55:13.928Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-24T16:55:13.928Z] === RUN TestInitializeWithVolumes [2020-09-24T16:55:13.928Z] --- PASS: TestInitializeWithVolumes (0.00s) [2020-09-24T16:55:13.928Z] === RUN TestCreate [2020-09-24T16:55:13.928Z] --- PASS: TestCreate (0.01s) [2020-09-24T16:55:13.928Z] === RUN TestValidateName [2020-09-24T16:55:13.928Z] --- PASS: TestValidateName (0.00s) [2020-09-24T16:55:13.928Z] === RUN TestCreateWithOpts [2020-09-24T16:55:13.928Z] --- SKIP: TestCreateWithOpts (0.00s) [2020-09-24T16:55:13.928Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-24T16:55:13.928Z] === RUN TestRelaodNoOpts [2020-09-24T16:55:13.928Z] --- PASS: TestRelaodNoOpts (0.01s) [2020-09-24T16:55:13.928Z] PASS [2020-09-24T16:55:13.928Z] coverage: 37.7% of statements [2020-09-24T16:55:13.928Z] ok github.com/docker/docker/volume/local 0.088s coverage: 37.7% of statements [2020-09-24T16:55:13.928Z] === RUN TestConvertTmpfsOptions [2020-09-24T16:55:13.928Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2020-09-24T16:55:13.928Z] parser_test.go:49: data="mode=700,size=1m" [2020-09-24T16:55:13.928Z] parser_test.go:49: data="ro" [2020-09-24T16:55:13.928Z] === RUN TestParseMountRaw [2020-09-24T16:55:13.928Z] --- PASS: TestParseMountRaw (0.02s) [2020-09-24T16:55:13.928Z] === RUN TestParseMountRawSplit [2020-09-24T16:55:13.928Z] --- PASS: TestParseMountRawSplit (0.00s) [2020-09-24T16:55:13.928Z] parser_test.go:390: case 0 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 1 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 2 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 3 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 4 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 5 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 6 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 7 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 8 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 0 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 1 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 2 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 3 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 4 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 5 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 6 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 7 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 8 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 9 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 10 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 11 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 12 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 0 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 1 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 2 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 3 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 4 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 5 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 6 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 7 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 8 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 9 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 10 [2020-09-24T16:55:13.928Z] parser_test.go:390: case 11 [2020-09-24T16:55:13.928Z] === RUN TestParseMountSpec [2020-09-24T16:55:13.928Z] --- PASS: TestParseMountSpec (0.00s) [2020-09-24T16:55:13.928Z] parser_test.go:455: case 0 [2020-09-24T16:55:13.928Z] parser_test.go:455: case 1 [2020-09-24T16:55:13.928Z] parser_test.go:455: case 2 [2020-09-24T16:55:13.928Z] parser_test.go:455: case 3 [2020-09-24T16:55:13.928Z] parser_test.go:455: case 4 [2020-09-24T16:55:13.928Z] parser_test.go:455: case 5 [2020-09-24T16:55:13.928Z] === RUN TestParseMountSpecBindWithFileinfoError [2020-09-24T16:55:13.928Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2020-09-24T16:55:13.928Z] === RUN TestValidateMount [2020-09-24T16:55:13.928Z] --- PASS: TestValidateMount (0.00s) [2020-09-24T16:55:13.928Z] PASS [2020-09-24T16:55:13.928Z] coverage: 66.2% of statements [2020-09-24T16:55:13.928Z] ok github.com/docker/docker/volume/mounts 0.066s coverage: 66.2% of statements [2020-09-24T16:55:14.137Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2020-09-24T16:55:14.401Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2020-09-24T16:55:14.401Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-09-24T16:55:14.664Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [2020-09-24T16:55:15.238Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements [2020-09-24T16:55:15.459Z] === RUN TestSetGetMeta [2020-09-24T16:55:15.459Z] === PAUSE TestSetGetMeta [2020-09-24T16:55:15.459Z] === RUN TestRestore [2020-09-24T16:55:15.459Z] === PAUSE TestRestore [2020-09-24T16:55:15.459Z] === RUN TestServiceCreate [2020-09-24T16:55:15.459Z] === PAUSE TestServiceCreate [2020-09-24T16:55:15.459Z] === RUN TestServiceList [2020-09-24T16:55:15.459Z] === PAUSE TestServiceList [2020-09-24T16:55:15.459Z] === RUN TestServiceRemove [2020-09-24T16:55:15.459Z] === PAUSE TestServiceRemove [2020-09-24T16:55:15.459Z] === RUN TestServiceGet [2020-09-24T16:55:15.459Z] === PAUSE TestServiceGet [2020-09-24T16:55:15.459Z] === RUN TestServicePrune [2020-09-24T16:55:15.459Z] === PAUSE TestServicePrune [2020-09-24T16:55:15.459Z] === RUN TestCreate [2020-09-24T16:55:15.459Z] === PAUSE TestCreate [2020-09-24T16:55:15.459Z] === RUN TestRemove [2020-09-24T16:55:15.459Z] === PAUSE TestRemove [2020-09-24T16:55:15.459Z] === RUN TestList [2020-09-24T16:55:15.459Z] === PAUSE TestList [2020-09-24T16:55:15.459Z] === RUN TestFindByDriver [2020-09-24T16:55:15.459Z] === PAUSE TestFindByDriver [2020-09-24T16:55:15.459Z] === RUN TestFindByReferenced [2020-09-24T16:55:15.459Z] === PAUSE TestFindByReferenced [2020-09-24T16:55:15.459Z] === RUN TestDerefMultipleOfSameRef [2020-09-24T16:55:15.459Z] === PAUSE TestDerefMultipleOfSameRef [2020-09-24T16:55:15.459Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-24T16:55:15.459Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-24T16:55:15.459Z] === RUN TestDefererencePluginOnCreateError [2020-09-24T16:55:15.459Z] === PAUSE TestDefererencePluginOnCreateError [2020-09-24T16:55:15.459Z] === RUN TestRefDerefRemove [2020-09-24T16:55:15.459Z] === PAUSE TestRefDerefRemove [2020-09-24T16:55:15.459Z] === RUN TestGet [2020-09-24T16:55:15.459Z] === PAUSE TestGet [2020-09-24T16:55:15.459Z] === RUN TestGetWithReference [2020-09-24T16:55:15.459Z] === PAUSE TestGetWithReference [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_nil_list [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_nil_list [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_empty_list [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_empty_list [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_filter_some [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_filter_some [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_filter_middle [2020-09-24T16:55:15.459Z] === PAUSE TestFilterFunc/test_filter_middle [2020-09-24T16:55:15.459Z] === RUN TestFilterFunc/test_filter_middle_and_last [2020-09-24T16:55:15.460Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2020-09-24T16:55:15.460Z] === RUN TestFilterFunc/test_filter_first_and_last [2020-09-24T16:55:15.460Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_nil_list [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_filter_first_and_last [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_filter_some [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_empty_list [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_filter_middle_and_last [2020-09-24T16:55:15.460Z] === CONT TestFilterFunc/test_filter_middle [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2020-09-24T16:55:15.460Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2020-09-24T16:55:15.460Z] === CONT TestSetGetMeta [2020-09-24T16:55:15.460Z] === CONT TestFindByReferenced [2020-09-24T16:55:15.460Z] === CONT TestServicePrune [2020-09-24T16:55:15.460Z] === CONT TestServiceList [2020-09-24T16:55:15.460Z] --- PASS: TestSetGetMeta (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestGetWithReference [2020-09-24T16:55:15.460Z] --- PASS: TestFindByReferenced (0.03s) [2020-09-24T16:55:15.460Z] === CONT TestGet [2020-09-24T16:55:15.460Z] --- PASS: TestGetWithReference (0.03s) [2020-09-24T16:55:15.460Z] === CONT TestRefDerefRemove [2020-09-24T16:55:15.460Z] --- PASS: TestGet (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestDefererencePluginOnCreateError [2020-09-24T16:55:15.460Z] --- PASS: TestRefDerefRemove (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2020-09-24T16:55:15.460Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestDerefMultipleOfSameRef [2020-09-24T16:55:15.460Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2020-09-24T16:55:15.460Z] === CONT TestServiceGet [2020-09-24T16:55:15.460Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestList [2020-09-24T16:55:15.460Z] --- PASS: TestList (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestFindByDriver [2020-09-24T16:55:15.460Z] --- PASS: TestFindByDriver (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestRemove [2020-09-24T16:55:15.460Z] --- PASS: TestServiceGet (0.05s) [2020-09-24T16:55:15.460Z] === CONT TestCreate [2020-09-24T16:55:15.460Z] time="2020-09-24T16:55:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-24T16:55:15.460Z] === CONT TestServiceRemove [2020-09-24T16:55:15.460Z] --- PASS: TestServiceList (0.13s) [2020-09-24T16:55:15.460Z] time="2020-09-24T16:55:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-24T16:55:15.460Z] --- PASS: TestCreate (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestRestore [2020-09-24T16:55:15.460Z] time="2020-09-24T16:55:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-24T16:55:15.460Z] --- PASS: TestRemove (0.02s) [2020-09-24T16:55:15.460Z] === CONT TestServiceCreate [2020-09-24T16:55:15.460Z] time="2020-09-24T16:55:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2020-09-24T16:55:15.460Z] --- PASS: TestServiceRemove (0.02s) [2020-09-24T16:55:15.460Z] time="2020-09-24T16:55:15Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2020-09-24T16:55:15.460Z] --- PASS: TestServicePrune (0.17s) [2020-09-24T16:55:15.460Z] --- PASS: TestRestore (0.03s) [2020-09-24T16:55:15.460Z] --- PASS: TestServiceCreate (0.02s) [2020-09-24T16:55:15.460Z] PASS [2020-09-24T16:55:15.460Z] coverage: 70.3% of statements [2020-09-24T16:55:15.460Z] ok github.com/docker/docker/volume/service 0.266s coverage: 70.3% of statements [2020-09-24T16:55:15.811Z] ok github.com/docker/docker/pkg/stdcopy 0.015s coverage: 100.0% of statements [2020-09-24T16:55:15.811Z] ok github.com/docker/docker/pkg/pubsub 1.080s coverage: 73.9% of statements [2020-09-24T16:55:16.385Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2020-09-24T16:55:16.385Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2020-09-24T16:55:16.772Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-09-24T16:55:16.958Z] ok github.com/docker/docker/pkg/symlink 0.024s coverage: 87.7% of statements [2020-09-24T16:55:17.532Z] ok github.com/docker/docker/pkg/sysinfo 0.017s coverage: 54.2% of statements [2020-09-24T16:55:17.632Z] --- PASS: TestNewClientWithTimeout (17.72s) [2020-09-24T16:55:17.632Z] === RUN TestClientStream [2020-09-24T16:55:17.632Z] --- PASS: TestClientStream (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestClientSendFile [2020-09-24T16:55:17.632Z] --- PASS: TestClientSendFile (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestClientWithRequestTimeout [2020-09-24T16:55:17.632Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestFileSpecPlugin [2020-09-24T16:55:17.632Z] --- PASS: TestFileSpecPlugin (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestFileJSONSpecPlugin [2020-09-24T16:55:17.632Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2020-09-24T16:55:17.632Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestPluginAddHandler [2020-09-24T16:55:17.632Z] --- PASS: TestPluginAddHandler (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestPluginWaitBadPlugin [2020-09-24T16:55:17.632Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2020-09-24T16:55:17.632Z] === RUN TestGet [2020-09-24T16:55:17.632Z] time="2020-09-24T16:55:17Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2020-09-24T16:55:18.105Z] ok github.com/docker/docker/pkg/system 0.033s coverage: 36.9% of statements [2020-09-24T16:55:18.105Z] ok github.com/docker/docker/pkg/signal 2.782s coverage: 61.0% of statements [2020-09-24T16:55:18.369Z] ok github.com/docker/docker/pkg/tailfile 0.186s coverage: 88.6% of statements [2020-09-24T16:55:18.595Z] time="2020-09-24T16:55:18Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2020-09-24T16:55:18.634Z] testing: warning: no tests to run [2020-09-24T16:55:18.634Z] coverage: [no statements] [2020-09-24T16:55:18.634Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2020-09-24T16:55:18.895Z] ok github.com/docker/docker/pkg/tarsum 0.120s coverage: 89.3% of statements [2020-09-24T16:55:19.159Z] ok github.com/docker/docker/pkg/truncindex 0.112s coverage: 91.5% of statements [2020-09-24T16:55:19.159Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2020-09-24T16:55:19.421Z] ok github.com/docker/docker/pkg/useragent 0.025s coverage: 88.9% of statements [2020-09-24T16:55:20.767Z] time="2020-09-24T16:55:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2020-09-24T16:55:20.820Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 14.5% of statements [2020-09-24T16:55:20.820Z] ok github.com/docker/docker/profiles/seccomp 0.013s coverage: 72.4% of statements [2020-09-24T16:55:21.773Z] ok github.com/docker/docker/reference 0.031s coverage: 84.4% of statements [2020-09-24T16:55:22.036Z] ok github.com/docker/docker/plugin 0.585s coverage: 23.1% of statements [2020-09-24T16:55:22.986Z] ok github.com/docker/docker/restartmanager 0.025s coverage: 45.3% of statements [2020-09-24T16:55:22.986Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2020-09-24T16:55:23.249Z] ok github.com/docker/docker/registry 0.226s coverage: 56.3% of statements [2020-09-24T16:55:23.513Z] ok github.com/docker/docker/testutil 0.021s coverage: 62.5% of statements [2020-09-24T16:55:24.090Z] ok github.com/docker/docker/runconfig 0.042s coverage: 66.1% of statements [2020-09-24T16:55:25.446Z] time="2020-09-24T16:55:24Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2020-09-24T16:55:26.016Z] ok github.com/docker/docker/volume/drivers 0.014s coverage: 36.1% of statements [2020-09-24T16:55:26.592Z] ok github.com/docker/docker/volume/local 0.066s coverage: 73.0% of statements [2020-09-24T16:55:26.592Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 67.0% of statements [2020-09-24T16:55:27.536Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2020-09-24T16:55:27.754Z] --- PASS: TestBuildWithHugeFile (55.16s) [2020-09-24T16:55:27.754Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T16:55:27.754Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:55:27.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:55:27.754Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:55:27.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:55:27.754Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:55:27.754Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:55:27.754Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:55:27.754Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:55:27.754Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:55:27.754Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-09-24T16:55:27.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-09-24T16:55:27.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2020-09-24T16:55:27.754Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-09-24T16:55:27.754Z] === RUN TestBuildPreserveOwnership [2020-09-24T16:55:27.754Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-24T16:55:28.390Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-24T16:55:29.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T16:55:29.906Z] --- PASS: TestBuildPreserveOwnership (3.90s) [2020-09-24T16:55:29.906Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.59s) [2020-09-24T16:55:29.906Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.30s) [2020-09-24T16:55:29.906Z] === RUN TestBuildPlatformInvalid [2020-09-24T16:55:29.906Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-09-24T16:55:29.906Z] PASS [2020-09-24T16:55:29.906Z] [2020-09-24T16:55:29.906Z] === Skipped [2020-09-24T16:55:29.906Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-09-24T16:55:29.906Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:55:29.906Z] [2020-09-24T16:55:29.906Z] [2020-09-24T16:55:29.906Z] DONE 32 tests, 1 skipped in 94.173s [2020-09-24T16:55:29.906Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-09-24T16:55:29.906Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:29.906Z] ++ set -e [2020-09-24T16:55:29.906Z] ++ '[' -n 0 ']' [2020-09-24T16:55:29.906Z] ++ set -x [2020-09-24T16:55:29.906Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:29.906Z] INFO: Testing against a local daemon [2020-09-24T16:55:29.906Z] === RUN TestConfigInspect [2020-09-24T16:55:30.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T16:55:31.941Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-09-24T16:55:31.994Z] --- PASS: TestConfigInspect (2.00s) [2020-09-24T16:55:31.994Z] === RUN TestConfigList [2020-09-24T16:55:32.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T16:55:33.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T16:55:33.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T16:55:33.825Z] tests/integration/client_test.py ..... [ 75%] [2020-09-24T16:55:33.825Z] tests/integration/context_api_test.py ... [ 76%] [2020-09-24T16:55:34.000Z] --- PASS: TestGet (15.03s) [2020-09-24T16:55:34.001Z] === RUN TestPluginWithNoManifest [2020-09-24T16:55:34.001Z] --- PASS: TestPluginWithNoManifest (0.00s) [2020-09-24T16:55:34.001Z] === RUN TestGetAll [2020-09-24T16:55:34.001Z] --- PASS: TestGetAll (0.00s) [2020-09-24T16:55:34.001Z] PASS [2020-09-24T16:55:34.001Z] coverage: 73.4% of statements [2020-09-24T16:55:34.001Z] ok github.com/docker/docker/pkg/plugins 35.157s coverage: 73.4% of statements [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/rootless [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/volume [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-24T16:55:34.001Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === Skipped [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-09-24T16:55:34.001Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-09-24T16:55:34.001Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-09-24T16:55:34.001Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2020-09-24T16:55:34.001Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-09-24T16:55:34.001Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-09-24T16:55:34.001Z] client_test.go:23: runtime.GOOS == "windows" [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-09-24T16:55:34.001Z] daemon_test.go:147: root required [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/daemon TestContainerDefaultCaps (0.00s) [2020-09-24T16:55:34.001Z] daemon_test.go:226: root required [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-09-24T16:55:34.001Z] reload_test.go:520: root required [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.02s) [2020-09-24T16:55:34.001Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-09-24T16:55:34.001Z] pull_v2_test.go:73: Needs fixing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-09-24T16:55:34.001Z] pull_v2_test.go:118: Needs fixing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-09-24T16:55:34.001Z] download_test.go:268: Needs fixing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-09-24T16:55:34.001Z] layer_test.go:304: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-09-24T16:55:34.001Z] layer_test.go:353: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-09-24T16:55:34.001Z] layer_test.go:468: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-09-24T16:55:34.001Z] layer_test.go:697: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-09-24T16:55:34.001Z] migration_test.go:46: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-09-24T16:55:34.001Z] migration_test.go:182: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-09-24T16:55:34.001Z] mount_test.go:17: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-09-24T16:55:34.001Z] mount_test.go:76: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-09-24T16:55:34.001Z] mount_test.go:125: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-09-24T16:55:34.001Z] mount_test.go:212: Failing on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:133: Xz not present in msys2 [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:238: Failing on Windows CI machines [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-09-24T16:55:34.001Z] archive_windows_test.go:16: Currently fails [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-09-24T16:55:34.001Z] changes_test.go:192: needs more investigation [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-09-24T16:55:34.001Z] changes_test.go:405: needs further investigation [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-09-24T16:55:34.001Z] changes_test.go:441: needs further investigation [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-09-24T16:55:34.001Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-09-24T16:55:34.001Z] poller_test.go:41: No chmod on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-09-24T16:55:34.001Z] fileutils_test.go:134: Needs porting to Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-09-24T16:55:34.001Z] fileutils_test.go:180: Needs porting to Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-09-24T16:55:34.001Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-09-24T16:55:34.001Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-09-24T16:55:34.001Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2020-09-24T16:55:34.001Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-09-24T16:55:34.001Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-09-24T16:55:34.001Z] local_test.go:181: runtime.GOOS == "windows" [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] [2020-09-24T16:55:34.001Z] DONE 1782 tests, 47 skipped in 193.123s [2020-09-24T16:55:34.001Z] INFO: make.ps1 ended at 09/24/2020 16:55:33 [2020-09-24T16:55:34.068Z] --- PASS: TestConfigList (1.92s) [2020-09-24T16:55:34.069Z] === RUN TestConfigsCreateAndDelete [2020-09-24T16:55:34.386Z] tests/integration/errors_test.py . [ 76%] [2020-09-24T16:55:35.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T16:55:36.149Z] --- PASS: TestConfigsCreateAndDelete (1.90s) [2020-09-24T16:55:36.150Z] === RUN TestConfigsUpdate [2020-09-24T16:55:36.170Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-09-24T16:55:36.170Z] INFO: Unit tests ended at 09/24/2020 16:55:35. Duration:00:03:27.4159958 [2020-09-24T16:55:36.170Z] INFO: Building busybox [2020-09-24T16:55:36.170Z] Sending build context to Docker daemon 5.12kB [2020-09-24T16:55:36.170Z] [2020-09-24T16:55:36.170Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-09-24T16:55:36.170Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-09-24T16:55:36.170Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-09-24T16:55:36.170Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-09-24T16:55:36.170Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-09-24T16:55:36.170Z] ---> 715aaeac112d [2020-09-24T16:55:36.170Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-09-24T16:55:36.170Z] ---> Running in ea3761b0dbd3 [2020-09-24T16:55:37.669Z] --- PASS: TestConfigsUpdate (1.89s) [2020-09-24T16:55:37.669Z] === RUN TestTemplatedConfig [2020-09-24T16:55:38.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T16:55:39.892Z] Removing intermediate container ea3761b0dbd3 [2020-09-24T16:55:39.892Z] ---> abeff34337f5 [2020-09-24T16:55:39.892Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-09-24T16:55:39.892Z] ---> Running in 7e79e7ed6704 [2020-09-24T16:55:39.892Z] Removing intermediate container 7e79e7ed6704 [2020-09-24T16:55:39.892Z] ---> e95e63af421c [2020-09-24T16:55:39.892Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-09-24T16:55:39.892Z] ---> Running in 9c7b2b02bbe7 [2020-09-24T16:55:39.953Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T16:55:40.350Z] Removing intermediate container 9c7b2b02bbe7 [2020-09-24T16:55:40.350Z] ---> 685b19b066e1 [2020-09-24T16:55:40.350Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-09-24T16:55:40.424Z] --- PASS: TestTemplatedConfig (2.33s) [2020-09-24T16:55:40.424Z] === RUN TestConfigCreateResolve [2020-09-24T16:55:41.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T16:55:41.880Z] [2020-09-24T16:55:41.880Z] ---> 45ffeb9dabdf [2020-09-24T16:55:41.880Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-09-24T16:55:41.880Z] ---> Running in 132063a0601c [2020-09-24T16:55:41.960Z] --- PASS: TestConfigCreateResolve (1.98s) [2020-09-24T16:55:41.960Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T16:55:42.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T16:55:42.594Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-09-24T16:55:42.594Z] PASS [2020-09-24T16:55:42.594Z] [2020-09-24T16:55:42.594Z] DONE 7 tests in 12.641s [2020-09-24T16:55:42.594Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-09-24T16:55:42.594Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:42.594Z] ++ set -e [2020-09-24T16:55:42.594Z] ++ '[' -n 0 ']' [2020-09-24T16:55:42.594Z] ++ set -x [2020-09-24T16:55:42.594Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:55:42.594Z] INFO: Testing against a local daemon [2020-09-24T16:55:42.594Z] === RUN TestCheckpoint [2020-09-24T16:55:42.594Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T16:55:42.594Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:55:42.594Z] === RUN TestContainerInvalidJSON [2020-09-24T16:55:42.594Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:55:42.594Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:55:42.594Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:55:42.594Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:55:42.594Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:55:42.594Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:55:42.594Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:55:42.594Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:55:42.594Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:55:42.594Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-24T16:55:42.594Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-24T16:55:42.594Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-24T16:55:42.594Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-24T16:55:42.594Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T16:55:42.594Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-09-24T16:55:42.594Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T16:55:42.892Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-09-24T16:55:42.892Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T16:55:42.892Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2020-09-24T16:55:42.892Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T16:55:42.892Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-09-24T16:55:42.892Z] === RUN TestCopyFromContainer [2020-09-24T16:55:43.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer// [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer//bar/root [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer/bar/quux [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-24T16:55:44.410Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-24T16:55:44.709Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-24T16:55:44.709Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-24T16:55:44.709Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-24T16:55:44.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer (1.95s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-09-24T16:55:45.004Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-09-24T16:55:45.004Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T16:55:45.004Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:55:45.004Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:55:45.004Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:55:45.004Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:55:45.004Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:55:45.004Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:55:45.004Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:55:45.004Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:55:45.004Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:55:45.004Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-24T16:55:45.004Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T16:55:45.004Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-09-24T16:55:45.004Z] === RUN TestCreateWithInvalidEnv [2020-09-24T16:55:45.004Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T16:55:45.004Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T16:55:45.004Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T16:55:45.004Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T16:55:45.004Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T16:55:45.004Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T16:55:45.004Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T16:55:45.004Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T16:55:45.004Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T16:55:45.004Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-24T16:55:45.004Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T16:55:45.004Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T16:55:45.004Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-24T16:55:45.004Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T16:55:46.537Z] --- PASS: TestCreateWithCustomMaskedPaths (1.54s) [2020-09-24T16:55:46.537Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T16:55:46.807Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T16:55:47.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:55:48.058Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:55:48.058Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:55:48.058Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:55:48.058Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:55:48.058Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:55:48.058Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:55:48.058Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:55:48.058Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:55:48.058Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:55:48.058Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:55:48.058Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-09-24T16:55:48.058Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-09-24T16:55:48.058Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T16:55:48.699Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2020-09-24T16:55:48.699Z] === RUN TestCreateDifferentPlatform [2020-09-24T16:55:48.699Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T16:55:48.699Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T16:55:48.699Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-09-24T16:55:48.699Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T16:55:48.699Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T16:55:48.699Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T16:55:48.699Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2020-09-24T16:55:48.699Z] === RUN TestContainerStartOnDaemonRestart [2020-09-24T16:55:48.699Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-24T16:55:48.699Z] === RUN TestDaemonRestartIpcMode [2020-09-24T16:55:48.699Z] === PAUSE TestDaemonRestartIpcMode [2020-09-24T16:55:48.699Z] === RUN TestDaemonHostGatewayIP [2020-09-24T16:55:48.699Z] === PAUSE TestDaemonHostGatewayIP [2020-09-24T16:55:48.699Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T16:55:48.699Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-24T16:55:48.699Z] === RUN TestDiff [2020-09-24T16:55:49.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T16:55:49.337Z] --- PASS: TestDiff (0.50s) [2020-09-24T16:55:49.338Z] === RUN TestExecWithCloseStdin [2020-09-24T16:55:49.493Z] ok github.com/docker/docker/pkg/plugins 33.634s coverage: 76.6% of statements [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/rootless [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/volume [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-24T16:55:49.494Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === Skipped [2020-09-24T16:55:49.494Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-24T16:55:49.494Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-24T16:55:49.494Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-24T16:55:49.494Z] time="2020-09-24T16:54:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-24T16:55:49.494Z] time="2020-09-24T16:54:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-24T16:55:49.494Z] time="2020-09-24T16:54:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-24T16:55:49.494Z] time="2020-09-24T16:54:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-24T16:55:49.494Z] time="2020-09-24T16:54:42Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-24T16:55:49.494Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-24T16:55:49.494Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-24T16:55:49.494Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T16:55:49.494Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-24T16:55:49.494Z] graphtest_unix.go:73: No driver to put! [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-24T16:55:49.494Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-24T16:55:49.494Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] [2020-09-24T16:55:49.494Z] DONE 2139 tests, 26 skipped in 190.254s Post stage [Pipeline] junit [2020-09-24T16:55:49.512Z] Recording test results [2020-09-24T16:55:49.973Z] --- PASS: TestExecWithCloseStdin (0.62s) [2020-09-24T16:55:49.973Z] === RUN TestExec [2020-09-24T16:55:50.172Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T16:55:50.172Z] Using test binary docker [2020-09-24T16:55:50.172Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-24T16:55:50.172Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:55:50.172Z] INFO: Waiting for daemon to start... [2020-09-24T16:55:50.172Z] Starting dockerd [2020-09-24T16:55:50.433Z] Removing intermediate container 132063a0601c [2020-09-24T16:55:50.433Z] ---> a40510a4d2e5 [2020-09-24T16:55:50.433Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-09-24T16:55:50.433Z] ---> Running in a9bd3a0ef083 [2020-09-24T16:55:50.614Z] --- PASS: TestExec (0.62s) [2020-09-24T16:55:50.614Z] === RUN TestExecUser [2020-09-24T16:55:51.251Z] --- PASS: TestExecUser (0.62s) [2020-09-24T16:55:51.252Z] === RUN TestExportContainerAndImportImage [2020-09-24T16:55:51.395Z] [2020-09-24T16:55:51.395Z] SUCCESS: Specified value was saved. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-24T16:55:51.892Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -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:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh dynbinary test-integration [2020-09-24T16:55:51.908Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2020-09-24T16:55:51.908Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T16:55:52.465Z] [2020-09-24T16:55:52.726Z] Removing bundles/ [2020-09-24T16:55:52.726Z] [2020-09-24T16:55:52.726Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-09-24T16:55:52.726Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:55:52.726Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:55:52.931Z] Removing intermediate container a9bd3a0ef083 [2020-09-24T16:55:52.931Z] ---> 66a9c90cfa8e [2020-09-24T16:55:52.931Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-09-24T16:55:52.931Z] ---> Running in 756c7673fa39 [2020-09-24T16:55:52.941Z] . [2020-09-24T16:55:52.941Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T16:55:52.941Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T16:55:52.941Z] Error: No such image: emptyfs [2020-09-24T16:55:53.197Z] Running integration-test (iteration 1) [2020-09-24T16:55:53.197Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-24T16:55:53.425Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-09-24T16:55:53.425Z] === RUN TestHealthCheckWorkdir [2020-09-24T16:55:54.065Z] --- PASS: TestHealthCheckWorkdir (0.74s) [2020-09-24T16:55:54.065Z] === RUN TestHealthKillContainer [2020-09-24T16:55:56.673Z] Cannot create a file when that file already exists. [2020-09-24T16:55:56.801Z] --- PASS: TestHealthKillContainer (2.64s) [2020-09-24T16:55:56.802Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T16:55:57.096Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s) [2020-09-24T16:55:57.096Z] === RUN TestIpcModeNone [2020-09-24T16:55:57.737Z] --- PASS: TestIpcModeNone (0.62s) [2020-09-24T16:55:57.737Z] === RUN TestIpcModePrivate [2020-09-24T16:55:58.383Z] --- PASS: TestIpcModePrivate (0.61s) [2020-09-24T16:55:58.383Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-09-24T16:55:58.383Z] === RUN TestIpcModeShareable [2020-09-24T16:55:59.020Z] --- PASS: TestIpcModeShareable (0.59s) [2020-09-24T16:55:59.020Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-09-24T16:55:59.020Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-24T16:56:01.099Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.82s) [2020-09-24T16:56:01.099Z] === RUN TestAPIIpcModeHost [2020-09-24T16:56:01.372Z] Removing intermediate container 756c7673fa39 [2020-09-24T16:56:01.372Z] ---> 169857dd7525 [2020-09-24T16:56:01.372Z] Step 13/13 : CMD ["sh"] [2020-09-24T16:56:01.372Z] ---> Running in b47616fb94f3 [2020-09-24T16:56:01.372Z] Removing intermediate container b47616fb94f3 [2020-09-24T16:56:01.372Z] ---> d5fd9b158e45 [2020-09-24T16:56:01.372Z] Successfully built d5fd9b158e45 [2020-09-24T16:56:01.372Z] Successfully tagged busybox:latest [2020-09-24T16:56:01.372Z] INFO: Docker images of the daemon under test [2020-09-24T16:56:01.372Z] [2020-09-24T16:56:01.372Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-09-24T16:56:01.372Z] busybox latest d5fd9b158e45 1 second ago 5.12GB [2020-09-24T16:56:01.372Z] microsoft/windowsservercore latest 715aaeac112d 3 weeks ago 5.06GB [2020-09-24T16:56:01.372Z] mcr.microsoft.com/windows/servercore ltsc2019 715aaeac112d 3 weeks ago 5.06GB [2020-09-24T16:56:01.372Z] [2020-09-24T16:56:01.372Z] INFO: Running integration tests at 09/24/2020 16:56:01... [2020-09-24T16:56:01.372Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-09-24T16:56:01.372Z] INFO: Integration API tests being run from the host: [2020-09-24T16:56:01.372Z] INFO: make.ps1 starting at 09/24/2020 16:56:01 [2020-09-24T16:56:01.395Z] --- PASS: TestAPIIpcModeHost (0.49s) [2020-09-24T16:56:01.395Z] === RUN TestDaemonIpcModeShareable [2020-09-24T16:56:02.362Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-09-24T16:56:02.910Z] --- PASS: TestDaemonIpcModeShareable (1.37s) [2020-09-24T16:56:02.910Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-24T16:56:02.910Z] === RUN TestDaemonIpcModePrivate [2020-09-24T16:56:04.436Z] --- PASS: TestDaemonIpcModePrivate (1.43s) [2020-09-24T16:56:04.436Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-24T16:56:04.436Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-24T16:56:05.479Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.40s) [2020-09-24T16:56:05.479Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-09-24T16:56:05.479Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-24T16:56:06.993Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s) [2020-09-24T16:56:06.993Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-09-24T16:56:06.993Z] === RUN TestIpcModeOlderClient [2020-09-24T16:56:06.993Z] === PAUSE TestIpcModeOlderClient [2020-09-24T16:56:06.993Z] === RUN TestKillContainerInvalidSignal [2020-09-24T16:56:07.285Z] --- PASS: TestKillContainerInvalidSignal (0.48s) [2020-09-24T16:56:07.285Z] === RUN TestKillContainer [2020-09-24T16:56:07.285Z] === RUN TestKillContainer/no_signal [2020-09-24T16:56:08.031Z] Loaded image: buildpack-deps:buster [2020-09-24T16:56:08.032Z] Loaded image: busybox:latest [2020-09-24T16:56:08.032Z] Loaded image: busybox:glibc [2020-09-24T16:56:08.032Z] Loaded image: debian:buster [2020-09-24T16:56:08.032Z] Loaded image: hello-world:latest [2020-09-24T16:56:08.032Z] INFO: Testing against a local daemon [2020-09-24T16:56:08.032Z] === RUN TestCgroupNamespacesBuild [2020-09-24T16:56:08.042Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T16:56:08.337Z] === RUN TestKillContainer/killing_signal [2020-09-24T16:56:08.977Z] --- PASS: TestKillContainer (1.58s) [2020-09-24T16:56:08.977Z] --- PASS: TestKillContainer/no_signal (0.52s) [2020-09-24T16:56:08.977Z] --- PASS: TestKillContainer/non_killing_signal (0.36s) [2020-09-24T16:56:08.977Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2020-09-24T16:56:08.977Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T16:56:08.977Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-24T16:56:09.395Z] --- PASS: TestCgroupNamespacesBuild (2.12s) [2020-09-24T16:56:09.395Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-24T16:56:09.617Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-24T16:56:09.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.06s) [2020-09-24T16:56:09.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.51s) [2020-09-24T16:56:09.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2020-09-24T16:56:09.911Z] === RUN TestKillStoppedContainer [2020-09-24T16:56:10.207Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-09-24T16:56:10.207Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T16:56:10.207Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-09-24T16:56:10.207Z] === RUN TestKillDifferentUserContainer [2020-09-24T16:56:10.941Z] --- PASS: TestKillDifferentUserContainer (0.53s) [2020-09-24T16:56:10.942Z] === RUN TestInspectOomKilledTrue [2020-09-24T16:56:11.285Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2020-09-24T16:56:11.285Z] === RUN TestBuildWithSession [2020-09-24T16:56:11.285Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:56:11.285Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:56:11.285Z] === RUN TestBuildSquashParent [2020-09-24T16:56:11.582Z] --- PASS: TestInspectOomKilledTrue (0.90s) [2020-09-24T16:56:11.582Z] === RUN TestInspectOomKilledFalse [2020-09-24T16:56:12.221Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2020-09-24T16:56:12.222Z] === RUN TestLinksEtcHostsContentMatch [2020-09-24T16:56:12.519Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2020-09-24T16:56:12.519Z] === RUN TestLinksContainerNames [2020-09-24T16:56:13.560Z] --- PASS: TestLinksContainerNames (1.02s) [2020-09-24T16:56:13.560Z] === RUN TestLogsFollowTailEmpty [2020-09-24T16:56:14.211Z] --- PASS: TestLogsFollowTailEmpty (0.57s) [2020-09-24T16:56:14.211Z] === RUN TestContainerNetworkMountsNoChown [2020-09-24T16:56:14.852Z] --- PASS: TestContainerNetworkMountsNoChown (0.56s) [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/default [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/default [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/private [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/private [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rprivate [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/slave [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/slave [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rslave [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/shared [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/shared [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rshared [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/default [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rslave [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rshared [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rprivate [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/slave [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/private [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/shared [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-24T16:56:14.852Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:56:14.852Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-24T16:56:14.852Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-09-24T16:56:15.145Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-24T16:56:15.145Z] === RUN TestContainerBindMountNonRecursive [2020-09-24T16:56:15.345Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-09-24T16:56:16.671Z] --- PASS: TestContainerBindMountNonRecursive (1.52s) [2020-09-24T16:56:16.671Z] === RUN TestNetworkNat [2020-09-24T16:56:16.965Z] --- PASS: TestNetworkNat (0.54s) [2020-09-24T16:56:16.965Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T16:56:17.613Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-09-24T16:56:17.613Z] === RUN TestNetworkLoopbackNat [2020-09-24T16:56:19.370Z] --- PASS: TestBuildSquashParent (6.89s) [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:19.370Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:19.370Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:19.370Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:19.370Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:19.932Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:19.932Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:20.372Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2020-09-24T16:56:20.372Z] === RUN TestPause [2020-09-24T16:56:21.037Z] --- PASS: TestPause (0.55s) [2020-09-24T16:56:21.037Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T16:56:21.037Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:56:21.037Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:56:21.037Z] === RUN TestPauseStopPausedContainer [2020-09-24T16:56:21.724Z] --- PASS: TestPauseStopPausedContainer (0.61s) [2020-09-24T16:56:21.724Z] === RUN TestPsFilter [2020-09-24T16:56:21.724Z] --- PASS: TestPsFilter (0.14s) [2020-09-24T16:56:21.724Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T16:56:21.820Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:21.820Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:22.030Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-09-24T16:56:22.030Z] === RUN TestRemoveContainerWithVolume [2020-09-24T16:56:22.711Z] --- PASS: TestRemoveContainerWithVolume (0.51s) [2020-09-24T16:56:22.711Z] === RUN TestRemoveContainerRunning [2020-09-24T16:56:23.349Z] --- PASS: TestRemoveContainerRunning (0.54s) [2020-09-24T16:56:23.349Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T16:56:23.587Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:56:23.587Z] INFO: Testing against a local daemon [2020-09-24T16:56:23.587Z] === RUN TestBuildWithSession [2020-09-24T16:56:23.587Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:56:23.587Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:56:23.587Z] === RUN TestBuildSquashParent [2020-09-24T16:56:23.587Z] --- SKIP: TestBuildSquashParent (0.00s) [2020-09-24T16:56:23.587Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:23.587Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:23.587Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:23.587Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:56:23.587Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:56:23.587Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:56:23.587Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.64s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.66s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.92s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.04s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2020-09-24T16:56:23.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.07s) [2020-09-24T16:56:23.707Z] === RUN TestBuildMultiStageCopy [2020-09-24T16:56:23.707Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T16:56:23.984Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2020-09-24T16:56:23.984Z] === RUN TestRemoveInvalidContainer [2020-09-24T16:56:23.984Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-24T16:56:23.984Z] === RUN TestRenameLinkedContainer [2020-09-24T16:56:26.071Z] --- PASS: TestRenameLinkedContainer (2.14s) [2020-09-24T16:56:26.071Z] === RUN TestRenameStoppedContainer [2020-09-24T16:56:26.370Z] --- PASS: TestRenameStoppedContainer (0.50s) [2020-09-24T16:56:26.370Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T16:56:27.422Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s) [2020-09-24T16:56:27.422Z] === RUN TestRenameInvalidName [2020-09-24T16:56:27.872Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T16:56:28.064Z] --- PASS: TestRenameInvalidName (0.53s) [2020-09-24T16:56:28.064Z] === RUN TestRenameAnonymousContainer [2020-09-24T16:56:28.129Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T16:56:29.054Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T16:56:30.165Z] --- PASS: TestRenameAnonymousContainer (1.98s) [2020-09-24T16:56:30.165Z] === RUN TestRenameContainerWithSameName [2020-09-24T16:56:30.416Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T16:56:30.467Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2020-09-24T16:56:30.467Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T16:56:30.591Z] --- PASS: TestImportExtremelyLargeImageWorks (79.63s) [2020-09-24T16:56:30.591Z] PASS [2020-09-24T16:56:30.591Z] [2020-09-24T16:56:30.591Z] === Skipped [2020-09-24T16:56:30.591Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-24T16:56:30.591Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:56:30.591Z] [2020-09-24T16:56:30.591Z] [2020-09-24T16:56:30.591Z] DONE 12 tests, 1 skipped in 81.203s [2020-09-24T16:56:30.591Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-09-24T16:56:30.591Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:56:30.591Z] ++ set -e [2020-09-24T16:56:30.591Z] ++ '[' -n 0 ']' [2020-09-24T16:56:30.591Z] ++ set -x [2020-09-24T16:56:30.591Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:56:30.591Z] INFO: Testing against a local daemon [2020-09-24T16:56:30.591Z] === RUN TestNetworkCreateDelete [2020-09-24T16:56:30.591Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-09-24T16:56:30.591Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T16:56:30.591Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-09-24T16:56:30.591Z] === RUN TestDaemonDNSFallback [2020-09-24T16:56:30.689Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:56:30.944Z] ......... [ 86%] [2020-09-24T16:56:31.150Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:56:31.222Z] --- PASS: TestDaemonDNSFallback (2.43s) [2020-09-24T16:56:31.222Z] === RUN TestInspectNetwork [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy (7.37s) [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.36s) [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-09-24T16:56:31.341Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2020-09-24T16:56:31.341Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T16:56:31.511Z] --- PASS: TestRenameContainerWithLinkedContainer (1.05s) [2020-09-24T16:56:31.511Z] === RUN TestResize [2020-09-24T16:56:32.151Z] --- PASS: TestResize (0.57s) [2020-09-24T16:56:32.151Z] === RUN TestResizeWithInvalidSize [2020-09-24T16:56:32.791Z] --- PASS: TestResizeWithInvalidSize (0.58s) [2020-09-24T16:56:32.791Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T16:56:33.071Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T16:56:33.435Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:33.435Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:33.435Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:33.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T16:56:33.435Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T16:56:33.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:33.436Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:34.980Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T16:56:34.980Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T16:56:35.630Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T16:56:35.930Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T16:56:36.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T16:56:36.507Z] tests/integration/models_images_test.py ............... [ 89%] [2020-09-24T16:56:36.577Z] --- PASS: TestBuildMultiStageParentConfig (5.02s) [2020-09-24T16:56:36.577Z] === RUN TestBuildLabelWithTargets [2020-09-24T16:56:36.784Z] === RUN TestInspectNetwork/full_network_id [2020-09-24T16:56:36.784Z] === RUN TestInspectNetwork/partial_network_id [2020-09-24T16:56:36.784Z] === RUN TestInspectNetwork/network_name [2020-09-24T16:56:36.784Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-24T16:56:37.728Z] tests/integration/models_networks_test.py .... [ 90%] [2020-09-24T16:56:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T16:56:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T16:56:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T16:56:38.729Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.86s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.89s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.45s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.82s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.57s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.37s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.56s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.69s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.82s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.75s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.50s) [2020-09-24T16:56:40.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.45s) [2020-09-24T16:56:40.821Z] === RUN TestCgroupNamespacesRun [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.24s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (8.31s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.66s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.54s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.83s) [2020-09-24T16:56:41.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.54s) [2020-09-24T16:56:41.485Z] === RUN TestBuildMultiStageCopy [2020-09-24T16:56:41.485Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T16:56:42.339Z] --- PASS: TestInspectNetwork (11.04s) [2020-09-24T16:56:42.339Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-24T16:56:42.339Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-24T16:56:42.339Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-24T16:56:42.339Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-24T16:56:42.339Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T16:56:42.346Z] --- PASS: TestCgroupNamespacesRun (1.37s) [2020-09-24T16:56:42.346Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-24T16:56:43.879Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.35s) [2020-09-24T16:56:43.879Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-24T16:56:44.296Z] tests/integration/models_nodes_test.py . [ 91%] [2020-09-24T16:56:44.296Z] tests/integration/models_resources_test.py . [ 91%] [2020-09-24T16:56:44.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T16:56:44.654Z] --- PASS: TestBuildLabelWithTargets (7.96s) [2020-09-24T16:56:44.654Z] === RUN TestBuildWithEmptyLayers [2020-09-24T16:56:44.919Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.33s) [2020-09-24T16:56:44.919Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-24T16:56:45.062Z] --- PASS: TestRunContainerWithBridgeNone (2.38s) [2020-09-24T16:56:45.062Z] === RUN TestNetworkInvalidJSON [2020-09-24T16:56:45.062Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T16:56:45.062Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T16:56:45.062Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:56:45.062Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:56:45.062Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:56:45.062Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:56:45.062Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T16:56:45.062Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:56:45.062Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:56:45.062Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-09-24T16:56:45.062Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-24T16:56:45.062Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T16:56:45.062Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-24T16:56:45.062Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T16:56:45.062Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-09-24T16:56:45.062Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T16:56:46.092Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-09-24T16:56:46.092Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T16:56:46.438Z] --- PASS: TestCgroupNamespacesRunHostMode (1.35s) [2020-09-24T16:56:46.439Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-24T16:56:47.123Z] --- PASS: TestDaemonDefaultNetworkPools (0.92s) [2020-09-24T16:56:47.123Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T16:56:47.165Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-09-24T16:56:47.165Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T16:56:47.968Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s) [2020-09-24T16:56:47.968Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-24T16:56:48.194Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-09-24T16:56:48.194Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T16:56:48.565Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T16:56:48.565Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T16:56:49.008Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.36s) [2020-09-24T16:56:49.008Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-24T16:56:49.024Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T16:56:49.698Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.34s) [2020-09-24T16:56:49.698Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T16:56:49.994Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T16:56:50.060Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2020-09-24T16:56:50.060Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-24T16:56:50.089Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-09-24T16:56:50.329Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.68s) [2020-09-24T16:56:50.329Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy (9.23s) [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.50s) [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s) [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.73s) [2020-09-24T16:56:50.453Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.89s) [2020-09-24T16:56:50.453Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T16:56:51.582Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s) [2020-09-24T16:56:51.582Z] === RUN TestKernelTCPMemory [2020-09-24T16:56:51.876Z] --- PASS: TestKernelTCPMemory (0.62s) [2020-09-24T16:56:51.876Z] === RUN TestNISDomainname [2020-09-24T16:56:52.402Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-09-24T16:56:52.402Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T16:56:52.527Z] --- PASS: TestNISDomainname (0.67s) [2020-09-24T16:56:52.527Z] === RUN TestHostnameDnsResolution [2020-09-24T16:56:52.636Z] --- PASS: TestBuildMultiStageParentConfig (1.66s) [2020-09-24T16:56:52.636Z] === RUN TestBuildLabelWithTargets [2020-09-24T16:56:52.636Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2020-09-24T16:56:52.636Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:56:52.636Z] === RUN TestBuildWithEmptyLayers [2020-09-24T16:56:52.962Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2020-09-24T16:56:52.962Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T16:56:53.097Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2020-09-24T16:56:53.097Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T16:56:53.339Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-09-24T16:56:53.339Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-09-24T16:56:53.577Z] --- PASS: TestHostnameDnsResolution (0.80s) [2020-09-24T16:56:53.577Z] === RUN TestStats [2020-09-24T16:56:54.778Z] --- PASS: TestServiceWithPredefinedNetwork (3.74s) [2020-09-24T16:56:54.778Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T16:56:54.778Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T16:56:54.778Z] service_test.go:236: FLAKY_TEST [2020-09-24T16:56:54.778Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T16:56:56.322Z] --- PASS: TestStats (2.53s) [2020-09-24T16:56:56.322Z] === RUN TestStopContainerWithTimeout [2020-09-24T16:56:56.322Z] === RUN TestStopContainerWithTimeout/0 [2020-09-24T16:56:56.322Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-24T16:56:56.322Z] === RUN TestStopContainerWithTimeout/1 [2020-09-24T16:56:56.322Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-24T16:56:56.322Z] === RUN TestStopContainerWithTimeout/3 [2020-09-24T16:56:56.322Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-24T16:56:56.322Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-24T16:56:56.322Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-24T16:56:56.322Z] === CONT TestStopContainerWithTimeout/0 [2020-09-24T16:56:56.322Z] === CONT TestStopContainerWithTimeout/3 [2020-09-24T16:56:56.322Z] === CONT TestStopContainerWithTimeout/1 [2020-09-24T16:56:56.322Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-24T16:56:56.993Z] tests/integration/regression_test.py ...... [ 98%] [2020-09-24T16:56:57.124Z] --- PASS: TestBuildMultiStageLayerLeak (4.34s) [2020-09-24T16:56:57.124Z] === RUN TestBuildWithHugeFile [2020-09-24T16:56:57.250Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-09-24T16:56:57.250Z] tests/integration/credentials/utils_test.py . [100%] [2020-09-24T16:56:57.250Z] [2020-09-24T16:56:57.250Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-09-24T16:56:57.250Z] =========================== short test summary info ============================ [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-09-24T16:56:57.250Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-09-24T16:56:57.250Z] Not supported on most drivers [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-09-24T16:56:57.250Z] Output of docker top depends on host distro, and is not formalized. [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-09-24T16:56:57.250Z] Output of docker top depends on host distro, and is not formalized. [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-09-24T16:56:57.250Z] Can fail if eth0 has multiple IP addresses [2020-09-24T16:56:57.250Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-09-24T16:56:57.250Z] This doesn't seem to be taken into account by the engine [2020-09-24T16:56:57.250Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-09-24T16:56:57.250Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-09-24T16:56:57.250Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 318.04 seconds == [2020-09-24T16:56:57.547Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-09-24T16:56:59.083Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-24T16:56:59.083Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2020-09-24T16:56:59.083Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2020-09-24T16:56:59.083Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2020-09-24T16:56:59.083Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2020-09-24T16:56:59.083Z] === RUN TestDeleteDevicemapper [2020-09-24T16:56:59.083Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-24T16:56:59.083Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:56:59.083Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T16:57:00.543Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-09-24T16:57:00.543Z] [2020-09-24T16:57:00.543Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-09-24T16:57:01.116Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-09-24T16:57:01.116Z] HOSTNAME=3b622acf68d7 [2020-09-24T16:57:01.116Z] TESTDEBUG=0 [2020-09-24T16:57:01.116Z] DEST=bundles/test-integration [2020-09-24T16:57:01.116Z] PWD=/go/src/github.com/docker/docker [2020-09-24T16:57:01.116Z] DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 [2020-09-24T16:57:01.116Z] container=docker [2020-09-24T16:57:01.116Z] HOME=/root [2020-09-24T16:57:01.116Z] GOLANG_VERSION=1.13.15 [2020-09-24T16:57:01.116Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-09-24T16:57:01.116Z] VALIDATE_BRANCH=master [2020-09-24T16:57:01.116Z] TERM=xterm [2020-09-24T16:57:01.116Z] DOCKER_PKG=github.com/docker/docker [2020-09-24T16:57:01.116Z] SHLVL=1 [2020-09-24T16:57:01.116Z] TIMEOUT=120m [2020-09-24T16:57:01.116Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-09-24T16:57:01.116Z] DOCKER_GRAPHDRIVER=overlay2 [2020-09-24T16:57:01.116Z] GO111MODULE=off [2020-09-24T16:57:01.116Z] DOCKER_EXPERIMENTAL=1 [2020-09-24T16:57:01.116Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-09-24T16:57:01.116Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-09-24T16:57:01.116Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-09-24T16:57:01.116Z] GOPATH=/go [2020-09-24T16:57:01.116Z] PKG_CONFIG=pkg-config [2020-09-24T16:57:01.116Z] _=/usr/bin/env [2020-09-24T16:57:01.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T16:57:01.848Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.45s) [2020-09-24T16:57:01.848Z] === RUN TestUpdateMemory [2020-09-24T16:57:02.142Z] --- PASS: TestUpdateMemory (0.70s) [2020-09-24T16:57:02.142Z] === RUN TestUpdateCPUQuota [2020-09-24T16:57:03.194Z] --- PASS: TestUpdateCPUQuota (0.91s) [2020-09-24T16:57:03.194Z] === RUN TestUpdatePidsLimit [2020-09-24T16:57:03.194Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-24T16:57:03.194Z] === RUN TestUpdatePidsLimit/no_change [2020-09-24T16:57:03.433Z] --- PASS: TestBuildMultiStageOnBuild (9.53s) [2020-09-24T16:57:03.433Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T16:57:03.433Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2020-09-24T16:57:03.433Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:57:03.433Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T16:57:03.486Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-24T16:57:03.781Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-24T16:57:04.076Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-24T16:57:04.370Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-24T16:57:04.669Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit (2.45s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.26s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-09-24T16:57:05.709Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.28s) [2020-09-24T16:57:05.709Z] === RUN TestUpdateRestartPolicy [2020-09-24T16:57:09.702Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T16:57:09.702Z] [2020-09-24T16:57:09.702Z] Unloading profiles will leave already running processes permanently [2020-09-24T16:57:09.702Z] unconfined, which can lead to unexpected situations. [2020-09-24T16:57:09.702Z] [2020-09-24T16:57:09.702Z] To set a process to complain mode, use the command line tool [2020-09-24T16:57:09.702Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T16:57:09.702Z] Post stage [Pipeline] junit [2020-09-24T16:57:10.274Z] Recording test results [2020-09-24T16:57:10.514Z] --- PASS: TestBuildMultiStageLayerLeak (7.68s) [2020-09-24T16:57:10.514Z] === RUN TestBuildWithHugeFile [2020-09-24T16:57:10.514Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2020-09-24T16:57:10.514Z] build_test.go:488: testEnv.OSType == "windows" [2020-09-24T16:57:10.514Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T16:57:10.514Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:10.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:10.514Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:10.514Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:10.514Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:57:10.514Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [Pipeline] sh [2020-09-24T16:57:10.834Z] + echo Ensuring container killed. [2020-09-24T16:57:10.834Z] Ensuring container killed. [2020-09-24T16:57:10.834Z] + docker rm -vf docker-pr28 [2020-09-24T16:57:10.834Z] Error: No such container: docker-pr28 [2020-09-24T16:57:10.834Z] + true [Pipeline] sh [2020-09-24T16:57:10.974Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:10.974Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:57:10.974Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:10.974Z] --- PASS: TestBuildWithEmptyDockerfile (0.58s) [2020-09-24T16:57:10.974Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2020-09-24T16:57:10.974Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2020-09-24T16:57:10.974Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2020-09-24T16:57:10.974Z] === RUN TestBuildPreserveOwnership [2020-09-24T16:57:10.974Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2020-09-24T16:57:10.974Z] build_test.go:576: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:57:10.974Z] === RUN TestBuildPlatformInvalid [2020-09-24T16:57:10.974Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2020-09-24T16:57:10.974Z] PASS [2020-09-24T16:57:10.974Z] ok github.com/docker/docker/integration/build 48.473s [2020-09-24T16:57:11.106Z] + echo Chowning /workspace to jenkins user [2020-09-24T16:57:11.106Z] Chowning /workspace to jenkins user [2020-09-24T16:57:11.106Z] + id -u [2020-09-24T16:57:11.106Z] + id -g [2020-09-24T16:57:11.106Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace busybox chown -R 1000:1000 /workspace [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === Skipped [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-09-24T16:57:11.434Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-09-24T16:57:11.434Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-09-24T16:57:11.434Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-09-24T16:57:11.434Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-09-24T16:57:11.434Z] build_test.go:488: testEnv.OSType == "windows" [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-09-24T16:57:11.434Z] build_test.go:576: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] [2020-09-24T16:57:11.434Z] DONE 28 tests, 6 skipped in 69.163s [2020-09-24T16:57:11.434Z] Running D:\gopath\src\github.com\docker\docker\integration\config [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T16:57:12.001Z] + bundleName=docker-py [2020-09-24T16:57:12.002Z] + echo Creating docker-py-bundles.tar.gz [2020-09-24T16:57:12.002Z] Creating docker-py-bundles.tar.gz [2020-09-24T16:57:12.002Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2020-09-24T16:57:12.010Z] Archiving artifacts [2020-09-24T16:57:12.274Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-09-24T16:57:12.626Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh binary-daemon [2020-09-24T16:57:12.881Z] [2020-09-24T16:57:13.137Z] Removing bundles/ [2020-09-24T16:57:13.137Z] [2020-09-24T16:57:13.137Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-09-24T16:57:13.137Z] Building: bundles/binary-daemon/dockerd-dev [2020-09-24T16:57:13.137Z] GOOS="" GOARCH="" GOARM="" [2020-09-24T16:57:13.618Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:57:13.618Z] INFO: Testing against a local daemon [2020-09-24T16:57:13.618Z] === RUN TestConfigInspect [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigInspect (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] === RUN TestConfigList [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigList (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] === RUN TestConfigsCreateAndDelete [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] === RUN TestConfigsUpdate [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigsUpdate (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] === RUN TestTemplatedConfig [2020-09-24T16:57:13.618Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] === RUN TestConfigCreateResolve [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigCreateResolve (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:13.618Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T16:57:13.618Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:13.618Z] PASS [2020-09-24T16:57:13.618Z] ok github.com/docker/docker/integration/config 0.166s [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === Skipped [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-09-24T16:57:13.618Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] [2020-09-24T16:57:13.618Z] DONE 7 tests, 7 skipped in 2.332s [2020-09-24T16:57:13.618Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-09-24T16:57:16.534Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:57:16.534Z] INFO: Testing against a local daemon [2020-09-24T16:57:16.534Z] === RUN TestCheckpoint [2020-09-24T16:57:16.534Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T16:57:16.534Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:57:16.534Z] === RUN TestContainerInvalidJSON [2020-09-24T16:57:16.534Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:57:16.534Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:57:16.534Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:57:16.534Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:57:16.534Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:57:16.534Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:57:16.534Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:57:16.534Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:57:16.534Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:57:16.534Z] --- PASS: TestContainerInvalidJSON (0.06s) [2020-09-24T16:57:16.534Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-09-24T16:57:16.534Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-09-24T16:57:16.534Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-09-24T16:57:16.534Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T16:57:16.534Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2020-09-24T16:57:16.534Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T16:57:16.534Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2020-09-24T16:57:16.534Z] copy_test.go:38: testEnv.OSType == "windows" [2020-09-24T16:57:16.534Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T16:57:16.994Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s) [2020-09-24T16:57:16.994Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T16:57:16.994Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2020-09-24T16:57:16.994Z] copy_test.go:63: testEnv.OSType == "windows" [2020-09-24T16:57:16.994Z] === RUN TestCopyFromContainer [2020-09-24T16:57:16.994Z] --- SKIP: TestCopyFromContainer (0.00s) [2020-09-24T16:57:16.994Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:16.994Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T16:57:16.994Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:57:16.994Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:57:16.994Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:57:16.994Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:57:16.994Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:57:16.994Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:57:16.994Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:57:16.994Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:57:16.994Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:57:16.994Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-09-24T16:57:16.994Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T16:57:16.994Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2020-09-24T16:57:16.994Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidEnv [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-09-24T16:57:16.994Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T16:57:16.994Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2020-09-24T16:57:16.994Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:16.994Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T16:57:16.994Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2020-09-24T16:57:16.994Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:16.994Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T16:57:16.994Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-24T16:57:16.994Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:57:16.994Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:57:16.994Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:57:16.994Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-24T16:57:16.994Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T16:57:16.994Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-24T16:57:16.994Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-24T16:57:16.994Z] === RUN TestCreateDifferentPlatform [2020-09-24T16:57:16.994Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T16:57:16.994Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T16:57:16.994Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T16:57:16.994Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T16:57:16.994Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T16:57:16.994Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-24T16:57:16.994Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T16:57:16.994Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-24T16:57:16.994Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:16.994Z] === RUN TestDiff [2020-09-24T16:57:16.994Z] --- SKIP: TestDiff (0.00s) [2020-09-24T16:57:16.994Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:16.994Z] === RUN TestExecWithCloseStdin [2020-09-24T16:57:17.224Z] --- PASS: TestServiceWithDataPathPortInit (20.58s) [2020-09-24T16:57:17.224Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T16:57:18.397Z] --- PASS: TestUpdateRestartPolicy (11.27s) [2020-09-24T16:57:18.397Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T16:57:18.397Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2020-09-24T16:57:18.397Z] === RUN TestWaitNonBlocked [2020-09-24T16:57:18.397Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:57:18.397Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:57:18.397Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:57:18.397Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:57:18.397Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:57:18.397Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:57:18.397Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-24T16:57:18.397Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2020-09-24T16:57:18.397Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.77s) [2020-09-24T16:57:18.397Z] === RUN TestWaitBlocked [2020-09-24T16:57:18.397Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:57:18.397Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:57:18.397Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:57:18.397Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:57:18.397Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:57:18.397Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:57:19.047Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-24T16:57:19.047Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.92s) [2020-09-24T16:57:19.047Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.96s) [2020-09-24T16:57:19.047Z] === CONT TestContainerStartOnDaemonRestart [2020-09-24T16:57:19.047Z] === CONT TestContainerKillOnDaemonStart [2020-09-24T16:57:19.047Z] === CONT TestDaemonHostGatewayIP [2020-09-24T16:57:19.047Z] === CONT TestDaemonRestartIpcMode [2020-09-24T16:57:19.175Z] --- PASS: TestExecWithCloseStdin (1.77s) [2020-09-24T16:57:19.175Z] === RUN TestExec [2020-09-24T16:57:20.716Z] --- PASS: TestExec (1.70s) [2020-09-24T16:57:20.716Z] === RUN TestExecUser [2020-09-24T16:57:20.716Z] --- SKIP: TestExecUser (0.00s) [2020-09-24T16:57:20.716Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-24T16:57:20.716Z] === RUN TestExportContainerAndImportImage [2020-09-24T16:57:20.716Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2020-09-24T16:57:20.716Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:20.716Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T16:57:20.716Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-09-24T16:57:20.716Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:20.716Z] === RUN TestHealthCheckWorkdir [2020-09-24T16:57:20.716Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2020-09-24T16:57:20.716Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:20.716Z] === RUN TestHealthKillContainer [2020-09-24T16:57:20.716Z] --- SKIP: TestHealthKillContainer (0.00s) [2020-09-24T16:57:20.716Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-24T16:57:20.716Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T16:57:20.716Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2020-09-24T16:57:20.716Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-24T16:57:20.716Z] === RUN TestKillContainerInvalidSignal [2020-09-24T16:57:22.255Z] --- PASS: TestKillContainerInvalidSignal (1.52s) [2020-09-24T16:57:22.255Z] === RUN TestKillContainer [2020-09-24T16:57:22.255Z] === RUN TestKillContainer/no_signal [2020-09-24T16:57:23.601Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s) [2020-09-24T16:57:23.601Z] === CONT TestIpcModeOlderClient [2020-09-24T16:57:23.601Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-09-24T16:57:23.601Z] --- PASS: TestDaemonHostGatewayIP (4.10s) [2020-09-24T16:57:23.601Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2020-09-24T16:57:23.795Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T16:57:23.795Z] === RUN TestKillContainer/killing_signal [2020-09-24T16:57:25.335Z] --- PASS: TestKillContainer (3.34s) [2020-09-24T16:57:25.335Z] --- PASS: TestKillContainer/no_signal (1.52s) [2020-09-24T16:57:25.335Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-09-24T16:57:25.335Z] --- PASS: TestKillContainer/killing_signal (1.77s) [2020-09-24T16:57:25.335Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T16:57:25.335Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:57:25.335Z] === RUN TestKillStoppedContainer [2020-09-24T16:57:25.335Z] --- SKIP: TestKillStoppedContainer (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:57:25.335Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T16:57:25.335Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:57:25.335Z] === RUN TestKillDifferentUserContainer [2020-09-24T16:57:25.335Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-24T16:57:25.335Z] === RUN TestInspectOomKilledTrue [2020-09-24T16:57:25.335Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:25.335Z] === RUN TestInspectOomKilledFalse [2020-09-24T16:57:25.335Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-24T16:57:25.335Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:57:25.335Z] === RUN TestLogsFollowTailEmpty [2020-09-24T16:57:25.695Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.70s) [2020-09-24T16:57:25.695Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:54ctxdlabav9w7136qrwjqmds Created:2020-09-24 16:57:15.632896763 +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[88e891d96bfed37b9cb24dd7d94e8329cf336d372fa0725f2a72085db57fc078:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5b4h9j9s4q88ykwpxqfy4nlgy EndpointID:ab58ba7410aaea72962ef4eb216e8d2f8fe9d0b0ad836c7cf77c9d4f26e5cb46 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7a3c66aeb663fb893c85b5af885050549c38f31ae048f25a2a83b8fde253c7b6 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:03b5889783b8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5b4h9j9s4q88ykwpxqfy4nlgy EndpointID:ab58ba7410aaea72962ef4eb216e8d2f8fe9d0b0ad836c7cf77c9d4f26e5cb46 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-24T16:57:25.695Z] PASS [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] === Skipped [2020-09-24T16:57:25.695Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T16:57:25.695Z] service_test.go:236: FLAKY_TEST [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] DONE 23 tests, 1 skipped in 56.239s [2020-09-24T16:57:25.695Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-24T16:57:25.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:25.695Z] ++ set -e [2020-09-24T16:57:25.695Z] ++ '[' -n 0 ']' [2020-09-24T16:57:25.695Z] ++ set -x [2020-09-24T16:57:25.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:25.695Z] INFO: Testing against a local daemon [2020-09-24T16:57:25.695Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-24T16:57:25.695Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T16:57:25.695Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T16:57:25.695Z] === RUN TestDockerNetworkIpvlan [2020-09-24T16:57:25.695Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-24T16:57:25.695Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T16:57:25.695Z] PASS [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] === Skipped [2020-09-24T16:57:25.695Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T16:57:25.695Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-24T16:57:25.695Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] [2020-09-24T16:57:25.695Z] DONE 2 tests, 2 skipped in 0.122s [2020-09-24T16:57:25.695Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-24T16:57:25.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:25.695Z] ++ set -e [2020-09-24T16:57:25.695Z] ++ '[' -n 0 ']' [2020-09-24T16:57:25.695Z] ++ set -x [2020-09-24T16:57:25.696Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:25.696Z] INFO: Testing against a local daemon [2020-09-24T16:57:25.696Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-24T16:57:25.986Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-09-24T16:57:25.986Z] === RUN TestDockerNetworkMacvlan [2020-09-24T16:57:26.875Z] --- PASS: TestLogsFollowTailEmpty (1.46s) [2020-09-24T16:57:26.875Z] === RUN TestNetworkNat [2020-09-24T16:57:26.875Z] --- SKIP: TestNetworkNat (0.00s) [2020-09-24T16:57:26.875Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:26.875Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T16:57:27.018Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-24T16:57:27.649Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-24T16:57:28.680Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-24T16:57:29.058Z] --- PASS: TestNetworkLocalhostTCPNat (1.80s) [2020-09-24T16:57:29.058Z] === RUN TestNetworkLoopbackNat [2020-09-24T16:57:29.058Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2020-09-24T16:57:29.058Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:29.058Z] === RUN TestPause [2020-09-24T16:57:29.058Z] --- SKIP: TestPause (0.00s) [2020-09-24T16:57:29.058Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-24T16:57:29.058Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T16:57:30.027Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.44s) [2020-09-24T16:57:30.027Z] === RUN TestPauseStopPausedContainer [2020-09-24T16:57:30.027Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2020-09-24T16:57:30.027Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:30.027Z] === RUN TestPsFilter [2020-09-24T16:57:30.489Z] --- PASS: TestPsFilter (0.11s) [2020-09-24T16:57:30.489Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T16:57:32.030Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.73s) [2020-09-24T16:57:32.030Z] === RUN TestRemoveContainerWithVolume [2020-09-24T16:57:32.134Z] --- PASS: TestContainerKillOnDaemonStart (12.74s) [2020-09-24T16:57:32.134Z] PASS [2020-09-24T16:57:32.134Z] [2020-09-24T16:57:32.134Z] === Skipped [2020-09-24T16:57:32.134Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-09-24T16:57:32.134Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:57:32.134Z] [2020-09-24T16:57:32.134Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:57:32.134Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:57:32.134Z] [2020-09-24T16:57:32.134Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-09-24T16:57:32.134Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:57:32.134Z] [2020-09-24T16:57:32.134Z] [2020-09-24T16:57:32.134Z] DONE 192 tests, 3 skipped in 109.290s [2020-09-24T16:57:32.134Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-09-24T16:57:32.134Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:32.134Z] ++ set -e [2020-09-24T16:57:32.134Z] ++ '[' -n 0 ']' [2020-09-24T16:57:32.134Z] ++ set -x [2020-09-24T16:57:32.134Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:32.134Z] INFO: Testing against a local daemon [2020-09-24T16:57:32.134Z] === RUN TestCommitInheritsEnv [2020-09-24T16:57:32.223Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-24T16:57:32.430Z] --- PASS: TestCommitInheritsEnv (0.33s) [2020-09-24T16:57:32.430Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T16:57:32.430Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-24T16:57:32.430Z] === RUN TestImagesFilterMultiReference [2020-09-24T16:57:32.430Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-09-24T16:57:32.430Z] === RUN TestImagePullPlatformInvalid [2020-09-24T16:57:32.430Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-24T16:57:32.430Z] === RUN TestRemoveImageOrphaning [2020-09-24T16:57:32.733Z] --- PASS: TestRemoveImageOrphaning (0.35s) [2020-09-24T16:57:32.733Z] === RUN TestRemoveImageGarbageCollector [2020-09-24T16:57:32.733Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-24T16:57:32.733Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:57:32.733Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T16:57:32.733Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-24T16:57:32.733Z] === RUN TestTagInvalidReference [2020-09-24T16:57:32.733Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-24T16:57:32.733Z] === RUN TestTagValidPrefixedRepo [2020-09-24T16:57:32.733Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-09-24T16:57:32.733Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T16:57:32.733Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-24T16:57:32.733Z] === RUN TestTagOfficialNames [2020-09-24T16:57:33.030Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-24T16:57:33.030Z] === RUN TestTagMatchesDigest [2020-09-24T16:57:33.030Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-09-24T16:57:33.030Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-24T16:57:33.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T16:57:33.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T16:57:34.212Z] --- PASS: TestRemoveContainerWithVolume (1.87s) [2020-09-24T16:57:34.213Z] === RUN TestRemoveContainerRunning [2020-09-24T16:57:34.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T16:57:35.183Z] --- PASS: TestRemoveContainerRunning (1.44s) [2020-09-24T16:57:35.183Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T16:57:36.711Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-24T16:57:36.725Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.50s) [2020-09-24T16:57:36.725Z] === RUN TestRemoveInvalidContainer [2020-09-24T16:57:36.725Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-09-24T16:57:36.725Z] === RUN TestRenameLinkedContainer [2020-09-24T16:57:36.725Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2020-09-24T16:57:36.725Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:36.725Z] === RUN TestRenameStoppedContainer [2020-09-24T16:57:38.912Z] --- PASS: TestRenameStoppedContainer (1.83s) [2020-09-24T16:57:38.912Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T16:57:41.826Z] --- PASS: TestRenameRunningContainerAndReuse (3.05s) [2020-09-24T16:57:41.826Z] === RUN TestRenameInvalidName [2020-09-24T16:57:43.369Z] --- PASS: TestRenameInvalidName (1.50s) [2020-09-24T16:57:43.369Z] === RUN TestRenameAnonymousContainer [2020-09-24T16:57:43.369Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2020-09-24T16:57:43.369Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:43.369Z] === RUN TestRenameContainerWithSameName [2020-09-24T16:57:43.598Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-24T16:57:44.912Z] --- PASS: TestRenameContainerWithSameName (1.43s) [2020-09-24T16:57:44.912Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T16:57:44.912Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2020-09-24T16:57:44.912Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:44.912Z] === RUN TestResize [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan (18.93s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.35s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.50s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.24s) [2020-09-24T16:57:45.120Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s) [2020-09-24T16:57:45.120Z] PASS [2020-09-24T16:57:45.120Z] [2020-09-24T16:57:45.120Z] DONE 8 tests in 20.436s [2020-09-24T16:57:45.120Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] ++ set -e [2020-09-24T16:57:45.120Z] ++ '[' -n 0 ']' [2020-09-24T16:57:45.120Z] ++ set -x [2020-09-24T16:57:45.120Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] testing: warning: no tests to run [2020-09-24T16:57:45.120Z] PASS [2020-09-24T16:57:45.120Z] [2020-09-24T16:57:45.120Z] DONE 0 tests in 0.064s [2020-09-24T16:57:45.120Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] ++ set -e [2020-09-24T16:57:45.120Z] ++ '[' -n 0 ']' [2020-09-24T16:57:45.120Z] ++ set -x [2020-09-24T16:57:45.120Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:57:45.120Z] INFO: Testing against a local daemon [2020-09-24T16:57:45.120Z] === RUN TestAuthZPluginAllowRequest [2020-09-24T16:57:45.881Z] --- PASS: TestResize (1.40s) [2020-09-24T16:57:45.881Z] === RUN TestResizeWithInvalidSize [2020-09-24T16:57:45.881Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2020-09-24T16:57:45.881Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-09-24T16:57:45.881Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T16:57:47.183Z] --- PASS: TestAuthZPluginAllowRequest (1.71s) [2020-09-24T16:57:47.184Z] === RUN TestAuthZPluginTLS [2020-09-24T16:57:47.474Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-09-24T16:57:47.474Z] === RUN TestAuthZPluginDenyRequest [2020-09-24T16:57:48.063Z] --- PASS: TestResizeWhenContainerNotStarted (2.17s) [2020-09-24T16:57:48.064Z] === RUN TestDaemonRestartKillContainers [2020-09-24T16:57:48.064Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:57:48.064Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:57:48.064Z] === RUN TestStats [2020-09-24T16:57:48.064Z] --- SKIP: TestStats (0.00s) [2020-09-24T16:57:48.064Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-24T16:57:48.064Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T16:57:48.105Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-09-24T16:57:48.105Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-24T16:57:48.395Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-09-24T16:57:48.395Z] === RUN TestAuthZPluginDenyResponse [2020-09-24T16:57:49.026Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-09-24T16:57:49.026Z] === RUN TestAuthZPluginAllowEventStream [2020-09-24T16:57:51.089Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s) [2020-09-24T16:57:51.089Z] === RUN TestAuthZPluginErrorResponse [2020-09-24T16:57:51.380Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-09-24T16:57:51.380Z] === RUN TestAuthZPluginErrorRequest [2020-09-24T16:57:52.011Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-09-24T16:57:52.011Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-24T16:57:52.642Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-24T16:57:52.642Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-24T16:57:52.764Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.22s) [2020-09-24T16:57:52.764Z] === RUN TestStopContainerWithTimeout [2020-09-24T16:57:52.764Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2020-09-24T16:57:52.764Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-24T16:57:52.764Z] === RUN TestUpdateRestartPolicy [2020-09-24T16:57:53.287Z] --- PASS: TestBuildWithHugeFile (53.60s) [2020-09-24T16:57:53.287Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T16:57:53.287Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:53.287Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:53.287Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:53.287Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:53.287Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:57:53.287Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:57:53.287Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T16:57:53.287Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T16:57:53.287Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T16:57:53.287Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2020-09-24T16:57:53.287Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2020-09-24T16:57:53.287Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2020-09-24T16:57:53.287Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-09-24T16:57:53.287Z] === RUN TestBuildPreserveOwnership [2020-09-24T16:57:53.287Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-24T16:57:54.705Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.04s) [2020-09-24T16:57:54.705Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-24T16:57:56.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T16:57:56.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T16:57:56.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T16:57:56.768Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.13s) [2020-09-24T16:57:56.768Z] === RUN TestAuthZPluginHeader [2020-09-24T16:57:57.399Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-09-24T16:57:57.399Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-24T16:57:57.399Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T16:57:57.399Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:57:57.399Z] === RUN TestAuthZPluginV2Disable [2020-09-24T16:57:57.399Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-24T16:57:57.399Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:57:57.399Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-24T16:57:57.399Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T16:57:57.399Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:57:57.399Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-24T16:57:57.399Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T16:57:57.399Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:57:57.399Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-24T16:57:57.447Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-24T16:57:57.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T16:57:57.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T16:57:59.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T16:58:01.609Z] --- PASS: TestBuildPreserveOwnership (10.07s) [2020-09-24T16:58:01.609Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.06s) [2020-09-24T16:58:01.609Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-09-24T16:58:01.609Z] === RUN TestBuildPlatformInvalid [2020-09-24T16:58:01.609Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-09-24T16:58:01.609Z] PASS [2020-09-24T16:58:01.609Z] [2020-09-24T16:58:01.609Z] === Skipped [2020-09-24T16:58:01.609Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-24T16:58:01.609Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:58:01.609Z] [2020-09-24T16:58:01.609Z] [2020-09-24T16:58:01.609Z] DONE 32 tests, 1 skipped in 128.116s [2020-09-24T16:58:01.609Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-24T16:58:01.609Z] INFO: Testing against a local daemon [2020-09-24T16:58:01.609Z] === RUN TestConfigInspect [2020-09-24T16:58:01.609Z] --- SKIP: TestConfigInspect (0.02s) [2020-09-24T16:58:01.609Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.609Z] === RUN TestConfigList [2020-09-24T16:58:01.609Z] --- SKIP: TestConfigList (0.01s) [2020-09-24T16:58:01.609Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.609Z] === RUN TestConfigsCreateAndDelete [2020-09-24T16:58:01.609Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2020-09-24T16:58:01.609Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.609Z] === RUN TestConfigsUpdate [2020-09-24T16:58:01.609Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-09-24T16:58:01.609Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.609Z] === RUN TestTemplatedConfig [2020-09-24T16:58:01.609Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-09-24T16:58:01.610Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.610Z] === RUN TestConfigCreateResolve [2020-09-24T16:58:01.610Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-09-24T16:58:01.610Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:01.610Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T16:58:03.023Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2020-09-24T16:58:03.023Z] PASS [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === Skipped [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-09-24T16:58:03.023Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-09-24T16:58:03.023Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2020-09-24T16:58:03.023Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-09-24T16:58:03.023Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-09-24T16:58:03.023Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-09-24T16:58:03.023Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] [2020-09-24T16:58:03.023Z] DONE 7 tests, 6 skipped in 1.735s [2020-09-24T16:58:03.023Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-24T16:58:03.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T16:58:03.287Z] INFO: Testing against a local daemon [2020-09-24T16:58:03.287Z] === RUN TestCheckpoint [2020-09-24T16:58:03.287Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T16:58:03.287Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:58:03.287Z] === RUN TestContainerInvalidJSON [2020-09-24T16:58:03.287Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:58:03.287Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:58:03.287Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:58:03.287Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:58:03.287Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:58:03.287Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:58:03.287Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T16:58:03.287Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T16:58:03.287Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T16:58:03.287Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-09-24T16:58:03.287Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-24T16:58:03.287Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-24T16:58:03.287Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-24T16:58:03.287Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T16:58:03.287Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2020-09-24T16:58:03.287Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T16:58:03.287Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2020-09-24T16:58:03.287Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T16:58:03.287Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2020-09-24T16:58:03.287Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T16:58:03.287Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-09-24T16:58:03.287Z] === RUN TestCopyFromContainer [2020-09-24T16:58:04.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T16:58:05.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T16:58:05.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T16:58:05.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T16:58:06.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T16:58:06.903Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer// [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer//bar/root [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer/bar/quux [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-24T16:58:07.467Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-24T16:58:07.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T16:58:07.722Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-24T16:58:07.722Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-24T16:58:07.722Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer (4.44s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-09-24T16:58:07.722Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-09-24T16:58:07.722Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T16:58:07.722Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:58:07.722Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:58:07.722Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:58:07.722Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:58:07.722Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:58:07.722Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:58:07.722Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T16:58:07.722Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T16:58:07.722Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T16:58:07.722Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-09-24T16:58:07.722Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-24T16:58:07.722Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-24T16:58:07.722Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-24T16:58:07.722Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T16:58:07.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T16:58:07.977Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-09-24T16:58:07.977Z] === RUN TestCreateWithInvalidEnv [2020-09-24T16:58:07.977Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T16:58:07.977Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T16:58:07.977Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T16:58:07.977Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T16:58:07.977Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T16:58:07.977Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T16:58:07.977Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T16:58:07.977Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T16:58:07.977Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T16:58:07.977Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-09-24T16:58:07.977Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T16:58:07.977Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T16:58:07.977Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-24T16:58:07.977Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T16:58:07.977Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-09-24T16:58:07.977Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T16:58:09.340Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s) [2020-09-24T16:58:09.341Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T16:58:09.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:58:10.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:58:10.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:58:10.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:58:10.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:58:10.267Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:58:10.267Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:58:10.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T16:58:10.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T16:58:10.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T16:58:10.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T16:58:10.267Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-09-24T16:58:10.267Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-09-24T16:58:10.267Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T16:58:10.828Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2020-09-24T16:58:10.828Z] === RUN TestCreateDifferentPlatform [2020-09-24T16:58:10.828Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T16:58:10.828Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T16:58:10.828Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-09-24T16:58:10.828Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T16:58:10.828Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T16:58:10.828Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T16:58:10.828Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-09-24T16:58:10.828Z] === RUN TestContainerStartOnDaemonRestart [2020-09-24T16:58:10.828Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-09-24T16:58:10.828Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-24T16:58:10.828Z] === RUN TestDaemonRestartIpcMode [2020-09-24T16:58:10.828Z] === PAUSE TestDaemonRestartIpcMode [2020-09-24T16:58:10.828Z] === RUN TestDaemonHostGatewayIP [2020-09-24T16:58:10.828Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-09-24T16:58:10.828Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T16:58:10.828Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T16:58:10.828Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-09-24T16:58:10.828Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-24T16:58:10.828Z] === RUN TestDiff [2020-09-24T16:58:11.084Z] --- PASS: TestDiff (0.40s) [2020-09-24T16:58:11.084Z] === RUN TestExecWithCloseStdin [2020-09-24T16:58:11.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T16:58:11.646Z] --- PASS: TestExecWithCloseStdin (0.44s) [2020-09-24T16:58:11.646Z] === RUN TestExec [2020-09-24T16:58:11.902Z] --- PASS: TestExec (0.45s) [2020-09-24T16:58:11.902Z] === RUN TestExecUser [2020-09-24T16:58:12.464Z] --- PASS: TestExecUser (0.47s) [2020-09-24T16:58:12.464Z] === RUN TestExportContainerAndImportImage [2020-09-24T16:58:12.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T16:58:13.026Z] --- PASS: TestExportContainerAndImportImage (0.58s) [2020-09-24T16:58:13.026Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T16:58:13.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T16:58:13.884Z] --- PASS: TestUpdateRestartPolicy (19.45s) [2020-09-24T16:58:13.884Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T16:58:13.884Z] --- PASS: TestUpdateRestartWithAutoRemove (1.42s) [2020-09-24T16:58:13.884Z] === RUN TestWaitNonBlocked [2020-09-24T16:58:13.884Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:58:13.884Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:58:13.884Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:58:13.884Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:58:13.884Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:58:13.884Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:58:14.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-24T16:58:15.424Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-09-24T16:58:15.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.98s) [2020-09-24T16:58:15.425Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.08s) [2020-09-24T16:58:15.425Z] === RUN TestWaitBlocked [2020-09-24T16:58:15.425Z] --- SKIP: TestWaitBlocked (0.00s) [2020-09-24T16:58:15.425Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:15.425Z] PASS [2020-09-24T16:58:15.425Z] ok github.com/docker/docker/integration/container 59.128s [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === Skipped [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-09-24T16:58:15.425Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-09-24T16:58:15.425Z] copy_test.go:38: testEnv.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2020-09-24T16:58:15.425Z] copy_test.go:63: testEnv.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-09-24T16:58:15.425Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-09-24T16:58:15.425Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-09-24T16:58:15.425Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-09-24T16:58:15.425Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-09-24T16:58:15.425Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-09-24T16:58:15.425Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-09-24T16:58:15.425Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-09-24T16:58:15.425Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-09-24T16:58:15.425Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-09-24T16:58:15.425Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-09-24T16:58:15.425Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-09-24T16:58:15.425Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-09-24T16:58:15.425Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-09-24T16:58:15.425Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2020-09-24T16:58:15.425Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-09-24T16:58:15.425Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-09-24T16:58:15.425Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-09-24T16:58:15.425Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-09-24T16:58:15.425Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-09-24T16:58:15.425Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-09-24T16:58:15.425Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-09-24T16:58:15.425Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-09-24T16:58:15.425Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-09-24T16:58:15.425Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:58:15.425Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-09-24T16:58:15.425Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-09-24T16:58:15.425Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-09-24T16:58:15.425Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] [2020-09-24T16:58:15.425Z] DONE 87 tests, 36 skipped in 61.790s [2020-09-24T16:58:15.425Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-09-24T16:58:15.539Z] --- PASS: TestExportContainerAfterDaemonRestart (2.30s) [2020-09-24T16:58:15.539Z] === RUN TestHealthCheckWorkdir [2020-09-24T16:58:15.794Z] --- PASS: TestHealthCheckWorkdir (0.58s) [2020-09-24T16:58:15.794Z] === RUN TestHealthKillContainer [2020-09-24T16:58:15.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T16:58:15.973Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.73s) [2020-09-24T16:58:15.973Z] PASS [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] === Skipped [2020-09-24T16:58:15.973Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T16:58:15.973Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-24T16:58:15.973Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T16:58:15.973Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T16:58:15.973Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] [2020-09-24T16:58:15.973Z] DONE 17 tests, 4 skipped in 29.177s [2020-09-24T16:58:15.973Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-24T16:58:15.973Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:15.973Z] ++ set -e [2020-09-24T16:58:15.973Z] ++ '[' -n 0 ']' [2020-09-24T16:58:15.973Z] ++ set -x [2020-09-24T16:58:15.973Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:15.973Z] INFO: Testing against a local daemon [2020-09-24T16:58:15.973Z] === RUN TestPluginInvalidJSON [2020-09-24T16:58:15.973Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:15.973Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:15.973Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:15.973Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-09-24T16:58:15.973Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-24T16:58:15.973Z] === RUN TestPluginInstall [2020-09-24T16:58:15.973Z] === RUN TestPluginInstall/no_auth [2020-09-24T16:58:17.225Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T16:58:17.225Z] Using test binary docker [2020-09-24T16:58:17.225Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-09-24T16:58:17.225Z] +++ /etc/init.d/apparmor start [2020-09-24T16:58:17.225Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:58:17.225Z] INFO: Waiting for daemon to start... [2020-09-24T16:58:17.225Z] Starting dockerd [2020-09-24T16:58:17.225Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2020-09-24T16:58:17.603Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:17.603Z] INFO: Testing against a local daemon [2020-09-24T16:58:17.603Z] === RUN TestCommitInheritsEnv [2020-09-24T16:58:17.603Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2020-09-24T16:58:17.603Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:58:17.603Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T16:58:17.603Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-24T16:58:17.603Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-24T16:58:17.603Z] === RUN TestImagesFilterMultiReference [2020-09-24T16:58:17.603Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-09-24T16:58:17.603Z] === RUN TestImagePullPlatformInvalid [2020-09-24T16:58:17.603Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-24T16:58:17.603Z] === RUN TestRemoveImageOrphaning [2020-09-24T16:58:18.305Z] --- PASS: TestHealthKillContainer (2.50s) [2020-09-24T16:58:18.305Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T16:58:18.568Z] --- PASS: TestRemoveImageOrphaning (0.77s) [2020-09-24T16:58:18.568Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T16:58:18.568Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-24T16:58:18.568Z] === RUN TestTagInvalidReference [2020-09-24T16:58:18.568Z] --- PASS: TestTagInvalidReference (0.04s) [2020-09-24T16:58:18.568Z] === RUN TestTagValidPrefixedRepo [2020-09-24T16:58:18.568Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-09-24T16:58:18.568Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T16:58:18.568Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-24T16:58:18.568Z] === RUN TestTagOfficialNames [2020-09-24T16:58:18.568Z] --- PASS: TestTagOfficialNames (0.09s) [2020-09-24T16:58:18.568Z] === RUN TestTagMatchesDigest [2020-09-24T16:58:18.568Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-24T16:58:18.568Z] PASS [2020-09-24T16:58:18.568Z] ok github.com/docker/docker/integration/image 1.283s [2020-09-24T16:58:18.568Z] [2020-09-24T16:58:18.568Z] === Skipped [2020-09-24T16:58:18.568Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-09-24T16:58:18.568Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:58:18.568Z] [2020-09-24T16:58:18.568Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-24T16:58:18.568Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-09-24T16:58:18.568Z] [2020-09-24T16:58:18.568Z] [2020-09-24T16:58:18.568Z] DONE 11 tests, 2 skipped in 3.195s [2020-09-24T16:58:18.697Z] time="2020-09-24T16:58:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:18.697Z] time="2020-09-24T16:58:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:27e9d26b65a774376e8661d3cde4ecde2a2500d7cb68a43c237a22c5e71e552f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:18.697Z] time="2020-09-24T16:58:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:18.697Z] time="2020-09-24T16:58:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:27e9d26b65a774376e8661d3cde4ecde2a2500d7cb68a43c237a22c5e71e552f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:18.697Z] === RUN TestPluginInstall/with_htpasswd [2020-09-24T16:58:18.866Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2020-09-24T16:58:18.866Z] === RUN TestIpcModeNone [2020-09-24T16:58:19.025Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-09-24T16:58:19.121Z] --- PASS: TestIpcModeNone (0.43s) [2020-09-24T16:58:19.121Z] === RUN TestIpcModePrivate [2020-09-24T16:58:19.328Z] time="2020-09-24T16:58:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:19.328Z] time="2020-09-24T16:58:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31f6d59dfde9add30a80bbaca3fe5712292d1ca79e30c401183e9915e9e14338" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:19.328Z] time="2020-09-24T16:58:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:19.328Z] time="2020-09-24T16:58:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31f6d59dfde9add30a80bbaca3fe5712292d1ca79e30c401183e9915e9e14338" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:19.618Z] === RUN TestPluginInstall/with_insecure [2020-09-24T16:58:19.682Z] --- PASS: TestIpcModePrivate (0.47s) [2020-09-24T16:58:19.682Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-09-24T16:58:19.682Z] === RUN TestIpcModeShareable [2020-09-24T16:58:19.682Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-09-24T16:58:19.682Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:58:19.682Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-24T16:58:20.559Z] testing: warning: no tests to run [2020-09-24T16:58:20.559Z] PASS [2020-09-24T16:58:20.559Z] ok github.com/docker/docker/integration/network/macvlan 0.038s [no tests to run] [2020-09-24T16:58:20.559Z] testing: warning: no tests to run [2020-09-24T16:58:20.559Z] PASS [2020-09-24T16:58:20.559Z] ok github.com/docker/docker/integration/network/ipvlan 0.100s [no tests to run] [2020-09-24T16:58:20.649Z] time="2020-09-24T16:58:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:20.649Z] time="2020-09-24T16:58:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02b51e09bcd514e14832823f1d2ab795950bd96bca296c3f31b74e9fbda8831a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:20.649Z] time="2020-09-24T16:58:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T16:58:20.649Z] time="2020-09-24T16:58:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:02b51e09bcd514e14832823f1d2ab795950bd96bca296c3f31b74e9fbda8831a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T16:58:20.940Z] --- PASS: TestPluginInstall (6.50s) [2020-09-24T16:58:20.940Z] --- PASS: TestPluginInstall/no_auth (4.40s) [2020-09-24T16:58:20.940Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2020-09-24T16:58:20.940Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2020-09-24T16:58:20.940Z] plugin_test.go:157: [d10c9d591df7b] daemon is not started [2020-09-24T16:58:20.940Z] PASS [2020-09-24T16:58:20.940Z] [2020-09-24T16:58:20.940Z] DONE 6 tests in 6.701s [2020-09-24T16:58:20.940Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-24T16:58:20.940Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:20.940Z] ++ set -e [2020-09-24T16:58:20.940Z] ++ '[' -n 0 ']' [2020-09-24T16:58:20.940Z] ++ set -x [2020-09-24T16:58:20.940Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:21.045Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2020-09-24T16:58:21.045Z] === RUN TestAPIIpcModeHost [2020-09-24T16:58:21.045Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-09-24T16:58:21.045Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:58:21.045Z] === RUN TestDaemonIpcModeShareable [2020-09-24T16:58:21.045Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-09-24T16:58:21.045Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:58:21.045Z] === RUN TestDaemonIpcModePrivate [2020-09-24T16:58:21.230Z] INFO: Testing against a local daemon [2020-09-24T16:58:21.230Z] === RUN TestExternalGraphDriver [2020-09-24T16:58:21.521Z] === RUN TestExternalGraphDriver/json [2020-09-24T16:58:21.521Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:21.521Z] INFO: Testing against a local daemon [2020-09-24T16:58:21.521Z] === RUN TestNetworkCreateDelete [2020-09-24T16:58:21.521Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2020-09-24T16:58:21.521Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T16:58:21.521Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2020-09-24T16:58:21.521Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-09-24T16:58:21.521Z] === RUN TestDaemonDNSFallback [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2020-09-24T16:58:21.521Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] === RUN TestInspectNetwork [2020-09-24T16:58:21.521Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-24T16:58:21.521Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:21.521Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T16:58:21.521Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-24T16:58:21.521Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] === RUN TestNetworkInvalidJSON [2020-09-24T16:58:21.521Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T16:58:21.521Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T16:58:21.521Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:58:21.521Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:58:21.521Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:58:21.521Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:58:21.521Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T16:58:21.521Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T16:58:21.521Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T16:58:21.521Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-09-24T16:58:21.521Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T16:58:21.521Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2020-09-24T16:58:21.521Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2020-09-24T16:58:21.521Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T16:58:21.521Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-24T16:58:21.521Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T16:58:21.521Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T16:58:21.521Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T16:58:21.521Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:236: FLAKY_TEST [2020-09-24T16:58:21.521Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T16:58:21.521Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T16:58:21.521Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] PASS [2020-09-24T16:58:21.521Z] ok github.com/docker/docker/integration/network 0.184s [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === Skipped [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-09-24T16:58:21.521Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-09-24T16:58:21.521Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-09-24T16:58:21.521Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-09-24T16:58:21.521Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-09-24T16:58:21.521Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-09-24T16:58:21.521Z] network_test.go:97: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:29: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:52: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:96: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:130: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:181: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:206: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:236: FLAKY_TEST [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:326: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-24T16:58:21.521Z] service_test.go:394: testEnv.OSType == "windows" [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] [2020-09-24T16:58:21.521Z] DONE 19 tests, 15 skipped in 2.843s [2020-09-24T16:58:21.521Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-09-24T16:58:21.978Z] testing: warning: no tests to run [2020-09-24T16:58:21.978Z] PASS [2020-09-24T16:58:21.978Z] ok github.com/docker/docker/integration/network/ipvlan (cached) [no tests to run] [2020-09-24T16:58:21.978Z] [2020-09-24T16:58:21.978Z] DONE 0 tests in 0.328s [2020-09-24T16:58:21.978Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-09-24T16:58:22.435Z] testing: warning: no tests to run [2020-09-24T16:58:22.435Z] PASS [2020-09-24T16:58:22.435Z] ok github.com/docker/docker/integration/network/macvlan (cached) [no tests to run] [2020-09-24T16:58:22.435Z] [2020-09-24T16:58:22.435Z] DONE 0 tests in 0.318s [2020-09-24T16:58:22.435Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-09-24T16:58:22.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T16:58:23.557Z] --- PASS: TestDaemonIpcModePrivate (2.16s) [2020-09-24T16:58:23.557Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-09-24T16:58:23.557Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-24T16:58:23.557Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-24T16:58:23.557Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:58:23.557Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-24T16:58:23.557Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-24T16:58:23.557Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:58:23.557Z] === RUN TestIpcModeOlderClient [2020-09-24T16:58:23.557Z] === PAUSE TestIpcModeOlderClient [2020-09-24T16:58:23.557Z] === RUN TestKillContainerInvalidSignal [2020-09-24T16:58:23.583Z] === RUN TestExternalGraphDriver/spec [2020-09-24T16:58:23.812Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2020-09-24T16:58:23.812Z] === RUN TestKillContainer [2020-09-24T16:58:23.812Z] === RUN TestKillContainer/no_signal [2020-09-24T16:58:23.984Z] testing: warning: no tests to run [2020-09-24T16:58:23.984Z] testing: warning: no tests to run [2020-09-24T16:58:23.984Z] PASS [2020-09-24T16:58:23.984Z] PASS [2020-09-24T16:58:23.984Z] ok github.com/docker/docker/integration/plugin 0.135s [no tests to run] [2020-09-24T16:58:23.984Z] ok github.com/docker/docker/integration/plugin/authz 0.129s [no tests to run] [2020-09-24T16:58:24.068Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T16:58:24.324Z] === RUN TestKillContainer/killing_signal [2020-09-24T16:58:24.885Z] --- PASS: TestKillContainer (1.21s) [2020-09-24T16:58:24.885Z] --- PASS: TestKillContainer/no_signal (0.38s) [2020-09-24T16:58:24.885Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2020-09-24T16:58:24.885Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2020-09-24T16:58:24.885Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T16:58:24.885Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-24T16:58:25.357Z] . [2020-09-24T16:58:25.357Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T16:58:25.357Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T16:58:25.357Z] Error: No such image: emptyfs [2020-09-24T16:58:25.357Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T16:58:25.357Z] ++++ docker load [2020-09-24T16:58:25.357Z] Running integration-test (iteration 1) [2020-09-24T16:58:25.357Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-09-24T16:58:25.357Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:25.357Z] ++ set -e [2020-09-24T16:58:25.357Z] ++ '[' -n 0 ']' [2020-09-24T16:58:25.357Z] ++ set -x [2020-09-24T16:58:25.357Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:25.445Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-24T16:58:25.645Z] === RUN TestExternalGraphDriver/pull [2020-09-24T16:58:25.703Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2020-09-24T16:58:25.703Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2020-09-24T16:58:25.703Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2020-09-24T16:58:25.703Z] === RUN TestKillStoppedContainer [2020-09-24T16:58:25.703Z] --- PASS: TestKillStoppedContainer (0.03s) [2020-09-24T16:58:25.703Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T16:58:25.703Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-09-24T16:58:25.703Z] === RUN TestKillDifferentUserContainer [2020-09-24T16:58:26.264Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2020-09-24T16:58:26.264Z] === RUN TestInspectOomKilledTrue [2020-09-24T16:58:26.264Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-24T16:58:26.264Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:58:26.264Z] === RUN TestInspectOomKilledFalse [2020-09-24T16:58:26.264Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-24T16:58:26.264Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:58:26.264Z] === RUN TestLinksEtcHostsContentMatch [2020-09-24T16:58:26.264Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-09-24T16:58:26.264Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-24T16:58:26.264Z] === RUN TestLinksContainerNames [2020-09-24T16:58:27.191Z] --- PASS: TestLinksContainerNames (0.83s) [2020-09-24T16:58:27.191Z] === RUN TestLogsFollowTailEmpty [2020-09-24T16:58:27.446Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2020-09-24T16:58:27.446Z] === RUN TestContainerNetworkMountsNoChown [2020-09-24T16:58:27.707Z] --- PASS: TestExternalGraphDriver (6.47s) [2020-09-24T16:58:27.707Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2020-09-24T16:58:27.707Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2020-09-24T16:58:27.707Z] --- PASS: TestExternalGraphDriver/pull (2.05s) [2020-09-24T16:58:27.707Z] === RUN TestGraphdriverPluginV2 [2020-09-24T16:58:28.007Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/default [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/default [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/private [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/private [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rprivate [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/slave [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/slave [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rslave [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/shared [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/shared [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rshared [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/default [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/rshared [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/shared [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/rslave [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/slave [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:58:28.007Z] === CONT TestMountDaemonRoot/rprivate [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:58:28.007Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:58:28.007Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/private [2020-09-24T16:58:28.008Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-24T16:58:28.008Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-24T16:58:28.008Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:58:28.008Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:58:28.008Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-24T16:58:28.008Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-24T16:58:28.008Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:58:28.008Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-24T16:58:28.008Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T16:58:28.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T16:58:28.263Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-24T16:58:28.264Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-24T16:58:28.264Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2020-09-24T16:58:28.264Z] === RUN TestContainerBindMountNonRecursive [2020-09-24T16:58:28.264Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-09-24T16:58:28.264Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-24T16:58:28.264Z] === RUN TestNetworkNat [2020-09-24T16:58:28.337Z] --- SKIP: TestGraphdriverPluginV2 (0.71s) [2020-09-24T16:58:28.337Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:28.337Z] PASS [2020-09-24T16:58:28.337Z] [2020-09-24T16:58:28.337Z] === Skipped [2020-09-24T16:58:28.337Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.71s) [2020-09-24T16:58:28.337Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T16:58:28.337Z] [2020-09-24T16:58:28.337Z] [2020-09-24T16:58:28.337Z] DONE 5 tests, 1 skipped in 7.345s [2020-09-24T16:58:28.337Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-24T16:58:28.337Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:28.337Z] ++ set -e [2020-09-24T16:58:28.337Z] ++ '[' -n 0 ']' [2020-09-24T16:58:28.337Z] ++ set -x [2020-09-24T16:58:28.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:28.338Z] INFO: Testing against a local daemon [2020-09-24T16:58:28.338Z] === RUN TestContinueAfterPluginCrash [2020-09-24T16:58:28.338Z] === PAUSE TestContinueAfterPluginCrash [2020-09-24T16:58:28.338Z] === RUN TestReadPluginNoRead [2020-09-24T16:58:28.338Z] === PAUSE TestReadPluginNoRead [2020-09-24T16:58:28.338Z] === RUN TestDaemonStartWithLogOpt [2020-09-24T16:58:28.338Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-24T16:58:28.338Z] === CONT TestContinueAfterPluginCrash [2020-09-24T16:58:28.338Z] === CONT TestDaemonStartWithLogOpt [2020-09-24T16:58:28.825Z] --- PASS: TestNetworkNat (0.48s) [2020-09-24T16:58:28.825Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T16:58:29.080Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2020-09-24T16:58:29.080Z] === RUN TestNetworkLoopbackNat [2020-09-24T16:58:31.044Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:31.044Z] INFO: Testing against a local daemon [2020-09-24T16:58:31.044Z] === RUN TestExternalGraphDriver [2020-09-24T16:58:31.044Z] --- SKIP: TestExternalGraphDriver (0.03s) [2020-09-24T16:58:31.044Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-24T16:58:31.044Z] === RUN TestGraphdriverPluginV2 [2020-09-24T16:58:31.044Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-09-24T16:58:31.044Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-24T16:58:31.044Z] PASS [2020-09-24T16:58:31.044Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.253s [2020-09-24T16:58:32.007Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:32.007Z] INFO: Testing against a local daemon [2020-09-24T16:58:32.007Z] === RUN TestPluginInvalidJSON [2020-09-24T16:58:32.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T16:58:32.343Z] --- PASS: TestNetworkLoopbackNat (2.54s) [2020-09-24T16:58:32.343Z] === RUN TestPause [2020-09-24T16:58:32.343Z] --- SKIP: TestPause (0.00s) [2020-09-24T16:58:32.343Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:58:32.343Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T16:58:32.343Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:58:32.343Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:58:32.343Z] === RUN TestPauseStopPausedContainer [2020-09-24T16:58:32.343Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-09-24T16:58:32.343Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:58:32.343Z] === RUN TestPsFilter [2020-09-24T16:58:32.343Z] --- PASS: TestPsFilter (0.09s) [2020-09-24T16:58:32.343Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T16:58:32.343Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2020-09-24T16:58:32.343Z] === RUN TestRemoveContainerWithVolume [2020-09-24T16:58:32.464Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:32.464Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:32.464Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:32.464Z] INFO: Testing against a local daemon [2020-09-24T16:58:32.464Z] === RUN TestReadPluginNoRead [2020-09-24T16:58:32.464Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-09-24T16:58:32.464Z] read_test.go:21: no unix domain sockets on Windows [2020-09-24T16:58:32.464Z] PASS [2020-09-24T16:58:32.464Z] testing: warning: no tests to run [2020-09-24T16:58:32.464Z] PASS [2020-09-24T16:58:32.464Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.070s [no tests to run] [2020-09-24T16:58:32.464Z] ok github.com/docker/docker/integration/plugin/logging 0.215s [2020-09-24T16:58:32.464Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:32.464Z] --- PASS: TestPluginInvalidJSON (0.11s) [2020-09-24T16:58:32.464Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-09-24T16:58:32.464Z] === RUN TestPluginInstall [2020-09-24T16:58:32.464Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-24T16:58:32.464Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-24T16:58:32.464Z] PASS [2020-09-24T16:58:32.464Z] ok github.com/docker/docker/integration/plugin/common 0.293s [2020-09-24T16:58:32.464Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-09-24T16:58:32.464Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-09-24T16:58:32.598Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-09-24T16:58:32.598Z] === RUN TestRemoveContainerRunning [2020-09-24T16:58:32.783Z] --- PASS: TestDaemonStartWithLogOpt (3.85s) [2020-09-24T16:58:32.783Z] === CONT TestReadPluginNoRead [2020-09-24T16:58:33.159Z] --- PASS: TestRemoveContainerRunning (0.40s) [2020-09-24T16:58:33.159Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T16:58:33.414Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2020-09-24T16:58:33.414Z] === RUN TestRemoveInvalidContainer [2020-09-24T16:58:33.414Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-09-24T16:58:33.414Z] === RUN TestRenameLinkedContainer [2020-09-24T16:58:33.428Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:33.428Z] INFO: Testing against a local daemon [2020-09-24T16:58:33.428Z] === RUN TestPluginWithDevMounts [2020-09-24T16:58:33.428Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-24T16:58:33.428Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:33.428Z] PASS [2020-09-24T16:58:33.428Z] ok github.com/docker/docker/integration/plugin/volumes 0.233s [2020-09-24T16:58:33.428Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-09-24T16:58:33.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] === Skipped [2020-09-24T16:58:33.884Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-09-24T16:58:33.884Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.03s) [2020-09-24T16:58:33.884Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-09-24T16:58:33.884Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-24T16:58:33.884Z] read_test.go:21: no unix domain sockets on Windows [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-24T16:58:33.884Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] DONE 7 tests, 5 skipped in 11.230s [2020-09-24T16:58:33.884Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-09-24T16:58:33.884Z] testing: warning: no tests to run [2020-09-24T16:58:33.884Z] PASS [2020-09-24T16:58:33.884Z] ok github.com/docker/docker/integration/plugin/authz (cached) [no tests to run] [2020-09-24T16:58:33.884Z] [2020-09-24T16:58:33.884Z] DONE 0 tests in 0.297s [2020-09-24T16:58:33.884Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-09-24T16:58:34.538Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-09-24T16:58:34.538Z] Copying nested executables into bundles/binary-daemon [2020-09-24T16:58:34.538Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-09-24T16:58:34.850Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:34.850Z] INFO: Testing against a local daemon [2020-09-24T16:58:34.850Z] === RUN TestPluginInvalidJSON [2020-09-24T16:58:34.850Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:34.850Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:34.850Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T16:58:34.850Z] --- PASS: TestPluginInvalidJSON (0.11s) [2020-09-24T16:58:34.850Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-09-24T16:58:34.850Z] === RUN TestPluginInstall [2020-09-24T16:58:34.850Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-24T16:58:34.850Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-24T16:58:34.850Z] PASS [2020-09-24T16:58:34.850Z] ok github.com/docker/docker/integration/plugin/common (cached) [2020-09-24T16:58:34.850Z] [2020-09-24T16:58:34.850Z] === Skipped [2020-09-24T16:58:34.850Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-09-24T16:58:34.850Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-09-24T16:58:34.850Z] [2020-09-24T16:58:34.850Z] [2020-09-24T16:58:34.850Z] DONE 3 tests, 1 skipped in 0.747s [2020-09-24T16:58:34.850Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-09-24T16:58:34.860Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/make.sh cross [2020-09-24T16:58:34.903Z] === RUN TestReadPluginNoRead/default [2020-09-24T16:58:35.115Z] [2020-09-24T16:58:35.299Z] --- PASS: TestRenameLinkedContainer (1.62s) [2020-09-24T16:58:35.299Z] === RUN TestRenameStoppedContainer [2020-09-24T16:58:35.371Z] Removing bundles/ [2020-09-24T16:58:35.371Z] [2020-09-24T16:58:35.371Z] ---> Making bundle: cross (in bundles/cross) [2020-09-24T16:58:35.371Z] Cross building: bundles/cross/linux/amd64 [2020-09-24T16:58:35.371Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-09-24T16:58:35.371Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-09-24T16:58:35.555Z] --- PASS: TestRenameStoppedContainer (0.38s) [2020-09-24T16:58:35.555Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T16:58:35.813Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:35.813Z] INFO: Testing against a local daemon [2020-09-24T16:58:35.813Z] === RUN TestExternalGraphDriver [2020-09-24T16:58:35.813Z] --- SKIP: TestExternalGraphDriver (0.03s) [2020-09-24T16:58:35.813Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-24T16:58:35.813Z] === RUN TestGraphdriverPluginV2 [2020-09-24T16:58:35.813Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2020-09-24T16:58:35.813Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-24T16:58:35.813Z] PASS [2020-09-24T16:58:35.813Z] ok github.com/docker/docker/integration/plugin/graphdriver (cached) [2020-09-24T16:58:35.813Z] [2020-09-24T16:58:35.813Z] === Skipped [2020-09-24T16:58:35.813Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.03s) [2020-09-24T16:58:35.813Z] external_test.go:48: runtime.GOOS == "windows" [2020-09-24T16:58:35.813Z] [2020-09-24T16:58:35.813Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-09-24T16:58:35.813Z] external_test.go:408: runtime.GOOS == "windows" [2020-09-24T16:58:35.813Z] [2020-09-24T16:58:35.813Z] [2020-09-24T16:58:35.813Z] DONE 2 tests, 2 skipped in 0.719s [2020-09-24T16:58:35.813Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-09-24T16:58:36.270Z] testing: warning: no tests to run [2020-09-24T16:58:36.270Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:36.270Z] PASS [2020-09-24T16:58:36.270Z] INFO: Testing against a local daemon [2020-09-24T16:58:36.270Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-09-24T16:58:36.270Z] === RUN TestReadPluginNoRead [2020-09-24T16:58:36.270Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-09-24T16:58:36.270Z] read_test.go:21: no unix domain sockets on Windows [2020-09-24T16:58:36.270Z] PASS [2020-09-24T16:58:36.270Z] ok github.com/docker/docker/integration/plugin/logging (cached) [2020-09-24T16:58:36.270Z] ? github.com/docker/docker/integration/plugin/logging/cmd/close_on_start [no test files] [2020-09-24T16:58:36.270Z] ? github.com/docker/docker/integration/plugin/logging/cmd/dummy [no test files] [2020-09-24T16:58:36.482Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2020-09-24T16:58:36.482Z] === RUN TestRenameInvalidName [2020-09-24T16:58:36.727Z] [2020-09-24T16:58:36.727Z] === Skipped [2020-09-24T16:58:36.727Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-09-24T16:58:36.727Z] read_test.go:21: no unix domain sockets on Windows [2020-09-24T16:58:36.727Z] [2020-09-24T16:58:36.727Z] [2020-09-24T16:58:36.727Z] DONE 1 tests, 1 skipped in 0.860s [2020-09-24T16:58:36.727Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-09-24T16:58:36.737Z] --- PASS: TestRenameInvalidName (0.40s) [2020-09-24T16:58:36.737Z] === RUN TestRenameAnonymousContainer [2020-09-24T16:58:36.964Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-24T16:58:37.184Z] testing: warning: no tests to run [2020-09-24T16:58:37.184Z] PASS [2020-09-24T16:58:37.184Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard (cached) [no tests to run] [2020-09-24T16:58:37.184Z] [2020-09-24T16:58:37.184Z] DONE 0 tests in 0.456s [2020-09-24T16:58:37.184Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-09-24T16:58:37.254Z] --- PASS: TestContinueAfterPluginCrash (8.94s) [2020-09-24T16:58:37.595Z] Loaded image: buildpack-deps:buster [2020-09-24T16:58:37.595Z] Loaded image: busybox:latest [2020-09-24T16:58:37.595Z] Loaded image: busybox:glibc [2020-09-24T16:58:37.595Z] Loaded image: debian:buster [2020-09-24T16:58:37.595Z] Loaded image: hello-world:latest [2020-09-24T16:58:37.595Z] INFO: Testing against a local daemon [2020-09-24T16:58:37.595Z] === RUN TestCgroupNamespacesBuild [2020-09-24T16:58:37.644Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:37.644Z] INFO: Testing against a local daemon [2020-09-24T16:58:37.644Z] === RUN TestPluginWithDevMounts [2020-09-24T16:58:37.644Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-24T16:58:37.644Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:37.644Z] PASS [2020-09-24T16:58:37.644Z] ok github.com/docker/docker/integration/plugin/volumes (cached) [2020-09-24T16:58:37.644Z] ? github.com/docker/docker/integration/plugin/volumes/cmd/dummy [no test files] [2020-09-24T16:58:38.099Z] --- PASS: TestRenameAnonymousContainer (1.49s) [2020-09-24T16:58:38.099Z] === RUN TestRenameContainerWithSameName [2020-09-24T16:58:38.100Z] [2020-09-24T16:58:38.100Z] === Skipped [2020-09-24T16:58:38.100Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-09-24T16:58:38.100Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:38.100Z] [2020-09-24T16:58:38.100Z] [2020-09-24T16:58:38.100Z] DONE 1 tests, 1 skipped in 0.778s [2020-09-24T16:58:38.100Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-09-24T16:58:38.660Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2020-09-24T16:58:38.660Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T16:58:38.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T16:58:39.317Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-24T16:58:39.586Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2020-09-24T16:58:39.586Z] === RUN TestResize [2020-09-24T16:58:39.630Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:39.630Z] INFO: Testing against a local daemon [2020-09-24T16:58:39.630Z] === RUN TestSecretInspect [2020-09-24T16:58:39.630Z] --- SKIP: TestSecretInspect (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:39.630Z] === RUN TestSecretList [2020-09-24T16:58:39.630Z] --- SKIP: TestSecretList (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:39.630Z] === RUN TestSecretsCreateAndDelete [2020-09-24T16:58:39.630Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:39.630Z] === RUN TestSecretsUpdate [2020-09-24T16:58:39.630Z] --- SKIP: TestSecretsUpdate (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:39.630Z] === RUN TestTemplatedSecret [2020-09-24T16:58:39.630Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:39.630Z] === RUN TestSecretCreateResolve [2020-09-24T16:58:39.630Z] --- SKIP: TestSecretCreateResolve (0.00s) [2020-09-24T16:58:39.630Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:39.630Z] PASS [2020-09-24T16:58:39.630Z] ok github.com/docker/docker/integration/secret 0.129s [2020-09-24T16:58:39.842Z] --- PASS: TestResize (0.39s) [2020-09-24T16:58:39.843Z] === RUN TestResizeWithInvalidSize [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === Skipped [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-09-24T16:58:40.089Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] [2020-09-24T16:58:40.089Z] DONE 6 tests, 6 skipped in 1.962s [2020-09-24T16:58:40.089Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-09-24T16:58:40.141Z] --- PASS: TestCgroupNamespacesBuild (3.21s) [2020-09-24T16:58:40.141Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-24T16:58:40.405Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2020-09-24T16:58:40.405Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T16:58:40.660Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2020-09-24T16:58:40.660Z] === RUN TestDaemonRestartKillContainers [2020-09-24T16:58:40.660Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:58:40.660Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-24T16:58:40.660Z] === RUN TestCgroupNamespacesRun [2020-09-24T16:58:40.823Z] --- PASS: TestReadPluginNoRead (8.62s) [2020-09-24T16:58:40.823Z] --- PASS: TestReadPluginNoRead/default (1.91s) [2020-09-24T16:58:40.823Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.04s) [2020-09-24T16:58:40.823Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.92s) [2020-09-24T16:58:40.823Z] read_test.go:92: [dc3fde3f81137] daemon is not started [2020-09-24T16:58:40.823Z] PASS [2020-09-24T16:58:40.823Z] [2020-09-24T16:58:40.823Z] DONE 6 tests in 12.600s [2020-09-24T16:58:40.823Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-24T16:58:40.823Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:40.823Z] ++ set -e [2020-09-24T16:58:40.823Z] ++ '[' -n 0 ']' [2020-09-24T16:58:40.823Z] ++ set -x [2020-09-24T16:58:40.823Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:41.113Z] testing: warning: no tests to run [2020-09-24T16:58:41.113Z] PASS [2020-09-24T16:58:41.113Z] [2020-09-24T16:58:41.113Z] DONE 0 tests in 0.078s [2020-09-24T16:58:41.113Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-24T16:58:41.113Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:41.113Z] ++ set -e [2020-09-24T16:58:41.113Z] ++ '[' -n 0 ']' [2020-09-24T16:58:41.113Z] ++ set -x [2020-09-24T16:58:41.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:41.113Z] INFO: Testing against a local daemon [2020-09-24T16:58:41.113Z] === RUN TestPluginWithDevMounts [2020-09-24T16:58:41.113Z] === PAUSE TestPluginWithDevMounts [2020-09-24T16:58:41.113Z] === CONT TestPluginWithDevMounts [2020-09-24T16:58:41.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T16:58:42.057Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-09-24T16:58:42.057Z] === RUN TestBuildWithSession [2020-09-24T16:58:42.057Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:58:42.057Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:58:42.057Z] === RUN TestBuildSquashParent [2020-09-24T16:58:42.262Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:42.262Z] INFO: Testing against a local daemon [2020-09-24T16:58:42.262Z] === RUN TestServiceCreateInit [2020-09-24T16:58:42.262Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T16:58:42.262Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T16:58:42.262Z] --- PASS: TestServiceCreateInit (0.04s) [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceConflict [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceConflict (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2020-09-24T16:58:42.262Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2020-09-24T16:58:42.262Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceSysctls [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2020-09-24T16:58:42.262Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateServiceCapabilities [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2020-09-24T16:58:42.262Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestInspect [2020-09-24T16:58:42.262Z] --- SKIP: TestInspect (0.00s) [2020-09-24T16:58:42.262Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestCreateJob [2020-09-24T16:58:42.262Z] --- SKIP: TestCreateJob (0.00s) [2020-09-24T16:58:42.262Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestReplicatedJob [2020-09-24T16:58:42.262Z] --- SKIP: TestReplicatedJob (0.00s) [2020-09-24T16:58:42.262Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestUpdateReplicatedJob [2020-09-24T16:58:42.262Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2020-09-24T16:58:42.262Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestServiceListWithStatuses [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-24T16:58:42.262Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T16:58:42.262Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2020-09-24T16:58:42.262Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestDockerNetworkReConnect [2020-09-24T16:58:42.262Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2020-09-24T16:58:42.262Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestServicePlugin [2020-09-24T16:58:42.262Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-24T16:58:42.262Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.262Z] === RUN TestServiceUpdateLabel [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2020-09-24T16:58:42.262Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.262Z] === RUN TestServiceUpdateSecrets [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2020-09-24T16:58:42.262Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.262Z] === RUN TestServiceUpdateConfigs [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2020-09-24T16:58:42.262Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.262Z] === RUN TestServiceUpdateNetwork [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2020-09-24T16:58:42.262Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.262Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T16:58:42.262Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2020-09-24T16:58:42.262Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.262Z] PASS [2020-09-24T16:58:42.262Z] ok github.com/docker/docker/integration/service 0.291s [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === Skipped [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T16:58:42.719Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T16:58:42.719Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-09-24T16:58:42.719Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-09-24T16:58:42.719Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2020-09-24T16:58:42.719Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2020-09-24T16:58:42.719Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-09-24T16:58:42.719Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-09-24T16:58:42.719Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-09-24T16:58:42.719Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-09-24T16:58:42.719Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-09-24T16:58:42.719Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.719Z] [2020-09-24T16:58:42.719Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-09-24T16:58:42.720Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-09-24T16:58:42.720Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-09-24T16:58:42.720Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-09-24T16:58:42.720Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-09-24T16:58:42.720Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-09-24T16:58:42.720Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-09-24T16:58:42.720Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2020-09-24T16:58:42.720Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] [2020-09-24T16:58:42.720Z] DONE 24 tests, 23 skipped in 2.707s [2020-09-24T16:58:42.720Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-09-24T16:58:43.172Z] --- PASS: TestCgroupNamespacesRun (2.13s) [2020-09-24T16:58:43.172Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-24T16:58:43.174Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-09-24T16:58:43.174Z] PASS [2020-09-24T16:58:43.174Z] [2020-09-24T16:58:43.174Z] DONE 1 tests in 1.988s [2020-09-24T16:58:43.174Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-09-24T16:58:43.174Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:43.174Z] ++ set -e [2020-09-24T16:58:43.174Z] ++ '[' -n 0 ']' [2020-09-24T16:58:43.174Z] ++ set -x [2020-09-24T16:58:43.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:58:43.174Z] INFO: Testing against a local daemon [2020-09-24T16:58:43.174Z] === RUN TestSecretInspect [2020-09-24T16:58:44.887Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:44.887Z] INFO: Testing against a local daemon [2020-09-24T16:58:44.887Z] === RUN TestSessionCreate [2020-09-24T16:58:44.887Z] --- SKIP: TestSessionCreate (0.00s) [2020-09-24T16:58:44.887Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:44.887Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T16:58:44.887Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2020-09-24T16:58:44.887Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:44.887Z] PASS [2020-09-24T16:58:44.887Z] ok github.com/docker/docker/integration/session 0.120s [2020-09-24T16:58:44.887Z] [2020-09-24T16:58:44.887Z] === Skipped [2020-09-24T16:58:44.887Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-09-24T16:58:44.887Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:44.887Z] [2020-09-24T16:58:44.887Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-09-24T16:58:44.887Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-09-24T16:58:44.887Z] [2020-09-24T16:58:44.887Z] [2020-09-24T16:58:44.887Z] DONE 2 tests, 2 skipped in 2.032s [2020-09-24T16:58:44.887Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-09-24T16:58:45.058Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2020-09-24T16:58:45.058Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-24T16:58:46.683Z] --- PASS: TestSecretInspect (3.62s) [2020-09-24T16:58:46.683Z] === RUN TestSecretList [2020-09-24T16:58:46.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T16:58:47.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:47.057Z] INFO: Testing against a local daemon [2020-09-24T16:58:47.057Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T16:58:47.057Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T16:58:47.057Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:47.057Z] === RUN TestEventsExecDie [2020-09-24T16:58:47.057Z] --- SKIP: TestEventsExecDie (0.00s) [2020-09-24T16:58:47.057Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-24T16:58:47.057Z] === RUN TestEventsBackwardsCompatible [2020-09-24T16:58:47.057Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2020-09-24T16:58:47.057Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-24T16:58:47.057Z] === RUN TestInfoAPI [2020-09-24T16:58:47.057Z] --- PASS: TestInfoAPI (0.03s) [2020-09-24T16:58:47.057Z] === RUN TestInfoAPIWarnings [2020-09-24T16:58:47.057Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-09-24T16:58:47.057Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:58:47.057Z] === RUN TestInfoDebug [2020-09-24T16:58:47.057Z] --- SKIP: TestInfoDebug (0.00s) [2020-09-24T16:58:47.057Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:47.057Z] === RUN TestInfoInsecureRegistries [2020-09-24T16:58:47.057Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-09-24T16:58:47.057Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:47.057Z] === RUN TestInfoRegistryMirrors [2020-09-24T16:58:47.057Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-09-24T16:58:47.057Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:47.057Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T16:58:47.571Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s) [2020-09-24T16:58:47.571Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-24T16:58:48.019Z] --- PASS: TestLoginFailsWithBadCredentials (1.05s) [2020-09-24T16:58:48.019Z] === RUN TestPingCacheHeaders [2020-09-24T16:58:48.019Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-24T16:58:48.019Z] === RUN TestPingGet [2020-09-24T16:58:48.019Z] --- PASS: TestPingGet (0.03s) [2020-09-24T16:58:48.019Z] === RUN TestPingHead [2020-09-24T16:58:48.019Z] --- PASS: TestPingHead (0.03s) [2020-09-24T16:58:48.019Z] === RUN TestVersion [2020-09-24T16:58:48.019Z] --- PASS: TestVersion (0.03s) [2020-09-24T16:58:48.019Z] PASS [2020-09-24T16:58:48.019Z] ok github.com/docker/docker/integration/system 1.287s [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === Skipped [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T16:58:48.019Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-09-24T16:58:48.019Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-09-24T16:58:48.019Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-09-24T16:58:48.019Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-09-24T16:58:48.019Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:48.019Z] [2020-09-24T16:58:48.019Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-09-24T16:58:48.019Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:48.020Z] [2020-09-24T16:58:48.020Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-09-24T16:58:48.020Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-09-24T16:58:48.020Z] [2020-09-24T16:58:48.020Z] [2020-09-24T16:58:48.020Z] DONE 13 tests, 7 skipped in 3.227s [2020-09-24T16:58:48.020Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-09-24T16:58:48.644Z] --- PASS: TestBuildSquashParent (6.38s) [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:58:48.644Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:58:48.644Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:58:48.644Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:58:48.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:58:48.644Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:58:48.644Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:58:49.457Z] --- PASS: TestCgroupNamespacesRunHostMode (2.12s) [2020-09-24T16:58:49.457Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-24T16:58:50.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-09-24T16:58:50.186Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:50.186Z] INFO: Testing against a local daemon [2020-09-24T16:58:50.186Z] === RUN TestVolumesCreateAndList [2020-09-24T16:58:50.186Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-24T16:58:50.186Z] === RUN TestVolumesRemove [2020-09-24T16:58:50.186Z] --- PASS: TestVolumesRemove (0.06s) [2020-09-24T16:58:50.186Z] === RUN TestVolumesInspect [2020-09-24T16:58:50.186Z] --- PASS: TestVolumesInspect (0.04s) [2020-09-24T16:58:50.186Z] === RUN TestVolumesInvalidJSON [2020-09-24T16:58:50.186Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T16:58:50.186Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T16:58:50.186Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T16:58:50.186Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-24T16:58:50.186Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T16:58:50.186Z] PASS [2020-09-24T16:58:50.186Z] ok github.com/docker/docker/integration/volume 0.288s [2020-09-24T16:58:50.186Z] [2020-09-24T16:58:50.186Z] DONE 5 tests in 2.243s [2020-09-24T16:58:50.186Z] INFO: make.ps1 ended at 09/24/2020 16:58:50 [2020-09-24T16:58:50.186Z] INFO: Integration CLI tests being run from the host: [2020-09-24T16:58:50.186Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2020-09-24T16:58:50.563Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:58:50.825Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:58:51.125Z] --- PASS: TestSecretList (3.68s) [2020-09-24T16:58:51.125Z] === RUN TestSecretsCreateAndDelete [2020-09-24T16:58:51.343Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.11s) [2020-09-24T16:58:51.343Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.37s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.61s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.94s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2020-09-24T16:58:52.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.01s) [2020-09-24T16:58:52.739Z] === RUN TestBuildMultiStageCopy [2020-09-24T16:58:52.739Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T16:58:53.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T16:58:53.866Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) [2020-09-24T16:58:53.866Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-24T16:58:54.636Z] --- PASS: TestSecretsCreateAndDelete (3.59s) [2020-09-24T16:58:54.636Z] === RUN TestSecretsUpdate [2020-09-24T16:58:55.228Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s) [2020-09-24T16:58:55.228Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-24T16:58:55.289Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T16:58:55.550Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T16:58:56.151Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T16:58:56.758Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy (4.44s) [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.23s) [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s) [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2020-09-24T16:58:57.336Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-09-24T16:58:57.336Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T16:58:57.626Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T16:58:57.626Z] Using test binary docker [2020-09-24T16:58:57.626Z] +++ /etc/init.d/apparmor start [2020-09-24T16:58:57.626Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T16:58:57.626Z] INFO: Waiting for daemon to start... [2020-09-24T16:58:57.626Z] Starting dockerd [2020-09-24T16:58:57.626Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-09-24T16:58:57.741Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.14s) [2020-09-24T16:58:57.741Z] === RUN TestKernelTCPMemory [2020-09-24T16:58:57.741Z] --- SKIP: TestKernelTCPMemory (0.02s) [2020-09-24T16:58:57.741Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:58:57.741Z] === RUN TestNISDomainname [2020-09-24T16:58:57.741Z] --- SKIP: TestNISDomainname (0.01s) [2020-09-24T16:58:57.741Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-24T16:58:57.741Z] === RUN TestHostnameDnsResolution [2020-09-24T16:58:57.996Z] --- PASS: TestHostnameDnsResolution (0.76s) [2020-09-24T16:58:57.996Z] === RUN TestStats [2020-09-24T16:58:57.996Z] --- SKIP: TestStats (0.00s) [2020-09-24T16:58:57.996Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:58:57.996Z] === RUN TestStopContainerWithTimeout [2020-09-24T16:58:57.996Z] === RUN TestStopContainerWithTimeout/0 [2020-09-24T16:58:57.996Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-24T16:58:57.996Z] === RUN TestStopContainerWithTimeout/1 [2020-09-24T16:58:57.996Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-24T16:58:57.996Z] === RUN TestStopContainerWithTimeout/3 [2020-09-24T16:58:57.996Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-24T16:58:57.996Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-24T16:58:57.996Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-24T16:58:57.996Z] === CONT TestStopContainerWithTimeout/0 [2020-09-24T16:58:57.996Z] === CONT TestStopContainerWithTimeout/3 [2020-09-24T16:58:58.192Z] --- PASS: TestSecretsUpdate (3.65s) [2020-09-24T16:58:58.193Z] === RUN TestTemplatedSecret [2020-09-24T16:58:58.719Z] --- PASS: TestBuildMultiStageParentConfig (1.41s) [2020-09-24T16:58:58.719Z] === RUN TestBuildLabelWithTargets [2020-09-24T16:58:58.736Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-09-24T16:58:58.736Z] INFO: Testing against a local daemon [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-24T16:58:58.736Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-24T16:58:58.965Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-24T16:58:59.193Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-24T16:59:00.175Z] . [2020-09-24T16:59:00.176Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T16:59:00.176Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T16:59:00.176Z] Error: No such image: emptyfs [2020-09-24T16:59:00.176Z] ++++ docker load [2020-09-24T16:59:00.176Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T16:59:00.176Z] Running integration-test (iteration 1) [2020-09-24T16:59:00.176Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-09-24T16:59:00.176Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:59:00.176Z] ++ set -e [2020-09-24T16:59:00.176Z] ++ '[' -n 0 ']' [2020-09-24T16:59:00.176Z] ++ set -x [2020-09-24T16:59:00.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:59:00.892Z] === CONT TestStopContainerWithTimeout/1 [2020-09-24T16:59:01.273Z] --- PASS: TestBuildLabelWithTargets (2.20s) [2020-09-24T16:59:01.273Z] === RUN TestBuildWithEmptyLayers [2020-09-24T16:59:01.706Z] --- PASS: TestTemplatedSecret (3.48s) [2020-09-24T16:59:01.706Z] === RUN TestSecretCreateResolve [2020-09-24T16:59:01.851Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-09-24T16:59:01.851Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T16:59:02.257Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-09-24T16:59:02.257Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2020-09-24T16:59:02.257Z] --- PASS: TestStopContainerWithTimeout/3 (2.61s) [2020-09-24T16:59:02.257Z] --- PASS: TestStopContainerWithTimeout/-1 (2.37s) [2020-09-24T16:59:02.257Z] --- PASS: TestStopContainerWithTimeout/1 (1.41s) [2020-09-24T16:59:02.257Z] === RUN TestDeleteDevicemapper [2020-09-24T16:59:02.257Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-24T16:59:02.257Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:59:02.257Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T16:59:03.622Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s) [2020-09-24T16:59:03.622Z] === RUN TestUpdateMemory [2020-09-24T16:59:03.622Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-24T16:59:03.622Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:03.622Z] === RUN TestUpdateCPUQuota [2020-09-24T16:59:03.622Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-09-24T16:59:03.622Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:03.622Z] === RUN TestUpdatePidsLimit [2020-09-24T16:59:03.622Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-09-24T16:59:03.622Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:03.622Z] === RUN TestUpdateRestartPolicy [2020-09-24T16:59:04.396Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2020-09-24T16:59:04.396Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T16:59:05.214Z] --- PASS: TestSecretCreateResolve (3.52s) [2020-09-24T16:59:05.214Z] PASS [2020-09-24T16:59:05.214Z] [2020-09-24T16:59:05.214Z] DONE 6 tests in 21.679s [2020-09-24T16:59:05.214Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-09-24T16:59:05.214Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:59:05.214Z] ++ set -e [2020-09-24T16:59:05.214Z] ++ '[' -n 0 ']' [2020-09-24T16:59:05.214Z] ++ set -x [2020-09-24T16:59:05.215Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T16:59:05.215Z] INFO: Testing against a local daemon [2020-09-24T16:59:05.215Z] === RUN TestServiceCreateInit [2020-09-24T16:59:05.215Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T16:59:05.781Z] --- PASS: TestBuildUncleanTarFilenames (1.38s) [2020-09-24T16:59:05.781Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T16:59:09.082Z] --- PASS: TestBuildMultiStageLayerLeak (2.81s) [2020-09-24T16:59:09.082Z] === RUN TestBuildWithHugeFile [2020-09-24T16:59:10.773Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T16:59:15.220Z] --- PASS: TestServiceCreateInit (10.45s) [2020-09-24T16:59:15.220Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.33s) [2020-09-24T16:59:15.220Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2020-09-24T16:59:15.220Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T16:59:15.784Z] --- PASS: TestUpdateRestartPolicy (10.92s) [2020-09-24T16:59:15.784Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T16:59:15.784Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s) [2020-09-24T16:59:15.784Z] === RUN TestWaitNonBlocked [2020-09-24T16:59:15.784Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:59:15.784Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:59:15.784Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:59:15.784Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:59:15.784Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T16:59:15.784Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T16:59:15.784Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-09-24T16:59:15.784Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2020-09-24T16:59:15.784Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2020-09-24T16:59:15.784Z] === RUN TestWaitBlocked [2020-09-24T16:59:15.784Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:59:15.784Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:59:15.784Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:59:15.784Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:59:15.784Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T16:59:15.784Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T16:59:16.345Z] --- PASS: TestWaitBlocked (0.01s) [2020-09-24T16:59:16.345Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s) [2020-09-24T16:59:16.345Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2020-09-24T16:59:16.345Z] === CONT TestDaemonRestartIpcMode [2020-09-24T16:59:16.345Z] === CONT TestIpcModeOlderClient [2020-09-24T16:59:16.345Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-09-24T16:59:20.507Z] --- PASS: TestDaemonRestartIpcMode (4.15s) [2020-09-24T16:59:20.507Z] PASS [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === Skipped [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-24T16:59:20.507Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-09-24T16:59:20.507Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-09-24T16:59:20.507Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-09-24T16:59:20.507Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-09-24T16:59:20.507Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-09-24T16:59:20.507Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-09-24T16:59:20.507Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-09-24T16:59:20.507Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-09-24T16:59:20.507Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-24T16:59:20.507Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-24T16:59:20.507Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-09-24T16:59:20.507Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-09-24T16:59:20.507Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-09-24T16:59:20.507Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T16:59:20.507Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-09-24T16:59:20.507Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-09-24T16:59:20.507Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.02s) [2020-09-24T16:59:20.507Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-09-24T16:59:20.507Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-09-24T16:59:20.507Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-24T16:59:20.507Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-24T16:59:20.507Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-09-24T16:59:20.507Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-09-24T16:59:20.507Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] [2020-09-24T16:59:20.507Z] DONE 173 tests, 24 skipped in 77.385s [2020-09-24T16:59:20.507Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-24T16:59:20.507Z] INFO: Testing against a local daemon [2020-09-24T16:59:20.507Z] === RUN TestCommitInheritsEnv [2020-09-24T16:59:22.393Z] --- PASS: TestCommitInheritsEnv (1.54s) [2020-09-24T16:59:22.393Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T16:59:22.393Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-24T16:59:22.393Z] === RUN TestImagesFilterMultiReference [2020-09-24T16:59:22.393Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-09-24T16:59:22.393Z] === RUN TestImagePullPlatformInvalid [2020-09-24T16:59:22.393Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-09-24T16:59:22.393Z] === RUN TestRemoveImageOrphaning [2020-09-24T16:59:24.280Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2020-09-24T16:59:24.280Z] === RUN TestRemoveImageGarbageCollector [2020-09-24T16:59:24.280Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-24T16:59:24.280Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-24T16:59:24.280Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T16:59:24.280Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-09-24T16:59:24.280Z] === RUN TestTagInvalidReference [2020-09-24T16:59:24.280Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-24T16:59:24.280Z] === RUN TestTagValidPrefixedRepo [2020-09-24T16:59:24.280Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-09-24T16:59:24.280Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T16:59:24.280Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-09-24T16:59:24.280Z] === RUN TestTagOfficialNames [2020-09-24T16:59:24.280Z] --- PASS: TestTagOfficialNames (0.04s) [2020-09-24T16:59:24.280Z] === RUN TestTagMatchesDigest [2020-09-24T16:59:24.280Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-24T16:59:24.280Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-24T16:59:42.316Z] --- PASS: TestCreateServiceMultipleTimes (23.24s) [2020-09-24T16:59:42.316Z] === RUN TestCreateServiceConflict [2020-09-24T16:59:42.316Z] --- PASS: TestCreateServiceConflict (3.59s) [2020-09-24T16:59:42.316Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T16:59:45.950Z] --- PASS: TestCreateServiceMaxReplicas (3.74s) [2020-09-24T16:59:45.950Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T16:59:46.890Z] Loaded image: buildpack-deps:buster [2020-09-24T16:59:46.890Z] Loaded image: busybox:latest [2020-09-24T16:59:46.890Z] Loaded image: busybox:glibc [2020-09-24T16:59:46.890Z] Loaded image: debian:buster [2020-09-24T16:59:46.890Z] Loaded image: hello-world:latest [2020-09-24T16:59:46.890Z] INFO: Testing against a local daemon [2020-09-24T16:59:46.890Z] === RUN TestCgroupNamespacesBuild [2020-09-24T16:59:46.890Z] --- PASS: TestCgroupNamespacesBuild (3.14s) [2020-09-24T16:59:46.890Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-09-24T16:59:46.890Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.03s) [2020-09-24T16:59:46.890Z] === RUN TestBuildWithSession [2020-09-24T16:59:46.890Z] --- SKIP: TestBuildWithSession (0.00s) [2020-09-24T16:59:46.890Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T16:59:46.890Z] === RUN TestBuildSquashParent [2020-09-24T16:59:55.026Z] --- PASS: TestBuildSquashParent (8.39s) [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T16:59:55.026Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:59:55.026Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:59:55.026Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-09-24T16:59:55.026Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-09-24T16:59:56.736Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-09-24T16:59:56.736Z] Copying nested executables into bundles/cross/linux/amd64 [2020-09-24T16:59:56.736Z] Cross building: bundles/cross/windows/amd64 [2020-09-24T16:59:56.736Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-24T16:59:56.736Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-09-24T16:59:58.390Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-09-24T16:59:58.390Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-09-24T17:00:00.931Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-09-24T17:00:00.931Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-09-24T17:00:01.327Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.11s) [2020-09-24T17:00:01.327Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.25s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.33s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.07s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.21s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.01s) [2020-09-24T17:00:04.232Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.02s) [2020-09-24T17:00:04.232Z] === RUN TestBuildMultiStageCopy [2020-09-24T17:00:04.232Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-09-24T17:00:04.840Z] --- PASS: TestCreateServiceSecretFileMode (3.50s) [2020-09-24T17:00:04.841Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T17:00:06.777Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-09-24T17:00:07.039Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-09-24T17:00:07.610Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-09-24T17:00:08.181Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-09-24T17:00:08.351Z] --- PASS: TestCreateServiceConfigFileMode (3.57s) [2020-09-24T17:00:08.351Z] === RUN TestCreateServiceSysctls [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy (4.79s) [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s) [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-09-24T17:00:08.752Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-09-24T17:00:08.752Z] === RUN TestBuildMultiStageParentConfig [2020-09-24T17:00:10.140Z] --- PASS: TestBuildMultiStageParentConfig (1.34s) [2020-09-24T17:00:10.140Z] === RUN TestBuildLabelWithTargets [2020-09-24T17:00:12.684Z] --- PASS: TestBuildLabelWithTargets (2.31s) [2020-09-24T17:00:12.684Z] === RUN TestBuildWithEmptyLayers [2020-09-24T17:00:12.796Z] --- PASS: TestCreateServiceSysctls (4.43s) [2020-09-24T17:00:12.796Z] === RUN TestCreateServiceCapabilities [2020-09-24T17:00:14.069Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2020-09-24T17:00:14.069Z] === RUN TestBuildMultiStageOnBuild [2020-09-24T17:00:16.306Z] --- PASS: TestCreateServiceCapabilities (3.78s) [2020-09-24T17:00:16.306Z] === RUN TestInspect [2020-09-24T17:00:16.831Z] --- PASS: TestBuildWithHugeFile (63.92s) [2020-09-24T17:00:16.831Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T17:00:16.831Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:00:16.831Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:00:16.831Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:00:16.831Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:00:16.831Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:00:16.831Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:00:16.831Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:00:16.831Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:00:16.831Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:00:16.831Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-09-24T17:00:16.831Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2020-09-24T17:00:16.831Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-09-24T17:00:16.831Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-09-24T17:00:16.831Z] === RUN TestBuildPreserveOwnership [2020-09-24T17:00:16.831Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-24T17:00:16.831Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-24T17:00:17.367Z] --- PASS: TestBuildMultiStageOnBuild (3.03s) [2020-09-24T17:00:17.367Z] === RUN TestBuildUncleanTarFilenames [2020-09-24T17:00:18.751Z] --- PASS: TestBuildUncleanTarFilenames (1.77s) [2020-09-24T17:00:18.751Z] === RUN TestBuildMultiStageLayerLeak [2020-09-24T17:00:19.379Z] --- PASS: TestBuildPreserveOwnership (5.97s) [2020-09-24T17:00:19.379Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.77s) [2020-09-24T17:00:19.379Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.18s) [2020-09-24T17:00:19.379Z] === RUN TestBuildPlatformInvalid [2020-09-24T17:00:19.379Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-09-24T17:00:19.379Z] PASS [2020-09-24T17:00:19.379Z] [2020-09-24T17:00:19.379Z] === Skipped [2020-09-24T17:00:19.379Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-09-24T17:00:19.379Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T17:00:19.379Z] [2020-09-24T17:00:19.379Z] [2020-09-24T17:00:19.379Z] DONE 32 tests, 1 skipped in 114.002s [2020-09-24T17:00:19.379Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-09-24T17:00:19.379Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:19.379Z] ++ set -e [2020-09-24T17:00:19.379Z] ++ '[' -n 0 ']' [2020-09-24T17:00:19.379Z] ++ set -x [2020-09-24T17:00:19.379Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:19.379Z] INFO: Testing against a local daemon [2020-09-24T17:00:19.379Z] === RUN TestConfigInspect [2020-09-24T17:00:19.815Z] --- PASS: TestInspect (3.66s) [2020-09-24T17:00:19.815Z] === RUN TestCreateJob [2020-09-24T17:00:22.052Z] --- PASS: TestBuildMultiStageLayerLeak (3.31s) [2020-09-24T17:00:22.052Z] === RUN TestBuildWithHugeFile [2020-09-24T17:00:23.585Z] --- PASS: TestConfigInspect (3.61s) [2020-09-24T17:00:23.585Z] === RUN TestConfigList [2020-09-24T17:00:25.436Z] --- PASS: TestCreateJob (4.57s) [2020-09-24T17:00:25.436Z] === RUN TestReplicatedJob [2020-09-24T17:00:26.131Z] --- PASS: TestConfigList (3.16s) [2020-09-24T17:00:26.131Z] === RUN TestConfigsCreateAndDelete [2020-09-24T17:00:27.340Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T17:00:27.340Z] Using test binary docker [2020-09-24T17:00:27.340Z] +++ /etc/init.d/apparmor start [2020-09-24T17:00:27.340Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T17:00:27.340Z] INFO: Waiting for daemon to start... [2020-09-24T17:00:27.340Z] Starting dockerd [2020-09-24T17:00:27.340Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-09-24T17:00:28.294Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-09-24T17:00:28.294Z] Using test binary docker [2020-09-24T17:00:28.294Z] +++ /etc/init.d/apparmor start [2020-09-24T17:00:28.294Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-09-24T17:00:28.294Z] INFO: Waiting for daemon to start... [2020-09-24T17:00:28.294Z] Starting dockerd [2020-09-24T17:00:28.294Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2020-09-24T17:00:29.432Z] --- PASS: TestConfigsCreateAndDelete (3.16s) [2020-09-24T17:00:29.432Z] === RUN TestConfigsUpdate [2020-09-24T17:00:32.328Z] --- PASS: TestReplicatedJob (7.11s) [2020-09-24T17:00:32.328Z] === RUN TestUpdateReplicatedJob [2020-09-24T17:00:32.733Z] --- PASS: TestConfigsUpdate (3.14s) [2020-09-24T17:00:32.733Z] === RUN TestTemplatedConfig [2020-09-24T17:00:36.035Z] --- PASS: TestTemplatedConfig (3.58s) [2020-09-24T17:00:36.035Z] === RUN TestConfigCreateResolve [2020-09-24T17:00:36.775Z] --- PASS: TestUpdateReplicatedJob (4.42s) [2020-09-24T17:00:36.775Z] === RUN TestServiceListWithStatuses [2020-09-24T17:00:36.775Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-09-24T17:00:36.775Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:00:36.775Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T17:00:39.335Z] --- PASS: TestConfigCreateResolve (3.19s) [2020-09-24T17:00:39.335Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T17:00:39.907Z] --- PASS: TestConfigDaemonLibtrustID (0.63s) [2020-09-24T17:00:39.907Z] PASS [2020-09-24T17:00:39.907Z] [2020-09-24T17:00:39.907Z] DONE 7 tests in 20.646s [2020-09-24T17:00:39.907Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-09-24T17:00:39.907Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:39.907Z] ++ set -e [2020-09-24T17:00:39.907Z] ++ '[' -n 0 ']' [2020-09-24T17:00:39.907Z] ++ set -x [2020-09-24T17:00:39.907Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:40.167Z] INFO: Testing against a local daemon [2020-09-24T17:00:40.167Z] === RUN TestCheckpoint [2020-09-24T17:00:40.167Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T17:00:40.167Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T17:00:40.167Z] === RUN TestContainerInvalidJSON [2020-09-24T17:00:40.167Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:00:40.167Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:00:40.167Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:00:40.167Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:00:40.167Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:00:40.167Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:00:40.167Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:00:40.167Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:00:40.167Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:00:40.167Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-24T17:00:40.167Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-24T17:00:40.167Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-09-24T17:00:40.167Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-09-24T17:00:40.167Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T17:00:40.167Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-09-24T17:00:40.167Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-24T17:00:40.400Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-24T17:00:40.428Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-09-24T17:00:40.428Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T17:00:40.428Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-09-24T17:00:40.428Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T17:00:40.689Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-09-24T17:00:40.689Z] === RUN TestCopyFromContainer [2020-09-24T17:00:41.935Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-24T17:00:41.935Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-24T17:00:41.935Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-24T17:00:41.935Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-24T17:00:41.935Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-24T17:00:42.602Z] === RUN TestCopyFromContainer// [2020-09-24T17:00:42.602Z] === RUN TestCopyFromContainer//bar/root [2020-09-24T17:00:42.863Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-24T17:00:42.863Z] === RUN TestCopyFromContainer/bar/quux [2020-09-24T17:00:43.124Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-24T17:00:43.124Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-24T17:00:43.385Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-24T17:00:43.385Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-24T17:00:43.646Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-24T17:00:43.646Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-24T17:00:43.906Z] --- PASS: TestCopyFromContainer (3.17s) [2020-09-24T17:00:43.906Z] --- PASS: TestCopyFromContainer// (0.18s) [2020-09-24T17:00:43.906Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2020-09-24T17:00:43.906Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-09-24T17:00:43.907Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2020-09-24T17:00:43.907Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T17:00:43.907Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:00:43.907Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:00:43.907Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:00:43.907Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:00:43.907Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:00:43.907Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:00:43.907Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:00:43.907Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:00:43.907Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:00:43.907Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-09-24T17:00:43.907Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T17:00:43.907Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-09-24T17:00:43.907Z] === RUN TestCreateWithInvalidEnv [2020-09-24T17:00:43.907Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T17:00:43.907Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T17:00:43.907Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T17:00:43.907Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T17:00:43.907Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T17:00:43.907Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T17:00:43.907Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T17:00:43.907Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T17:00:43.907Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T17:00:43.907Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T17:00:43.907Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-24T17:00:43.907Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T17:00:43.907Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-24T17:00:43.907Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T17:00:44.829Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-24T17:00:44.829Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-24T17:00:44.829Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-24T17:00:45.246Z] --- PASS: TestDockerNetworkConnectAlias (8.04s) [2020-09-24T17:00:45.246Z] === RUN TestDockerNetworkReConnect [2020-09-24T17:00:46.451Z] --- PASS: TestCreateWithCustomMaskedPaths (2.10s) [2020-09-24T17:00:46.451Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.16s) [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:00:48.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:00:48.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:00:48.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:00:48.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:00:48.364Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:00:48.364Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:00:48.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:00:48.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:00:48.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:00:48.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:00:48.364Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-09-24T17:00:48.364Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-09-24T17:00:48.364Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T17:00:48.934Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2020-09-24T17:00:48.934Z] === RUN TestCreateDifferentPlatform [2020-09-24T17:00:48.934Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T17:00:48.934Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T17:00:49.205Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-09-24T17:00:49.205Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T17:00:49.205Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T17:00:49.205Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T17:00:49.205Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-09-24T17:00:49.205Z] === RUN TestContainerStartOnDaemonRestart [2020-09-24T17:00:49.205Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-24T17:00:49.205Z] === RUN TestDaemonRestartIpcMode [2020-09-24T17:00:49.205Z] === PAUSE TestDaemonRestartIpcMode [2020-09-24T17:00:49.205Z] === RUN TestDaemonHostGatewayIP [2020-09-24T17:00:49.205Z] === PAUSE TestDaemonHostGatewayIP [2020-09-24T17:00:49.205Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T17:00:49.205Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-24T17:00:49.205Z] === RUN TestDiff [2020-09-24T17:00:49.506Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-24T17:00:50.152Z] --- PASS: TestDiff (0.85s) [2020-09-24T17:00:50.152Z] === RUN TestExecWithCloseStdin [2020-09-24T17:00:50.244Z] . [2020-09-24T17:00:50.244Z] [2020-09-24T17:00:50.244Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T17:00:50.244Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-09-24T17:00:50.244Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T17:00:50.244Z] Error: No such image: emptyfs [2020-09-24T17:00:50.244Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-09-24T17:00:50.244Z] ++++ docker load [2020-09-24T17:00:50.244Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T17:00:50.244Z] Error: No such image: emptyfs [2020-09-24T17:00:50.244Z] ++++ docker load [2020-09-24T17:00:50.244Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-09-24T17:00:50.504Z] Running integration-test (iteration 1) [2020-09-24T17:00:50.504Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-09-24T17:00:50.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-24T17:00:50.504Z] ++ set -e [2020-09-24T17:00:50.504Z] ++ '[' -n 0 ']' [2020-09-24T17:00:50.504Z] ++ set -x [2020-09-24T17:00:50.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-09-24T17:00:50.504Z] Running integration-test (iteration 1) [2020-09-24T17:00:50.504Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-09-24T17:00:50.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-24T17:00:50.504Z] ++ set -e [2020-09-24T17:00:50.504Z] ++ '[' -n 0 ']' [2020-09-24T17:00:50.504Z] ++ set -x [2020-09-24T17:00:50.504Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-09-24T17:00:50.738Z] --- PASS: TestExecWithCloseStdin (0.87s) [2020-09-24T17:00:50.738Z] === RUN TestExec [2020-09-24T17:00:50.803Z] --- PASS: TestDockerNetworkReConnect (6.19s) [2020-09-24T17:00:50.803Z] === RUN TestServicePlugin [2020-09-24T17:00:50.803Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-24T17:00:50.803Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:00:50.803Z] === RUN TestServiceUpdateLabel [2020-09-24T17:00:51.680Z] --- PASS: TestExec (0.82s) [2020-09-24T17:00:51.680Z] === RUN TestExecUser [2020-09-24T17:00:52.622Z] --- PASS: TestExecUser (0.84s) [2020-09-24T17:00:52.622Z] === RUN TestExportContainerAndImportImage [2020-09-24T17:00:53.563Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-09-24T17:00:53.563Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T17:00:54.343Z] --- PASS: TestServiceUpdateLabel (3.72s) [2020-09-24T17:00:54.343Z] === RUN TestServiceUpdateSecrets [2020-09-24T17:00:55.675Z] --- PASS: TestImportExtremelyLargeImageWorks (194.19s) [2020-09-24T17:00:55.675Z] PASS [2020-09-24T17:00:55.675Z] [2020-09-24T17:00:55.675Z] === Skipped [2020-09-24T17:00:55.675Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-24T17:00:55.675Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:00:55.675Z] [2020-09-24T17:00:55.675Z] [2020-09-24T17:00:55.675Z] DONE 12 tests, 1 skipped in 195.235s [2020-09-24T17:00:55.675Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-09-24T17:00:55.675Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:55.675Z] ++ set -e [2020-09-24T17:00:55.675Z] ++ '[' -n 0 ']' [2020-09-24T17:00:55.675Z] ++ set -x [2020-09-24T17:00:55.675Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:00:55.675Z] INFO: Testing against a local daemon [2020-09-24T17:00:55.675Z] === RUN TestNetworkCreateDelete [2020-09-24T17:00:55.675Z] --- PASS: TestNetworkCreateDelete (0.18s) [2020-09-24T17:00:55.675Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T17:00:55.675Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-09-24T17:00:55.675Z] === RUN TestDaemonDNSFallback [2020-09-24T17:00:55.675Z] --- PASS: TestDaemonDNSFallback (1.58s) [2020-09-24T17:00:55.675Z] === RUN TestInspectNetwork [2020-09-24T17:00:55.675Z] === RUN TestInspectNetwork/full_network_id [2020-09-24T17:00:55.675Z] === RUN TestInspectNetwork/partial_network_id [2020-09-24T17:00:55.675Z] === RUN TestInspectNetwork/network_name [2020-09-24T17:00:55.675Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-24T17:00:56.108Z] --- PASS: TestExportContainerAfterDaemonRestart (2.07s) [2020-09-24T17:00:56.108Z] === RUN TestHealthCheckWorkdir [2020-09-24T17:00:56.311Z] --- PASS: TestInspectNetwork (6.88s) [2020-09-24T17:00:56.311Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-24T17:00:56.311Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-24T17:00:56.311Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-24T17:00:56.311Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-24T17:00:56.311Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T17:00:56.679Z] --- PASS: TestHealthCheckWorkdir (0.96s) [2020-09-24T17:00:56.679Z] === RUN TestHealthKillContainer [2020-09-24T17:00:58.388Z] --- PASS: TestRunContainerWithBridgeNone (1.83s) [2020-09-24T17:00:58.388Z] === RUN TestNetworkInvalidJSON [2020-09-24T17:00:58.388Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T17:00:58.388Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T17:00:58.388Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:00:58.388Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:00:58.388Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:00:58.388Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:00:58.388Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T17:00:58.388Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:00:58.388Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:00:58.388Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-24T17:00:58.388Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T17:00:58.388Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-24T17:00:58.388Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-24T17:00:58.388Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T17:00:58.682Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-09-24T17:00:58.682Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T17:00:59.720Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-09-24T17:00:59.720Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T17:00:59.977Z] --- PASS: TestHealthKillContainer (2.83s) [2020-09-24T17:00:59.977Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T17:01:00.239Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-09-24T17:01:00.239Z] === RUN TestIpcModeNone [2020-09-24T17:01:00.764Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2020-09-24T17:01:00.764Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T17:01:01.181Z] --- PASS: TestIpcModeNone (0.86s) [2020-09-24T17:01:01.181Z] === RUN TestIpcModePrivate [2020-09-24T17:01:01.752Z] --- PASS: TestIpcModePrivate (0.81s) [2020-09-24T17:01:01.752Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-09-24T17:01:01.752Z] === RUN TestIpcModeShareable [2020-09-24T17:01:01.811Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-09-24T17:01:01.811Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T17:01:02.695Z] --- PASS: TestIpcModeShareable (0.90s) [2020-09-24T17:01:02.695Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-09-24T17:01:02.695Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-24T17:01:03.334Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2020-09-24T17:01:03.334Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T17:01:03.628Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-09-24T17:01:03.628Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T17:01:05.242Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) [2020-09-24T17:01:05.242Z] === RUN TestAPIIpcModeHost [2020-09-24T17:01:05.712Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2020-09-24T17:01:05.712Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T17:01:05.712Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:01:05.712Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:01:05.712Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T17:01:06.185Z] --- PASS: TestAPIIpcModeHost (0.64s) [2020-09-24T17:01:06.185Z] === RUN TestDaemonIpcModeShareable [2020-09-24T17:01:08.102Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2020-09-24T17:01:08.102Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-24T17:01:08.102Z] === RUN TestDaemonIpcModePrivate [2020-09-24T17:01:09.488Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2020-09-24T17:01:09.488Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-24T17:01:09.488Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-24T17:01:11.402Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s) [2020-09-24T17:01:11.402Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-09-24T17:01:11.402Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-24T17:01:12.911Z] --- PASS: TestServiceUpdateSecrets (15.86s) [2020-09-24T17:01:12.911Z] === RUN TestServiceUpdateConfigs [2020-09-24T17:01:13.317Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-09-24T17:01:13.317Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-09-24T17:01:13.317Z] === RUN TestIpcModeOlderClient [2020-09-24T17:01:13.317Z] === PAUSE TestIpcModeOlderClient [2020-09-24T17:01:13.317Z] === RUN TestKillContainerInvalidSignal [2020-09-24T17:01:13.890Z] --- PASS: TestKillContainerInvalidSignal (0.76s) [2020-09-24T17:01:13.890Z] === RUN TestKillContainer [2020-09-24T17:01:13.890Z] === RUN TestKillContainer/no_signal [2020-09-24T17:01:14.833Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T17:01:15.405Z] === RUN TestKillContainer/killing_signal [2020-09-24T17:01:15.662Z] --- PASS: TestImportExtremelyLargeImageWorks (102.88s) [2020-09-24T17:01:15.662Z] PASS [2020-09-24T17:01:15.662Z] [2020-09-24T17:01:15.662Z] === Skipped [2020-09-24T17:01:15.662Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-24T17:01:15.662Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-09-24T17:01:15.662Z] [2020-09-24T17:01:15.662Z] [2020-09-24T17:01:15.662Z] DONE 12 tests, 1 skipped in 106.767s [2020-09-24T17:01:15.662Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-24T17:01:15.662Z] INFO: Testing against a local daemon [2020-09-24T17:01:15.662Z] === RUN TestNetworkCreateDelete [2020-09-24T17:01:15.662Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-09-24T17:01:15.662Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T17:01:15.662Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-09-24T17:01:15.662Z] === RUN TestDaemonDNSFallback [2020-09-24T17:01:15.662Z] --- PASS: TestDaemonDNSFallback (7.31s) [2020-09-24T17:01:15.662Z] === RUN TestInspectNetwork [2020-09-24T17:01:15.662Z] --- SKIP: TestInspectNetwork (0.00s) [2020-09-24T17:01:15.662Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.662Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T17:01:15.662Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-09-24T17:01:15.662Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.662Z] === RUN TestNetworkInvalidJSON [2020-09-24T17:01:15.662Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T17:01:15.662Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T17:01:15.662Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:01:15.662Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:01:15.662Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:01:15.663Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:01:15.663Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T17:01:15.663Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:01:15.663Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:01:15.663Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-09-24T17:01:15.663Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T17:01:15.663Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-24T17:01:15.663Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-24T17:01:15.663Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T17:01:15.663Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-09-24T17:01:15.663Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T17:01:15.663Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-09-24T17:01:15.663Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T17:01:15.663Z] --- SKIP: TestDaemonDefaultNetworkPools (0.04s) [2020-09-24T17:01:15.663Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T17:01:15.663Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s) [2020-09-24T17:01:15.663Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T17:01:15.663Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2020-09-24T17:01:15.663Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T17:01:15.663Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2020-09-24T17:01:15.663Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T17:01:15.663Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T17:01:15.663Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:01:15.663Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T17:01:15.663Z] --- SKIP: TestServiceWithDataPathPortInit (0.04s) [2020-09-24T17:01:15.663Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T17:01:15.663Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] PASS [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === Skipped [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-09-24T17:01:15.663Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-09-24T17:01:15.663Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-09-24T17:01:15.663Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-09-24T17:01:15.663Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.04s) [2020-09-24T17:01:15.663Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s) [2020-09-24T17:01:15.663Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.03s) [2020-09-24T17:01:15.663Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s) [2020-09-24T17:01:15.663Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.04s) [2020-09-24T17:01:15.663Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-09-24T17:01:15.663Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] DONE 19 tests, 12 skipped in 8.123s [2020-09-24T17:01:15.663Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:01:15.663Z] INFO: Testing against a local daemon [2020-09-24T17:01:15.663Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-24T17:01:15.663Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:01:15.663Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:15.663Z] === RUN TestDockerNetworkIpvlan [2020-09-24T17:01:15.663Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:01:15.663Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:15.663Z] PASS [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === Skipped [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:01:15.663Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:01:15.663Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] DONE 2 tests, 2 skipped in 0.107s [2020-09-24T17:01:15.663Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:01:15.663Z] INFO: Testing against a local daemon [2020-09-24T17:01:15.663Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-24T17:01:15.663Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-24T17:01:15.663Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] === RUN TestDockerNetworkMacvlan [2020-09-24T17:01:15.663Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-09-24T17:01:15.663Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] PASS [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === Skipped [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-09-24T17:01:15.663Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-09-24T17:01:15.663Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] DONE 2 tests, 2 skipped in 0.103s [2020-09-24T17:01:15.663Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-24T17:01:15.663Z] testing: warning: no tests to run [2020-09-24T17:01:15.663Z] PASS [2020-09-24T17:01:15.663Z] [2020-09-24T17:01:15.663Z] DONE 0 tests in 0.021s [2020-09-24T17:01:15.663Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-24T17:01:15.663Z] INFO: Testing against a local daemon [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginAllowRequest [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginTLS [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginDenyRequest [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginDenyResponse [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginAllowEventStream [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginErrorResponse [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginErrorRequest [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginHeader [2020-09-24T17:01:15.663Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-09-24T17:01:15.663Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:15.663Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-24T17:01:16.224Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.50s) [2020-09-24T17:01:16.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.224Z] === RUN TestAuthZPluginV2Disable [2020-09-24T17:01:16.224Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2020-09-24T17:01:16.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.224Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-24T17:01:16.224Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.06s) [2020-09-24T17:01:16.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.224Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-24T17:01:16.347Z] --- PASS: TestKillContainer (2.39s) [2020-09-24T17:01:16.347Z] --- PASS: TestKillContainer/no_signal (0.83s) [2020-09-24T17:01:16.347Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-09-24T17:01:16.347Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2020-09-24T17:01:16.347Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T17:01:16.347Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-24T17:01:16.479Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.06s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-24T17:01:16.479Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] PASS [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === Skipped [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.479Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-09-24T17:01:16.479Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.479Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.50s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.06s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.06s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-09-24T17:01:16.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] DONE 17 tests, 17 skipped in 0.771s [2020-09-24T17:01:16.480Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-24T17:01:16.480Z] INFO: Testing against a local daemon [2020-09-24T17:01:16.480Z] === RUN TestPluginInvalidJSON [2020-09-24T17:01:16.480Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:01:16.480Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:01:16.480Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:01:16.480Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-24T17:01:16.480Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-24T17:01:16.480Z] === RUN TestPluginInstall [2020-09-24T17:01:16.480Z] --- SKIP: TestPluginInstall (0.00s) [2020-09-24T17:01:16.480Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] PASS [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] === Skipped [2020-09-24T17:01:16.480Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-09-24T17:01:16.480Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] [2020-09-24T17:01:16.480Z] DONE 3 tests, 1 skipped in 0.131s [2020-09-24T17:01:16.480Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-24T17:01:16.735Z] INFO: Testing against a local daemon [2020-09-24T17:01:16.735Z] === RUN TestExternalGraphDriver [2020-09-24T17:01:16.735Z] --- SKIP: TestExternalGraphDriver (0.12s) [2020-09-24T17:01:16.735Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-24T17:01:16.735Z] === RUN TestGraphdriverPluginV2 [2020-09-24T17:01:17.290Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-24T17:01:17.863Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2020-09-24T17:01:17.863Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2020-09-24T17:01:17.863Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-09-24T17:01:17.863Z] === RUN TestKillStoppedContainer [2020-09-24T17:01:18.123Z] --- PASS: TestKillStoppedContainer (0.12s) [2020-09-24T17:01:18.123Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T17:01:18.123Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-09-24T17:01:18.123Z] === RUN TestKillDifferentUserContainer [2020-09-24T17:01:18.151Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-09-24T17:01:18.151Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-09-24T17:01:18.151Z] remote: Enumerating objects: 2, done. [2020-09-24T17:01:18.151Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-09-24T17:01:18.151Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-09-24T17:01:18.151Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-09-24T17:01:18.151Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-09-24T17:01:18.151Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-09-24T17:01:18.151Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-09-24T17:01:18.481Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/test/unit [2020-09-24T17:01:19.065Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2020-09-24T17:01:19.065Z] === RUN TestInspectOomKilledTrue [2020-09-24T17:01:19.065Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-24T17:01:19.065Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:01:19.065Z] === RUN TestInspectOomKilledFalse [2020-09-24T17:01:19.065Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-24T17:01:19.065Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:01:19.065Z] === RUN TestLinksEtcHostsContentMatch [2020-09-24T17:01:19.637Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s) [2020-09-24T17:01:19.637Z] === RUN TestLinksContainerNames [2020-09-24T17:01:21.010Z] ? github.com/docker/docker/api [no test files] [2020-09-24T17:01:21.025Z] --- PASS: TestLinksContainerNames (1.51s) [2020-09-24T17:01:21.025Z] === RUN TestLogsFollowTailEmpty [2020-09-24T17:01:21.093Z] --- PASS: TestServiceWithDataPathPortInit (13.54s) [2020-09-24T17:01:21.093Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T17:01:21.966Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2020-09-24T17:01:21.966Z] === RUN TestContainerNetworkMountsNoChown [2020-09-24T17:01:22.537Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/default [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/default [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/private [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/private [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rprivate [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/slave [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/slave [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rslave [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/shared [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/shared [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rshared [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/default [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/shared [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/rshared [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/rslave [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/rprivate [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/slave [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:01:22.537Z] === CONT TestMountDaemonRoot/private [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:01:22.537Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:01:22.537Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-24T17:01:22.538Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-24T17:01:22.538Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-24T17:01:22.538Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:01:22.538Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:01:22.538Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-24T17:01:22.798Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:01:23.060Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-24T17:01:23.060Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.07s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-09-24T17:01:23.060Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-09-24T17:01:23.060Z] === RUN TestContainerBindMountNonRecursive [2020-09-24T17:01:23.266Z] --- PASS: TestGraphdriverPluginV2 (6.23s) [2020-09-24T17:01:23.266Z] PASS [2020-09-24T17:01:23.266Z] [2020-09-24T17:01:23.266Z] === Skipped [2020-09-24T17:01:23.266Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.12s) [2020-09-24T17:01:23.266Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-09-24T17:01:23.266Z] [2020-09-24T17:01:23.266Z] [2020-09-24T17:01:23.266Z] DONE 2 tests, 1 skipped in 6.453s [2020-09-24T17:01:23.266Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-24T17:01:23.266Z] INFO: Testing against a local daemon [2020-09-24T17:01:23.266Z] === RUN TestContinueAfterPluginCrash [2020-09-24T17:01:23.266Z] === PAUSE TestContinueAfterPluginCrash [2020-09-24T17:01:23.266Z] === RUN TestReadPluginNoRead [2020-09-24T17:01:23.266Z] === PAUSE TestReadPluginNoRead [2020-09-24T17:01:23.266Z] === RUN TestDaemonStartWithLogOpt [2020-09-24T17:01:23.266Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-24T17:01:23.266Z] === CONT TestContinueAfterPluginCrash [2020-09-24T17:01:23.266Z] === CONT TestDaemonStartWithLogOpt [2020-09-24T17:01:24.974Z] --- PASS: TestContainerBindMountNonRecursive (2.09s) [2020-09-24T17:01:24.974Z] === RUN TestNetworkNat [2020-09-24T17:01:25.917Z] --- PASS: TestNetworkNat (0.83s) [2020-09-24T17:01:25.917Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T17:01:26.705Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s) [2020-09-24T17:01:26.705Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s7y7nf1sby70w7sqt9irvg0uy Created:2020-09-24 17:01:20.234349598 +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[2b48981fafa38c33f818b49e30f74820eb8417dd91c255a712e520ce395e1f46:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yebqx1jfbds1bor3k4b3kd4po EndpointID:c58cffc17448dc4ae1408b8e094b8186f123614407d505779e1a3b4598aee6bf MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e2f36d8c18a2e75b788683bf492774c105c4f2a24a568cf8908df033f8797eb0 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:72e75285f192 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yebqx1jfbds1bor3k4b3kd4po EndpointID:c58cffc17448dc4ae1408b8e094b8186f123614407d505779e1a3b4598aee6bf EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-24T17:01:26.705Z] PASS [2020-09-24T17:01:26.705Z] [2020-09-24T17:01:26.705Z] === Skipped [2020-09-24T17:01:26.705Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:01:26.705Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:01:26.705Z] [2020-09-24T17:01:26.705Z] [2020-09-24T17:01:26.705Z] DONE 23 tests, 1 skipped in 38.866s [2020-09-24T17:01:26.705Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:01:26.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:26.705Z] ++ set -e [2020-09-24T17:01:26.705Z] ++ '[' -n 0 ']' [2020-09-24T17:01:26.705Z] ++ set -x [2020-09-24T17:01:26.706Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:26.706Z] INFO: Testing against a local daemon [2020-09-24T17:01:26.706Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-24T17:01:26.706Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:01:26.706Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:26.706Z] === RUN TestDockerNetworkIpvlan [2020-09-24T17:01:26.706Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:01:26.706Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:26.706Z] PASS [2020-09-24T17:01:26.706Z] [2020-09-24T17:01:26.706Z] === Skipped [2020-09-24T17:01:26.706Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:01:26.706Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:26.706Z] [2020-09-24T17:01:26.706Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:01:26.706Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:01:26.706Z] [2020-09-24T17:01:26.706Z] [2020-09-24T17:01:26.706Z] DONE 2 tests, 2 skipped in 0.082s [2020-09-24T17:01:26.706Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:01:26.706Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:26.706Z] ++ set -e [2020-09-24T17:01:26.706Z] ++ '[' -n 0 ']' [2020-09-24T17:01:26.706Z] ++ set -x [2020-09-24T17:01:26.706Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:26.706Z] INFO: Testing against a local daemon [2020-09-24T17:01:26.706Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-24T17:01:26.915Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2020-09-24T17:01:26.915Z] === RUN TestNetworkLoopbackNat [2020-09-24T17:01:27.750Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2020-09-24T17:01:27.750Z] === RUN TestDockerNetworkMacvlan [2020-09-24T17:01:28.240Z] --- PASS: TestServiceUpdateConfigs (15.83s) [2020-09-24T17:01:28.240Z] === RUN TestServiceUpdateNetwork [2020-09-24T17:01:28.391Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-24T17:01:29.251Z] Loaded image: buildpack-deps:buster [2020-09-24T17:01:29.451Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-24T17:01:29.821Z] Loaded image: busybox:latest [2020-09-24T17:01:30.093Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-24T17:01:30.215Z] --- PASS: TestNetworkLoopbackNat (3.13s) [2020-09-24T17:01:30.215Z] === RUN TestPause [2020-09-24T17:01:30.390Z] Loaded image: busybox:glibc [2020-09-24T17:01:30.390Z] Loaded image: debian:buster [2020-09-24T17:01:30.390Z] Loaded image: hello-world:latest [2020-09-24T17:01:30.650Z] INFO: Testing against a local daemon [2020-09-24T17:01:30.650Z] === RUN TestDockerDaemonSuite [2020-09-24T17:01:30.650Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-09-24T17:01:30.786Z] --- PASS: TestPause (0.80s) [2020-09-24T17:01:30.786Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T17:01:30.786Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T17:01:30.786Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T17:01:30.786Z] === RUN TestPauseStopPausedContainer [2020-09-24T17:01:31.358Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-09-24T17:01:31.358Z] === RUN TestPsFilter [2020-09-24T17:01:31.591Z] Loaded image: buildpack-deps:buster [2020-09-24T17:01:31.619Z] --- PASS: TestPsFilter (0.25s) [2020-09-24T17:01:31.619Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T17:01:31.850Z] Loaded image: busybox:latest [2020-09-24T17:01:32.110Z] Loaded image: busybox:glibc [2020-09-24T17:01:32.110Z] Loaded image: debian:buster [2020-09-24T17:01:32.180Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-24T17:01:32.560Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-09-24T17:01:32.560Z] === RUN TestRemoveContainerWithVolume [2020-09-24T17:01:32.681Z] Loaded image: hello-world:latest [2020-09-24T17:01:32.681Z] INFO: Testing against a local daemon [2020-09-24T17:01:32.681Z] === RUN TestDockerSuite [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-09-24T17:01:32.941Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-09-24T17:01:33.131Z] --- PASS: TestRemoveContainerWithVolume (0.80s) [2020-09-24T17:01:33.131Z] === RUN TestRemoveContainerRunning [2020-09-24T17:01:34.076Z] --- PASS: TestRemoveContainerRunning (0.77s) [2020-09-24T17:01:34.076Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T17:01:34.260Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-24T17:01:34.323Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-09-24T17:01:34.323Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-09-24T17:01:34.583Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-09-24T17:01:34.874Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-09-24T17:01:35.017Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-09-24T17:01:35.017Z] === RUN TestRemoveInvalidContainer [2020-09-24T17:01:35.017Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-24T17:01:35.017Z] === RUN TestRenameLinkedContainer [2020-09-24T17:01:35.449Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-09-24T17:01:35.710Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-09-24T17:01:35.710Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-09-24T17:01:35.860Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-09-24T17:01:37.102Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-09-24T17:01:37.361Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-09-24T17:01:37.621Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-09-24T17:01:37.621Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-09-24T17:01:37.621Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-09-24T17:01:37.794Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-24T17:01:38.112Z] --- PASS: TestDaemonStartWithLogOpt (13.50s) [2020-09-24T17:01:38.112Z] === CONT TestReadPluginNoRead [2020-09-24T17:01:38.317Z] --- PASS: TestRenameLinkedContainer (3.10s) [2020-09-24T17:01:38.317Z] === RUN TestRenameStoppedContainer [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan (10.92s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.21s) [2020-09-24T17:01:38.435Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2020-09-24T17:01:38.435Z] PASS [2020-09-24T17:01:38.435Z] [2020-09-24T17:01:38.435Z] DONE 8 tests in 12.418s [2020-09-24T17:01:38.435Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-24T17:01:38.435Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:38.435Z] ++ set -e [2020-09-24T17:01:38.435Z] ++ '[' -n 0 ']' [2020-09-24T17:01:38.435Z] ++ set -x [2020-09-24T17:01:38.435Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:38.435Z] testing: warning: no tests to run [2020-09-24T17:01:38.435Z] PASS [2020-09-24T17:01:38.435Z] [2020-09-24T17:01:38.435Z] DONE 0 tests in 0.014s [2020-09-24T17:01:38.435Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-24T17:01:38.435Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:38.435Z] ++ set -e [2020-09-24T17:01:38.435Z] ++ '[' -n 0 ']' [2020-09-24T17:01:38.435Z] ++ set -x [2020-09-24T17:01:38.435Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:38.578Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-09-24T17:01:38.578Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T17:01:38.729Z] INFO: Testing against a local daemon [2020-09-24T17:01:38.729Z] === RUN TestAuthZPluginAllowRequest [2020-09-24T17:01:39.004Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-09-24T17:01:39.004Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-24T17:01:39.573Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-09-24T17:01:39.833Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-09-24T17:01:39.833Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-09-24T17:01:39.833Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-09-24T17:01:39.833Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-09-24T17:01:40.245Z] --- PASS: TestAuthZPluginAllowRequest (1.39s) [2020-09-24T17:01:40.245Z] === RUN TestAuthZPluginTLS [2020-09-24T17:01:40.491Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s) [2020-09-24T17:01:40.491Z] === RUN TestRenameInvalidName [2020-09-24T17:01:40.539Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-09-24T17:01:40.540Z] === RUN TestAuthZPluginDenyRequest [2020-09-24T17:01:40.625Z] --- PASS: TestContinueAfterPluginCrash (17.07s) [2020-09-24T17:01:40.625Z] === RUN TestReadPluginNoRead/default [2020-09-24T17:01:41.062Z] --- PASS: TestRenameInvalidName (0.78s) [2020-09-24T17:01:41.062Z] === RUN TestRenameAnonymousContainer [2020-09-24T17:01:41.175Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-24T17:01:41.175Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-24T17:01:41.811Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-24T17:01:41.811Z] === RUN TestAuthZPluginDenyResponse [2020-09-24T17:01:42.377Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-09-24T17:01:42.450Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-09-24T17:01:42.450Z] === RUN TestAuthZPluginAllowEventStream [2020-09-24T17:01:42.510Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-24T17:01:43.494Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s) [2020-09-24T17:01:43.494Z] === RUN TestAuthZPluginErrorResponse [2020-09-24T17:01:43.565Z] --- PASS: TestServiceUpdateNetwork (15.50s) [2020-09-24T17:01:43.565Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T17:01:43.565Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-24T17:01:43.566Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-24T17:01:43.764Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-09-24T17:01:44.130Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-24T17:01:44.130Z] === RUN TestAuthZPluginErrorRequest [2020-09-24T17:01:44.334Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-09-24T17:01:44.767Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-09-24T17:01:44.767Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-24T17:01:45.062Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-24T17:01:45.299Z] --- PASS: TestRenameAnonymousContainer (3.97s) [2020-09-24T17:01:45.299Z] === RUN TestRenameContainerWithSameName [2020-09-24T17:01:45.403Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-24T17:01:45.403Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-24T17:01:45.869Z] --- PASS: TestRenameContainerWithSameName (0.79s) [2020-09-24T17:01:45.869Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T17:01:46.244Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-09-24T17:01:46.244Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-09-24T17:01:46.920Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.73s) [2020-09-24T17:01:46.920Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-24T17:01:46.949Z] --- PASS: TestReadPluginNoRead (10.25s) [2020-09-24T17:01:46.949Z] --- PASS: TestReadPluginNoRead/default (2.24s) [2020-09-24T17:01:46.949Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.22s) [2020-09-24T17:01:46.949Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.20s) [2020-09-24T17:01:46.949Z] read_test.go:92: [d5414b8f50beb] daemon is not started [2020-09-24T17:01:46.949Z] PASS [2020-09-24T17:01:46.949Z] [2020-09-24T17:01:46.949Z] DONE 6 tests in 23.869s [2020-09-24T17:01:46.949Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-24T17:01:46.949Z] testing: warning: no tests to run [2020-09-24T17:01:46.949Z] PASS [2020-09-24T17:01:46.949Z] [2020-09-24T17:01:46.949Z] DONE 0 tests in 0.035s [2020-09-24T17:01:46.949Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-24T17:01:47.204Z] INFO: Testing against a local daemon [2020-09-24T17:01:47.204Z] === RUN TestPluginWithDevMounts [2020-09-24T17:01:47.204Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-09-24T17:01:47.204Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-24T17:01:47.204Z] PASS [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === Skipped [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-09-24T17:01:47.204Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] DONE 1 tests, 1 skipped in 0.125s [2020-09-24T17:01:47.204Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-24T17:01:47.204Z] INFO: Testing against a local daemon [2020-09-24T17:01:47.204Z] === RUN TestSecretInspect [2020-09-24T17:01:47.204Z] --- SKIP: TestSecretInspect (0.02s) [2020-09-24T17:01:47.204Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] === RUN TestSecretList [2020-09-24T17:01:47.204Z] --- SKIP: TestSecretList (0.02s) [2020-09-24T17:01:47.204Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] === RUN TestSecretsCreateAndDelete [2020-09-24T17:01:47.204Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] === RUN TestSecretsUpdate [2020-09-24T17:01:47.204Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] === RUN TestTemplatedSecret [2020-09-24T17:01:47.204Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-09-24T17:01:47.204Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] === RUN TestSecretCreateResolve [2020-09-24T17:01:47.204Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] PASS [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === Skipped [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-09-24T17:01:47.204Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-09-24T17:01:47.204Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-09-24T17:01:47.204Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-09-24T17:01:47.204Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] [2020-09-24T17:01:47.204Z] DONE 6 tests, 6 skipped in 0.173s [2020-09-24T17:01:47.204Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-24T17:01:47.252Z] --- PASS: TestRenameContainerWithLinkedContainer (1.56s) [2020-09-24T17:01:47.252Z] === RUN TestResize [2020-09-24T17:01:47.460Z] INFO: Testing against a local daemon [2020-09-24T17:01:47.460Z] === RUN TestServiceCreateInit [2020-09-24T17:01:47.460Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T17:01:47.460Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T17:01:47.460Z] --- PASS: TestServiceCreateInit (0.02s) [2020-09-24T17:01:47.460Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T17:01:47.460Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T17:01:47.460Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-09-24T17:01:47.460Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceConflict [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-09-24T17:01:47.460Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-09-24T17:01:47.460Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-24T17:01:47.460Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-09-24T17:01:47.460Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-09-24T17:01:47.460Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceSysctls [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-09-24T17:01:47.460Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateServiceCapabilities [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-09-24T17:01:47.460Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestInspect [2020-09-24T17:01:47.460Z] --- SKIP: TestInspect (0.01s) [2020-09-24T17:01:47.460Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestCreateJob [2020-09-24T17:01:47.460Z] --- SKIP: TestCreateJob (0.01s) [2020-09-24T17:01:47.460Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestReplicatedJob [2020-09-24T17:01:47.460Z] --- SKIP: TestReplicatedJob (0.01s) [2020-09-24T17:01:47.460Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestUpdateReplicatedJob [2020-09-24T17:01:47.460Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-09-24T17:01:47.460Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.460Z] === RUN TestServiceListWithStatuses [2020-09-24T17:01:47.460Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-24T17:01:47.460Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:01:47.460Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T17:01:47.627Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-09-24T17:01:47.715Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-09-24T17:01:47.715Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.715Z] === RUN TestDockerNetworkReConnect [2020-09-24T17:01:47.715Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-09-24T17:01:47.715Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:47.715Z] === RUN TestServicePlugin [2020-09-24T17:01:48.196Z] --- PASS: TestResize (0.78s) [2020-09-24T17:01:48.196Z] === RUN TestResizeWithInvalidSize [2020-09-24T17:01:48.198Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-09-24T17:01:48.768Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-09-24T17:01:48.768Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T17:01:49.001Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2020-09-24T17:01:49.001Z] === RUN TestAuthZPluginHeader [2020-09-24T17:01:49.637Z] --- PASS: TestAuthZPluginHeader (0.87s) [2020-09-24T17:01:49.637Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-24T17:01:49.637Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T17:01:49.637Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:01:49.637Z] === RUN TestAuthZPluginV2Disable [2020-09-24T17:01:49.637Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-24T17:01:49.637Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:01:49.637Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-24T17:01:49.637Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T17:01:49.637Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:01:49.637Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-24T17:01:49.637Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T17:01:49.637Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:01:49.637Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-24T17:01:49.711Z] --- PASS: TestResizeWhenContainerNotStarted (0.73s) [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:49.711Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:49.711Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:49.711Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:01:49.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:01:49.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:01:49.711Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:50.741Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-09-24T17:01:50.741Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-09-24T17:01:50.980Z] --- SKIP: TestServicePlugin (3.48s) [2020-09-24T17:01:50.980Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:50.980Z] === RUN TestServiceUpdateLabel [2020-09-24T17:01:50.980Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-09-24T17:01:50.980Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:50.980Z] === RUN TestServiceUpdateSecrets [2020-09-24T17:01:51.001Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceUpdateSecrets (0.03s) [2020-09-24T17:01:51.236Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] === RUN TestServiceUpdateConfigs [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-09-24T17:01:51.236Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] === RUN TestServiceUpdateNetwork [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-09-24T17:01:51.236Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2020-09-24T17:01:51.236Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] PASS [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === Skipped [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-09-24T17:01:51.236Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T17:01:51.236Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-09-24T17:01:51.236Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-09-24T17:01:51.236Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-09-24T17:01:51.236Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-09-24T17:01:51.236Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-09-24T17:01:51.236Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-09-24T17:01:51.236Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-09-24T17:01:51.236Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-09-24T17:01:51.236Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-09-24T17:01:51.236Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-09-24T17:01:51.236Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-09-24T17:01:51.236Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-09-24T17:01:51.236Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-09-24T17:01:51.236Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-24T17:01:51.236Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-09-24T17:01:51.236Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-09-24T17:01:51.236Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServicePlugin (3.48s) [2020-09-24T17:01:51.236Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-09-24T17:01:51.236Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.03s) [2020-09-24T17:01:51.236Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-09-24T17:01:51.236Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-09-24T17:01:51.236Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2020-09-24T17:01:51.236Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] DONE 24 tests, 23 skipped in 3.899s [2020-09-24T17:01:51.236Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-24T17:01:51.236Z] INFO: Testing against a local daemon [2020-09-24T17:01:51.236Z] === RUN TestSessionCreate [2020-09-24T17:01:51.236Z] --- PASS: TestSessionCreate (0.03s) [2020-09-24T17:01:51.236Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T17:01:51.236Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-24T17:01:51.236Z] PASS [2020-09-24T17:01:51.236Z] [2020-09-24T17:01:51.236Z] DONE 2 tests in 0.141s [2020-09-24T17:01:51.493Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-24T17:01:51.493Z] INFO: Testing against a local daemon [2020-09-24T17:01:51.493Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T17:01:51.493Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:01:51.493Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:01:51.493Z] === RUN TestEventsExecDie [2020-09-24T17:01:51.634Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:01:52.004Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-09-24T17:01:52.004Z] --- PASS: TestBuildWithHugeFile (90.11s) [2020-09-24T17:01:52.004Z] === RUN TestBuildWithEmptyDockerfile [2020-09-24T17:01:52.004Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:01:52.004Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:01:52.004Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:01:52.004Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:01:52.004Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:01:52.004Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:01:52.004Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-09-24T17:01:52.004Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-09-24T17:01:52.030Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-24T17:01:52.056Z] --- PASS: TestEventsExecDie (0.47s) [2020-09-24T17:01:52.056Z] === RUN TestEventsBackwardsCompatible [2020-09-24T17:01:52.056Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2020-09-24T17:01:52.056Z] === RUN TestInfoBinaryCommits [2020-09-24T17:01:52.056Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-24T17:01:52.056Z] === RUN TestInfoAPIVersioned [2020-09-24T17:01:52.056Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-24T17:01:52.056Z] === RUN TestInfoDiscoveryBackend [2020-09-24T17:01:52.264Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-09-24T17:01:52.308Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:01:52.309Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:01:52.526Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2020-09-24T17:01:52.527Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-09-24T17:01:52.527Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2020-09-24T17:01:52.527Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2020-09-24T17:01:52.527Z] === RUN TestBuildPreserveOwnership [2020-09-24T17:01:52.527Z] === RUN TestBuildPreserveOwnership/copy_from [2020-09-24T17:01:52.570Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:52.787Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-09-24T17:01:53.359Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-09-24T17:01:53.619Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-09-24T17:01:53.940Z] --- PASS: TestInfoDiscoveryBackend (1.54s) [2020-09-24T17:01:53.941Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-24T17:01:53.960Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:01:54.221Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:01:54.793Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:01:55.530Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-09-24T17:01:55.738Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:01:55.790Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-09-24T17:01:56.050Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-09-24T17:01:57.201Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2020-09-24T17:01:57.201Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-24T17:01:57.201Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-24T17:01:57.201Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:01:57.201Z] === RUN TestInfoAPI [2020-09-24T17:01:57.201Z] --- PASS: TestInfoAPI (0.04s) [2020-09-24T17:01:57.201Z] === RUN TestInfoAPIWarnings [2020-09-24T17:01:57.432Z] --- PASS: TestBuildPreserveOwnership (4.95s) [2020-09-24T17:01:57.432Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.33s) [2020-09-24T17:01:57.432Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.61s) [2020-09-24T17:01:57.432Z] === RUN TestBuildPlatformInvalid [2020-09-24T17:01:57.432Z] === RUN TestDockerSuite/TestAttachDetach [2020-09-24T17:01:57.432Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2020-09-24T17:01:57.432Z] PASS [2020-09-24T17:01:57.432Z] [2020-09-24T17:01:57.432Z] === Skipped [2020-09-24T17:01:57.432Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-09-24T17:01:57.432Z] build_session_test.go:25: TODO: BuildKit [2020-09-24T17:01:57.432Z] [2020-09-24T17:01:57.432Z] [2020-09-24T17:01:57.432Z] DONE 32 tests, 1 skipped in 177.269s [2020-09-24T17:01:57.432Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-09-24T17:01:57.432Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:57.432Z] ++ set -e [2020-09-24T17:01:57.432Z] ++ '[' -n 0 ']' [2020-09-24T17:01:57.432Z] ++ set -x [2020-09-24T17:01:57.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:57.695Z] INFO: Testing against a local daemon [2020-09-24T17:01:57.695Z] === RUN TestConfigInspect [2020-09-24T17:01:58.268Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-09-24T17:01:58.284Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.71s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.80s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.51s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.35s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.30s) [2020-09-24T17:01:58.285Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s) [2020-09-24T17:01:58.285Z] === RUN TestCgroupNamespacesRun [2020-09-24T17:01:58.563Z] --- PASS: TestInfoAPIWarnings (1.53s) [2020-09-24T17:01:58.563Z] === RUN TestInfoDebug [2020-09-24T17:01:58.955Z] --- PASS: TestServiceUpdatePidsLimit (17.72s) [2020-09-24T17:01:58.955Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.81s) [2020-09-24T17:01:58.955Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2020-09-24T17:01:58.955Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.14s) [2020-09-24T17:01:58.955Z] PASS [2020-09-24T17:01:58.955Z] [2020-09-24T17:01:58.955Z] === Skipped [2020-09-24T17:01:58.955Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2020-09-24T17:01:58.955Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:01:58.955Z] [2020-09-24T17:01:58.955Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-09-24T17:01:58.955Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:01:58.955Z] [2020-09-24T17:01:58.955Z] [2020-09-24T17:01:58.955Z] DONE 27 tests, 2 skipped in 174.227s [2020-09-24T17:01:58.955Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-09-24T17:01:58.955Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:58.955Z] ++ set -e [2020-09-24T17:01:58.955Z] ++ '[' -n 0 ']' [2020-09-24T17:01:58.955Z] ++ set -x [2020-09-24T17:01:58.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:58.955Z] INFO: Testing against a local daemon [2020-09-24T17:01:58.955Z] === RUN TestSessionCreate [2020-09-24T17:01:59.208Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-09-24T17:01:59.208Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-09-24T17:01:59.245Z] --- PASS: TestSessionCreate (0.02s) [2020-09-24T17:01:59.245Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T17:01:59.245Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-09-24T17:01:59.245Z] PASS [2020-09-24T17:01:59.245Z] [2020-09-24T17:01:59.245Z] DONE 2 tests in 0.215s [2020-09-24T17:01:59.245Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-09-24T17:01:59.245Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:59.245Z] ++ set -e [2020-09-24T17:01:59.245Z] ++ '[' -n 0 ']' [2020-09-24T17:01:59.245Z] ++ set -x [2020-09-24T17:01:59.246Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:01:59.246Z] INFO: Testing against a local daemon [2020-09-24T17:01:59.246Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T17:01:59.246Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:01:59.246Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:01:59.246Z] === RUN TestEventsExecDie [2020-09-24T17:01:59.668Z] --- PASS: TestCgroupNamespacesRun (1.79s) [2020-09-24T17:01:59.668Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-24T17:01:59.925Z] --- PASS: TestInfoDebug (1.52s) [2020-09-24T17:01:59.925Z] === RUN TestInfoInsecureRegistries [2020-09-24T17:02:00.276Z] --- PASS: TestEventsExecDie (0.89s) [2020-09-24T17:02:00.276Z] === RUN TestEventsBackwardsCompatible [2020-09-24T17:02:00.276Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-09-24T17:02:00.276Z] === RUN TestInfoBinaryCommits [2020-09-24T17:02:00.276Z] --- PASS: TestInfoBinaryCommits (0.01s) [2020-09-24T17:02:00.276Z] === RUN TestInfoAPIVersioned [2020-09-24T17:02:00.276Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-24T17:02:00.276Z] === RUN TestInfoDiscoveryBackend [2020-09-24T17:02:00.906Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-09-24T17:02:00.906Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-24T17:02:01.117Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-09-24T17:02:01.117Z] --- PASS: TestConfigInspect (3.17s) [2020-09-24T17:02:01.117Z] === RUN TestConfigList [2020-09-24T17:02:01.377Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-09-24T17:02:01.581Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2020-09-24T17:02:01.581Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-24T17:02:01.636Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-09-24T17:02:01.871Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-09-24T17:02:01.871Z] === RUN TestInfoRegistryMirrors [2020-09-24T17:02:01.938Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-24T17:02:01.938Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-24T17:02:02.228Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-09-24T17:02:02.228Z] === RUN TestInfoAPI [2020-09-24T17:02:02.228Z] --- PASS: TestInfoAPI (0.02s) [2020-09-24T17:02:02.228Z] === RUN TestInfoAPIWarnings [2020-09-24T17:02:02.576Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-09-24T17:02:02.836Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-09-24T17:02:02.859Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-09-24T17:02:02.859Z] === RUN TestInfoDebug [2020-09-24T17:02:03.237Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-09-24T17:02:03.237Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T17:02:03.237Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2020-09-24T17:02:03.237Z] === RUN TestPingCacheHeaders [2020-09-24T17:02:03.237Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-24T17:02:03.237Z] === RUN TestPingGet [2020-09-24T17:02:03.237Z] --- PASS: TestPingGet (0.01s) [2020-09-24T17:02:03.237Z] === RUN TestPingHead [2020-09-24T17:02:03.237Z] --- PASS: TestPingHead (0.02s) [2020-09-24T17:02:03.237Z] === RUN TestVersion [2020-09-24T17:02:03.237Z] --- PASS: TestVersion (0.02s) [2020-09-24T17:02:03.237Z] PASS [2020-09-24T17:02:03.237Z] [2020-09-24T17:02:03.237Z] === Skipped [2020-09-24T17:02:03.237Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:02:03.237Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:02:03.237Z] [2020-09-24T17:02:03.237Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-09-24T17:02:03.237Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-09-24T17:02:03.237Z] [2020-09-24T17:02:03.237Z] [2020-09-24T17:02:03.237Z] DONE 18 tests, 2 skipped in 11.937s [2020-09-24T17:02:03.237Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-24T17:02:03.490Z] --- PASS: TestInfoDebug (0.52s) [2020-09-24T17:02:03.490Z] === RUN TestInfoInsecureRegistries [2020-09-24T17:02:03.492Z] INFO: Testing against a local daemon [2020-09-24T17:02:03.492Z] === RUN TestVolumesCreateAndList [2020-09-24T17:02:03.492Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-24T17:02:03.492Z] === RUN TestVolumesRemove [2020-09-24T17:02:03.492Z] --- PASS: TestVolumesRemove (0.05s) [2020-09-24T17:02:03.492Z] === RUN TestVolumesInspect [2020-09-24T17:02:03.492Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-24T17:02:03.492Z] === RUN TestVolumesInvalidJSON [2020-09-24T17:02:03.492Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:03.492Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:03.492Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:03.492Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-24T17:02:03.492Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T17:02:03.492Z] PASS [2020-09-24T17:02:03.492Z] [2020-09-24T17:02:03.492Z] DONE 5 tests in 0.206s [2020-09-24T17:02:03.492Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:02:03.492Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11924 is not a child of this shell [2020-09-24T17:02:03.492Z] warning: PID 11924 from bundles/test-integration/docker.pid had a nonzero exit code [2020-09-24T17:02:03.492Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:02:03.492Z] [2020-09-24T17:02:03.492Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:02:03.492Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:02:03.492Z] [2020-09-24T17:02:03.492Z] To set a process to complain mode, use the command line tool [2020-09-24T17:02:03.492Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:02:03.492Z] Removing test suite binaries [2020-09-24T17:02:03.494Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-09-24T17:02:03.494Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-24T17:02:03.748Z] exiting test-integration [2020-09-24T17:02:03.748Z] ++ exit 0 [2020-09-24T17:02:03.776Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-09-24T17:02:03.776Z] --- PASS: TestConfigList (2.85s) [2020-09-24T17:02:03.776Z] === RUN TestConfigsCreateAndDelete [2020-09-24T17:02:03.780Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-09-24T17:02:03.780Z] === RUN TestInfoRegistryMirrors [2020-09-24T17:02:04.410Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-09-24T17:02:04.410Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T17:02:04.673Z] [2020-09-24T17:02:04.701Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2020-09-24T17:02:04.701Z] === RUN TestPingCacheHeaders [2020-09-24T17:02:04.701Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-09-24T17:02:04.701Z] === RUN TestPingGet [2020-09-24T17:02:04.701Z] --- PASS: TestPingGet (0.01s) [2020-09-24T17:02:04.701Z] === RUN TestPingHead [2020-09-24T17:02:04.701Z] --- PASS: TestPingHead (0.01s) [2020-09-24T17:02:04.701Z] === RUN TestVersion [2020-09-24T17:02:04.701Z] --- PASS: TestVersion (0.01s) [2020-09-24T17:02:04.701Z] PASS [2020-09-24T17:02:04.701Z] [2020-09-24T17:02:04.701Z] === Skipped [2020-09-24T17:02:04.701Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:02:04.701Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:02:04.701Z] [2020-09-24T17:02:04.701Z] [2020-09-24T17:02:04.701Z] DONE 18 tests, 1 skipped in 5.556s [2020-09-24T17:02:04.701Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-09-24T17:02:04.701Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:04.701Z] ++ set -e [2020-09-24T17:02:04.701Z] ++ '[' -n 0 ']' [2020-09-24T17:02:04.701Z] ++ set -x [2020-09-24T17:02:04.701Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:04.701Z] INFO: Testing against a local daemon [2020-09-24T17:02:04.701Z] === RUN TestVolumesCreateAndList [2020-09-24T17:02:04.879Z] --- PASS: TestCgroupNamespacesRunHostMode (1.76s) [2020-09-24T17:02:04.879Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-24T17:02:04.991Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-09-24T17:02:04.991Z] === RUN TestVolumesRemove [2020-09-24T17:02:04.991Z] --- PASS: TestVolumesRemove (0.12s) [2020-09-24T17:02:04.991Z] === RUN TestVolumesInspect [2020-09-24T17:02:04.991Z] --- PASS: TestVolumesInspect (0.01s) [2020-09-24T17:02:04.991Z] === RUN TestVolumesInvalidJSON [2020-09-24T17:02:04.991Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:04.991Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:04.991Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T17:02:04.991Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-09-24T17:02:04.991Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T17:02:04.991Z] PASS [2020-09-24T17:02:04.991Z] [2020-09-24T17:02:04.991Z] DONE 5 tests in 0.298s [2020-09-24T17:02:04.991Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:02:05.160Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-09-24T17:02:05.160Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-24T17:02:05.281Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:02:05.281Z] +++ kill 11953 [2020-09-24T17:02:05.420Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-09-24T17:02:05.989Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode Post stage [Pipeline] junit [2020-09-24T17:02:06.047Z] Recording test results [2020-09-24T17:02:06.249Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-24T17:02:06.784Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:02:06.784Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:02:06.784Z] [2020-09-24T17:02:06.784Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:02:06.784Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:02:06.784Z] [2020-09-24T17:02:06.784Z] To set a process to complain mode, use the command line tool [2020-09-24T17:02:06.784Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:02:06.784Z] +++ true [2020-09-24T17:02:06.784Z] exiting test-integration [2020-09-24T17:02:06.784Z] ++ exit 0 [2020-09-24T17:02:06.784Z] [2020-09-24T17:02:06.792Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2020-09-24T17:02:06.792Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-24T17:02:06.818Z] --- PASS: TestConfigsCreateAndDelete (2.95s) [2020-09-24T17:02:06.819Z] === RUN TestConfigsUpdate [2020-09-24T17:02:07.079Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-24T17:02:07.079Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-24T17:02:07.340Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage Post stage [Pipeline] sh [2020-09-24T17:02:07.913Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [Pipeline] junit [2020-09-24T17:02:07.956Z] Recording test results [Pipeline] } [2020-09-24T17:02:08.174Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [Pipeline] // withEnv [2020-09-24T17:02:08.199Z] + echo Ensuring container killed. [2020-09-24T17:02:08.199Z] Ensuring container killed. [2020-09-24T17:02:08.199Z] + docker rm -vf docker-pr28 [2020-09-24T17:02:08.199Z] Error: No such container: docker-pr28 [2020-09-24T17:02:08.199Z] + true [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-24T17:02:08.255Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) [2020-09-24T17:02:08.255Z] PASS [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] === Skipped [2020-09-24T17:02:08.255Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T17:02:08.255Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-24T17:02:08.255Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T17:02:08.255Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T17:02:08.255Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] [2020-09-24T17:02:08.255Z] DONE 17 tests, 4 skipped in 27.829s [2020-09-24T17:02:08.255Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-24T17:02:08.255Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:08.255Z] ++ set -e [2020-09-24T17:02:08.255Z] ++ '[' -n 0 ']' [2020-09-24T17:02:08.255Z] ++ set -x [2020-09-24T17:02:08.255Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:08.255Z] INFO: Testing against a local daemon [2020-09-24T17:02:08.255Z] === RUN TestPluginInvalidJSON [2020-09-24T17:02:08.255Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:02:08.255Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:02:08.255Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:02:08.255Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-24T17:02:08.255Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-24T17:02:08.255Z] === RUN TestPluginInstall [2020-09-24T17:02:08.255Z] === RUN TestPluginInstall/no_auth [Pipeline] sh [2020-09-24T17:02:08.542Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:02:08.542Z] Chowning /workspace to jenkins user [2020-09-24T17:02:08.542Z] + id -u [2020-09-24T17:02:08.542Z] + id -g [2020-09-24T17:02:08.542Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace busybox chown -R 1000:1000 /workspace [2020-09-24T17:02:08.542Z] Unable to find image 'busybox:latest' locally [2020-09-24T17:02:08.542Z] latest: Pulling from library/busybox [2020-09-24T17:02:08.701Z] + echo Ensuring container killed. [2020-09-24T17:02:08.701Z] Ensuring container killed. [2020-09-24T17:02:08.701Z] + docker rm -vf docker-pr28 [2020-09-24T17:02:08.701Z] Error: No such container: docker-pr28 [2020-09-24T17:02:08.701Z] + true [2020-09-24T17:02:08.704Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s) [2020-09-24T17:02:08.704Z] === RUN TestCgroupNamespacesRunInvalidMode [Pipeline] sh [2020-09-24T17:02:08.797Z] df8698476c65: Pulling fs layer [2020-09-24T17:02:09.079Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:02:09.079Z] Chowning /workspace to jenkins user [2020-09-24T17:02:09.079Z] + id -u [2020-09-24T17:02:09.079Z] + id -g [2020-09-24T17:02:09.079Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39297:/workspace busybox chown -R 1001:1001 /workspace [2020-09-24T17:02:09.115Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-24T17:02:09.647Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.04s) [2020-09-24T17:02:09.647Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-24T17:02:10.057Z] --- PASS: TestConfigsUpdate (3.39s) [2020-09-24T17:02:10.057Z] === RUN TestTemplatedConfig [2020-09-24T17:02:10.316Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:02:11.544Z] + bundleName=s390x-integration [2020-09-24T17:02:11.544Z] + echo Creating s390x-integration-bundles.tar.gz [2020-09-24T17:02:11.544Z] Creating s390x-integration-bundles.tar.gz [2020-09-24T17:02:11.544Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-24T17:02:11.544Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-09-24T17:02:11.563Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) [2020-09-24T17:02:11.563Z] === RUN TestKernelTCPMemory [Pipeline] archiveArtifacts [2020-09-24T17:02:11.588Z] Archiving artifacts [2020-09-24T17:02:11.808Z] time="2020-09-24T17:02:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:11.808Z] time="2020-09-24T17:02:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e473002e75fe62693768a5327ee54d5eeb672e7a3474430381814c5a4b33f233" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:02:11.808Z] time="2020-09-24T17:02:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:11.808Z] time="2020-09-24T17:02:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e473002e75fe62693768a5327ee54d5eeb672e7a3474430381814c5a4b33f233" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:02:11.808Z] === RUN TestPluginInstall/with_htpasswd [2020-09-24T17:02:11.939Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:02:12.133Z] --- PASS: TestKernelTCPMemory (0.85s) [2020-09-24T17:02:12.133Z] === RUN TestNISDomainname [2020-09-24T17:02:12.227Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-09-24T17:02:12.320Z] + make clean [2020-09-24T17:02:12.443Z] time="2020-09-24T17:02:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:12.443Z] time="2020-09-24T17:02:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e91571ffe132a00de20a4ad3fd8abd15ac4fe673a53657ee4554b19dc7d5819" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:02:12.443Z] time="2020-09-24T17:02:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:12.443Z] time="2020-09-24T17:02:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2e91571ffe132a00de20a4ad3fd8abd15ac4fe673a53657ee4554b19dc7d5819" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:02:12.610Z] docker volume rm -f docker-dev-cache [2020-09-24T17:02:12.610Z] docker-dev-cache [Pipeline] deleteDir [2020-09-24T17:02:12.739Z] === RUN TestPluginInstall/with_insecure [2020-09-24T17:02:13.075Z] --- PASS: TestNISDomainname (0.93s) [2020-09-24T17:02:13.075Z] === RUN TestHostnameDnsResolution [2020-09-24T17:02:13.777Z] time="2020-09-24T17:02:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:13.777Z] time="2020-09-24T17:02:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dedd1a1fddd28a5c03442d3b009b45b5b97d98749d27fa4eab566c71e689d1d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:02:13.777Z] time="2020-09-24T17:02:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:02:13.777Z] time="2020-09-24T17:02:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:dedd1a1fddd28a5c03442d3b009b45b5b97d98749d27fa4eab566c71e689d1d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T17:02:14.036Z] df8698476c65: Verifying Checksum [2020-09-24T17:02:14.036Z] df8698476c65: Download complete [2020-09-24T17:02:14.036Z] df8698476c65: Pull complete [2020-09-24T17:02:14.036Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-24T17:02:14.036Z] Status: Downloaded newer image for busybox:latest [2020-09-24T17:02:14.070Z] --- PASS: TestPluginInstall (7.59s) [2020-09-24T17:02:14.070Z] --- PASS: TestPluginInstall/no_auth (5.28s) [2020-09-24T17:02:14.070Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-09-24T17:02:14.070Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2020-09-24T17:02:14.070Z] plugin_test.go:157: [dee301e540508] daemon is not started [2020-09-24T17:02:14.070Z] PASS [2020-09-24T17:02:14.070Z] [2020-09-24T17:02:14.070Z] DONE 6 tests in 7.687s [2020-09-24T17:02:14.070Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-24T17:02:14.070Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:14.070Z] ++ set -e [2020-09-24T17:02:14.070Z] ++ '[' -n 0 ']' [2020-09-24T17:02:14.070Z] ++ set -x [2020-09-24T17:02:14.070Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:14.070Z] INFO: Testing against a local daemon [2020-09-24T17:02:14.070Z] === RUN TestExternalGraphDriver [2020-09-24T17:02:14.136Z] --- PASS: TestTemplatedConfig (3.77s) [2020-09-24T17:02:14.136Z] === RUN TestConfigCreateResolve [2020-09-24T17:02:14.364Z] === RUN TestExternalGraphDriver/json [2020-09-24T17:02:14.396Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:02:14.989Z] --- PASS: TestHostnameDnsResolution (1.64s) [2020-09-24T17:02:14.989Z] === RUN TestStats [2020-09-24T17:02:15.305Z] + bundleName=amd64-rootless [2020-09-24T17:02:15.305Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-09-24T17:02:15.305Z] Creating amd64-rootless-bundles.tar.gz [2020-09-24T17:02:15.305Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-24T17:02:15.305Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-24T17:02:15.314Z] Archiving artifacts [2020-09-24T17:02:15.778Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-09-24T17:02:16.348Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-09-24T17:02:16.450Z] === RUN TestExternalGraphDriver/spec [2020-09-24T17:02:16.608Z] --- PASS: TestConfigCreateResolve (2.70s) [2020-09-24T17:02:16.608Z] === RUN TestConfigDaemonLibtrustID [2020-09-24T17:02:17.041Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:02:17.177Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2020-09-24T17:02:17.177Z] PASS [2020-09-24T17:02:17.177Z] [2020-09-24T17:02:17.177Z] DONE 7 tests in 19.622s [2020-09-24T17:02:17.177Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-09-24T17:02:17.177Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:17.177Z] ++ set -e [2020-09-24T17:02:17.177Z] ++ '[' -n 0 ']' [2020-09-24T17:02:17.177Z] ++ set -x [2020-09-24T17:02:17.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:17.401Z] + make clean [2020-09-24T17:02:17.488Z] INFO: Testing against a local daemon [2020-09-24T17:02:17.488Z] === RUN TestCheckpoint [2020-09-24T17:02:17.488Z] --- SKIP: TestCheckpoint (0.00s) [2020-09-24T17:02:17.488Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T17:02:17.488Z] === RUN TestContainerInvalidJSON [2020-09-24T17:02:17.488Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:02:17.488Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:02:17.488Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:02:17.488Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:02:17.488Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:02:17.488Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:02:17.488Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-09-24T17:02:17.488Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-09-24T17:02:17.488Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-09-24T17:02:17.488Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-09-24T17:02:17.488Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-09-24T17:02:17.488Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-09-24T17:02:17.488Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-09-24T17:02:17.488Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-09-24T17:02:17.488Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2020-09-24T17:02:17.488Z] === RUN TestCopyFromContainerPathIsNotDir [2020-09-24T17:02:17.488Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-09-24T17:02:17.488Z] === RUN TestCopyToContainerPathDoesNotExist [2020-09-24T17:02:17.488Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-09-24T17:02:17.488Z] === RUN TestCopyToContainerPathIsNotDir [2020-09-24T17:02:17.530Z] --- PASS: TestStats (2.78s) [2020-09-24T17:02:17.530Z] === RUN TestStopContainerWithTimeout [2020-09-24T17:02:17.530Z] === RUN TestStopContainerWithTimeout/0 [2020-09-24T17:02:17.530Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-24T17:02:17.530Z] === RUN TestStopContainerWithTimeout/1 [2020-09-24T17:02:17.530Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-24T17:02:17.530Z] === RUN TestStopContainerWithTimeout/3 [2020-09-24T17:02:17.530Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-24T17:02:17.530Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-24T17:02:17.530Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-24T17:02:17.530Z] === CONT TestStopContainerWithTimeout/0 [2020-09-24T17:02:17.530Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-24T17:02:17.530Z] === CONT TestStopContainerWithTimeout/1 [2020-09-24T17:02:17.530Z] === CONT TestStopContainerWithTimeout/3 [2020-09-24T17:02:17.657Z] docker volume rm -f docker-dev-cache [2020-09-24T17:02:17.657Z] docker-dev-cache [Pipeline] deleteDir [2020-09-24T17:02:17.755Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-09-24T17:02:17.755Z] === RUN TestCopyFromContainer [2020-09-24T17:02:17.974Z] === RUN TestExternalGraphDriver/pull [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T17:02:19.152Z] === RUN TestCopyFromContainer// [2020-09-24T17:02:19.152Z] === RUN TestCopyFromContainer//bar/root [2020-09-24T17:02:19.413Z] === RUN TestCopyFromContainer//bar/root/ [2020-09-24T17:02:19.413Z] === RUN TestCopyFromContainer/bar/quux [2020-09-24T17:02:19.413Z] === RUN TestCopyFromContainer/bar/quux/ [2020-09-24T17:02:19.673Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-09-24T17:02:19.673Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-09-24T17:02:19.673Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-09-24T17:02:19.934Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-09-24T17:02:19.934Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-09-24T17:02:20.072Z] --- PASS: TestExternalGraphDriver (5.52s) [2020-09-24T17:02:20.072Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2020-09-24T17:02:20.072Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2020-09-24T17:02:20.072Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2020-09-24T17:02:20.072Z] === RUN TestGraphdriverPluginV2 [2020-09-24T17:02:20.072Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2020-09-24T17:02:20.072Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:20.072Z] PASS [2020-09-24T17:02:20.072Z] [2020-09-24T17:02:20.072Z] === Skipped [2020-09-24T17:02:20.072Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2020-09-24T17:02:20.072Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:20.072Z] [2020-09-24T17:02:20.072Z] [2020-09-24T17:02:20.072Z] DONE 5 tests, 1 skipped in 5.682s [2020-09-24T17:02:20.072Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-24T17:02:20.072Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:20.072Z] ++ set -e [2020-09-24T17:02:20.072Z] ++ '[' -n 0 ']' [2020-09-24T17:02:20.072Z] ++ set -x [2020-09-24T17:02:20.072Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:20.072Z] INFO: Testing against a local daemon [2020-09-24T17:02:20.072Z] === RUN TestContinueAfterPluginCrash [2020-09-24T17:02:20.072Z] === PAUSE TestContinueAfterPluginCrash [2020-09-24T17:02:20.072Z] === RUN TestReadPluginNoRead [2020-09-24T17:02:20.072Z] === PAUSE TestReadPluginNoRead [2020-09-24T17:02:20.072Z] === RUN TestDaemonStartWithLogOpt [2020-09-24T17:02:20.072Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-24T17:02:20.072Z] === CONT TestContinueAfterPluginCrash [2020-09-24T17:02:20.072Z] === CONT TestDaemonStartWithLogOpt [2020-09-24T17:02:20.072Z] === CONT TestReadPluginNoRead [2020-09-24T17:02:20.195Z] === RUN TestCopyFromContainer/bar/notarget [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer (2.61s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.17s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-09-24T17:02:20.195Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-09-24T17:02:20.195Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-09-24T17:02:20.195Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:02:20.195Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:02:20.195Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:02:20.195Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:02:20.195Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:02:20.195Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:02:20.195Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-09-24T17:02:20.195Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-09-24T17:02:20.195Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-09-24T17:02:20.195Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-09-24T17:02:20.195Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-09-24T17:02:20.195Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-09-24T17:02:20.195Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-09-24T17:02:20.195Z] === RUN TestCreateLinkToNonExistingContainer [2020-09-24T17:02:20.456Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-09-24T17:02:20.456Z] === RUN TestCreateWithInvalidEnv [2020-09-24T17:02:20.456Z] === RUN TestCreateWithInvalidEnv/0 [2020-09-24T17:02:20.456Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-09-24T17:02:20.456Z] === RUN TestCreateWithInvalidEnv/1 [2020-09-24T17:02:20.456Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-09-24T17:02:20.456Z] === RUN TestCreateWithInvalidEnv/2 [2020-09-24T17:02:20.456Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-09-24T17:02:20.456Z] === CONT TestCreateWithInvalidEnv/0 [2020-09-24T17:02:20.456Z] === CONT TestCreateWithInvalidEnv/2 [2020-09-24T17:02:20.456Z] === CONT TestCreateWithInvalidEnv/1 [2020-09-24T17:02:20.456Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-09-24T17:02:20.456Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-09-24T17:02:20.456Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-09-24T17:02:20.456Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-09-24T17:02:20.456Z] === RUN TestCreateTmpfsMountsTarget [2020-09-24T17:02:20.456Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-09-24T17:02:20.456Z] === RUN TestCreateWithCustomMaskedPaths [2020-09-24T17:02:20.833Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-09-24T17:02:20.833Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2020-09-24T17:02:20.833Z] --- PASS: TestStopContainerWithTimeout/1 (2.13s) [2020-09-24T17:02:20.833Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2020-09-24T17:02:20.833Z] --- PASS: TestStopContainerWithTimeout/-1 (3.32s) [2020-09-24T17:02:20.833Z] === RUN TestDeleteDevicemapper [2020-09-24T17:02:20.833Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-24T17:02:20.833Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T17:02:20.833Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T17:02:22.370Z] --- PASS: TestCreateWithCustomMaskedPaths (1.85s) [2020-09-24T17:02:22.370Z] === RUN TestCreateWithCustomReadonlyPaths [2020-09-24T17:02:23.379Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.22s) [2020-09-24T17:02:23.379Z] === RUN TestUpdateMemory [2020-09-24T17:02:23.379Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-24T17:02:23.379Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:23.379Z] === RUN TestUpdateCPUQuota [2020-09-24T17:02:23.757Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-09-24T17:02:24.018Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.75s) [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:02:24.018Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:02:24.018Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:02:24.018Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:02:24.018Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:02:24.018Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:02:24.018Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:02:24.018Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-09-24T17:02:24.018Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-09-24T17:02:24.018Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-09-24T17:02:24.018Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-09-24T17:02:24.018Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-09-24T17:02:24.018Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-09-24T17:02:24.018Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-09-24T17:02:24.320Z] --- PASS: TestUpdateCPUQuota (1.25s) [2020-09-24T17:02:24.320Z] === RUN TestUpdatePidsLimit [2020-09-24T17:02:24.320Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-24T17:02:24.588Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-09-24T17:02:24.848Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.72s) [2020-09-24T17:02:24.848Z] === RUN TestCreateDifferentPlatform [2020-09-24T17:02:24.848Z] === RUN TestCreateDifferentPlatform/different_os [2020-09-24T17:02:24.848Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-09-24T17:02:24.848Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2020-09-24T17:02:24.848Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-09-24T17:02:24.848Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-09-24T17:02:24.848Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-09-24T17:02:24.848Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-09-24T17:02:24.848Z] === RUN TestContainerStartOnDaemonRestart [2020-09-24T17:02:24.848Z] === PAUSE TestContainerStartOnDaemonRestart [2020-09-24T17:02:24.848Z] === RUN TestDaemonRestartIpcMode [2020-09-24T17:02:24.848Z] === PAUSE TestDaemonRestartIpcMode [2020-09-24T17:02:24.848Z] === RUN TestDaemonHostGatewayIP [2020-09-24T17:02:24.848Z] === PAUSE TestDaemonHostGatewayIP [2020-09-24T17:02:24.848Z] === RUN TestContainerKillOnDaemonStart [2020-09-24T17:02:24.848Z] === PAUSE TestContainerKillOnDaemonStart [2020-09-24T17:02:24.848Z] === RUN TestDiff [2020-09-24T17:02:24.848Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-24T17:02:24.891Z] === RUN TestUpdatePidsLimit/no_change [2020-09-24T17:02:25.108Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-09-24T17:02:25.152Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-24T17:02:25.412Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-24T17:02:25.679Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-09-24T17:02:25.679Z] --- PASS: TestDiff (0.73s) [2020-09-24T17:02:25.679Z] === RUN TestExecWithCloseStdin [2020-09-24T17:02:25.679Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-24T17:02:25.718Z] === RUN TestReadPluginNoRead/default [2020-09-24T17:02:25.718Z] --- PASS: TestDaemonStartWithLogOpt (5.44s) [2020-09-24T17:02:25.983Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-24T17:02:26.244Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-24T17:02:26.355Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-24T17:02:26.623Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-09-24T17:02:26.623Z] === RUN TestExec [2020-09-24T17:02:26.816Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-24T17:02:27.196Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-24T17:02:27.456Z] --- PASS: TestExec (0.93s) [2020-09-24T17:02:27.456Z] === RUN TestExecUser [2020-09-24T17:02:27.717Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-24T17:02:27.872Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-24T17:02:28.199Z] --- PASS: TestUpdatePidsLimit (3.68s) [2020-09-24T17:02:28.199Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-09-24T17:02:28.199Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-09-24T17:02:28.199Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-09-24T17:02:28.199Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-09-24T17:02:28.200Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-09-24T17:02:28.200Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-09-24T17:02:28.200Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2020-09-24T17:02:28.200Z] === RUN TestUpdateRestartPolicy [2020-09-24T17:02:28.658Z] --- PASS: TestExecUser (1.02s) [2020-09-24T17:02:28.658Z] === RUN TestExportContainerAndImportImage [2020-09-24T17:02:28.658Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-09-24T17:02:28.918Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-09-24T17:02:29.387Z] --- PASS: TestReadPluginNoRead (9.36s) [2020-09-24T17:02:29.387Z] --- PASS: TestReadPluginNoRead/default (1.42s) [2020-09-24T17:02:29.387Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.47s) [2020-09-24T17:02:29.387Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2020-09-24T17:02:29.387Z] read_test.go:92: [d98e5778ad9c8] daemon is not started [2020-09-24T17:02:29.489Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-09-24T17:02:29.489Z] === RUN TestExportContainerAfterDaemonRestart [2020-09-24T17:02:30.779Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-09-24T17:02:30.779Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-09-24T17:02:30.872Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-24T17:02:30.903Z] --- PASS: TestContinueAfterPluginCrash (10.69s) [2020-09-24T17:02:30.903Z] PASS [2020-09-24T17:02:30.903Z] [2020-09-24T17:02:30.903Z] DONE 6 tests in 10.771s [2020-09-24T17:02:30.903Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] ++ set -e [2020-09-24T17:02:30.903Z] ++ '[' -n 0 ']' [2020-09-24T17:02:30.903Z] ++ set -x [2020-09-24T17:02:30.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] testing: warning: no tests to run [2020-09-24T17:02:30.903Z] PASS [2020-09-24T17:02:30.903Z] [2020-09-24T17:02:30.903Z] DONE 0 tests in 0.018s [2020-09-24T17:02:30.903Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] ++ set -e [2020-09-24T17:02:30.903Z] ++ '[' -n 0 ']' [2020-09-24T17:02:30.903Z] ++ set -x [2020-09-24T17:02:30.903Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:30.903Z] INFO: Testing against a local daemon [2020-09-24T17:02:30.903Z] === RUN TestPluginWithDevMounts [2020-09-24T17:02:30.903Z] === PAUSE TestPluginWithDevMounts [2020-09-24T17:02:30.903Z] === CONT TestPluginWithDevMounts [2020-09-24T17:02:31.133Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2020-09-24T17:02:31.133Z] === RUN TestHealthCheckWorkdir [2020-09-24T17:02:31.239Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-09-24T17:02:31.239Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-09-24T17:02:32.074Z] --- PASS: TestHealthCheckWorkdir (0.93s) [2020-09-24T17:02:32.074Z] === RUN TestHealthKillContainer [2020-09-24T17:02:32.416Z] --- PASS: TestPluginWithDevMounts (1.84s) [2020-09-24T17:02:32.416Z] PASS [2020-09-24T17:02:32.416Z] [2020-09-24T17:02:32.416Z] DONE 1 tests in 1.918s [2020-09-24T17:02:32.416Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-09-24T17:02:32.416Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:32.416Z] ++ set -e [2020-09-24T17:02:32.416Z] ++ '[' -n 0 ']' [2020-09-24T17:02:32.416Z] ++ set -x [2020-09-24T17:02:32.416Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:32.707Z] INFO: Testing against a local daemon [2020-09-24T17:02:32.707Z] === RUN TestSecretInspect [2020-09-24T17:02:33.013Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-24T17:02:33.582Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-09-24T17:02:33.842Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-24T17:02:34.783Z] --- PASS: TestHealthKillContainer (2.65s) [2020-09-24T17:02:34.783Z] === RUN TestInspectCpusetInConfigPre120 [2020-09-24T17:02:34.794Z] --- PASS: TestSecretInspect (1.94s) [2020-09-24T17:02:34.795Z] === RUN TestSecretList [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-09-24T17:02:34.996Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-09-24T17:02:35.353Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2020-09-24T17:02:35.353Z] === RUN TestIpcModeNone [2020-09-24T17:02:35.965Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-09-24T17:02:36.292Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-09-24T17:02:36.292Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-09-24T17:02:36.292Z] --- PASS: TestIpcModeNone (0.88s) [2020-09-24T17:02:36.292Z] === RUN TestIpcModePrivate [2020-09-24T17:02:36.890Z] --- PASS: TestSecretList (1.93s) [2020-09-24T17:02:36.890Z] === RUN TestSecretsCreateAndDelete [2020-09-24T17:02:37.232Z] --- PASS: TestIpcModePrivate (0.86s) [2020-09-24T17:02:37.232Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:87, shared: false, mustBeShared: false [2020-09-24T17:02:37.232Z] === RUN TestIpcModeShareable [2020-09-24T17:02:38.146Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-09-24T17:02:38.173Z] --- PASS: TestIpcModeShareable (0.85s) [2020-09-24T17:02:38.173Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2020-09-24T17:02:38.173Z] === RUN TestAPIIpcModeShareableAndContainer [2020-09-24T17:02:38.410Z] --- PASS: TestSecretsCreateAndDelete (1.93s) [2020-09-24T17:02:38.410Z] === RUN TestSecretsUpdate [2020-09-24T17:02:38.433Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-09-24T17:02:39.116Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-09-24T17:02:39.116Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-24T17:02:39.116Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-24T17:02:39.116Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-24T17:02:40.433Z] --- PASS: TestUpdateRestartPolicy (12.31s) [2020-09-24T17:02:40.433Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T17:02:40.485Z] --- PASS: TestSecretsUpdate (1.90s) [2020-09-24T17:02:40.486Z] === RUN TestTemplatedSecret [2020-09-24T17:02:40.975Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-09-24T17:02:40.975Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2020-09-24T17:02:40.975Z] === RUN TestAPIIpcModeHost [2020-09-24T17:02:41.013Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-09-24T17:02:41.013Z] === RUN TestWaitNonBlocked [2020-09-24T17:02:41.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:02:41.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:02:41.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:02:41.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:02:41.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:02:41.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:02:41.235Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-09-24T17:02:41.297Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-24T17:02:41.496Z] --- PASS: TestAPIIpcModeHost (0.78s) [2020-09-24T17:02:41.496Z] === RUN TestDaemonIpcModeShareable [2020-09-24T17:02:42.401Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-09-24T17:02:42.401Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2020-09-24T17:02:42.401Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2020-09-24T17:02:42.401Z] === RUN TestWaitBlocked [2020-09-24T17:02:42.401Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:02:42.401Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:02:42.401Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:02:42.401Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:02:42.401Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:02:42.401Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:02:42.438Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-09-24T17:02:42.574Z] --- PASS: TestTemplatedSecret (2.36s) [2020-09-24T17:02:42.574Z] === RUN TestSecretCreateResolve [2020-09-24T17:02:43.344Z] --- PASS: TestWaitBlocked (0.02s) [2020-09-24T17:02:43.344Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2020-09-24T17:02:43.344Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.04s) [2020-09-24T17:02:43.344Z] === CONT TestContainerStartOnDaemonRestart [2020-09-24T17:02:43.344Z] === CONT TestIpcModeOlderClient [2020-09-24T17:02:43.344Z] === CONT TestDaemonHostGatewayIP [2020-09-24T17:02:43.344Z] === CONT TestContainerKillOnDaemonStart [2020-09-24T17:02:43.344Z] --- PASS: TestIpcModeOlderClient (0.23s) [2020-09-24T17:02:43.344Z] === CONT TestDaemonRestartIpcMode [2020-09-24T17:02:43.376Z] --- PASS: TestDaemonIpcModeShareable (1.89s) [2020-09-24T17:02:43.376Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2020-09-24T17:02:43.376Z] === RUN TestDaemonIpcModePrivate [2020-09-24T17:02:44.320Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-09-24T17:02:44.667Z] --- PASS: TestSecretCreateResolve (1.89s) [2020-09-24T17:02:44.667Z] PASS [2020-09-24T17:02:44.667Z] [2020-09-24T17:02:44.667Z] DONE 6 tests in 12.028s [2020-09-24T17:02:44.667Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-09-24T17:02:44.667Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:44.667Z] ++ set -e [2020-09-24T17:02:44.667Z] ++ '[' -n 0 ']' [2020-09-24T17:02:44.667Z] ++ set -x [2020-09-24T17:02:44.667Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:44.667Z] INFO: Testing against a local daemon [2020-09-24T17:02:44.667Z] === RUN TestServiceCreateInit [2020-09-24T17:02:44.667Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T17:02:45.260Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2020-09-24T17:02:45.260Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-09-24T17:02:45.260Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-09-24T17:02:45.260Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-09-24T17:02:45.523Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-09-24T17:02:46.656Z] --- PASS: TestContainerStartOnDaemonRestart (3.45s) [2020-09-24T17:02:47.435Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2020-09-24T17:02:47.435Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2020-09-24T17:02:47.435Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-09-24T17:02:47.435Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-09-24T17:02:47.435Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-09-24T17:02:47.596Z] --- PASS: TestDaemonRestartIpcMode (4.22s) [2020-09-24T17:02:47.857Z] --- PASS: TestDaemonHostGatewayIP (4.73s) [2020-09-24T17:02:48.006Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-09-24T17:02:48.947Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s) [2020-09-24T17:02:48.947Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2020-09-24T17:02:48.947Z] === RUN TestIpcModeOlderClient [2020-09-24T17:02:48.947Z] === PAUSE TestIpcModeOlderClient [2020-09-24T17:02:48.947Z] === RUN TestKillContainerInvalidSignal [2020-09-24T17:02:49.146Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T17:02:49.518Z] --- PASS: TestKillContainerInvalidSignal (0.60s) [2020-09-24T17:02:49.518Z] === RUN TestKillContainer [2020-09-24T17:02:49.518Z] === RUN TestKillContainer/no_signal [2020-09-24T17:02:50.088Z] === RUN TestKillContainer/non_killing_signal [2020-09-24T17:02:50.658Z] === RUN TestKillContainer/killing_signal [2020-09-24T17:02:51.229Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-24T17:02:51.490Z] --- PASS: TestKillContainer (2.13s) [2020-09-24T17:02:51.490Z] --- PASS: TestKillContainer/no_signal (0.72s) [2020-09-24T17:02:51.490Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2020-09-24T17:02:51.490Z] --- PASS: TestKillContainer/killing_signal (0.73s) [2020-09-24T17:02:51.490Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-09-24T17:02:51.490Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-09-24T17:02:51.628Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-09-24T17:02:51.750Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-09-24T17:02:52.321Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-09-24T17:02:52.582Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-24T17:02:52.690Z] --- PASS: TestServiceCreateInit (7.43s) [2020-09-24T17:02:52.690Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.68s) [2020-09-24T17:02:52.690Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s) [2020-09-24T17:02:52.690Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T17:02:52.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2020-09-24T17:02:52.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-09-24T17:02:52.842Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-09-24T17:02:52.842Z] === RUN TestKillStoppedContainer [2020-09-24T17:02:53.102Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-09-24T17:02:53.102Z] === RUN TestKillStoppedContainerAPIPre120 [2020-09-24T17:02:53.102Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-09-24T17:02:53.102Z] === RUN TestKillDifferentUserContainer [2020-09-24T17:02:53.362Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-24T17:02:53.934Z] --- PASS: TestKillDifferentUserContainer (0.82s) [2020-09-24T17:02:53.934Z] === RUN TestInspectOomKilledTrue [2020-09-24T17:02:53.934Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-09-24T17:02:53.934Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:53.934Z] === RUN TestInspectOomKilledFalse [2020-09-24T17:02:53.934Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-09-24T17:02:53.934Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:53.934Z] === RUN TestLinksEtcHostsContentMatch [2020-09-24T17:02:54.504Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2020-09-24T17:02:54.504Z] === RUN TestLinksContainerNames [2020-09-24T17:02:55.889Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-09-24T17:02:55.889Z] --- PASS: TestLinksContainerNames (1.40s) [2020-09-24T17:02:55.889Z] === RUN TestLogsFollowTailEmpty [2020-09-24T17:02:56.459Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-24T17:02:56.459Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2020-09-24T17:02:56.459Z] === RUN TestContainerNetworkMountsNoChown [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/server/httputils 0.021s coverage: 14.7% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/container [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/events [no test files] [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/image [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/network [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/builder/dockerfile 0.226s coverage: 48.0% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/builder/remotecontext 0.097s coverage: 13.6% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-09-24T17:02:57.260Z] ok github.com/docker/docker/builder/remotecontext/git 1.207s coverage: 86.3% of statements [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/cli [no test files] [2020-09-24T17:02:57.260Z] ? github.com/docker/docker/cli/config [no test files] [2020-09-24T17:02:57.401Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/default [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/default [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/private [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/private [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rprivate [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rprivate [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/slave [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/slave [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rslave [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rslave [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/shared [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/shared [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rshared [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rshared [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/default [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/rslave [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/default/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/default/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/rshared [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/shared [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/rprivate [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/slave [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/private [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/private/mount_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:02:57.401Z] === RUN TestMountDaemonRoot/private/bind_root [2020-09-24T17:02:57.401Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/default/bind_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/default/mount_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-09-24T17:02:57.401Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-09-24T17:02:57.662Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-09-24T17:02:57.850Z] --- PASS: TestContainerKillOnDaemonStart (13.09s) [2020-09-24T17:02:57.850Z] PASS [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === Skipped [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-09-24T17:02:57.850Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-24T17:02:57.850Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-24T17:02:57.850Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T17:02:57.850Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-24T17:02:57.850Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-09-24T17:02:57.850Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] [2020-09-24T17:02:57.850Z] DONE 192 tests, 6 skipped in 136.306s [2020-09-24T17:02:57.850Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-09-24T17:02:57.850Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:57.850Z] ++ set -e [2020-09-24T17:02:57.850Z] ++ '[' -n 0 ']' [2020-09-24T17:02:57.850Z] ++ set -x [2020-09-24T17:02:57.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:57.850Z] INFO: Testing against a local daemon [2020-09-24T17:02:57.850Z] === RUN TestCommitInheritsEnv [2020-09-24T17:02:57.850Z] --- PASS: TestCommitInheritsEnv (0.56s) [2020-09-24T17:02:57.850Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T17:02:57.850Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-09-24T17:02:57.850Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-24T17:02:57.850Z] === RUN TestImagesFilterMultiReference [2020-09-24T17:02:57.850Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-09-24T17:02:57.850Z] === RUN TestImagePullPlatformInvalid [2020-09-24T17:02:57.850Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-09-24T17:02:57.850Z] === RUN TestRemoveImageOrphaning [2020-09-24T17:02:57.850Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2020-09-24T17:02:57.850Z] === RUN TestRemoveImageGarbageCollector [2020-09-24T17:02:57.850Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-09-24T17:02:57.850Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:57.850Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T17:02:57.850Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-09-24T17:02:57.850Z] === RUN TestTagInvalidReference [2020-09-24T17:02:57.850Z] --- PASS: TestTagInvalidReference (0.03s) [2020-09-24T17:02:57.850Z] === RUN TestTagValidPrefixedRepo [2020-09-24T17:02:57.850Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-09-24T17:02:57.850Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T17:02:57.850Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-24T17:02:57.850Z] === RUN TestTagOfficialNames [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/private/bind_root [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/private/mount_root [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-09-24T17:02:57.937Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-09-24T17:02:57.937Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-09-24T17:02:57.937Z] === RUN TestContainerBindMountNonRecursive [2020-09-24T17:02:58.112Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-24T17:02:58.112Z] === RUN TestTagMatchesDigest [2020-09-24T17:02:58.112Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-09-24T17:02:58.112Z] PASS [2020-09-24T17:02:58.112Z] [2020-09-24T17:02:58.112Z] === Skipped [2020-09-24T17:02:58.112Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-09-24T17:02:58.112Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-09-24T17:02:58.112Z] [2020-09-24T17:02:58.112Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-09-24T17:02:58.112Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:02:58.112Z] [2020-09-24T17:02:58.112Z] [2020-09-24T17:02:58.112Z] DONE 12 tests, 2 skipped in 1.732s [2020-09-24T17:02:58.112Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-09-24T17:02:58.112Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:58.112Z] ++ set -e [2020-09-24T17:02:58.112Z] ++ '[' -n 0 ']' [2020-09-24T17:02:58.112Z] ++ set -x [2020-09-24T17:02:58.112Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:02:58.112Z] INFO: Testing against a local daemon [2020-09-24T17:02:58.112Z] === RUN TestNetworkCreateDelete [2020-09-24T17:02:58.683Z] --- PASS: TestNetworkCreateDelete (0.41s) [2020-09-24T17:02:58.683Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T17:02:58.709Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-09-24T17:02:59.169Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-09-24T17:02:59.333Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-09-24T17:02:59.333Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-24T17:02:59.593Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-09-24T17:02:59.629Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-09-24T17:02:59.774Z] ok github.com/docker/docker/client 0.128s coverage: 75.4% of statements [2020-09-24T17:02:59.853Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2020-09-24T17:02:59.853Z] === RUN TestNetworkNat [2020-09-24T17:03:00.067Z] --- PASS: TestDockerNetworkDeletePreferID (1.14s) [2020-09-24T17:03:00.067Z] === RUN TestDaemonDNSFallback [2020-09-24T17:03:00.113Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-09-24T17:03:00.683Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-24T17:03:00.683Z] --- PASS: TestNetworkNat (0.69s) [2020-09-24T17:03:00.683Z] === RUN TestNetworkLocalhostTCPNat [2020-09-24T17:03:00.683Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-09-24T17:03:01.622Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2020-09-24T17:03:01.622Z] === RUN TestNetworkLoopbackNat [2020-09-24T17:03:01.882Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-24T17:03:02.453Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-09-24T17:03:02.544Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-09-24T17:03:03.516Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-09-24T17:03:03.834Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-09-24T17:03:04.403Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-24T17:03:04.663Z] --- PASS: TestNetworkLoopbackNat (3.16s) [2020-09-24T17:03:04.663Z] === RUN TestPause [2020-09-24T17:03:05.604Z] --- PASS: TestPause (0.82s) [2020-09-24T17:03:05.604Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-09-24T17:03:05.604Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T17:03:05.604Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T17:03:05.604Z] === RUN TestPauseStopPausedContainer [2020-09-24T17:03:05.604Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-09-24T17:03:06.547Z] --- PASS: TestPauseStopPausedContainer (0.87s) [2020-09-24T17:03:06.547Z] === RUN TestPsFilter [2020-09-24T17:03:06.547Z] --- PASS: TestPsFilter (0.18s) [2020-09-24T17:03:06.547Z] === RUN TestRemoveContainerWithRemovedVolume [2020-09-24T17:03:07.490Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.73s) [2020-09-24T17:03:07.490Z] === RUN TestRemoveContainerWithVolume [2020-09-24T17:03:07.490Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-09-24T17:03:08.062Z] --- PASS: TestRemoveContainerWithVolume (0.72s) [2020-09-24T17:03:08.062Z] === RUN TestRemoveContainerRunning [2020-09-24T17:03:08.096Z] --- PASS: TestCreateServiceMultipleTimes (15.74s) [2020-09-24T17:03:08.096Z] === RUN TestCreateServiceConflict [2020-09-24T17:03:08.202Z] --- PASS: TestDaemonDNSFallback (7.46s) [2020-09-24T17:03:08.202Z] === RUN TestInspectNetwork [2020-09-24T17:03:09.001Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-09-24T17:03:09.001Z] === RUN TestRemoveContainerForceRemoveRunning [2020-09-24T17:03:09.001Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-09-24T17:03:09.571Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.76s) [2020-09-24T17:03:09.571Z] === RUN TestRemoveInvalidContainer [2020-09-24T17:03:09.571Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-09-24T17:03:09.571Z] === RUN TestRenameLinkedContainer [2020-09-24T17:03:09.615Z] --- PASS: TestCreateServiceConflict (1.90s) [2020-09-24T17:03:09.615Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T17:03:10.968Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-09-24T17:03:12.093Z] === RUN TestDockerSuite/TestBuildAddScript [2020-09-24T17:03:12.093Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-09-24T17:03:12.093Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-24T17:03:12.093Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-24T17:03:12.093Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-24T17:03:12.352Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-09-24T17:03:12.361Z] --- PASS: TestCreateServiceMaxReplicas (2.58s) [2020-09-24T17:03:12.361Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T17:03:12.451Z] === RUN TestInspectNetwork/full_network_id [2020-09-24T17:03:12.451Z] === RUN TestInspectNetwork/partial_network_id [2020-09-24T17:03:12.451Z] === RUN TestInspectNetwork/network_name [2020-09-24T17:03:12.451Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-24T17:03:12.552Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-24T17:03:12.922Z] --- PASS: TestRenameLinkedContainer (3.16s) [2020-09-24T17:03:12.922Z] === RUN TestRenameStoppedContainer [2020-09-24T17:03:12.922Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-09-24T17:03:13.491Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-09-24T17:03:13.491Z] --- PASS: TestRenameStoppedContainer (0.72s) [2020-09-24T17:03:13.491Z] === RUN TestRenameRunningContainerAndReuse [2020-09-24T17:03:14.874Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2020-09-24T17:03:14.874Z] === RUN TestRenameInvalidName [2020-09-24T17:03:15.443Z] --- PASS: TestRenameInvalidName (0.69s) [2020-09-24T17:03:15.443Z] === RUN TestRenameAnonymousContainer [2020-09-24T17:03:16.383Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-09-24T17:03:16.652Z] --- PASS: TestInspectNetwork (9.55s) [2020-09-24T17:03:16.652Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-24T17:03:16.652Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-24T17:03:16.652Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-24T17:03:16.652Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-24T17:03:16.652Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T17:03:16.953Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-09-24T17:03:17.893Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2020-09-24T17:03:17.893Z] === RUN TestRenameContainerWithSameName [2020-09-24T17:03:18.463Z] --- PASS: TestRenameContainerWithSameName (0.63s) [2020-09-24T17:03:18.463Z] === RUN TestRenameContainerWithLinkedContainer [2020-09-24T17:03:19.035Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-09-24T17:03:19.197Z] --- PASS: TestRunContainerWithBridgeNone (2.47s) [2020-09-24T17:03:19.197Z] === RUN TestNetworkInvalidJSON [2020-09-24T17:03:19.197Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T17:03:19.197Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T17:03:19.197Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:03:19.197Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:03:19.197Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:03:19.197Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:03:19.197Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T17:03:19.197Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:03:19.197Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:03:19.197Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-24T17:03:19.197Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-24T17:03:19.197Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T17:03:19.197Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-24T17:03:19.197Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T17:03:19.294Z] === RUN TestDockerSuite/TestBuildAddTar [2020-09-24T17:03:19.866Z] --- PASS: TestRenameContainerWithLinkedContainer (1.24s) [2020-09-24T17:03:19.866Z] === RUN TestResize [2020-09-24T17:03:20.140Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-09-24T17:03:20.140Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T17:03:20.436Z] --- PASS: TestResize (0.63s) [2020-09-24T17:03:20.436Z] === RUN TestResizeWithInvalidSize [2020-09-24T17:03:21.006Z] --- PASS: TestResizeWithInvalidSize (0.62s) [2020-09-24T17:03:21.006Z] === RUN TestResizeWhenContainerNotStarted [2020-09-24T17:03:21.525Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2020-09-24T17:03:21.525Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T17:03:21.576Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:21.576Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:21.576Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:21.576Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-09-24T17:03:21.576Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:22.909Z] --- PASS: TestDaemonDefaultNetworkPools (1.25s) [2020-09-24T17:03:22.909Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T17:03:23.486Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-09-24T17:03:23.486Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-09-24T17:03:24.057Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:24.822Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.93s) [2020-09-24T17:03:24.822Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T17:03:25.969Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-09-24T17:03:26.540Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-24T17:03:26.737Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.22s) [2020-09-24T17:03:26.737Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T17:03:27.111Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-09-24T17:03:27.680Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.81s) [2020-09-24T17:03:27.680Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T17:03:27.682Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-09-24T17:03:27.738Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.88s) [2020-09-24T17:03:27.738Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T17:03:27.738Z] --- PASS: TestCreateServiceSecretFileMode (2.23s) [2020-09-24T17:03:27.738Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T17:03:27.943Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-24T17:03:28.885Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-09-24T17:03:29.455Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-24T17:03:29.814Z] --- PASS: TestCreateServiceConfigFileMode (2.16s) [2020-09-24T17:03:29.814Z] === RUN TestCreateServiceSysctls [2020-09-24T17:03:30.841Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-09-24T17:03:30.981Z] --- PASS: TestServiceWithPredefinedNetwork (3.30s) [2020-09-24T17:03:30.982Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T17:03:30.982Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:03:30.982Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:03:30.982Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T17:03:32.222Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-09-24T17:03:32.222Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-09-24T17:03:32.566Z] --- PASS: TestCreateServiceSysctls (2.98s) [2020-09-24T17:03:32.566Z] === RUN TestCreateServiceCapabilities [2020-09-24T17:03:34.132Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-09-24T17:03:34.132Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-24T17:03:34.644Z] --- PASS: TestCreateServiceCapabilities (2.18s) [2020-09-24T17:03:34.644Z] === RUN TestInspect [2020-09-24T17:03:34.703Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-09-24T17:03:36.083Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-09-24T17:03:37.407Z] --- PASS: TestInspect (2.55s) [2020-09-24T17:03:37.407Z] === RUN TestCreateJob [2020-09-24T17:03:38.425Z] ok github.com/docker/docker/cmd/dockerd 0.070s coverage: 30.9% of statements [2020-09-24T17:03:38.681Z] ok github.com/docker/docker/container 0.119s coverage: 34.7% of statements [2020-09-24T17:03:38.681Z] ? github.com/docker/docker/container/stream [no test files] [2020-09-24T17:03:38.681Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-09-24T17:03:38.681Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-09-24T17:03:38.681Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.29s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.86s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.90s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.78s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.98s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.32s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.43s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.77s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.22s) [2020-09-24T17:03:39.382Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.94s) [2020-09-24T17:03:39.382Z] === RUN TestCgroupNamespacesRun [2020-09-24T17:03:40.148Z] --- PASS: TestCreateJob (2.95s) [2020-09-24T17:03:40.148Z] === RUN TestReplicatedJob [2020-09-24T17:03:41.292Z] --- PASS: TestCgroupNamespacesRun (1.98s) [2020-09-24T17:03:41.292Z] === RUN TestCgroupNamespacesRunPrivileged [2020-09-24T17:03:41.887Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-24T17:03:42.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-24T17:03:42.520Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-09-24T17:03:42.520Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-09-24T17:03:42.980Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-09-24T17:03:43.035Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.09s) [2020-09-24T17:03:43.035Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-09-24T17:03:44.944Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-24T17:03:45.204Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.15s) [2020-09-24T17:03:45.204Z] === RUN TestCgroupNamespacesRunHostMode [2020-09-24T17:03:45.729Z] --- PASS: TestReplicatedJob (4.92s) [2020-09-24T17:03:45.729Z] === RUN TestUpdateReplicatedJob [2020-09-24T17:03:47.114Z] --- PASS: TestCgroupNamespacesRunHostMode (1.96s) [2020-09-24T17:03:47.114Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-09-24T17:03:47.373Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-24T17:03:48.490Z] --- PASS: TestUpdateReplicatedJob (3.11s) [2020-09-24T17:03:48.490Z] === RUN TestServiceListWithStatuses [2020-09-24T17:03:48.490Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-24T17:03:48.490Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:03:48.490Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T17:03:49.093Z] --- PASS: TestServiceWithDataPathPortInit (18.07s) [2020-09-24T17:03:49.093Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T17:03:49.282Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-24T17:03:49.282Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.22s) [2020-09-24T17:03:49.282Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-09-24T17:03:49.542Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-09-24T17:03:50.885Z] ok github.com/docker/docker/daemon/cluster 0.060s coverage: 0.5% of statements [2020-09-24T17:03:50.924Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.69s) [2020-09-24T17:03:50.924Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-09-24T17:03:51.140Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-09-24T17:03:51.184Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-24T17:03:52.124Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2020-09-24T17:03:52.124Z] === RUN TestCgroupNamespacesRunOlderClient [2020-09-24T17:03:52.124Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-09-24T17:03:52.503Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2020-09-24T17:03:53.003Z] --- PASS: TestDockerNetworkConnectAlias (4.13s) [2020-09-24T17:03:53.003Z] === RUN TestDockerNetworkReConnect [2020-09-24T17:03:53.065Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-09-24T17:03:53.326Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-24T17:03:53.586Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.74s) [2020-09-24T17:03:53.586Z] === RUN TestKernelTCPMemory [2020-09-24T17:03:54.527Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-09-24T17:03:54.527Z] === RUN TestNISDomainname [2020-09-24T17:03:55.771Z] --- PASS: TestDockerNetworkReConnect (3.42s) [2020-09-24T17:03:55.771Z] === RUN TestServicePlugin [2020-09-24T17:03:55.771Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-24T17:03:55.771Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:03:55.771Z] === RUN TestServiceUpdateLabel [2020-09-24T17:03:55.908Z] --- PASS: TestNISDomainname (1.04s) [2020-09-24T17:03:55.908Z] === RUN TestHostnameDnsResolution [2020-09-24T17:03:55.908Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-24T17:03:56.849Z] --- PASS: TestHostnameDnsResolution (1.19s) [2020-09-24T17:03:56.849Z] === RUN TestStats [2020-09-24T17:03:56.849Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-24T17:03:57.788Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-09-24T17:03:57.813Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-09-24T17:03:57.813Z] === RUN TestDockerSuite/TestBuildBlankName [2020-09-24T17:03:57.813Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-09-24T17:03:57.848Z] --- PASS: TestServiceUpdateLabel (1.92s) [2020-09-24T17:03:57.848Z] === RUN TestServiceUpdateSecrets [2020-09-24T17:03:59.092Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.08s) [2020-09-24T17:03:59.092Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oo6q1puar0hmpmwc7w07n2wjw Created:2020-09-24 17:03:50.648364527 +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[338e34621fb83c9db3d9f70cf0c124b03a284135b4f70a7198d0954ffeda995c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6p96yjnr8ra6266oze8dvppaz EndpointID:17f5bf565f506eb0eb065dfe01e61d31445d67453b8488d7a93108c2f66b6462 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:02f9e1604f83c964a2f6152d29e9d913f4786a576648f22c8fc447eb604ef7d8 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:d33a3c64311a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.6p96yjnr8ra6266oze8dvppaz EndpointID:17f5bf565f506eb0eb065dfe01e61d31445d67453b8488d7a93108c2f66b6462 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-24T17:03:59.092Z] PASS [2020-09-24T17:03:59.092Z] [2020-09-24T17:03:59.092Z] === Skipped [2020-09-24T17:03:59.092Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:03:59.092Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:03:59.092Z] [2020-09-24T17:03:59.092Z] [2020-09-24T17:03:59.092Z] DONE 23 tests, 1 skipped in 60.081s [2020-09-24T17:03:59.092Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] ++ set -e [2020-09-24T17:03:59.093Z] ++ '[' -n 0 ']' [2020-09-24T17:03:59.093Z] ++ set -x [2020-09-24T17:03:59.093Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] INFO: Testing against a local daemon [2020-09-24T17:03:59.093Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-24T17:03:59.093Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-24T17:03:59.093Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:03:59.093Z] === RUN TestDockerNetworkIpvlan [2020-09-24T17:03:59.093Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:03:59.093Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:03:59.093Z] PASS [2020-09-24T17:03:59.093Z] [2020-09-24T17:03:59.093Z] === Skipped [2020-09-24T17:03:59.093Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-09-24T17:03:59.093Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:03:59.093Z] [2020-09-24T17:03:59.093Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:03:59.093Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:03:59.093Z] [2020-09-24T17:03:59.093Z] [2020-09-24T17:03:59.093Z] DONE 2 tests, 2 skipped in 0.163s [2020-09-24T17:03:59.093Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] ++ set -e [2020-09-24T17:03:59.093Z] ++ '[' -n 0 ']' [2020-09-24T17:03:59.093Z] ++ set -x [2020-09-24T17:03:59.093Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:03:59.093Z] INFO: Testing against a local daemon [2020-09-24T17:03:59.093Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-24T17:03:59.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-24T17:03:59.697Z] --- PASS: TestStats (2.87s) [2020-09-24T17:03:59.697Z] === RUN TestStopContainerWithTimeout [2020-09-24T17:03:59.697Z] === RUN TestStopContainerWithTimeout/0 [2020-09-24T17:03:59.697Z] === PAUSE TestStopContainerWithTimeout/0 [2020-09-24T17:03:59.697Z] === RUN TestStopContainerWithTimeout/1 [2020-09-24T17:03:59.697Z] === PAUSE TestStopContainerWithTimeout/1 [2020-09-24T17:03:59.697Z] === RUN TestStopContainerWithTimeout/3 [2020-09-24T17:03:59.697Z] === PAUSE TestStopContainerWithTimeout/3 [2020-09-24T17:03:59.697Z] === RUN TestStopContainerWithTimeout/-1 [2020-09-24T17:03:59.697Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-09-24T17:03:59.697Z] === CONT TestStopContainerWithTimeout/0 [2020-09-24T17:03:59.697Z] === CONT TestStopContainerWithTimeout/-1 [2020-09-24T17:04:00.637Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-09-24T17:04:00.898Z] === CONT TestStopContainerWithTimeout/3 [2020-09-24T17:04:01.014Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.19s) [2020-09-24T17:04:01.014Z] === RUN TestDockerNetworkMacvlan [2020-09-24T17:04:01.592Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-24T17:04:02.441Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2020-09-24T17:04:02.698Z] ok github.com/docker/docker/daemon 12.142s coverage: 17.4% of statements [2020-09-24T17:04:02.698Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-09-24T17:04:02.698Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-09-24T17:04:02.808Z] === CONT TestStopContainerWithTimeout/1 [2020-09-24T17:04:02.953Z] ok github.com/docker/docker/daemon/config 0.070s coverage: 81.8% of statements [2020-09-24T17:04:02.985Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-24T17:04:03.614Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-09-24T17:04:04.074Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-09-24T17:04:04.315Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2020-09-24T17:04:04.316Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2020-09-24T17:04:04.316Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-09-24T17:04:04.316Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-09-24T17:04:04.369Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-24T17:04:04.717Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-09-24T17:04:04.717Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2020-09-24T17:04:04.717Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2020-09-24T17:04:04.717Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2020-09-24T17:04:04.717Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2020-09-24T17:04:04.717Z] === RUN TestDeleteDevicemapper [2020-09-24T17:04:04.717Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-09-24T17:04:04.717Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T17:04:04.717Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-09-24T17:04:05.286Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-09-24T17:04:05.680Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2020-09-24T17:04:07.197Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-09-24T17:04:07.197Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.54s) [2020-09-24T17:04:07.197Z] === RUN TestUpdateMemory [2020-09-24T17:04:07.197Z] --- SKIP: TestUpdateMemory (0.00s) [2020-09-24T17:04:07.197Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:04:07.197Z] === RUN TestUpdateCPUQuota [2020-09-24T17:04:07.567Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.360s coverage: 73.1% of statements [2020-09-24T17:04:07.669Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-24T17:04:07.813Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-09-24T17:04:08.494Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.013s coverage: 2.9% of statements [2020-09-24T17:04:09.108Z] --- PASS: TestUpdateCPUQuota (1.54s) [2020-09-24T17:04:09.108Z] === RUN TestUpdatePidsLimit [2020-09-24T17:04:09.108Z] === RUN TestUpdatePidsLimit/update_from_none [2020-09-24T17:04:09.108Z] === RUN TestUpdatePidsLimit/no_change [2020-09-24T17:04:09.108Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-09-24T17:04:09.368Z] === RUN TestUpdatePidsLimit/update_lower [2020-09-24T17:04:09.421Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.452s coverage: 57.0% of statements [2020-09-24T17:04:09.938Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-09-24T17:04:10.199Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-09-24T17:04:10.199Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-24T17:04:10.770Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-09-24T17:04:10.967Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-24T17:04:11.030Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-09-24T17:04:11.314Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit (3.63s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2020-09-24T17:04:12.418Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2020-09-24T17:04:12.418Z] === RUN TestUpdateRestartPolicy [2020-09-24T17:04:13.206Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.322s coverage: 49.5% of statements [2020-09-24T17:04:13.206Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.513s coverage: 46.2% of statements [2020-09-24T17:04:13.206Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-09-24T17:04:13.211Z] --- PASS: TestServiceUpdateSecrets (14.35s) [2020-09-24T17:04:13.211Z] === RUN TestServiceUpdateConfigs [2020-09-24T17:04:13.799Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-24T17:04:14.894Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-09-24T17:04:15.720Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.619s coverage: 57.7% of statements [2020-09-24T17:04:15.720Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-09-24T17:04:15.720Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.328s coverage: 76.1% of statements [2020-09-24T17:04:15.720Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-09-24T17:04:16.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-24T17:04:16.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-24T17:04:17.083Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-09-24T17:04:17.279Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-09-24T17:04:17.548Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-24T17:04:17.644Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2020-09-24T17:04:18.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-24T17:04:18.571Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan (18.10s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.13s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.72s) [2020-09-24T17:04:18.932Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.26s) [2020-09-24T17:04:18.932Z] PASS [2020-09-24T17:04:18.932Z] [2020-09-24T17:04:18.932Z] DONE 8 tests in 20.457s [2020-09-24T17:04:18.932Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] ++ set -e [2020-09-24T17:04:18.932Z] ++ '[' -n 0 ']' [2020-09-24T17:04:18.932Z] ++ set -x [2020-09-24T17:04:18.932Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] testing: warning: no tests to run [2020-09-24T17:04:18.932Z] PASS [2020-09-24T17:04:18.932Z] [2020-09-24T17:04:18.932Z] DONE 0 tests in 0.030s [2020-09-24T17:04:18.932Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] ++ set -e [2020-09-24T17:04:18.932Z] ++ '[' -n 0 ']' [2020-09-24T17:04:18.932Z] ++ set -x [2020-09-24T17:04:18.932Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:18.932Z] INFO: Testing against a local daemon [2020-09-24T17:04:18.932Z] === RUN TestAuthZPluginAllowRequest [2020-09-24T17:04:20.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-09-24T17:04:20.130Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-24T17:04:20.459Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 4.8% of statements [2020-09-24T17:04:20.459Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-09-24T17:04:20.459Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-09-24T17:04:20.715Z] ok github.com/docker/docker/daemon/logger 0.231s coverage: 41.0% of statements [2020-09-24T17:04:20.845Z] --- PASS: TestAuthZPluginAllowRequest (1.86s) [2020-09-24T17:04:20.845Z] === RUN TestAuthZPluginTLS [2020-09-24T17:04:21.511Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-09-24T17:04:21.787Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-09-24T17:04:21.787Z] === RUN TestAuthZPluginDenyRequest [2020-09-24T17:04:21.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-09-24T17:04:21.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-09-24T17:04:22.359Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2020-09-24T17:04:22.359Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-24T17:04:22.637Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2020-09-24T17:04:22.637Z] ok github.com/docker/docker/daemon/logger/awslogs 0.168s coverage: 77.4% of statements [2020-09-24T17:04:22.637Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-09-24T17:04:22.637Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-09-24T17:04:22.930Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.74s) [2020-09-24T17:04:22.930Z] === RUN TestAuthZPluginDenyResponse [2020-09-24T17:04:23.502Z] --- PASS: TestAuthZPluginDenyResponse (0.65s) [2020-09-24T17:04:23.502Z] === RUN TestAuthZPluginAllowEventStream [2020-09-24T17:04:23.564Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2020-09-24T17:04:23.820Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 61.6% of statements [2020-09-24T17:04:24.054Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-09-24T17:04:24.076Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 87.2% of statements [2020-09-24T17:04:24.315Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-24T17:04:25.255Z] --- PASS: TestUpdateRestartPolicy (12.73s) [2020-09-24T17:04:25.255Z] === RUN TestUpdateRestartWithAutoRemove [2020-09-24T17:04:25.414Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2020-09-24T17:04:25.414Z] === RUN TestAuthZPluginErrorResponse [2020-09-24T17:04:25.443Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2020-09-24T17:04:25.443Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-09-24T17:04:25.515Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-24T17:04:25.699Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.033s coverage: 37.7% of statements [2020-09-24T17:04:25.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-09-24T17:04:25.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-09-24T17:04:25.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-09-24T17:04:25.985Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-09-24T17:04:25.985Z] === RUN TestAuthZPluginErrorRequest [2020-09-24T17:04:26.086Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2020-09-24T17:04:26.086Z] === RUN TestWaitNonBlocked [2020-09-24T17:04:26.086Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:04:26.086Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:04:26.086Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:04:26.086Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:04:26.086Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-09-24T17:04:26.086Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-09-24T17:04:26.557Z] --- PASS: TestAuthZPluginErrorRequest (0.64s) [2020-09-24T17:04:26.557Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-24T17:04:26.624Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.013s coverage: 33.3% of statements [2020-09-24T17:04:26.655Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-09-24T17:04:26.656Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-09-24T17:04:26.656Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-09-24T17:04:26.915Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-24T17:04:27.175Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-09-24T17:04:27.175Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.91s) [2020-09-24T17:04:27.175Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2020-09-24T17:04:27.175Z] === RUN TestWaitBlocked [2020-09-24T17:04:27.175Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:04:27.175Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:04:27.175Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:04:27.175Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:04:27.175Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-09-24T17:04:27.175Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-09-24T17:04:27.500Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2020-09-24T17:04:27.500Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-24T17:04:27.991Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-09-24T17:04:28.158Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-24T17:04:28.553Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-09-24T17:04:28.559Z] --- PASS: TestServiceUpdateConfigs (14.22s) [2020-09-24T17:04:28.560Z] === RUN TestServiceUpdateNetwork [2020-09-24T17:04:28.740Z] --- PASS: TestWaitBlocked (0.03s) [2020-09-24T17:04:28.740Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.39s) [2020-09-24T17:04:28.740Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.44s) [2020-09-24T17:04:28.740Z] === CONT TestContainerStartOnDaemonRestart [2020-09-24T17:04:28.740Z] === CONT TestContainerKillOnDaemonStart [2020-09-24T17:04:29.003Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-24T17:04:29.115Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-09-24T17:04:29.370Z] ok github.com/docker/docker/daemon/logger/splunk 1.706s coverage: 82.5% of statements [2020-09-24T17:04:29.370Z] ? github.com/docker/docker/daemon/names [no test files] [2020-09-24T17:04:29.370Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-09-24T17:04:30.045Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s) [2020-09-24T17:04:30.045Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-24T17:04:30.384Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-09-24T17:04:30.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-09-24T17:04:30.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-09-24T17:04:30.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-09-24T17:04:30.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-09-24T17:04:30.412Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-09-24T17:04:31.884Z] ok github.com/docker/docker/distribution/metadata 0.049s coverage: 48.2% of statements [2020-09-24T17:04:31.958Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2020-09-24T17:04:31.958Z] === RUN TestAuthZPluginHeader [2020-09-24T17:04:32.292Z] --- PASS: TestContainerStartOnDaemonRestart (3.49s) [2020-09-24T17:04:32.292Z] === CONT TestIpcModeOlderClient [2020-09-24T17:04:32.292Z] --- PASS: TestIpcModeOlderClient (0.09s) [2020-09-24T17:04:32.292Z] === CONT TestDaemonHostGatewayIP [2020-09-24T17:04:32.446Z] ok github.com/docker/docker/distribution 1.151s coverage: 21.9% of statements [2020-09-24T17:04:32.446Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-09-24T17:04:32.898Z] --- PASS: TestAuthZPluginHeader (0.98s) [2020-09-24T17:04:32.898Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-24T17:04:32.898Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T17:04:32.898Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:32.898Z] === RUN TestAuthZPluginV2Disable [2020-09-24T17:04:32.898Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-09-24T17:04:32.898Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:32.898Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-24T17:04:32.898Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T17:04:32.898Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:32.898Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-24T17:04:32.898Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T17:04:32.898Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:32.898Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-24T17:04:33.373Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2020-09-24T17:04:34.298Z] ok github.com/docker/docker/image 0.017s coverage: 86.4% of statements [2020-09-24T17:04:34.299Z] ok github.com/docker/docker/distribution/xfer 1.876s coverage: 85.6% of statements [2020-09-24T17:04:34.299Z] ? github.com/docker/docker/dockerversion [no test files] [2020-09-24T17:04:35.266Z] ok github.com/docker/docker/image/cache 0.037s coverage: 19.2% of statements [2020-09-24T17:04:35.266Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-09-24T17:04:35.521Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-09-24T17:04:35.521Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-09-24T17:04:35.587Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-09-24T17:04:35.587Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-24T17:04:35.587Z] --- PASS: TestDaemonHostGatewayIP (3.32s) [2020-09-24T17:04:35.587Z] === CONT TestDaemonRestartIpcMode [2020-09-24T17:04:36.083Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-09-24T17:04:36.969Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-24T17:04:37.910Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-09-24T17:04:37.970Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2020-09-24T17:04:38.226Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2020-09-24T17:04:38.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-09-24T17:04:38.742Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-24T17:04:38.933Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2020-09-24T17:04:38.933Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T17:04:39.002Z] --- PASS: TestDaemonRestartIpcMode (3.44s) [2020-09-24T17:04:39.991Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-24T17:04:40.115Z] ok github.com/docker/docker/pkg/archive 0.302s coverage: 77.2% of statements [2020-09-24T17:04:40.285Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-24T17:04:40.677Z] ok github.com/docker/docker/pkg/authorization 0.195s coverage: 68.3% of statements [2020-09-24T17:04:40.933Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-09-24T17:04:41.188Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-09-24T17:04:41.565Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-09-24T17:04:41.565Z] --- PASS: TestContainerKillOnDaemonStart (13.03s) [2020-09-24T17:04:41.565Z] PASS [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === Skipped [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-09-24T17:04:41.565Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-09-24T17:04:41.565Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-09-24T17:04:41.565Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-09-24T17:04:41.565Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-09-24T17:04:41.565Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-09-24T17:04:41.565Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] [2020-09-24T17:04:41.565Z] DONE 192 tests, 6 skipped in 144.494s [2020-09-24T17:04:41.565Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-09-24T17:04:41.565Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:41.565Z] ++ set -e [2020-09-24T17:04:41.565Z] ++ '[' -n 0 ']' [2020-09-24T17:04:41.565Z] ++ set -x [2020-09-24T17:04:41.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:41.824Z] INFO: Testing against a local daemon [2020-09-24T17:04:42.085Z] === RUN TestCommitInheritsEnv [2020-09-24T17:04:42.347Z] --- PASS: TestCommitInheritsEnv (0.39s) [2020-09-24T17:04:42.347Z] === RUN TestImportExtremelyLargeImageWorks [2020-09-24T17:04:42.347Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-09-24T17:04:42.347Z] === RUN TestImagesFilterMultiReference [2020-09-24T17:04:42.347Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-09-24T17:04:42.347Z] === RUN TestImagePullPlatformInvalid [2020-09-24T17:04:42.347Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-09-24T17:04:42.347Z] === RUN TestRemoveImageOrphaning [2020-09-24T17:04:42.918Z] --- PASS: TestRemoveImageOrphaning (0.39s) [2020-09-24T17:04:42.918Z] === RUN TestRemoveImageGarbageCollector [2020-09-24T17:04:43.177Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-24T17:04:44.121Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-09-24T17:04:44.496Z] ok github.com/docker/docker/pkg/chrootarchive 2.489s coverage: 43.2% of statements [2020-09-24T17:04:44.496Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-09-24T17:04:45.057Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2020-09-24T17:04:45.057Z] ok github.com/docker/docker/layer 7.505s coverage: 68.8% of statements [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/oci [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/oci/caps [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-09-24T17:04:45.057Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-09-24T17:04:45.061Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-24T17:04:45.314Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 92.9% of statements [2020-09-24T17:04:45.321Z] --- PASS: TestRemoveImageGarbageCollector (2.49s) [2020-09-24T17:04:45.321Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-09-24T17:04:45.321Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-09-24T17:04:45.321Z] === RUN TestTagInvalidReference [2020-09-24T17:04:45.321Z] --- PASS: TestTagInvalidReference (0.02s) [2020-09-24T17:04:45.321Z] === RUN TestTagValidPrefixedRepo [2020-09-24T17:04:45.581Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2020-09-24T17:04:45.581Z] === RUN TestTagExistedNameWithoutForce [2020-09-24T17:04:45.581Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-09-24T17:04:45.581Z] === RUN TestTagOfficialNames [2020-09-24T17:04:45.581Z] --- PASS: TestTagOfficialNames (0.07s) [2020-09-24T17:04:45.581Z] === RUN TestTagMatchesDigest [2020-09-24T17:04:45.581Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-09-24T17:04:45.581Z] === CONT TestImportExtremelyLargeImageWorks [2020-09-24T17:04:45.841Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-24T17:04:46.260Z] ok github.com/docker/docker/pkg/discovery/memory 0.015s coverage: 92.3% of statements [2020-09-24T17:04:46.411Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-24T17:04:46.820Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-09-24T17:04:46.981Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-24T17:04:47.183Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-24T17:04:47.241Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-24T17:04:47.383Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-09-24T17:04:47.501Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-24T17:04:47.501Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-24T17:04:48.747Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-09-24T17:04:48.884Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-09-24T17:04:49.144Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-24T17:04:49.308Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2020-09-24T17:04:49.877Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2020-09-24T17:04:50.133Z] ok github.com/docker/docker/pkg/fsutils 0.209s coverage: 85.1% of statements [2020-09-24T17:04:50.133Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-09-24T17:04:51.009Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.11s) [2020-09-24T17:04:51.009Z] PASS [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] === Skipped [2020-09-24T17:04:51.009Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-09-24T17:04:51.009Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-09-24T17:04:51.009Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-09-24T17:04:51.009Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-09-24T17:04:51.009Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] [2020-09-24T17:04:51.009Z] DONE 17 tests, 4 skipped in 32.015s [2020-09-24T17:04:51.009Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-24T17:04:51.009Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:51.009Z] ++ set -e [2020-09-24T17:04:51.009Z] ++ '[' -n 0 ']' [2020-09-24T17:04:51.009Z] ++ set -x [2020-09-24T17:04:51.009Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:51.059Z] ok github.com/docker/docker/pkg/idtools 0.392s coverage: 70.1% of statements [2020-09-24T17:04:51.270Z] INFO: Testing against a local daemon [2020-09-24T17:04:51.270Z] === RUN TestPluginInvalidJSON [2020-09-24T17:04:51.270Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:04:51.270Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:04:51.270Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:04:51.270Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-09-24T17:04:51.270Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-24T17:04:51.270Z] === RUN TestPluginInstall [2020-09-24T17:04:51.270Z] === RUN TestPluginInstall/no_auth [2020-09-24T17:04:51.622Z] ok github.com/docker/docker/pkg/ioutils 0.563s coverage: 69.3% of statements [2020-09-24T17:04:51.622Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2020-09-24T17:04:51.622Z] ? github.com/docker/docker/pkg/locker [no test files] [2020-09-24T17:04:52.182Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2020-09-24T17:04:52.182Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-09-24T17:04:52.182Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-09-24T17:04:52.182Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-09-24T17:04:52.182Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-09-24T17:04:52.438Z] ok github.com/docker/docker/pkg/parsers 0.007s coverage: 97.0% of statements [2020-09-24T17:04:52.693Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2020-09-24T17:04:52.949Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2020-09-24T17:04:53.206Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2020-09-24T17:04:53.206Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-09-24T17:04:53.206Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-09-24T17:04:53.345Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-09-24T17:04:54.135Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.025s coverage: 56.8% of statements [2020-09-24T17:04:54.696Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-09-24T17:04:54.728Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-24T17:04:54.952Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-09-24T17:04:55.207Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-09-24T17:04:55.675Z] --- PASS: TestServiceUpdatePidsLimit (15.79s) [2020-09-24T17:04:55.675Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) [2020-09-24T17:04:55.675Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2020-09-24T17:04:55.675Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2020-09-24T17:04:55.675Z] PASS [2020-09-24T17:04:55.675Z] [2020-09-24T17:04:55.675Z] === Skipped [2020-09-24T17:04:55.675Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-09-24T17:04:55.675Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:04:55.675Z] [2020-09-24T17:04:55.675Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-09-24T17:04:55.675Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:04:55.675Z] [2020-09-24T17:04:55.675Z] [2020-09-24T17:04:55.675Z] DONE 27 tests, 2 skipped in 129.951s [2020-09-24T17:04:55.675Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] ++ set -e [2020-09-24T17:04:55.675Z] ++ '[' -n 0 ']' [2020-09-24T17:04:55.675Z] ++ set -x [2020-09-24T17:04:55.675Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] INFO: Testing against a local daemon [2020-09-24T17:04:55.675Z] === RUN TestSessionCreate [2020-09-24T17:04:55.675Z] --- PASS: TestSessionCreate (0.04s) [2020-09-24T17:04:55.675Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T17:04:55.675Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-24T17:04:55.675Z] PASS [2020-09-24T17:04:55.675Z] [2020-09-24T17:04:55.675Z] DONE 2 tests in 0.158s [2020-09-24T17:04:55.675Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] ++ set -e [2020-09-24T17:04:55.675Z] ++ '[' -n 0 ']' [2020-09-24T17:04:55.675Z] ++ set -x [2020-09-24T17:04:55.675Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:55.675Z] INFO: Testing against a local daemon [2020-09-24T17:04:55.675Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T17:04:55.675Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:04:55.675Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:04:55.675Z] === RUN TestEventsExecDie [2020-09-24T17:04:55.675Z] --- PASS: TestEventsExecDie (0.61s) [2020-09-24T17:04:55.675Z] === RUN TestEventsBackwardsCompatible [2020-09-24T17:04:55.675Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-09-24T17:04:55.675Z] === RUN TestInfoBinaryCommits [2020-09-24T17:04:55.675Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-09-24T17:04:55.675Z] === RUN TestInfoAPIVersioned [2020-09-24T17:04:55.675Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-24T17:04:55.675Z] === RUN TestInfoDiscoveryBackend [2020-09-24T17:04:55.970Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-09-24T17:04:55.970Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-24T17:04:56.110Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-24T17:04:56.562Z] time="2020-09-24T17:04:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:56.562Z] time="2020-09-24T17:04:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:367908de7c2495bb15b9cf0b3fd2059eedeb2065c2777cedd31e314e48836430" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:56.562Z] time="2020-09-24T17:04:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:56.562Z] time="2020-09-24T17:04:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:367908de7c2495bb15b9cf0b3fd2059eedeb2065c2777cedd31e314e48836430" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:56.569Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2020-09-24T17:04:56.823Z] === RUN TestPluginInstall/with_htpasswd [2020-09-24T17:04:56.824Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-09-24T17:04:57.008Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-24T17:04:57.008Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-24T17:04:57.493Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-09-24T17:04:57.648Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-09-24T17:04:57.648Z] === RUN TestInfoAPI [2020-09-24T17:04:57.648Z] --- PASS: TestInfoAPI (0.04s) [2020-09-24T17:04:57.648Z] === RUN TestInfoAPIWarnings [2020-09-24T17:04:57.766Z] time="2020-09-24T17:04:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:57.766Z] time="2020-09-24T17:04:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:013805a5f1418c92ff303c2062ae9447cf6c2455885752e950cc3695239ac6b3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:57.766Z] time="2020-09-24T17:04:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:57.766Z] time="2020-09-24T17:04:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:013805a5f1418c92ff303c2062ae9447cf6c2455885752e950cc3695239ac6b3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:58.027Z] === RUN TestPluginInstall/with_insecure [2020-09-24T17:04:58.295Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-09-24T17:04:58.295Z] === RUN TestInfoDebug [2020-09-24T17:04:58.590Z] --- PASS: TestInfoDebug (0.53s) [2020-09-24T17:04:58.590Z] === RUN TestInfoInsecureRegistries [2020-09-24T17:04:59.225Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-09-24T17:04:59.225Z] === RUN TestInfoRegistryMirrors [2020-09-24T17:04:59.404Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-24T17:04:59.412Z] time="2020-09-24T17:04:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:59.412Z] time="2020-09-24T17:04:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1338cc96ddc6a59b7423a4604c5a5dfd1f7141716f72feb59f260877a896cd58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:59.412Z] time="2020-09-24T17:04:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:04:59.412Z] time="2020-09-24T17:04:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1338cc96ddc6a59b7423a4604c5a5dfd1f7141716f72feb59f260877a896cd58" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:04:59.673Z] --- PASS: TestPluginInstall (8.62s) [2020-09-24T17:04:59.673Z] --- PASS: TestPluginInstall/no_auth (5.75s) [2020-09-24T17:04:59.673Z] --- PASS: TestPluginInstall/with_htpasswd (1.18s) [2020-09-24T17:04:59.673Z] --- PASS: TestPluginInstall/with_insecure (1.69s) [2020-09-24T17:04:59.673Z] plugin_test.go:157: [d87d6956f65b4] daemon is not started [2020-09-24T17:04:59.673Z] PASS [2020-09-24T17:04:59.860Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-09-24T17:04:59.860Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T17:04:59.934Z] [2020-09-24T17:04:59.934Z] DONE 6 tests in 8.856s [2020-09-24T17:04:59.934Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-24T17:04:59.934Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:59.934Z] ++ set -e [2020-09-24T17:04:59.934Z] ++ '[' -n 0 ']' [2020-09-24T17:04:59.934Z] ++ set -x [2020-09-24T17:04:59.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:04:59.934Z] INFO: Testing against a local daemon [2020-09-24T17:04:59.934Z] === RUN TestExternalGraphDriver [2020-09-24T17:04:59.975Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-09-24T17:05:00.128Z] ok github.com/docker/docker/pkg/signal 2.394s coverage: 61.0% of statements [2020-09-24T17:05:00.128Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-09-24T17:05:00.154Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2020-09-24T17:05:00.154Z] === RUN TestPingCacheHeaders [2020-09-24T17:05:00.154Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-09-24T17:05:00.154Z] === RUN TestPingGet [2020-09-24T17:05:00.154Z] --- PASS: TestPingGet (0.02s) [2020-09-24T17:05:00.154Z] === RUN TestPingHead [2020-09-24T17:05:00.154Z] --- PASS: TestPingHead (0.03s) [2020-09-24T17:05:00.154Z] === RUN TestVersion [2020-09-24T17:05:00.154Z] --- PASS: TestVersion (0.04s) [2020-09-24T17:05:00.154Z] PASS [2020-09-24T17:05:00.154Z] [2020-09-24T17:05:00.154Z] === Skipped [2020-09-24T17:05:00.154Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:05:00.154Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:05:00.154Z] [2020-09-24T17:05:00.154Z] [2020-09-24T17:05:00.154Z] DONE 18 tests, 1 skipped in 5.518s [2020-09-24T17:05:00.154Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-09-24T17:05:00.154Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:00.154Z] ++ set -e [2020-09-24T17:05:00.154Z] ++ '[' -n 0 ']' [2020-09-24T17:05:00.154Z] ++ set -x [2020-09-24T17:05:00.154Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:00.195Z] === RUN TestExternalGraphDriver/json [2020-09-24T17:05:00.384Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-09-24T17:05:00.447Z] INFO: Testing against a local daemon [2020-09-24T17:05:00.447Z] === RUN TestVolumesCreateAndList [2020-09-24T17:05:00.447Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-09-24T17:05:00.447Z] === RUN TestVolumesRemove [2020-09-24T17:05:00.447Z] --- PASS: TestVolumesRemove (0.06s) [2020-09-24T17:05:00.447Z] === RUN TestVolumesInspect [2020-09-24T17:05:00.447Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-24T17:05:00.447Z] === RUN TestVolumesInvalidJSON [2020-09-24T17:05:00.447Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T17:05:00.447Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T17:05:00.447Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T17:05:00.447Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-24T17:05:00.447Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T17:05:00.447Z] PASS [2020-09-24T17:05:00.447Z] [2020-09-24T17:05:00.447Z] DONE 5 tests in 0.209s [2020-09-24T17:05:00.447Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:05:00.545Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-24T17:05:00.640Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-09-24T17:05:00.739Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:05:00.739Z] +++ kill 13736 [2020-09-24T17:05:00.895Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-09-24T17:05:01.115Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-24T17:05:01.375Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-24T17:05:01.775Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:05:01.775Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:05:01.775Z] [2020-09-24T17:05:01.775Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:05:01.775Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:05:01.775Z] [2020-09-24T17:05:01.775Z] To set a process to complain mode, use the command line tool [2020-09-24T17:05:01.775Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:05:01.775Z] +++ true [2020-09-24T17:05:01.775Z] exiting test-integration [2020-09-24T17:05:01.775Z] ++ exit 0 [2020-09-24T17:05:01.775Z] [2020-09-24T17:05:01.823Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.9% of statements [2020-09-24T17:05:02.079Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2020-09-24T17:05:02.316Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-24T17:05:02.576Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-24T17:05:02.640Z] ok github.com/docker/docker/pkg/tailfile 0.058s coverage: 88.6% of statements [2020-09-24T17:05:02.739Z] === RUN TestExternalGraphDriver/spec [2020-09-24T17:05:03.147Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-09-24T17:05:03.202Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements Post stage [Pipeline] junit [2020-09-24T17:05:03.347Z] Recording test results [2020-09-24T17:05:03.458Z] testing: warning: no tests to run [2020-09-24T17:05:03.458Z] coverage: [no statements] [2020-09-24T17:05:03.458Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-24T17:05:03.714Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-09-24T17:05:03.970Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-09-24T17:05:04.006Z] + echo Ensuring container killed. [2020-09-24T17:05:04.006Z] Ensuring container killed. [2020-09-24T17:05:04.006Z] + docker rm -vf docker-pr28 [2020-09-24T17:05:04.006Z] Error: No such container: docker-pr28 [2020-09-24T17:05:04.006Z] + true [Pipeline] sh [2020-09-24T17:05:04.226Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-09-24T17:05:04.399Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:05:04.399Z] Chowning /workspace to jenkins user [2020-09-24T17:05:04.399Z] + id -u [2020-09-24T17:05:04.399Z] + id -g [2020-09-24T17:05:04.399Z] + docker run --rm -v /home/docker/workspace/moby_PR-39297-BH2IXLX6ZFTG2E4RT6Y6POFSISP2WSRYP2TB23CVMXGWFI6VHIRQ:/workspace busybox chown -R 1001:1001 /workspace [2020-09-24T17:05:05.286Z] === RUN TestExternalGraphDriver/pull [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:05:06.114Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements [2020-09-24T17:05:06.310Z] + bundleName=ppc64le-integration [2020-09-24T17:05:06.311Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-09-24T17:05:06.311Z] Creating ppc64le-integration-bundles.tar.gz [2020-09-24T17:05:06.311Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+ -o -name *-report.xml )xargs -print tar [2020-09-24T17:05:06.311Z] -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-24T17:05:06.356Z] Archiving artifacts [2020-09-24T17:05:06.843Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:05:07.041Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-09-24T17:05:07.235Z] + make clean [2020-09-24T17:05:07.531Z] make: command: Command not found [2020-09-24T17:05:07.531Z] make: command: Command not found [2020-09-24T17:05:07.531Z] docker volume rm -f docker-dev-cache [2020-09-24T17:05:07.531Z] docker-dev-cache [Pipeline] deleteDir [2020-09-24T17:05:07.601Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 72.4% of statements [2020-09-24T17:05:07.850Z] --- PASS: TestExternalGraphDriver (7.74s) [2020-09-24T17:05:07.850Z] --- PASS: TestExternalGraphDriver/json (2.36s) [2020-09-24T17:05:07.850Z] --- PASS: TestExternalGraphDriver/spec (2.66s) [2020-09-24T17:05:07.850Z] --- PASS: TestExternalGraphDriver/pull (2.53s) [2020-09-24T17:05:07.850Z] === RUN TestGraphdriverPluginV2 [2020-09-24T17:05:07.850Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2020-09-24T17:05:07.850Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:05:07.850Z] PASS [2020-09-24T17:05:07.850Z] [2020-09-24T17:05:07.850Z] === Skipped [2020-09-24T17:05:07.850Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2020-09-24T17:05:07.850Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:05:07.850Z] [2020-09-24T17:05:07.850Z] [2020-09-24T17:05:07.850Z] DONE 5 tests, 1 skipped in 7.994s [2020-09-24T17:05:07.850Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-24T17:05:07.850Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:07.850Z] ++ set -e [2020-09-24T17:05:07.850Z] ++ '[' -n 0 ']' [2020-09-24T17:05:07.850Z] ++ set -x [2020-09-24T17:05:07.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:07.899Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-09-24T17:05:08.113Z] INFO: Testing against a local daemon [2020-09-24T17:05:08.113Z] === RUN TestContinueAfterPluginCrash [2020-09-24T17:05:08.113Z] === PAUSE TestContinueAfterPluginCrash [2020-09-24T17:05:08.113Z] === RUN TestReadPluginNoRead [2020-09-24T17:05:08.113Z] === PAUSE TestReadPluginNoRead [2020-09-24T17:05:08.113Z] === RUN TestDaemonStartWithLogOpt [2020-09-24T17:05:08.113Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-24T17:05:08.113Z] === CONT TestContinueAfterPluginCrash [2020-09-24T17:05:08.113Z] === CONT TestDaemonStartWithLogOpt [2020-09-24T17:05:08.113Z] === CONT TestReadPluginNoRead [2020-09-24T17:05:08.428Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T17:05:09.806Z] ok github.com/docker/docker/registry 0.082s coverage: 56.3% of statements [2020-09-24T17:05:09.811Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-09-24T17:05:10.061Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-09-24T17:05:10.317Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-09-24T17:05:10.877Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-09-24T17:05:11.439Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2020-09-24T17:05:12.327Z] === RUN TestReadPluginNoRead/default [2020-09-24T17:05:12.898Z] --- PASS: TestDaemonStartWithLogOpt (4.90s) [2020-09-24T17:05:12.973Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-09-24T17:05:12.974Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-09-24T17:05:12.974Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-09-24T17:05:12.974Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-09-24T17:05:12.974Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-09-24T17:05:12.974Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-09-24T17:05:13.106Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-24T17:05:13.366Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-09-24T17:05:13.626Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-24T17:05:13.995Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-09-24T17:05:14.196Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-24T17:05:14.280Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-24T17:05:14.556Z] ok github.com/docker/docker/volume/local 0.005s coverage: 73.0% of statements [2020-09-24T17:05:15.118Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-09-24T17:05:15.885Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-09-24T17:05:16.191Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-24T17:05:16.483Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2020-09-24T17:05:16.855Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-09-24T17:05:16.855Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-09-24T17:05:16.855Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-09-24T17:05:17.492Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-24T17:05:17.576Z] --- PASS: TestReadPluginNoRead (9.59s) [2020-09-24T17:05:17.576Z] --- PASS: TestReadPluginNoRead/default (1.81s) [2020-09-24T17:05:17.576Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.78s) [2020-09-24T17:05:17.576Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.76s) [2020-09-24T17:05:17.576Z] read_test.go:92: [d433188ae59a4] daemon is not started [2020-09-24T17:05:17.824Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-09-24T17:05:18.147Z] --- PASS: TestContinueAfterPluginCrash (10.16s) [2020-09-24T17:05:18.147Z] PASS [2020-09-24T17:05:18.147Z] [2020-09-24T17:05:18.147Z] DONE 6 tests in 10.336s [2020-09-24T17:05:18.147Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-24T17:05:18.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:18.147Z] ++ set -e [2020-09-24T17:05:18.147Z] ++ '[' -n 0 ']' [2020-09-24T17:05:18.147Z] ++ set -x [2020-09-24T17:05:18.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:18.147Z] testing: warning: no tests to run [2020-09-24T17:05:18.147Z] PASS [2020-09-24T17:05:18.147Z] [2020-09-24T17:05:18.147Z] DONE 0 tests in 0.055s [2020-09-24T17:05:18.147Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-24T17:05:18.147Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:18.147Z] ++ set -e [2020-09-24T17:05:18.147Z] ++ '[' -n 0 ']' [2020-09-24T17:05:18.147Z] ++ set -x [2020-09-24T17:05:18.147Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:18.407Z] INFO: Testing against a local daemon [2020-09-24T17:05:18.407Z] === RUN TestPluginWithDevMounts [2020-09-24T17:05:18.407Z] === PAUSE TestPluginWithDevMounts [2020-09-24T17:05:18.407Z] === CONT TestPluginWithDevMounts [2020-09-24T17:05:18.794Z] === RUN TestDockerSuite/TestBuildCmd [2020-09-24T17:05:18.874Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-09-24T17:05:19.254Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-09-24T17:05:19.713Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-09-24T17:05:19.713Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-09-24T17:05:19.823Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-09-24T17:05:20.403Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-09-24T17:05:20.951Z] --- PASS: TestPluginWithDevMounts (2.19s) [2020-09-24T17:05:20.952Z] PASS [2020-09-24T17:05:20.952Z] [2020-09-24T17:05:20.952Z] DONE 1 tests in 2.358s [2020-09-24T17:05:20.952Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-24T17:05:20.952Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:20.952Z] ++ set -e [2020-09-24T17:05:20.952Z] ++ '[' -n 0 ']' [2020-09-24T17:05:20.952Z] ++ set -x [2020-09-24T17:05:20.952Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:20.952Z] INFO: Testing against a local daemon [2020-09-24T17:05:20.952Z] === RUN TestSecretInspect [2020-09-24T17:05:20.973Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-09-24T17:05:20.973Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-24T17:05:22.354Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-24T17:05:22.354Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-24T17:05:22.354Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-24T17:05:22.614Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-24T17:05:22.614Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-24T17:05:24.251Z] --- PASS: TestSecretInspect (3.19s) [2020-09-24T17:05:24.251Z] === RUN TestSecretList [2020-09-24T17:05:24.407Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-09-24T17:05:25.911Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-24T17:05:25.945Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-09-24T17:05:25.945Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-09-24T17:05:26.170Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-09-24T17:05:26.794Z] --- PASS: TestSecretList (2.65s) [2020-09-24T17:05:26.794Z] === RUN TestSecretsCreateAndDelete [2020-09-24T17:05:26.914Z] === RUN TestDockerSuite/TestBuildContChar [2020-09-24T17:05:27.551Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-09-24T17:05:27.811Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-09-24T17:05:28.382Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-09-24T17:05:28.682Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/pkg/term [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/rootless [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/testutil/request [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/volume [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-09-24T17:05:28.682Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === Skipped [2020-09-24T17:05:28.682Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-09-24T17:05:28.682Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-09-24T17:05:28.682Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver btrfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-09-24T17:05:28.682Z] graphtest_unix.go:73: No driver to put! [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-09-24T17:05:28.682Z] time="2020-09-24T17:04:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-09-24T17:05:28.682Z] time="2020-09-24T17:04:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-09-24T17:05:28.682Z] time="2020-09-24T17:04:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-09-24T17:05:28.682Z] time="2020-09-24T17:04:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-09-24T17:05:28.682Z] time="2020-09-24T17:04:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-09-24T17:05:28.682Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-09-24T17:05:28.682Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-09-24T17:05:28.682Z] [2020-09-24T17:05:28.682Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:73: No driver to put! [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-09-24T17:05:28.683Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-09-24T17:05:28.683Z] overlay_test.go:49: Fails to compute changes intermittently [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-09-24T17:05:28.683Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.683Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.683Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.683Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.683Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-09-24T17:05:28.683Z] graphtest_unix.go:46: Driver zfs not supported [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-09-24T17:05:28.683Z] graphtest_unix.go:73: No driver to put! [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-09-24T17:05:28.683Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-09-24T17:05:28.683Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] [2020-09-24T17:05:28.683Z] DONE 2139 tests, 26 skipped in 248.315s Post stage [Pipeline] junit [2020-09-24T17:05:28.692Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-09-24T17:05:29.260Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39297/.git:/go/src/github.com/docker/docker/.git --name docker-pr28 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a9f8843c1d78c092c95e86d376eb54d747bdaa58 hack/validate/vendor [2020-09-24T17:05:29.820Z] No vendor changes in diff. [2020-09-24T17:05:30.094Z] --- PASS: TestSecretsCreateAndDelete (3.16s) [2020-09-24T17:05:30.094Z] === RUN TestSecretsUpdate [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-09-24T17:05:30.701Z] + echo Building e2e image [2020-09-24T17:05:30.701Z] Building e2e image [2020-09-24T17:05:30.701Z] + docker build --build-arg DOCKER_GITCOMMIT=a9f8843c1d78c092c95e86d376eb54d747bdaa58 -t moby-e2e-test -f Dockerfile.e2e . [2020-09-24T17:05:30.701Z] #2 [internal] load .dockerignore [2020-09-24T17:05:30.701Z] #2 transferring context: 34B done [2020-09-24T17:05:30.701Z] #2 DONE 0.0s [2020-09-24T17:05:30.701Z] [2020-09-24T17:05:30.701Z] #1 [internal] load build definition from Dockerfile.e2e [2020-09-24T17:05:30.701Z] #1 transferring dockerfile: 3.21kB done [2020-09-24T17:05:30.701Z] #1 DONE 0.0s [2020-09-24T17:05:30.701Z] [2020-09-24T17:05:30.701Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-24T17:05:30.924Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-24T17:05:30.956Z] #4 ... [2020-09-24T17:05:30.956Z] [2020-09-24T17:05:30.956Z] #3 [internal] load metadata for docker.io/library/golang:1.13.15-alpine [2020-09-24T17:05:30.956Z] #3 DONE 0.3s [2020-09-24T17:05:31.218Z] [2020-09-24T17:05:31.218Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-09-24T17:05:31.476Z] #4 DONE 0.6s [2020-09-24T17:05:31.476Z] [2020-09-24T17:05:31.476Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:31.476Z] #14 resolve docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd done [2020-09-24T17:05:31.476Z] #14 sha256:5863598a981a037fbf078324d356cb3e7deade1c8ddb67550a1e9809274a8a11 3.83kB / 3.83kB done [2020-09-24T17:05:31.476Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0B / 282.60kB 0.1s [2020-09-24T17:05:31.476Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 0B / 155B 0.1s [2020-09-24T17:05:31.476Z] #14 sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd 1.65kB / 1.65kB done [2020-09-24T17:05:31.476Z] #14 sha256:8cc699270cfeed0864420e5c650aa9c1b51ed5b23cf927ab4c5eea47f6c0c1a8 1.36kB / 1.36kB done [2020-09-24T17:05:31.476Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-09-24T17:05:31.476Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done [2020-09-24T17:05:31.476Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d [2020-09-24T17:05:31.476Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 51.75kB / 127.34MB 0.2s [2020-09-24T17:05:31.476Z] #14 sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 126B / 126B 0.2s done [2020-09-24T17:05:31.494Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-09-24T17:05:31.750Z] #14 ... [2020-09-24T17:05:31.750Z] [2020-09-24T17:05:31.750Z] #8 [internal] load build context [2020-09-24T17:05:31.750Z] #8 transferring context: 852.23kB 0.4s done [2020-09-24T17:05:31.750Z] #8 DONE 0.4s [2020-09-24T17:05:31.750Z] [2020-09-24T17:05:31.750Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:31.750Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 6.47MB / 127.34MB 0.4s [2020-09-24T17:05:31.750Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done [2020-09-24T17:05:32.008Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 24.00MB / 127.34MB 0.7s [2020-09-24T17:05:32.008Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-09-24T17:05:32.008Z] #14 ... [2020-09-24T17:05:32.008Z] [2020-09-24T17:05:32.008Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-09-24T17:05:32.008Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-09-24T17:05:32.008Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done [2020-09-24T17:05:32.008Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-09-24T17:05:32.008Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-09-24T17:05:32.008Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-09-24T17:05:32.008Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.5s done [2020-09-24T17:05:32.008Z] #5 DONE 0.7s [2020-09-24T17:05:32.008Z] [2020-09-24T17:05:32.008Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:32.267Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 33.18MB / 127.34MB 0.9s [2020-09-24T17:05:32.267Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 49.02MB / 127.34MB 1.1s [2020-09-24T17:05:32.434Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-09-24T17:05:32.524Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 57.03MB / 127.34MB 1.2s [2020-09-24T17:05:32.524Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 65.35MB / 127.34MB 1.3s [2020-09-24T17:05:32.637Z] --- PASS: TestSecretsUpdate (2.68s) [2020-09-24T17:05:32.637Z] === RUN TestTemplatedSecret [2020-09-24T17:05:32.782Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 91.30MB / 127.34MB 1.5s [2020-09-24T17:05:32.782Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 105.73MB / 127.34MB 1.6s [2020-09-24T17:05:33.037Z] #14 ... [2020-09-24T17:05:33.037Z] [2020-09-24T17:05:33.037Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-09-24T17:05:33.037Z] #6 DONE 1.0s [2020-09-24T17:05:33.037Z] [2020-09-24T17:05:33.037Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:33.037Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 116.89MB / 127.34MB 1.7s [2020-09-24T17:05:33.293Z] #14 sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 127.34MB / 127.34MB 1.9s done [2020-09-24T17:05:33.293Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b [2020-09-24T17:05:34.345Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-24T17:05:34.916Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-24T17:05:35.486Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-09-24T17:05:35.939Z] --- PASS: TestTemplatedSecret (3.36s) [2020-09-24T17:05:35.939Z] === RUN TestSecretCreateResolve [2020-09-24T17:05:37.241Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-09-24T17:05:37.241Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-09-24T17:05:37.241Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-09-24T17:05:37.395Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-09-24T17:05:38.580Z] #14 ... [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-09-24T17:05:38.580Z] #7 0.645 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-24T17:05:38.580Z] #7 1.708 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-24T17:05:38.580Z] #7 1.807 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-09-24T17:05:38.580Z] #7 1.813 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-09-24T17:05:38.580Z] #7 1.820 (3/30) Installing readline (8.0.0-r0) [2020-09-24T17:05:38.580Z] #7 1.825 (4/30) Installing bash (5.0.0-r0) [2020-09-24T17:05:38.580Z] #7 1.840 Executing bash-5.0.0-r0.post-install [2020-09-24T17:05:38.580Z] #7 1.842 (5/30) Installing ca-certificates (20191127-r2) [2020-09-24T17:05:38.580Z] #7 1.857 (6/30) Installing libgcc (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 1.862 (7/30) Installing libstdc++ (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 1.876 (8/30) Installing binutils (2.32-r0) [2020-09-24T17:05:38.580Z] #7 1.981 (9/30) Installing gmp (6.1.2-r1) [2020-09-24T17:05:38.580Z] #7 1.990 (10/30) Installing isl (0.18-r0) [2020-09-24T17:05:38.580Z] #7 2.011 (11/30) Installing libgomp (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 2.015 (12/30) Installing libatomic (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 2.017 (13/30) Installing mpfr3 (3.1.5-r1) [2020-09-24T17:05:38.580Z] #7 2.024 (14/30) Installing mpc1 (1.1.0-r0) [2020-09-24T17:05:38.580Z] #7 2.028 (15/30) Installing gcc (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 2.959 (16/30) Installing musl-dev (1.1.22-r3) [2020-09-24T17:05:38.580Z] #7 3.057 (17/30) Installing libc-dev (0.7.1-r0) [2020-09-24T17:05:38.580Z] #7 3.059 (18/30) Installing g++ (8.3.0-r0) [2020-09-24T17:05:38.580Z] #7 3.653 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-09-24T17:05:38.580Z] #7 3.658 (20/30) Installing libcurl (7.66.0-r1) [2020-09-24T17:05:38.580Z] #7 3.664 (21/30) Installing expat (2.2.8-r0) [2020-09-24T17:05:38.580Z] #7 3.668 (22/30) Installing pcre2 (10.33-r0) [2020-09-24T17:05:38.580Z] #7 3.676 (23/30) Installing git (2.22.4-r0) [2020-09-24T17:05:38.580Z] #7 3.882 (24/30) Installing libmnl (1.0.4-r0) [2020-09-24T17:05:38.580Z] #7 3.885 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-09-24T17:05:38.580Z] #7 3.889 (26/30) Installing iptables (1.8.3-r1) [2020-09-24T17:05:38.580Z] #7 3.915 (27/30) Installing pigz (2.4-r0) [2020-09-24T17:05:38.580Z] #7 3.922 (28/30) Installing tar (1.32-r0) [2020-09-24T17:05:38.580Z] #7 3.936 (29/30) Installing xz-libs (5.2.4-r0) [2020-09-24T17:05:38.580Z] #7 3.940 (30/30) Installing xz (5.2.4-r0) [2020-09-24T17:05:38.580Z] #7 3.948 Executing busybox-1.30.1-r3.trigger [2020-09-24T17:05:38.580Z] #7 3.951 Executing ca-certificates-20191127-r2.trigger [2020-09-24T17:05:38.580Z] #7 4.013 OK: 179 MiB in 44 packages [2020-09-24T17:05:38.580Z] #7 DONE 5.0s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:38.580Z] #14 ... [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-09-24T17:05:38.580Z] #9 DONE 0.1s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-09-24T17:05:38.580Z] #10 DONE 0.0s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-09-24T17:05:38.580Z] #11 DONE 0.0s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-09-24T17:05:38.580Z] #12 DONE 0.0s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-09-24T17:05:38.580Z] #13 DONE 0.0s [2020-09-24T17:05:38.580Z] [2020-09-24T17:05:38.580Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.15-alpine@sha256:e74b83b94... [2020-09-24T17:05:38.580Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.0s [2020-09-24T17:05:38.781Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-09-24T17:05:39.239Z] --- PASS: TestSecretCreateResolve (3.16s) [2020-09-24T17:05:39.239Z] PASS [2020-09-24T17:05:39.239Z] [2020-09-24T17:05:39.239Z] DONE 6 tests in 18.357s [2020-09-24T17:05:39.239Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-09-24T17:05:39.239Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:39.239Z] ++ set -e [2020-09-24T17:05:39.239Z] ++ '[' -n 0 ']' [2020-09-24T17:05:39.239Z] ++ set -x [2020-09-24T17:05:39.239Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:05:39.239Z] INFO: Testing against a local daemon [2020-09-24T17:05:39.239Z] === RUN TestServiceCreateInit [2020-09-24T17:05:39.239Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T17:05:39.241Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-09-24T17:05:39.506Z] #14 extracting sha256:dd0b68742591b9b4e6f97f414760ada9c0b7554006477d31532b85e6ad0f3f6b 5.9s done [2020-09-24T17:05:39.506Z] #14 extracting sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 done [2020-09-24T17:05:39.506Z] #14 DONE 8.2s [2020-09-24T17:05:39.506Z] [2020-09-24T17:05:39.506Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-09-24T17:05:39.702Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-09-24T17:05:39.702Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-09-24T17:05:40.066Z] #15 0.369 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T17:05:40.162Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-09-24T17:05:40.622Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-09-24T17:05:40.622Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-09-24T17:05:40.622Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-09-24T17:05:40.991Z] #15 1.437 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T17:05:40.991Z] #15 1.544 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-09-24T17:05:40.991Z] #15 1.548 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-09-24T17:05:40.991Z] #15 1.558 (3/54) Installing readline (8.0.4-r0) [2020-09-24T17:05:40.991Z] #15 1.562 (4/54) Installing bash (5.0.17-r0) [2020-09-24T17:05:40.991Z] #15 1.573 Executing bash-5.0.17-r0.post-install [2020-09-24T17:05:40.991Z] #15 1.575 (5/54) Installing linux-headers (5.4.5-r1) [2020-09-24T17:05:40.991Z] #15 1.651 (6/54) Installing libblkid (2.35.2-r0) [2020-09-24T17:05:41.289Z] #15 1.655 (7/54) Installing libuuid (2.35.2-r0) [2020-09-24T17:05:41.289Z] #15 1.657 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-09-24T17:05:41.289Z] #15 1.662 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-09-24T17:05:41.289Z] #15 1.666 (10/54) Installing libgcc (9.3.0-r2) [2020-09-24T17:05:41.289Z] #15 1.668 (11/54) Installing libstdc++ (9.3.0-r2) [2020-09-24T17:05:41.289Z] #15 1.680 (12/54) Installing binutils (2.34-r1) [2020-09-24T17:05:41.289Z] #15 1.746 (13/54) Installing libmagic (5.38-r0) [2020-09-24T17:05:41.289Z] #15 1.766 (14/54) Installing file (5.38-r0) [2020-09-24T17:05:41.289Z] #15 1.768 (15/54) Installing gmp (6.2.0-r0) [2020-09-24T17:05:41.289Z] #15 1.773 (16/54) Installing isl (0.18-r0) [2020-09-24T17:05:41.289Z] #15 1.790 (17/54) Installing libgomp (9.3.0-r2) [2020-09-24T17:05:41.289Z] #15 1.793 (18/54) Installing libatomic (9.3.0-r2) [2020-09-24T17:05:41.289Z] #15 1.794 (19/54) Installing libgphobos (9.3.0-r2) [2020-09-24T17:05:41.289Z] #15 1.835 (20/54) Installing mpfr4 (4.0.2-r4) [2020-09-24T17:05:41.289Z] #15 1.840 (21/54) Installing mpc1 (1.1.0-r1) [2020-09-24T17:05:41.289Z] #15 1.842 (22/54) Installing gcc (9.3.0-r2) [2020-09-24T17:05:41.595Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-24T17:05:41.595Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-09-24T17:05:42.222Z] #15 2.685 (23/54) Installing musl-dev (1.1.24-r9) [2020-09-24T17:05:42.222Z] #15 2.756 (24/54) Installing libc-dev (0.7.2-r3) [2020-09-24T17:05:42.222Z] #15 2.757 (25/54) Installing g++ (9.3.0-r2) [2020-09-24T17:05:42.534Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-09-24T17:05:42.827Z] #15 3.167 (26/54) Installing make (4.3-r0) [2020-09-24T17:05:42.827Z] #15 3.170 (27/54) Installing fortify-headers (1.1-r0) [2020-09-24T17:05:42.827Z] #15 3.172 (28/54) Installing patch (2.7.6-r6) [2020-09-24T17:05:42.827Z] #15 3.175 (29/54) Installing build-base (0.5-r2) [2020-09-24T17:05:42.827Z] #15 3.176 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-09-24T17:05:42.827Z] #15 3.178 (31/54) Installing libcurl (7.69.1-r1) [2020-09-24T17:05:42.827Z] #15 3.184 (32/54) Installing curl (7.69.1-r1) [2020-09-24T17:05:42.827Z] #15 3.187 (33/54) Installing oniguruma (6.9.5-r1) [2020-09-24T17:05:42.827Z] #15 3.193 (34/54) Installing jq (1.6-r1) [2020-09-24T17:05:42.827Z] #15 3.199 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-09-24T17:05:42.827Z] #15 3.204 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-09-24T17:05:42.827Z] #15 3.206 (37/54) Installing libaio (0.3.112-r1) [2020-09-24T17:05:42.827Z] #15 3.207 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-09-24T17:05:42.827Z] #15 3.236 (39/54) Installing blkid (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.238 (40/54) Installing libcap-ng (0.7.10-r1) [2020-09-24T17:05:42.827Z] #15 3.239 (41/54) Installing setpriv (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.241 (42/54) Installing libmount (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.246 (43/54) Installing libsmartcols (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.249 (44/54) Installing findmnt (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.251 (45/54) Installing mcookie (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.252 (46/54) Installing hexdump (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.254 (47/54) Installing lsblk (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.256 (48/54) Installing libfdisk (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.261 (49/54) Installing sfdisk (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.263 (50/54) Installing cfdisk (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.265 (51/54) Installing util-linux (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.299 (52/54) Installing pkgconf (1.7.2-r0) [2020-09-24T17:05:42.827Z] #15 3.301 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-09-24T17:05:42.827Z] #15 3.321 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-09-24T17:05:42.827Z] #15 3.326 Executing busybox-1.31.1-r16.trigger [2020-09-24T17:05:42.827Z] #15 3.331 OK: 230 MiB in 69 packages [2020-09-24T17:05:43.389Z] #15 DONE 3.8s [2020-09-24T17:05:43.389Z] [2020-09-24T17:05:43.389Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-09-24T17:05:43.950Z] #16 DONE 0.4s [2020-09-24T17:05:43.950Z] [2020-09-24T17:05:43.950Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-09-24T17:05:44.209Z] #17 DONE 0.5s [2020-09-24T17:05:44.209Z] [2020-09-24T17:05:44.209Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-09-24T17:05:44.209Z] #18 DONE 0.0s [2020-09-24T17:05:44.209Z] [2020-09-24T17:05:44.209Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-09-24T17:05:44.209Z] #22 DONE 0.0s [2020-09-24T17:05:44.209Z] [2020-09-24T17:05:44.209Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-09-24T17:05:44.466Z] #26 DONE 0.1s [2020-09-24T17:05:44.466Z] [2020-09-24T17:05:44.466Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-09-24T17:05:44.466Z] #19 DONE 0.1s [2020-09-24T17:05:44.466Z] [2020-09-24T17:05:44.466Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-09-24T17:05:44.466Z] #23 DONE 0.1s [2020-09-24T17:05:44.466Z] [2020-09-24T17:05:44.466Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-24T17:05:44.466Z] #20 ... [2020-09-24T17:05:44.466Z] [2020-09-24T17:05:44.466Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-09-24T17:05:44.466Z] #27 DONE 0.1s [2020-09-24T17:05:44.466Z] [2020-09-24T17:05:44.466Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-09-24T17:05:44.466Z] #28 DONE 0.1s [2020-09-24T17:05:44.526Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T17:05:44.721Z] [2020-09-24T17:05:44.721Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-24T17:05:45.321Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-09-24T17:05:46.092Z] #29 ... [2020-09-24T17:05:46.092Z] [2020-09-24T17:05:46.092Z] #31 [builder 1/4] COPY . . [2020-09-24T17:05:46.092Z] #31 DONE 1.7s [2020-09-24T17:05:46.092Z] [2020-09-24T17:05:46.092Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-09-24T17:05:47.021Z] #32 DONE 1.1s [2020-09-24T17:05:47.021Z] [2020-09-24T17:05:47.021Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-24T17:05:47.021Z] #20 2.678 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-09-24T17:05:47.817Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-24T17:05:47.817Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-24T17:05:47.817Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-24T17:05:47.950Z] #20 3.461 [2020-09-24T17:05:48.720Z] #20 3.615 0.0% ############# 18.9% ####################### 32.9% #################################### 51.2% ################################################ 67.1% ######################################################### 80.0% ######################################################################## 100.0% [2020-09-24T17:05:48.720Z] #20 ... [2020-09-24T17:05:48.720Z] [2020-09-24T17:05:48.720Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-09-24T17:05:48.720Z] #24 1.193 + RM_GOPATH=0 [2020-09-24T17:05:48.720Z] #24 1.193 + TMP_GOPATH= [2020-09-24T17:05:48.720Z] #24 1.193 + : /build [2020-09-24T17:05:48.720Z] #24 1.193 + '[' -z '' ']' [2020-09-24T17:05:48.720Z] #24 1.194 ++ mktemp -d [2020-09-24T17:05:48.720Z] #24 1.202 + export GOPATH=/tmp/tmp.DNNHme [2020-09-24T17:05:48.720Z] #24 1.202 + GOPATH=/tmp/tmp.DNNHme [2020-09-24T17:05:48.720Z] #24 1.202 + RM_GOPATH=1 [2020-09-24T17:05:48.720Z] #24 1.202 + case "$(go env GOARCH)" in [2020-09-24T17:05:48.720Z] #24 1.202 ++ go env GOARCH [2020-09-24T17:05:48.720Z] #24 1.205 Install docker/cli version 17.06.2-ce from stable [2020-09-24T17:05:48.720Z] #24 1.205 + export GO_BUILDMODE=-buildmode=pie [2020-09-24T17:05:48.720Z] #24 1.205 + GO_BUILDMODE=-buildmode=pie [2020-09-24T17:05:48.720Z] #24 1.205 ++ dirname ./install.sh [2020-09-24T17:05:48.720Z] #24 1.205 + dir=. [2020-09-24T17:05:48.720Z] #24 1.205 + bin=dockercli [2020-09-24T17:05:48.720Z] #24 1.205 + shift [2020-09-24T17:05:48.720Z] #24 1.205 + '[' '!' -f ./dockercli.installer ']' [2020-09-24T17:05:48.720Z] #24 1.205 + . ./dockercli.installer [2020-09-24T17:05:48.720Z] #24 1.205 ++ : stable [2020-09-24T17:05:48.720Z] #24 1.205 ++ : 17.06.2-ce [2020-09-24T17:05:48.720Z] #24 1.205 + install_dockercli [2020-09-24T17:05:48.720Z] #24 1.205 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-09-24T17:05:48.720Z] #24 1.205 ++ uname -m [2020-09-24T17:05:48.720Z] #24 1.214 + arch=x86_64 [2020-09-24T17:05:48.720Z] #24 1.214 + '[' x86_64 '!=' x86_64 ']' [2020-09-24T17:05:48.720Z] #24 1.214 + url=https://download.docker.com/linux/static [2020-09-24T17:05:48.720Z] #24 1.214 + tar -xz docker/docker [2020-09-24T17:05:48.720Z] #24 1.214 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-09-24T17:05:48.720Z] #24 4.278 + mkdir -p /build [2020-09-24T17:05:48.720Z] #24 4.280 + mv docker/docker /build/ [2020-09-24T17:05:48.720Z] #24 4.282 + rmdir docker [2020-09-24T17:05:48.720Z] #24 DONE 4.4s [2020-09-24T17:05:48.729Z] --- PASS: TestServiceCreateInit (9.55s) [2020-09-24T17:05:48.729Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.03s) [2020-09-24T17:05:48.729Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.49s) [2020-09-24T17:05:48.729Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T17:05:48.976Z] [2020-09-24T17:05:48.976Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-24T17:05:48.976Z] #33 0.951 [2020-09-24T17:05:48.976Z] #33 1.124 Removing bundles/ [2020-09-24T17:05:48.976Z] #33 1.130 [2020-09-24T17:05:48.976Z] #33 1.144 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-09-24T17:05:49.727Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-24T17:05:50.341Z] #33 3.223 Building test suite binary ./integration-cli/test.main [2020-09-24T17:05:51.111Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-09-24T17:05:52.232Z] #33 ... [2020-09-24T17:05:52.232Z] [2020-09-24T17:05:52.232Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-09-24T17:05:52.232Z] #20 4.839 [2020-09-24T17:05:52.232Z] #20 5.001 0.2% ######################################################### 79.5% ######################################################################## 100.0% [2020-09-24T17:05:52.232Z] #20 5.677 [2020-09-24T17:05:52.232Z] #20 5.798 0.2% ######################################################################## 100.0% [2020-09-24T17:05:52.232Z] #20 6.229 [2020-09-24T17:05:52.232Z] #20 6.348 ######## 11.7% ####################### 33.0% ##################################### 52.5% ################################################### 72.0% ################################################################# 91.0% ######################################################################## 100.0% [2020-09-24T17:05:52.232Z] #20 7.198 [2020-09-24T17:05:53.516Z] #20 7.317 0.4% ### 4.9% ######### 13.0% ############# 18.9% ################# 24.3% ##################### 29.5% ######################## 34.7% ############################ 39.8% ################################ 45.1% ################################### 49.9% ######################################## 56.0% ############################################ 61.1% ############################################### 66.4% ################################################### 71.5% ####################################################### 77.0% ########################################################### 82.2% ############################################################## 87.3% ################################################################## 92.7% ###################################################################### 97.8% ######################################################################## 100.0% [2020-09-24T17:05:53.651Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-24T17:05:53.910Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-09-24T17:05:54.078Z] #20 9.509 [2020-09-24T17:05:54.170Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-24T17:05:54.170Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-24T17:05:55.006Z] #20 10.67 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-09-24T17:05:55.550Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-24T17:05:55.568Z] #20 11.17 [2020-09-24T17:05:55.824Z] #20 11.26 ######################################################################## 100.0% [2020-09-24T17:05:56.081Z] #20 11.66 [2020-09-24T17:05:56.491Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-09-24T17:05:56.753Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-24T17:05:56.753Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-09-24T17:05:57.447Z] #20 12.77 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-09-24T17:05:57.694Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-09-24T17:05:57.703Z] #20 13.23 [2020-09-24T17:05:57.955Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-09-24T17:05:57.955Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-24T17:05:57.979Z] #20 13.38 0.6% ####################################################### 77.5% ######################################################################## 100.0% [2020-09-24T17:05:58.251Z] #20 13.81 [2020-09-24T17:05:59.615Z] #20 14.99 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-09-24T17:05:59.615Z] #20 15.20 skipping existing c35d46ef359f [2020-09-24T17:05:59.866Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-09-24T17:05:59.866Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-09-24T17:05:59.870Z] #20 15.52 [2020-09-24T17:06:01.797Z] #20 17.16 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-09-24T17:06:01.797Z] #20 17.58 [2020-09-24T17:06:02.360Z] #20 17.75 ######################################################################## 100.0% [2020-09-24T17:06:02.360Z] #20 18.06 [2020-09-24T17:06:02.360Z] #20 18.14 Download of images into '/build' complete. [2020-09-24T17:06:02.407Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-09-24T17:06:02.617Z] #20 18.14 Use something like the following to load the result into a Docker daemon: [2020-09-24T17:06:02.617Z] #20 18.14 tar -cC '/build' . | docker load [2020-09-24T17:06:03.180Z] #20 DONE 18.6s [2020-09-24T17:06:03.180Z] [2020-09-24T17:06:03.180Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-24T17:06:04.318Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-09-24T17:06:05.701Z] #33 ... [2020-09-24T17:06:05.701Z] [2020-09-24T17:06:05.701Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-09-24T17:06:06.264Z] #21 DONE 0.8s [2020-09-24T17:06:06.264Z] [2020-09-24T17:06:06.264Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-09-24T17:06:06.264Z] #25 DONE 0.1s [2020-09-24T17:06:06.264Z] [2020-09-24T17:06:06.264Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-24T17:06:07.620Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-24T17:06:08.192Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-09-24T17:06:09.134Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-24T17:06:09.706Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-09-24T17:06:10.479Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-09-24T17:06:10.689Z] --- PASS: TestCreateServiceMultipleTimes (19.74s) [2020-09-24T17:06:10.689Z] === RUN TestCreateServiceConflict [2020-09-24T17:06:10.939Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-09-24T17:06:11.618Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-09-24T17:06:11.631Z] --- PASS: TestCreateServiceConflict (3.18s) [2020-09-24T17:06:11.631Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T17:06:11.908Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-09-24T17:06:12.209Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-24T17:06:15.518Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-09-24T17:06:15.835Z] --- PASS: TestCreateServiceMaxReplicas (3.64s) [2020-09-24T17:06:15.835Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T17:06:16.604Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-09-24T17:06:16.605Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-09-24T17:06:16.605Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-09-24T17:06:16.605Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-09-24T17:06:17.064Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-09-24T17:06:17.064Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-09-24T17:06:18.429Z] #33 ... [2020-09-24T17:06:18.430Z] [2020-09-24T17:06:18.430Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-09-24T17:06:18.430Z] #29 32.21 # github.com/docker/docker/contrib/httpserver [2020-09-24T17:06:18.430Z] #29 32.21 loadinternal: cannot find runtime/cgo [2020-09-24T17:06:18.430Z] #29 DONE 32.4s [2020-09-24T17:06:18.430Z] [2020-09-24T17:06:18.430Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-24T17:06:18.430Z] #33 ... [2020-09-24T17:06:18.430Z] [2020-09-24T17:06:18.430Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-09-24T17:06:18.430Z] #30 DONE 0.1s [2020-09-24T17:06:18.430Z] [2020-09-24T17:06:18.430Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-09-24T17:06:18.813Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-09-24T17:06:23.016Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-09-24T17:06:23.587Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-24T17:06:24.970Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-09-24T17:06:24.970Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-24T17:06:24.970Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-24T17:06:25.911Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-09-24T17:06:27.296Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-09-24T17:06:29.838Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-24T17:06:30.409Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-09-24T17:06:30.748Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.90s) [2020-09-24T17:06:30.748Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T17:06:31.792Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-24T17:06:34.047Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2020-09-24T17:06:34.047Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T17:06:34.333Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-24T17:06:36.597Z] --- PASS: TestCreateServiceConfigFileMode (3.16s) [2020-09-24T17:06:36.597Z] === RUN TestCreateServiceSysctls [2020-09-24T17:06:38.531Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-09-24T17:06:41.073Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-24T17:06:41.885Z] --- PASS: TestCreateServiceSysctls (4.43s) [2020-09-24T17:06:41.885Z] === RUN TestCreateServiceCapabilities [2020-09-24T17:06:42.987Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-24T17:06:44.430Z] --- PASS: TestCreateServiceCapabilities (3.34s) [2020-09-24T17:06:44.430Z] === RUN TestInspect [2020-09-24T17:06:44.899Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-24T17:06:46.811Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-24T17:06:47.063Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-09-24T17:06:47.063Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-09-24T17:06:47.063Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-09-24T17:06:48.638Z] --- PASS: TestInspect (3.47s) [2020-09-24T17:06:48.639Z] === RUN TestCreateJob [2020-09-24T17:06:49.351Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-09-24T17:06:51.260Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-09-24T17:06:51.940Z] --- PASS: TestCreateJob (4.09s) [2020-09-24T17:06:51.941Z] === RUN TestReplicatedJob [2020-09-24T17:06:53.800Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-09-24T17:06:54.060Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-09-24T17:06:58.527Z] --- PASS: TestReplicatedJob (6.51s) [2020-09-24T17:06:58.527Z] === RUN TestUpdateReplicatedJob [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite (329.50s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.46s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.75s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.65s) [2020-09-24T17:07:00.640Z] docker_cli_daemon_test.go:1449: [d68ce0ec2715c] daemon is not started [2020-09-24T17:07:00.640Z] check_test.go:309: [d33ffe3e07994] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.30s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.80s) [2020-09-24T17:07:00.640Z] check_test.go:309: [dbffe1e7df937] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.46s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.88s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.69s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (2.93s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.98s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.26s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.34s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.13s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d74489d74b42a] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d00bb59939520] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.39s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d5232530ae4ce] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.58s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.52s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.58s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.71s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d7eefda5f769d] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.56s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.21s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.78s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.52s) [2020-09-24T17:07:00.640Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-24T17:07:00.640Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-24T17:07:00.640Z] check_test.go:309: [d3f197db75932] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.39s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.17s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.75s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d2bfdbf4f0aef] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.11s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2020-09-24T17:07:00.640Z] check_test.go:309: [d225cf2c883c7] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.88s) [2020-09-24T17:07:00.640Z] docker_cli_daemon_plugins_test.go:79: [dafd67adbf817] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.04s) [2020-09-24T17:07:00.640Z] docker_cli_daemon_plugins_test.go:169: [d3e788209e868] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.27s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2020-09-24T17:07:00.640Z] check_test.go:309: [dd231e9cdc254] daemon is not started [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.68s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.45s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.77s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.74s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.76s) [2020-09-24T17:07:00.640Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.80s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.99s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.59s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.69s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d61964569541b] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.87s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.33s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.18s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.70s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.67s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.71s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d24eec394ec2d] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.73s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.20s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.16s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.59s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.62s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.09s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.94s) [2020-09-24T17:07:00.641Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-24T17:07:00.641Z] check_test.go:309: [d466793ad6ca8] daemon is not started [2020-09-24T17:07:00.641Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-24T17:07:00.641Z] check_test.go:309: [d2575fe5b2595] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.85s) [2020-09-24T17:07:00.641Z] check_test.go:309: [dd88c6a3653c6] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.84s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.06s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.74s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.88s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.79s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.03s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.54s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.50s) [2020-09-24T17:07:00.641Z] check_test.go:309: [dcfa815ba2177] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.26s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.96s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.79s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d6242c3b86316] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.26s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-09-24T17:07:00.641Z] check_test.go:309: [d0d6527c83496] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d04a8a2e13548] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.58s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.74s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d2d2c495c9818] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.04s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.94s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.05s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.10s) [2020-09-24T17:07:00.641Z] check_test.go:309: [daedfb18860e2] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.92s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.51s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.95s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.43s) [2020-09-24T17:07:00.641Z] check_test.go:309: [daf932d48ae74] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.61s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-09-24T17:07:00.641Z] check_test.go:309: [dcc65b38f6c8c] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.20s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.92s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.03s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.61s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.02s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.44s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.42s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.32s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.85s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.28s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.06s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.71s) [2020-09-24T17:07:00.641Z] docker_cli_daemon_test.go:2544: [dd1321840527b] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.52s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.78s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.02s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.63s) [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.20s) [2020-09-24T17:07:00.641Z] check_test.go:309: [d35406815326f] daemon is not started [2020-09-24T17:07:00.641Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.97s) [2020-09-24T17:07:00.641Z] === RUN TestDockerSwarmSuite [2020-09-24T17:07:00.641Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-09-24T17:07:00.641Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-24T17:07:00.641Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-24T17:07:02.733Z] --- PASS: TestUpdateReplicatedJob (4.16s) [2020-09-24T17:07:02.733Z] === RUN TestServiceListWithStatuses [2020-09-24T17:07:02.733Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-09-24T17:07:02.733Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:07:02.733Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T17:07:03.185Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-09-24T17:07:04.761Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-09-24T17:07:04.761Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-09-24T17:07:05.094Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-24T17:07:05.094Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-24T17:07:05.221Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-09-24T17:07:05.664Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-24T17:07:06.235Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-24T17:07:06.495Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-24T17:07:06.495Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-09-24T17:07:06.755Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-24T17:07:07.324Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-24T17:07:08.129Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-09-24T17:07:09.317Z] --- PASS: TestDockerNetworkConnectAlias (6.57s) [2020-09-24T17:07:09.317Z] === RUN TestDockerNetworkReConnect [2020-09-24T17:07:09.865Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-24T17:07:10.312Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-09-24T17:07:11.821Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-09-24T17:07:11.822Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-24T17:07:12.493Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-09-24T17:07:13.218Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-24T17:07:14.603Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-24T17:07:14.605Z] --- PASS: TestDockerNetworkReConnect (4.99s) [2020-09-24T17:07:14.605Z] === RUN TestServicePlugin [2020-09-24T17:07:14.605Z] --- SKIP: TestServicePlugin (0.00s) [2020-09-24T17:07:14.605Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:07:14.605Z] === RUN TestServiceUpdateLabel [2020-09-24T17:07:15.986Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-24T17:07:16.556Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-24T17:07:17.906Z] --- PASS: TestServiceUpdateLabel (3.17s) [2020-09-24T17:07:17.906Z] === RUN TestServiceUpdateSecrets [2020-09-24T17:07:23.134Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-24T17:07:25.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-09-24T17:07:25.986Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-09-24T17:07:32.812Z] --- PASS: TestServiceUpdateSecrets (15.38s) [2020-09-24T17:07:32.812Z] === RUN TestServiceUpdateConfigs [2020-09-24T17:07:44.096Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-24T17:07:44.096Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-24T17:07:50.942Z] --- PASS: TestServiceUpdateConfigs (15.42s) [2020-09-24T17:07:50.942Z] === RUN TestServiceUpdateNetwork [2020-09-24T17:07:52.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-09-24T17:07:52.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-09-24T17:07:52.227Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-24T17:07:52.798Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-24T17:07:53.738Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-24T17:07:54.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-24T17:07:55.039Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-09-24T17:07:55.039Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-09-24T17:07:55.039Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-09-24T17:07:56.061Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-24T17:07:56.061Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-24T17:07:56.061Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-24T17:08:03.175Z] --- PASS: TestServiceUpdateNetwork (14.66s) [2020-09-24T17:08:03.175Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T17:08:04.560Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-24T17:08:05.505Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-24T17:08:06.053Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-24T17:08:06.053Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-24T17:08:06.053Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-24T17:08:06.994Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-24T17:08:06.994Z] --- PASS: TestImportExtremelyLargeImageWorks (201.35s) [2020-09-24T17:08:06.994Z] PASS [2020-09-24T17:08:06.994Z] [2020-09-24T17:08:06.994Z] DONE 12 tests in 205.237s [2020-09-24T17:08:06.994Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-09-24T17:08:06.994Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:06.994Z] ++ set -e [2020-09-24T17:08:06.994Z] ++ '[' -n 0 ']' [2020-09-24T17:08:06.994Z] ++ set -x [2020-09-24T17:08:06.995Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:07.254Z] INFO: Testing against a local daemon [2020-09-24T17:08:07.254Z] === RUN TestNetworkCreateDelete [2020-09-24T17:08:07.254Z] === RUN TestDockerSuite/TestBuildFails [2020-09-24T17:08:07.516Z] --- PASS: TestNetworkCreateDelete (0.30s) [2020-09-24T17:08:07.516Z] === RUN TestDockerNetworkDeletePreferID [2020-09-24T17:08:08.084Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2020-09-24T17:08:08.084Z] === RUN TestDaemonDNSFallback [2020-09-24T17:08:08.084Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-24T17:08:08.084Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-24T17:08:09.813Z] #33 139.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-09-24T17:08:09.813Z] #33 141.2 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-09-24T17:08:09.813Z] #33 142.6 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-09-24T17:08:09.993Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-24T17:08:11.374Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-24T17:08:11.724Z] #33 144.6 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-09-24T17:08:12.314Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-24T17:08:12.575Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-09-24T17:08:13.515Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-09-24T17:08:13.515Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-24T17:08:13.640Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-24T17:08:13.775Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-24T17:08:14.715Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-24T17:08:14.715Z] --- PASS: TestDaemonDNSFallback (6.73s) [2020-09-24T17:08:14.715Z] === RUN TestInspectNetwork [2020-09-24T17:08:14.988Z] #33 147.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-09-24T17:08:15.924Z] #33 148.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-09-24T17:08:16.626Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-24T17:08:17.290Z] #33 150.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-09-24T17:08:17.567Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-24T17:08:17.567Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-24T17:08:18.507Z] === RUN TestInspectNetwork/full_network_id [2020-09-24T17:08:18.507Z] === RUN TestInspectNetwork/partial_network_id [2020-09-24T17:08:18.507Z] === RUN TestInspectNetwork/network_name [2020-09-24T17:08:18.507Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-09-24T17:08:18.655Z] #33 151.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-09-24T17:08:18.952Z] #33 152.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-09-24T17:08:19.446Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-24T17:08:20.219Z] --- PASS: TestServiceUpdatePidsLimit (17.45s) [2020-09-24T17:08:20.219Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-09-24T17:08:20.219Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-09-24T17:08:20.219Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-09-24T17:08:20.219Z] PASS [2020-09-24T17:08:20.219Z] [2020-09-24T17:08:20.219Z] === Skipped [2020-09-24T17:08:20.219Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-09-24T17:08:20.219Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:08:20.219Z] [2020-09-24T17:08:20.219Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-09-24T17:08:20.219Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-09-24T17:08:20.219Z] [2020-09-24T17:08:20.219Z] [2020-09-24T17:08:20.219Z] DONE 27 tests, 2 skipped in 161.264s [2020-09-24T17:08:20.219Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-09-24T17:08:20.219Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:20.219Z] ++ set -e [2020-09-24T17:08:20.219Z] ++ '[' -n 0 ']' [2020-09-24T17:08:20.219Z] ++ set -x [2020-09-24T17:08:20.219Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:20.386Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-24T17:08:20.479Z] INFO: Testing against a local daemon [2020-09-24T17:08:20.480Z] === RUN TestSessionCreate [2020-09-24T17:08:20.480Z] --- PASS: TestSessionCreate (0.05s) [2020-09-24T17:08:20.480Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T17:08:20.480Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-09-24T17:08:20.480Z] PASS [2020-09-24T17:08:20.480Z] [2020-09-24T17:08:20.480Z] DONE 2 tests in 0.255s [2020-09-24T17:08:20.480Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-09-24T17:08:20.480Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:20.480Z] ++ set -e [2020-09-24T17:08:20.480Z] ++ '[' -n 0 ']' [2020-09-24T17:08:20.480Z] ++ set -x [2020-09-24T17:08:20.480Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:20.740Z] INFO: Testing against a local daemon [2020-09-24T17:08:20.740Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T17:08:20.740Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:08:20.740Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:08:20.740Z] === RUN TestEventsExecDie [2020-09-24T17:08:20.839Z] #33 153.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-09-24T17:08:21.682Z] --- PASS: TestEventsExecDie (0.86s) [2020-09-24T17:08:21.682Z] === RUN TestEventsBackwardsCompatible [2020-09-24T17:08:21.682Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-09-24T17:08:21.682Z] === RUN TestInfoBinaryCommits [2020-09-24T17:08:21.682Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-09-24T17:08:21.682Z] === RUN TestInfoAPIVersioned [2020-09-24T17:08:21.682Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-09-24T17:08:21.682Z] === RUN TestInfoDiscoveryBackend [2020-09-24T17:08:21.767Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-24T17:08:22.204Z] #33 155.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-09-24T17:08:22.624Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-09-24T17:08:22.624Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-24T17:08:23.147Z] --- PASS: TestInspectNetwork (8.13s) [2020-09-24T17:08:23.147Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-09-24T17:08:23.147Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-09-24T17:08:23.147Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-09-24T17:08:23.147Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-09-24T17:08:23.147Z] === RUN TestRunContainerWithBridgeNone [2020-09-24T17:08:23.565Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-24T17:08:23.565Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-24T17:08:24.133Z] #33 156.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-09-24T17:08:24.136Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-09-24T17:08:24.136Z] === RUN TestInfoAPI [2020-09-24T17:08:24.136Z] --- PASS: TestInfoAPI (0.05s) [2020-09-24T17:08:24.136Z] === RUN TestInfoAPIWarnings [2020-09-24T17:08:24.708Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-09-24T17:08:24.708Z] === RUN TestInfoDebug [2020-09-24T17:08:25.109Z] --- PASS: TestRunContainerWithBridgeNone (2.09s) [2020-09-24T17:08:25.109Z] === RUN TestNetworkInvalidJSON [2020-09-24T17:08:25.109Z] === RUN TestNetworkInvalidJSON//networks/create [2020-09-24T17:08:25.109Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-09-24T17:08:25.109Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:08:25.109Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:08:25.109Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:08:25.109Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:08:25.109Z] === CONT TestNetworkInvalidJSON//networks/create [2020-09-24T17:08:25.109Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-09-24T17:08:25.109Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-09-24T17:08:25.109Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-09-24T17:08:25.109Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-09-24T17:08:25.109Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-09-24T17:08:25.109Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-09-24T17:08:25.109Z] === RUN TestHostIPv4BridgeLabel [2020-09-24T17:08:25.109Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-24T17:08:25.280Z] --- PASS: TestInfoDebug (0.62s) [2020-09-24T17:08:25.280Z] === RUN TestInfoInsecureRegistries [2020-09-24T17:08:25.497Z] #33 158.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-09-24T17:08:25.678Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-24T17:08:25.678Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2020-09-24T17:08:25.678Z] === RUN TestDaemonRestartWithLiveRestore [2020-09-24T17:08:25.852Z] --- PASS: TestInfoInsecureRegistries (0.60s) [2020-09-24T17:08:25.852Z] === RUN TestInfoRegistryMirrors [2020-09-24T17:08:25.938Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-24T17:08:26.059Z] #33 159.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-09-24T17:08:26.423Z] --- PASS: TestInfoRegistryMirrors (0.60s) [2020-09-24T17:08:26.424Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T17:08:26.507Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-24T17:08:26.767Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2020-09-24T17:08:26.767Z] === RUN TestDaemonDefaultNetworkPools [2020-09-24T17:08:26.767Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-24T17:08:26.767Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-24T17:08:26.994Z] --- PASS: TestLoginFailsWithBadCredentials (0.46s) [2020-09-24T17:08:26.994Z] === RUN TestPingCacheHeaders [2020-09-24T17:08:26.994Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-09-24T17:08:26.994Z] === RUN TestPingGet [2020-09-24T17:08:26.994Z] --- PASS: TestPingGet (0.03s) [2020-09-24T17:08:26.994Z] === RUN TestPingHead [2020-09-24T17:08:26.994Z] --- PASS: TestPingHead (0.05s) [2020-09-24T17:08:26.994Z] === RUN TestVersion [2020-09-24T17:08:27.255Z] --- PASS: TestVersion (0.05s) [2020-09-24T17:08:27.255Z] PASS [2020-09-24T17:08:27.255Z] [2020-09-24T17:08:27.255Z] === Skipped [2020-09-24T17:08:27.255Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:08:27.255Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:08:27.255Z] [2020-09-24T17:08:27.255Z] [2020-09-24T17:08:27.255Z] DONE 18 tests, 1 skipped in 6.564s [2020-09-24T17:08:27.255Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-24T17:08:27.255Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:27.255Z] ++ set -e [2020-09-24T17:08:27.255Z] ++ '[' -n 0 ']' [2020-09-24T17:08:27.255Z] ++ set -x [2020-09-24T17:08:27.255Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:27.255Z] INFO: Testing against a local daemon [2020-09-24T17:08:27.255Z] === RUN TestVolumesCreateAndList [2020-09-24T17:08:27.255Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-09-24T17:08:27.255Z] === RUN TestVolumesRemove [2020-09-24T17:08:27.337Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2020-09-24T17:08:27.337Z] === RUN TestDaemonRestartWithExistingNetwork [2020-09-24T17:08:27.516Z] --- PASS: TestVolumesRemove (0.11s) [2020-09-24T17:08:27.516Z] === RUN TestVolumesInspect [2020-09-24T17:08:27.516Z] --- PASS: TestVolumesInspect (0.03s) [2020-09-24T17:08:27.516Z] === RUN TestVolumesInvalidJSON [2020-09-24T17:08:27.516Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T17:08:27.516Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T17:08:27.516Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T17:08:27.516Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-09-24T17:08:27.516Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T17:08:27.516Z] PASS [2020-09-24T17:08:27.516Z] [2020-09-24T17:08:27.516Z] DONE 5 tests in 0.360s [2020-09-24T17:08:27.516Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:08:27.597Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-24T17:08:27.777Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:08:27.777Z] +++ kill 13607 [2020-09-24T17:08:27.858Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-24T17:08:27.947Z] #33 160.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-09-24T17:08:28.428Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-24T17:08:28.688Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2020-09-24T17:08:28.688Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-09-24T17:08:28.688Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-24T17:08:28.873Z] #33 161.8 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-09-24T17:08:28.949Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-24T17:08:29.160Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:08:29.160Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:08:29.160Z] [2020-09-24T17:08:29.160Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:08:29.160Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:08:29.160Z] [2020-09-24T17:08:29.160Z] To set a process to complain mode, use the command line tool [2020-09-24T17:08:29.160Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:08:29.160Z] +++ true [2020-09-24T17:08:29.160Z] exiting test-integration [2020-09-24T17:08:29.160Z] ++ exit 0 [2020-09-24T17:08:29.160Z] [2020-09-24T17:08:29.519Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-24T17:08:30.090Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2020-09-24T17:08:30.090Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-09-24T17:08:30.350Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-24T17:08:30.612Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2020-09-24T17:08:30.612Z] === RUN TestServiceWithPredefinedNetwork [2020-09-24T17:08:30.759Z] #33 163.6 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-09-24T17:08:31.685Z] #33 164.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main Post stage [Pipeline] junit [2020-09-24T17:08:31.719Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-24T17:08:32.671Z] + echo Ensuring container killed. [2020-09-24T17:08:32.671Z] Ensuring container killed. [2020-09-24T17:08:32.671Z] + docker rm -vf docker-pr28 [2020-09-24T17:08:32.671Z] Error: No such container: docker-pr28 [2020-09-24T17:08:32.671Z] + true [Pipeline] sh [2020-09-24T17:08:32.960Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:08:32.960Z] Chowning /workspace to jenkins user [2020-09-24T17:08:32.960Z] + id -u [2020-09-24T17:08:32.960Z] + id -g [2020-09-24T17:08:32.960Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace busybox chown -R 1000:1000 /workspace [2020-09-24T17:08:32.960Z] Unable to find image 'busybox:latest' locally [2020-09-24T17:08:32.960Z] latest: Pulling from library/busybox [2020-09-24T17:08:33.094Z] #33 166.1 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-09-24T17:08:33.151Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-24T17:08:33.222Z] 590851f7c68b: Pulling fs layer [2020-09-24T17:08:33.222Z] 590851f7c68b: Verifying Checksum [2020-09-24T17:08:33.222Z] 590851f7c68b: Download complete [2020-09-24T17:08:33.411Z] --- PASS: TestServiceWithPredefinedNetwork (2.91s) [2020-09-24T17:08:33.411Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-09-24T17:08:33.411Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:08:33.411Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:08:33.411Z] === RUN TestServiceWithDataPathPortInit [2020-09-24T17:08:33.483Z] 590851f7c68b: Pull complete [2020-09-24T17:08:33.483Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-24T17:08:33.483Z] Status: Downloaded newer image for busybox:latest [2020-09-24T17:08:34.462Z] #33 167.5 [2020-09-24T17:08:34.717Z] #33 DONE 167.7s [2020-09-24T17:08:34.717Z] [2020-09-24T17:08:34.717Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-09-24T17:08:36.080Z] #34 DONE 1.3s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:08:37.106Z] + bundleName=arm64-integration [2020-09-24T17:08:37.106Z] + echo Creating arm64-integration-bundles.tar.gz [2020-09-24T17:08:37.106Z] Creating arm64-integration-bundles.tar.gz [2020-09-24T17:08:37.106Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-09-24T17:08:37.106Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-09-24T17:08:37.382Z] Archiving artifacts [2020-09-24T17:08:37.444Z] [2020-09-24T17:08:37.444Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-09-24T17:08:37.608Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-24T17:08:38.395Z] #35 DONE 0.8s [2020-09-24T17:08:38.395Z] [2020-09-24T17:08:38.395Z] #36 exporting to image [2020-09-24T17:08:38.395Z] #36 exporting layers [2020-09-24T17:08:39.299Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:08:39.516Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-24T17:08:39.516Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-24T17:08:39.516Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-24T17:08:39.516Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-24T17:08:39.516Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-24T17:08:39.619Z] + make clean [2020-09-24T17:08:39.776Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-24T17:08:40.192Z] docker volume rm -f docker-dev-cache [2020-09-24T17:08:40.453Z] docker-dev-cache [Pipeline] deleteDir [2020-09-24T17:08:41.158Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-24T17:08:41.663Z] #36 exporting layers 3.0s done [2020-09-24T17:08:41.663Z] #36 writing image sha256:a5134f8b432d4c4b755dca9ec1e6810ab50d43da8d17dca00fdcab1a47009c0a done [2020-09-24T17:08:41.663Z] #36 naming to docker.io/library/moby-e2e-test done [2020-09-24T17:08:41.663Z] #36 DONE 3.0s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-24T17:08:41.965Z] + echo Ensuring container killed. [2020-09-24T17:08:41.966Z] Ensuring container killed. [2020-09-24T17:08:41.966Z] + docker rm -vf docker-pr28 [2020-09-24T17:08:41.966Z] Error: No such container: docker-pr28 [2020-09-24T17:08:41.966Z] + true [Pipeline] sh [2020-09-24T17:08:42.098Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-24T17:08:42.238Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:08:42.238Z] Chowning /workspace to jenkins user [2020-09-24T17:08:42.238Z] + id -u [2020-09-24T17:08:42.238Z] + id -g [2020-09-24T17:08:42.238Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:08:43.176Z] + bundleName=unit [2020-09-24T17:08:43.176Z] + echo Creating unit-bundles.tar.gz [2020-09-24T17:08:43.176Z] Creating unit-bundles.tar.gz [2020-09-24T17:08:43.176Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-09-24T17:08:43.176Z] bundles/junit-report.xml [2020-09-24T17:08:43.176Z] bundles/go-test-report.json [2020-09-24T17:08:43.176Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-09-24T17:08:43.184Z] Archiving artifacts [2020-09-24T17:08:43.648Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:08:43.952Z] + make clean [2020-09-24T17:08:43.953Z] docker volume rm -f docker-dev-cache [2020-09-24T17:08:44.208Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T17:08:45.408Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-24T17:08:45.408Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-24T17:08:45.668Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-24T17:08:48.963Z] --- PASS: TestServiceWithDataPathPortInit (15.54s) [2020-09-24T17:08:48.963Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-09-24T17:08:53.164Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-24T17:08:55.704Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-24T17:08:55.964Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-24T17:08:57.346Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.11s) [2020-09-24T17:08:57.346Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:3xiifjafuo3s1ovg14y19j9p7 Created:2020-09-24 17:08:50.523634653 +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[e3bf711e04fdae6acb99f442dc008af7a98749fbd4deb755d30cdccf29b67b0b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gi0j4t71ydmvlmyy1z53fe8yp EndpointID:ab34c836a723dae8822ae531acf0ac04d9928e756edcaf705a1de0692612876a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d0dd6d7102cfff02a596f931682d0230347cdd4484a4f701a6f24e5a9a86c735 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:18fe2beffa92 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.gi0j4t71ydmvlmyy1z53fe8yp EndpointID:ab34c836a723dae8822ae531acf0ac04d9928e756edcaf705a1de0692612876a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-09-24T17:08:57.346Z] PASS [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] === Skipped [2020-09-24T17:08:57.346Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-09-24T17:08:57.346Z] service_test.go:236: FLAKY_TEST [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] DONE 23 tests, 1 skipped in 50.162s [2020-09-24T17:08:57.346Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:08:57.346Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:57.346Z] ++ set -e [2020-09-24T17:08:57.346Z] ++ '[' -n 0 ']' [2020-09-24T17:08:57.346Z] ++ set -x [2020-09-24T17:08:57.346Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:57.346Z] INFO: Testing against a local daemon [2020-09-24T17:08:57.346Z] === RUN TestDockerNetworkIpvlanPersistance [2020-09-24T17:08:57.346Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:08:57.346Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:08:57.346Z] === RUN TestDockerNetworkIpvlan [2020-09-24T17:08:57.346Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:08:57.346Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:08:57.346Z] PASS [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] === Skipped [2020-09-24T17:08:57.346Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-09-24T17:08:57.346Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-09-24T17:08:57.346Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] [2020-09-24T17:08:57.346Z] DONE 2 tests, 2 skipped in 0.163s [2020-09-24T17:08:57.346Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-09-24T17:08:57.346Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:57.346Z] ++ set -e [2020-09-24T17:08:57.346Z] ++ '[' -n 0 ']' [2020-09-24T17:08:57.346Z] ++ set -x [2020-09-24T17:08:57.346Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:08:57.607Z] INFO: Testing against a local daemon [2020-09-24T17:08:57.607Z] === RUN TestDockerNetworkMacvlanPersistance [2020-09-24T17:08:57.867Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-24T17:08:57.867Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-24T17:08:58.808Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2020-09-24T17:08:58.808Z] === RUN TestDockerNetworkMacvlan [2020-09-24T17:08:59.750Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-09-24T17:09:00.690Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-09-24T17:09:01.262Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-24T17:09:01.523Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-09-24T17:09:01.783Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-09-24T17:09:01.783Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-24T17:09:04.330Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-24T17:09:04.330Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-09-24T17:09:04.330Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-24T17:09:06.875Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-24T17:09:07.135Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-09-24T17:09:07.135Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-24T17:09:07.155Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-09-24T17:09:07.156Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-09-24T17:09:07.156Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-09-24T17:09:08.076Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-24T17:09:09.016Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-24T17:09:10.400Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-24T17:09:10.973Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-24T17:09:10.973Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-24T17:09:11.233Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-24T17:09:11.493Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-09-24T17:09:11.754Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-24T17:09:12.325Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan (13.73s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.48s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.62s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.15s) [2020-09-24T17:09:12.585Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.83s) [2020-09-24T17:09:12.585Z] PASS [2020-09-24T17:09:12.585Z] [2020-09-24T17:09:12.585Z] DONE 8 tests in 15.329s [2020-09-24T17:09:12.585Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-09-24T17:09:12.585Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:09:12.585Z] ++ set -e [2020-09-24T17:09:12.585Z] ++ '[' -n 0 ']' [2020-09-24T17:09:12.585Z] ++ set -x [2020-09-24T17:09:12.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:09:12.586Z] testing: warning: no tests to run [2020-09-24T17:09:12.586Z] PASS [2020-09-24T17:09:12.586Z] [2020-09-24T17:09:12.586Z] DONE 0 tests in 0.039s [2020-09-24T17:09:12.846Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-09-24T17:09:12.846Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:09:12.846Z] ++ set -e [2020-09-24T17:09:12.846Z] ++ '[' -n 0 ']' [2020-09-24T17:09:12.846Z] ++ set -x [2020-09-24T17:09:12.846Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:09:12.846Z] INFO: Testing against a local daemon [2020-09-24T17:09:12.846Z] === RUN TestAuthZPluginAllowRequest [2020-09-24T17:09:14.229Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-24T17:09:14.493Z] --- PASS: TestAuthZPluginAllowRequest (1.48s) [2020-09-24T17:09:14.493Z] === RUN TestAuthZPluginTLS [2020-09-24T17:09:14.763Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-24T17:09:15.029Z] --- PASS: TestAuthZPluginTLS (0.57s) [2020-09-24T17:09:15.029Z] === RUN TestAuthZPluginDenyRequest [2020-09-24T17:09:15.604Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-09-24T17:09:15.604Z] === RUN TestAuthZPluginAPIDenyResponse [2020-09-24T17:09:16.174Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-09-24T17:09:16.174Z] === RUN TestAuthZPluginDenyResponse [2020-09-24T17:09:16.744Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2020-09-24T17:09:16.744Z] === RUN TestAuthZPluginAllowEventStream [2020-09-24T17:09:16.744Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-24T17:09:18.194Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-24T17:09:18.194Z] --- PASS: TestAuthZPluginAllowEventStream (1.48s) [2020-09-24T17:09:18.194Z] === RUN TestAuthZPluginErrorResponse [2020-09-24T17:09:18.765Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-09-24T17:09:18.765Z] === RUN TestAuthZPluginErrorRequest [2020-09-24T17:09:19.335Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2020-09-24T17:09:19.335Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-09-24T17:09:19.595Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-24T17:09:19.855Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-09-24T17:09:19.855Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-09-24T17:09:20.425Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-24T17:09:21.811Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.80s) [2020-09-24T17:09:21.811Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-09-24T17:09:21.811Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-24T17:09:22.071Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-24T17:09:23.456Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.91s) [2020-09-24T17:09:23.456Z] === RUN TestAuthZPluginHeader [2020-09-24T17:09:24.397Z] --- PASS: TestAuthZPluginHeader (0.98s) [2020-09-24T17:09:24.397Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-09-24T17:09:24.869Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-09-24T17:09:25.337Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-24T17:09:27.250Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-24T17:09:27.820Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-24T17:09:28.391Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-24T17:09:29.331Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.70s) [2020-09-24T17:09:29.331Z] === RUN TestAuthZPluginV2Disable [2020-09-24T17:09:33.450Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-09-24T17:09:33.534Z] --- PASS: TestAuthZPluginV2Disable (3.97s) [2020-09-24T17:09:33.534Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-09-24T17:09:35.447Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-24T17:09:36.833Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.64s) [2020-09-24T17:09:36.833Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-09-24T17:09:38.217Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-09-24T17:09:40.135Z] === RUN TestDockerSuite/TestBuildRm [2020-09-24T17:09:40.534Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-09-24T17:09:42.697Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-24T17:09:43.638Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-09-24T17:09:43.913Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-24T17:09:45.826Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-24T17:09:46.766Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-24T17:09:47.336Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-24T17:09:48.275Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-24T17:09:49.216Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-24T17:09:49.475Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.76s) [2020-09-24T17:09:49.475Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-09-24T17:09:50.045Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-24T17:09:52.586Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-24T17:09:52.586Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-24T17:09:52.846Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-24T17:09:52.846Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-24T17:09:53.106Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-24T17:09:53.676Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-24T17:09:53.936Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-24T17:09:54.507Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-24T17:09:57.048Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-24T17:09:57.990Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-24T17:09:58.561Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-24T17:09:58.823Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-24T17:09:59.392Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-24T17:10:00.330Z] === RUN TestDockerSuite/TestBuildUser [2020-09-24T17:10:01.713Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-24T17:10:04.253Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-24T17:10:06.162Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.69s) [2020-09-24T17:10:06.163Z] PASS [2020-09-24T17:10:06.163Z] [2020-09-24T17:10:06.163Z] DONE 17 tests in 53.516s [2020-09-24T17:10:06.163Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-09-24T17:10:06.163Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:06.163Z] ++ set -e [2020-09-24T17:10:06.163Z] ++ '[' -n 0 ']' [2020-09-24T17:10:06.163Z] ++ set -x [2020-09-24T17:10:06.163Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:06.423Z] INFO: Testing against a local daemon [2020-09-24T17:10:06.423Z] === RUN TestPluginInvalidJSON [2020-09-24T17:10:06.423Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:10:06.423Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:10:06.423Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-09-24T17:10:06.423Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-09-24T17:10:06.423Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-09-24T17:10:06.423Z] === RUN TestPluginInstall [2020-09-24T17:10:06.423Z] === RUN TestPluginInstall/no_auth [2020-09-24T17:10:09.723Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-09-24T17:10:16.231Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-09-24T17:10:16.309Z] time="2020-09-24T17:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:16.309Z] time="2020-09-24T17:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5eecad02c9f0a1a9b06f47220a341e05cbaaaa6432cce2adf3d089d79a4aa95a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:16.309Z] time="2020-09-24T17:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:16.309Z] time="2020-09-24T17:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5eecad02c9f0a1a9b06f47220a341e05cbaaaa6432cce2adf3d089d79a4aa95a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:16.309Z] === RUN TestPluginInstall/with_htpasswd [2020-09-24T17:10:16.880Z] time="2020-09-24T17:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:16.880Z] time="2020-09-24T17:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ff3ef64459f4bea10500cfb6947093487c3ac50a9ab430e828a47c69951ddbc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:16.880Z] time="2020-09-24T17:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:16.880Z] time="2020-09-24T17:10:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7ff3ef64459f4bea10500cfb6947093487c3ac50a9ab430e828a47c69951ddbc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:17.140Z] === RUN TestPluginInstall/with_insecure [2020-09-24T17:10:17.709Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-24T17:10:18.278Z] time="2020-09-24T17:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:18.278Z] time="2020-09-24T17:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:518c698b9cd3a4d420d37754e1df400d52d8901dbdd781618133e08fe152536b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:18.278Z] time="2020-09-24T17:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-09-24T17:10:18.278Z] time="2020-09-24T17:10:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:518c698b9cd3a4d420d37754e1df400d52d8901dbdd781618133e08fe152536b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-09-24T17:10:18.538Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-24T17:10:18.799Z] --- PASS: TestPluginInstall (12.23s) [2020-09-24T17:10:18.799Z] --- PASS: TestPluginInstall/no_auth (9.58s) [2020-09-24T17:10:18.799Z] --- PASS: TestPluginInstall/with_htpasswd (1.07s) [2020-09-24T17:10:18.799Z] --- PASS: TestPluginInstall/with_insecure (1.58s) [2020-09-24T17:10:18.799Z] plugin_test.go:157: [daf471d80d07b] daemon is not started [2020-09-24T17:10:18.799Z] PASS [2020-09-24T17:10:18.799Z] [2020-09-24T17:10:18.799Z] DONE 6 tests in 12.443s [2020-09-24T17:10:18.799Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-09-24T17:10:18.799Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:18.799Z] ++ set -e [2020-09-24T17:10:18.799Z] ++ '[' -n 0 ']' [2020-09-24T17:10:18.799Z] ++ set -x [2020-09-24T17:10:18.799Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:18.799Z] INFO: Testing against a local daemon [2020-09-24T17:10:18.799Z] === RUN TestExternalGraphDriver [2020-09-24T17:10:18.799Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-24T17:10:19.368Z] === RUN TestExternalGraphDriver/json [2020-09-24T17:10:19.628Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-24T17:10:20.568Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-24T17:10:21.139Z] === RUN TestExternalGraphDriver/spec [2020-09-24T17:10:21.716Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-24T17:10:21.716Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-24T17:10:21.716Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-24T17:10:21.716Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-24T17:10:21.716Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-24T17:10:23.097Z] === RUN TestExternalGraphDriver/pull [2020-09-24T17:10:23.357Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-24T17:10:23.357Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-24T17:10:23.927Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-24T17:10:24.805Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-09-24T17:10:24.868Z] --- PASS: TestExternalGraphDriver (5.83s) [2020-09-24T17:10:24.868Z] --- PASS: TestExternalGraphDriver/json (1.83s) [2020-09-24T17:10:24.868Z] --- PASS: TestExternalGraphDriver/spec (2.02s) [2020-09-24T17:10:24.868Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2020-09-24T17:10:24.868Z] === RUN TestGraphdriverPluginV2 [2020-09-24T17:10:24.868Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-24T17:10:25.437Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-24T17:10:25.437Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-24T17:10:27.349Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-24T17:10:29.260Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-24T17:10:29.260Z] --- PASS: TestGraphdriverPluginV2 (4.42s) [2020-09-24T17:10:29.260Z] PASS [2020-09-24T17:10:29.260Z] [2020-09-24T17:10:29.260Z] DONE 5 tests in 10.441s [2020-09-24T17:10:29.260Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-09-24T17:10:29.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:29.260Z] ++ set -e [2020-09-24T17:10:29.260Z] ++ '[' -n 0 ']' [2020-09-24T17:10:29.260Z] ++ set -x [2020-09-24T17:10:29.261Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:29.261Z] INFO: Testing against a local daemon [2020-09-24T17:10:29.261Z] === RUN TestContinueAfterPluginCrash [2020-09-24T17:10:29.261Z] === PAUSE TestContinueAfterPluginCrash [2020-09-24T17:10:29.261Z] === RUN TestReadPluginNoRead [2020-09-24T17:10:29.261Z] === PAUSE TestReadPluginNoRead [2020-09-24T17:10:29.261Z] === RUN TestDaemonStartWithLogOpt [2020-09-24T17:10:29.261Z] === PAUSE TestDaemonStartWithLogOpt [2020-09-24T17:10:29.261Z] === CONT TestContinueAfterPluginCrash [2020-09-24T17:10:29.261Z] === CONT TestDaemonStartWithLogOpt [2020-09-24T17:10:29.831Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-24T17:10:30.402Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-24T17:10:30.971Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-24T17:10:30.971Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-24T17:10:32.354Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-24T17:10:33.383Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-09-24T17:10:34.896Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-24T17:10:34.896Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-24T17:10:34.896Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-24T17:10:34.896Z] --- PASS: TestDaemonStartWithLogOpt (5.24s) [2020-09-24T17:10:34.896Z] === CONT TestReadPluginNoRead [2020-09-24T17:10:34.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-09-24T17:10:35.156Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-24T17:10:36.096Z] === RUN TestDockerSuite/TestCommitChange [2020-09-24T17:10:38.007Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-24T17:10:38.959Z] === RUN TestReadPluginNoRead/default [2020-09-24T17:10:39.221Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-24T17:10:39.481Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-09-24T17:10:40.050Z] --- PASS: TestContinueAfterPluginCrash (10.73s) [2020-09-24T17:10:40.621Z] === RUN TestReadPluginNoRead/disabled_caching [2020-09-24T17:10:40.621Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-24T17:10:42.533Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-24T17:10:42.533Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-09-24T17:10:43.103Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-24T17:10:44.042Z] --- PASS: TestReadPluginNoRead (9.49s) [2020-09-24T17:10:44.042Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-09-24T17:10:44.042Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.83s) [2020-09-24T17:10:44.042Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.64s) [2020-09-24T17:10:44.042Z] read_test.go:92: [dda48c30e095d] daemon is not started [2020-09-24T17:10:44.042Z] PASS [2020-09-24T17:10:44.042Z] [2020-09-24T17:10:44.042Z] DONE 6 tests in 14.929s [2020-09-24T17:10:44.042Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-09-24T17:10:44.042Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:44.042Z] ++ set -e [2020-09-24T17:10:44.042Z] ++ '[' -n 0 ']' [2020-09-24T17:10:44.042Z] ++ set -x [2020-09-24T17:10:44.042Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:44.302Z] testing: warning: no tests to run [2020-09-24T17:10:44.302Z] PASS [2020-09-24T17:10:44.302Z] [2020-09-24T17:10:44.302Z] DONE 0 tests in 0.066s [2020-09-24T17:10:44.302Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-09-24T17:10:44.302Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:44.302Z] ++ set -e [2020-09-24T17:10:44.302Z] ++ '[' -n 0 ']' [2020-09-24T17:10:44.302Z] ++ set -x [2020-09-24T17:10:44.303Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:44.303Z] INFO: Testing against a local daemon [2020-09-24T17:10:44.303Z] === RUN TestPluginWithDevMounts [2020-09-24T17:10:44.303Z] === PAUSE TestPluginWithDevMounts [2020-09-24T17:10:44.303Z] === CONT TestPluginWithDevMounts [2020-09-24T17:10:44.565Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-24T17:10:45.506Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-24T17:10:46.447Z] --- PASS: TestPluginWithDevMounts (1.93s) [2020-09-24T17:10:46.447Z] PASS [2020-09-24T17:10:46.447Z] [2020-09-24T17:10:46.447Z] DONE 1 tests in 2.105s [2020-09-24T17:10:46.447Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-09-24T17:10:46.447Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:46.447Z] ++ set -e [2020-09-24T17:10:46.447Z] ++ '[' -n 0 ']' [2020-09-24T17:10:46.447Z] ++ set -x [2020-09-24T17:10:46.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:10:46.447Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-24T17:10:46.447Z] INFO: Testing against a local daemon [2020-09-24T17:10:46.447Z] === RUN TestSecretInspect [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-24T17:10:47.388Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-24T17:10:48.771Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-24T17:10:49.031Z] --- PASS: TestSecretInspect (2.63s) [2020-09-24T17:10:49.031Z] === RUN TestSecretList [2020-09-24T17:10:49.971Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-24T17:10:49.971Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-24T17:10:50.540Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-24T17:10:51.111Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-24T17:10:52.050Z] --- PASS: TestSecretList (2.70s) [2020-09-24T17:10:52.050Z] === RUN TestSecretsCreateAndDelete [2020-09-24T17:10:52.050Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-24T17:10:52.310Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-24T17:10:53.252Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-24T17:10:53.252Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-24T17:10:53.252Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-24T17:10:53.512Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-24T17:10:53.512Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-24T17:10:53.512Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-24T17:10:53.771Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-24T17:10:53.772Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-09-24T17:10:53.772Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-24T17:10:54.711Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-24T17:10:54.711Z] --- PASS: TestSecretsCreateAndDelete (2.71s) [2020-09-24T17:10:54.711Z] === RUN TestSecretsUpdate [2020-09-24T17:10:55.288Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-24T17:10:55.859Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-24T17:10:55.859Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-24T17:10:57.772Z] --- PASS: TestSecretsUpdate (2.97s) [2020-09-24T17:10:57.772Z] === RUN TestTemplatedSecret [2020-09-24T17:10:57.772Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-24T17:10:58.714Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-24T17:10:58.714Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-24T17:10:59.655Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-24T17:11:00.226Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-24T17:11:01.165Z] --- PASS: TestTemplatedSecret (3.43s) [2020-09-24T17:11:01.165Z] === RUN TestSecretCreateResolve [2020-09-24T17:11:01.165Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-24T17:11:01.736Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-24T17:11:01.736Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-24T17:11:02.306Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-24T17:11:02.877Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-24T17:11:03.137Z] --- PASS: TestSecretCreateResolve (2.26s) [2020-09-24T17:11:03.137Z] PASS [2020-09-24T17:11:03.137Z] [2020-09-24T17:11:03.137Z] DONE 6 tests in 16.878s [2020-09-24T17:11:03.137Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-09-24T17:11:03.137Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:11:03.137Z] ++ set -e [2020-09-24T17:11:03.137Z] ++ '[' -n 0 ']' [2020-09-24T17:11:03.137Z] ++ set -x [2020-09-24T17:11:03.137Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:11:03.396Z] INFO: Testing against a local daemon [2020-09-24T17:11:03.396Z] === RUN TestServiceCreateInit [2020-09-24T17:11:03.396Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-09-24T17:11:03.657Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-24T17:11:03.657Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-24T17:11:04.228Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-24T17:11:05.613Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-24T17:11:06.552Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-24T17:11:06.552Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-24T17:11:06.552Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-24T17:11:06.552Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-24T17:11:06.552Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-24T17:11:07.122Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-24T17:11:08.064Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-09-24T17:11:12.265Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-24T17:11:12.265Z] --- PASS: TestServiceCreateInit (8.74s) [2020-09-24T17:11:12.265Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.71s) [2020-09-24T17:11:12.265Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.01s) [2020-09-24T17:11:12.265Z] === RUN TestCreateServiceMultipleTimes [2020-09-24T17:11:12.265Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-24T17:11:12.862Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-24T17:11:12.862Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-24T17:11:12.862Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-24T17:11:15.402Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-24T17:11:16.343Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-24T17:11:16.914Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-24T17:11:21.120Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-24T17:11:21.690Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-24T17:11:23.602Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-24T17:11:24.172Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-24T17:11:25.112Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-09-24T17:11:26.493Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-09-24T17:11:27.876Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-09-24T17:11:28.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-09-24T17:11:29.077Z] --- PASS: TestCreateServiceMultipleTimes (16.87s) [2020-09-24T17:11:29.077Z] === RUN TestCreateServiceConflict [2020-09-24T17:11:30.458Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ad6880_} [2020-09-24T17:11:31.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1996065206_/foo_false____} [2020-09-24T17:11:31.976Z] --- PASS: TestCreateServiceConflict (2.71s) [2020-09-24T17:11:31.976Z] === RUN TestCreateServiceMaxReplicas [2020-09-24T17:11:32.552Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1996065206_/foo_true____} [2020-09-24T17:11:33.933Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_false____} [2020-09-24T17:11:34.871Z] --- PASS: TestCreateServiceMaxReplicas (2.91s) [2020-09-24T17:11:34.871Z] === RUN TestCreateWithDuplicateNetworkNames [2020-09-24T17:11:35.442Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_true____} [2020-09-24T17:11:36.825Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_true__0xc000ad68e0__} [2020-09-24T17:11:38.207Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ad6900_} [2020-09-24T17:11:39.586Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ad6920_} [2020-09-24T17:11:39.586Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-09-24T17:11:40.965Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ad6940_} [2020-09-24T17:11:42.874Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ad6960_} [2020-09-24T17:11:43.812Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-24T17:11:44.751Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-09-24T17:11:45.011Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-09-24T17:11:45.271Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-24T17:11:47.180Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-24T17:11:48.121Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.47s) [2020-09-24T17:11:48.121Z] === RUN TestCreateServiceSecretFileMode [2020-09-24T17:11:49.518Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-24T17:11:51.433Z] --- PASS: TestCreateServiceSecretFileMode (3.38s) [2020-09-24T17:11:51.433Z] === RUN TestCreateServiceConfigFileMode [2020-09-24T17:11:52.002Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-24T17:11:52.943Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-24T17:11:53.205Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-24T17:11:54.146Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-24T17:11:54.716Z] --- PASS: TestCreateServiceConfigFileMode (3.00s) [2020-09-24T17:11:54.716Z] === RUN TestCreateServiceSysctls [2020-09-24T17:11:54.716Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-09-24T17:11:54.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-09-24T17:11:55.656Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-24T17:11:56.596Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-24T17:11:57.537Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-24T17:11:58.476Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-24T17:11:58.476Z] --- PASS: TestCreateServiceSysctls (3.96s) [2020-09-24T17:11:58.476Z] === RUN TestCreateServiceCapabilities [2020-09-24T17:11:59.415Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-24T17:11:59.984Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-24T17:12:00.924Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-24T17:12:01.863Z] --- PASS: TestCreateServiceCapabilities (3.26s) [2020-09-24T17:12:01.863Z] === RUN TestInspect [2020-09-24T17:12:01.863Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-24T17:12:02.803Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-24T17:12:03.065Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-24T17:12:04.007Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-24T17:12:05.392Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-24T17:12:05.392Z] --- PASS: TestInspect (3.51s) [2020-09-24T17:12:05.392Z] === RUN TestCreateJob [2020-09-24T17:12:06.351Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-24T17:12:06.610Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-24T17:12:06.610Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-24T17:12:07.550Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-24T17:12:08.119Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-24T17:12:09.059Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-24T17:12:09.059Z] --- PASS: TestCreateJob (3.89s) [2020-09-24T17:12:09.059Z] === RUN TestReplicatedJob [2020-09-24T17:12:09.631Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-24T17:12:10.201Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-24T17:12:11.587Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-24T17:12:12.529Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-24T17:12:14.440Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-09-24T17:12:14.630Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-09-24T17:12:15.099Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-09-24T17:12:15.823Z] --- PASS: TestReplicatedJob (6.45s) [2020-09-24T17:12:15.823Z] === RUN TestUpdateReplicatedJob [2020-09-24T17:12:17.994Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-09-24T17:12:18.367Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-24T17:12:19.747Z] --- PASS: TestUpdateReplicatedJob (3.82s) [2020-09-24T17:12:19.747Z] === RUN TestServiceListWithStatuses [2020-09-24T17:12:19.747Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2020-09-24T17:12:19.747Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:12:19.747Z] === RUN TestDockerNetworkConnectAlias [2020-09-24T17:12:20.688Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-24T17:12:20.949Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnv [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-09-24T17:12:21.712Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-09-24T17:12:23.879Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-09-24T17:12:23.879Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-09-24T17:12:23.879Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-09-24T17:12:23.879Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-09-24T17:12:24.842Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-09-24T17:12:25.155Z] --- PASS: TestDockerNetworkConnectAlias (5.51s) [2020-09-24T17:12:25.155Z] === RUN TestDockerNetworkReConnect [2020-09-24T17:12:25.155Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-24T17:12:27.697Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-24T17:12:28.569Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-09-24T17:12:28.637Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-24T17:12:29.579Z] --- PASS: TestDockerNetworkReConnect (4.39s) [2020-09-24T17:12:29.579Z] === RUN TestServicePlugin [2020-09-24T17:12:30.961Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-09-24T17:12:32.344Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-09-24T17:12:33.285Z] === RUN TestDockerSuite/TestCpToDot [2020-09-24T17:12:34.227Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-24T17:12:35.610Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-24T17:12:36.550Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-24T17:12:37.120Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-24T17:12:37.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-09-24T17:12:38.629Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-24T17:12:38.629Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-24T17:12:39.567Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-24T17:12:40.948Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-24T17:12:40.948Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-24T17:12:40.948Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-24T17:12:41.208Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-24T17:12:41.779Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-24T17:12:41.779Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-24T17:12:41.779Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-24T17:12:42.722Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-24T17:12:42.722Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-24T17:12:42.722Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-24T17:12:42.981Z] === RUN TestDockerSuite/TestCreateRM [2020-09-24T17:12:42.981Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-24T17:12:42.981Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-24T17:12:42.981Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-24T17:12:43.241Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildExpose [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-09-24T17:12:43.349Z] === RUN TestDockerSuite/TestBuildFails [2020-09-24T17:12:43.806Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-09-24T17:12:43.806Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-09-24T17:12:44.623Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-24T17:12:44.623Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-24T17:12:44.623Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-24T17:12:48.478Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-09-24T17:12:48.824Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-24T17:12:48.824Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-24T17:12:48.824Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-24T17:12:49.084Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-24T17:12:49.084Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-24T17:12:49.084Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-24T17:12:50.024Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-24T17:12:50.965Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-24T17:12:51.225Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-24T17:12:52.607Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-24T17:12:53.545Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-24T17:12:54.118Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-24T17:12:54.690Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-24T17:12:54.690Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-24T17:12:54.951Z] === RUN TestDockerSuite/TestDockerFails [2020-09-24T17:12:54.951Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-09-24T17:12:54.951Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-09-24T17:12:55.211Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-09-24T17:12:55.781Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-09-24T17:12:56.351Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-09-24T17:12:57.021Z] === RUN TestDockerSuite/TestBuildForceRm [2020-09-24T17:12:57.291Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-09-24T17:12:57.291Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-09-24T17:12:57.291Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-09-24T17:12:57.551Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-09-24T17:13:02.846Z] --- PASS: TestServicePlugin (32.92s) [2020-09-24T17:13:02.846Z] plugin_test.go:62: [d2f5c04428d65] joining swarm manager [d526f7b1f2ad8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:13:02.846Z] plugin_test.go:65: [d073209f5721e] joining swarm manager [d526f7b1f2ad8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:13:02.846Z] === RUN TestServiceUpdateLabel [2020-09-24T17:13:02.846Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-24T17:13:03.415Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-09-24T17:13:05.325Z] --- PASS: TestServiceUpdateLabel (2.78s) [2020-09-24T17:13:05.325Z] === RUN TestServiceUpdateSecrets [2020-09-24T17:13:05.325Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-24T17:13:07.316Z] === RUN TestDockerSuite/TestBuildFromGit [2020-09-24T17:13:08.620Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-24T17:13:09.559Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-09-24T17:13:10.128Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-24T17:13:10.698Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-24T17:13:11.268Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-24T17:13:11.837Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-24T17:13:11.992Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-09-24T17:13:12.407Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-24T17:13:12.666Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-09-24T17:13:12.956Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-09-24T17:13:14.572Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-09-24T17:13:15.511Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-24T17:13:17.419Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-09-24T17:13:17.631Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-09-24T17:13:17.631Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-09-24T17:13:18.088Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-09-24T17:13:18.547Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-09-24T17:13:18.547Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-09-24T17:13:19.324Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-24T17:13:20.263Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-24T17:13:20.524Z] --- PASS: TestServiceUpdateSecrets (15.52s) [2020-09-24T17:13:20.524Z] === RUN TestServiceUpdateConfigs [2020-09-24T17:13:21.479Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-24T17:13:22.048Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-24T17:13:22.307Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-24T17:13:23.688Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-24T17:13:24.257Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-09-24T17:13:24.257Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-24T17:13:24.517Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-09-24T17:13:24.777Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-09-24T17:13:24.777Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-24T17:13:25.715Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-24T17:13:26.655Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-24T17:13:26.655Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-24T17:13:26.655Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-24T17:13:27.224Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-24T17:13:27.484Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-24T17:13:27.743Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-24T17:13:28.682Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-09-24T17:13:28.941Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-09-24T17:13:28.941Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-09-24T17:13:28.941Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-24T17:13:30.851Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-09-24T17:13:30.903Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-09-24T17:13:30.903Z] === RUN TestDockerSuite/TestBuildHistory [2020-09-24T17:13:31.420Z] === RUN TestDockerSuite/TestEventsRename [2020-09-24T17:13:31.994Z] === RUN TestDockerSuite/TestEventsResize [2020-09-24T17:13:32.564Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-24T17:13:33.136Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-24T17:13:33.703Z] === RUN TestDockerSuite/TestEventsStreaming [2020-09-24T17:13:33.964Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-24T17:13:35.343Z] --- PASS: TestServiceUpdateConfigs (14.86s) [2020-09-24T17:13:35.343Z] === RUN TestServiceUpdateNetwork [2020-09-24T17:13:36.723Z] === RUN TestDockerSuite/TestEventsTop [2020-09-24T17:13:37.678Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-24T17:13:37.954Z] === RUN TestDockerSuite/TestBuildIidFile [2020-09-24T17:13:37.954Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-09-24T17:13:40.128Z] === RUN TestDockerSuite/TestBuildInheritance [2020-09-24T17:13:40.128Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-09-24T17:13:40.214Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-24T17:13:40.584Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-09-24T17:13:40.585Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-09-24T17:13:44.305Z] === RUN TestDockerSuite/TestBuildLabel [2020-09-24T17:13:44.762Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-09-24T17:13:45.227Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-09-24T17:13:45.683Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-09-24T17:13:46.140Z] === RUN TestDockerSuite/TestBuildLabels [2020-09-24T17:13:47.103Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-09-24T17:13:48.067Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-09-24T17:13:50.196Z] --- PASS: TestServiceUpdateNetwork (13.19s) [2020-09-24T17:13:50.196Z] === RUN TestServiceUpdatePidsLimit [2020-09-24T17:13:50.196Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-09-24T17:13:50.765Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-09-24T17:13:51.026Z] === RUN TestDockerSuite/TestExec [2020-09-24T17:13:51.595Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-24T17:13:52.166Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-24T17:13:52.736Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLastModified [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-09-24T17:13:52.749Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-09-24T17:13:53.306Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-24T17:13:53.711Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-09-24T17:13:54.687Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-24T17:13:54.950Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-24T17:13:55.519Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-24T17:13:56.087Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-24T17:13:56.656Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-24T17:13:56.915Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-24T17:13:57.446Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-09-24T17:13:57.485Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-24T17:13:57.745Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-09-24T17:13:58.685Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-24T17:14:00.071Z] === RUN TestDockerSuite/TestExecEnv [2020-09-24T17:14:00.334Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-24T17:14:01.272Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-24T17:14:01.841Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-24T17:14:05.133Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-24T17:14:05.133Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-09-24T17:14:05.393Z] --- PASS: TestServiceUpdatePidsLimit (16.84s) [2020-09-24T17:14:05.393Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2020-09-24T17:14:05.393Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.93s) [2020-09-24T17:14:05.393Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2020-09-24T17:14:05.393Z] PASS [2020-09-24T17:14:05.393Z] [2020-09-24T17:14:05.393Z] === Skipped [2020-09-24T17:14:05.393Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s) [2020-09-24T17:14:05.393Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-09-24T17:14:05.393Z] [2020-09-24T17:14:05.393Z] [2020-09-24T17:14:05.393Z] DONE 27 tests, 1 skipped in 182.203s [2020-09-24T17:14:05.393Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-09-24T17:14:05.393Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:05.393Z] ++ set -e [2020-09-24T17:14:05.393Z] ++ '[' -n 0 ']' [2020-09-24T17:14:05.393Z] ++ set -x [2020-09-24T17:14:05.393Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:05.653Z] INFO: Testing against a local daemon [2020-09-24T17:14:05.653Z] === RUN TestSessionCreate [2020-09-24T17:14:05.653Z] --- PASS: TestSessionCreate (0.03s) [2020-09-24T17:14:05.653Z] === RUN TestSessionCreateWithBadUpgrade [2020-09-24T17:14:05.653Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-09-24T17:14:05.653Z] PASS [2020-09-24T17:14:05.653Z] [2020-09-24T17:14:05.653Z] DONE 2 tests in 0.227s [2020-09-24T17:14:05.653Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-09-24T17:14:05.653Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:05.653Z] ++ set -e [2020-09-24T17:14:05.653Z] ++ '[' -n 0 ']' [2020-09-24T17:14:05.653Z] ++ set -x [2020-09-24T17:14:05.653Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:05.653Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-24T17:14:05.914Z] INFO: Testing against a local daemon [2020-09-24T17:14:05.914Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-09-24T17:14:05.914Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:14:05.914Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:14:05.914Z] === RUN TestEventsExecDie [2020-09-24T17:14:06.484Z] === RUN TestDockerSuite/TestExecParseError [2020-09-24T17:14:06.484Z] --- PASS: TestEventsExecDie (0.72s) [2020-09-24T17:14:06.484Z] === RUN TestEventsBackwardsCompatible [2020-09-24T17:14:06.744Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-09-24T17:14:06.744Z] === RUN TestInfoBinaryCommits [2020-09-24T17:14:06.744Z] --- PASS: TestInfoBinaryCommits (0.07s) [2020-09-24T17:14:06.744Z] === RUN TestInfoAPIVersioned [2020-09-24T17:14:06.744Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-09-24T17:14:06.744Z] === RUN TestInfoDiscoveryBackend [2020-09-24T17:14:07.003Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-24T17:14:07.263Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-09-24T17:14:07.263Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-09-24T17:14:07.524Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-24T17:14:08.094Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-24T17:14:08.354Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-09-24T17:14:08.354Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-09-24T17:14:08.924Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-09-24T17:14:08.924Z] === RUN TestInfoAPI [2020-09-24T17:14:08.924Z] --- PASS: TestInfoAPI (0.04s) [2020-09-24T17:14:08.924Z] === RUN TestInfoAPIWarnings [2020-09-24T17:14:09.493Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-24T17:14:09.493Z] --- PASS: TestInfoAPIWarnings (0.56s) [2020-09-24T17:14:09.493Z] === RUN TestInfoDebug [2020-09-24T17:14:09.753Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-09-24T17:14:10.013Z] --- PASS: TestInfoDebug (0.54s) [2020-09-24T17:14:10.013Z] === RUN TestInfoInsecureRegistries [2020-09-24T17:14:10.013Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-24T17:14:10.586Z] --- PASS: TestInfoInsecureRegistries (0.60s) [2020-09-24T17:14:10.586Z] === RUN TestInfoRegistryMirrors [2020-09-24T17:14:10.846Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-24T17:14:11.106Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-09-24T17:14:11.106Z] === RUN TestLoginFailsWithBadCredentials [2020-09-24T17:14:11.366Z] --- PASS: TestLoginFailsWithBadCredentials (0.31s) [2020-09-24T17:14:11.366Z] === RUN TestPingCacheHeaders [2020-09-24T17:14:11.366Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-09-24T17:14:11.366Z] === RUN TestPingGet [2020-09-24T17:14:11.366Z] --- PASS: TestPingGet (0.02s) [2020-09-24T17:14:11.366Z] === RUN TestPingHead [2020-09-24T17:14:11.626Z] --- PASS: TestPingHead (0.04s) [2020-09-24T17:14:11.626Z] === RUN TestVersion [2020-09-24T17:14:11.626Z] --- PASS: TestVersion (0.05s) [2020-09-24T17:14:11.626Z] PASS [2020-09-24T17:14:11.626Z] [2020-09-24T17:14:11.626Z] === Skipped [2020-09-24T17:14:11.626Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-09-24T17:14:11.626Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-09-24T17:14:11.626Z] [2020-09-24T17:14:11.626Z] [2020-09-24T17:14:11.626Z] DONE 18 tests, 1 skipped in 5.866s [2020-09-24T17:14:11.626Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-09-24T17:14:11.626Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:11.626Z] ++ set -e [2020-09-24T17:14:11.626Z] ++ '[' -n 0 ']' [2020-09-24T17:14:11.626Z] ++ set -x [2020-09-24T17:14:11.626Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-09-24T17:14:11.887Z] INFO: Testing against a local daemon [2020-09-24T17:14:11.887Z] === RUN TestVolumesCreateAndList [2020-09-24T17:14:11.887Z] --- PASS: TestVolumesCreateAndList (0.05s) [2020-09-24T17:14:11.887Z] === RUN TestVolumesRemove [2020-09-24T17:14:11.887Z] --- PASS: TestVolumesRemove (0.09s) [2020-09-24T17:14:11.887Z] === RUN TestVolumesInspect [2020-09-24T17:14:11.887Z] --- PASS: TestVolumesInspect (0.02s) [2020-09-24T17:14:11.887Z] === RUN TestVolumesInvalidJSON [2020-09-24T17:14:11.887Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-09-24T17:14:11.887Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-09-24T17:14:11.887Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-09-24T17:14:11.887Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-09-24T17:14:11.887Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-09-24T17:14:11.887Z] PASS [2020-09-24T17:14:11.887Z] [2020-09-24T17:14:11.887Z] DONE 5 tests in 0.348s [2020-09-24T17:14:11.887Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:14:12.147Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:14:12.147Z] +++ kill 5584 [2020-09-24T17:14:13.526Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:14:13.526Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:14:13.526Z] [2020-09-24T17:14:13.526Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:14:13.526Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:14:13.526Z] [2020-09-24T17:14:13.526Z] To set a process to complain mode, use the command line tool [2020-09-24T17:14:13.526Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:14:13.526Z] +++ true [2020-09-24T17:14:13.526Z] exiting test-integration [2020-09-24T17:14:13.526Z] ++ exit 0 [2020-09-24T17:14:13.526Z] [2020-09-24T17:14:14.095Z] + for job in $(jobs -p) [2020-09-24T17:14:14.095Z] + wait 4505 [2020-09-24T17:14:18.497Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-09-24T17:14:18.497Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-09-24T17:14:20.665Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-09-24T17:14:22.243Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-24T17:14:22.244Z] === RUN TestDockerSuite/TestExecTTY [2020-09-24T17:14:22.812Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-24T17:14:23.752Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-24T17:14:24.322Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-24T17:14:24.892Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-24T17:14:24.892Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-24T17:14:26.273Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-09-24T17:14:26.533Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-24T17:14:27.472Z] === RUN TestDockerSuite/TestExecWithTERM [2020-09-24T17:14:28.042Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-24T17:14:28.611Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-24T17:14:33.887Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-24T17:14:38.080Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-24T17:14:39.018Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-24T17:14:44.312Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-24T17:14:44.312Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-24T17:14:44.312Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-24T17:14:44.312Z] === RUN TestDockerSuite/TestHealth [2020-09-24T17:14:45.768Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-09-24T17:15:00.554Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-09-24T17:15:05.241Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-24T17:15:06.253Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-24T17:15:06.822Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-24T17:15:06.822Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-24T17:15:07.392Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-24T17:15:09.914Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-09-24T17:15:09.928Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-24T17:15:09.928Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-24T17:15:10.188Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-24T17:15:10.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-09-24T17:15:11.328Z] === RUN TestDockerSuite/TestImportFile [2020-09-24T17:15:12.267Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-24T17:15:12.267Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-24T17:15:13.637Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-09-24T17:15:13.647Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-24T17:15:14.587Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-24T17:15:15.966Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-24T17:15:16.230Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-24T17:15:16.814Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-24T17:15:17.383Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-24T17:15:17.383Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-09-24T17:15:17.383Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-24T17:15:17.643Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-24T17:15:18.212Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-24T17:15:18.781Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-24T17:15:19.041Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-24T17:15:19.611Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-24T17:15:20.181Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-24T17:15:20.181Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-09-24T17:15:21.120Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-24T17:15:21.690Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-24T17:15:21.950Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-24T17:15:22.209Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-24T17:15:22.469Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-24T17:15:22.469Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-24T17:15:23.408Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-24T17:15:23.669Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-24T17:15:24.240Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-24T17:15:24.809Z] === RUN TestDockerSuite/TestInspectImage [2020-09-24T17:15:24.809Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-24T17:15:24.809Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-24T17:15:24.809Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-24T17:15:25.379Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-24T17:15:25.948Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-24T17:15:25.948Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-24T17:15:26.208Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-24T17:15:26.778Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-24T17:15:28.420Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-09-24T17:15:28.420Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-09-24T17:15:28.685Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-24T17:15:28.685Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-24T17:15:29.255Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-24T17:15:29.825Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-24T17:15:30.763Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-24T17:15:31.341Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-24T17:15:31.606Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-24T17:15:32.177Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-24T17:15:32.177Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-09-24T17:15:32.747Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-24T17:15:33.095Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-09-24T17:15:33.095Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-09-24T17:15:33.095Z] === RUN TestDockerSuite/TestBuildNetNone [2020-09-24T17:15:33.095Z] === RUN TestDockerSuite/TestBuildNoContext [2020-09-24T17:15:33.316Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-24T17:15:33.886Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-24T17:15:33.886Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-09-24T17:15:35.270Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-09-24T17:15:36.430Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-24T17:15:37.001Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-09-24T17:15:37.574Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-24T17:15:38.513Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-24T17:15:38.773Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-24T17:15:38.991Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-09-24T17:15:40.166Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-24T17:15:40.519Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-09-24T17:15:40.976Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-09-24T17:15:40.976Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-09-24T17:15:42.708Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-24T17:15:43.146Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-09-24T17:15:44.090Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-24T17:15:44.090Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-24T17:15:44.109Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-09-24T17:15:45.072Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-09-24T17:15:46.632Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-24T17:15:46.633Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-24T17:15:47.202Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-24T17:15:55.339Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-24T17:15:55.910Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-24T17:15:56.170Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-09-24T17:15:57.110Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-24T17:15:57.425Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-09-24T17:15:57.681Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-24T17:15:58.389Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-09-24T17:15:59.591Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-09-24T17:15:59.591Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-24T17:15:59.851Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-24T17:16:00.111Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-24T17:16:00.111Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-24T17:16:00.681Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-24T17:16:01.251Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-24T17:16:05.439Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-09-24T17:16:05.447Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-24T17:16:05.708Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-24T17:16:07.608Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-09-24T17:16:10.984Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-24T17:16:10.984Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-24T17:16:10.984Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-24T17:16:11.245Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-24T17:16:12.185Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-24T17:16:13.133Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-09-24T17:16:13.134Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-09-24T17:16:14.081Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-24T17:16:15.022Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-24T17:16:16.152Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-09-24T17:16:18.318Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-24T17:16:18.578Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-24T17:16:19.148Z] === RUN TestDockerSuite/TestLogsSince [2020-09-24T17:16:19.876Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-09-24T17:16:24.571Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-09-24T17:16:25.535Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-09-24T17:16:25.535Z] === RUN TestDockerSuite/TestBuildPATH [2020-09-24T17:16:25.535Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-09-24T17:16:25.720Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-24T17:16:28.428Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-09-24T17:16:28.428Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-09-24T17:16:29.009Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-09-24T17:16:31.548Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-24T17:16:31.809Z] === RUN TestDockerSuite/TestLogsTail [2020-09-24T17:16:32.751Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-24T17:16:33.011Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-24T17:16:33.951Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-24T17:16:34.211Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-24T17:16:34.211Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-09-24T17:16:34.789Z] === RUN TestDockerSuite/TestNetHostname [2020-09-24T17:16:36.698Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-24T17:16:36.698Z] === RUN TestDockerSuite/TestNetworkEvents [2020-09-24T17:16:43.272Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-24T17:16:43.841Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-24T17:16:44.414Z] === RUN TestDockerSuite/TestPluginActive [2020-09-24T17:16:45.794Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-24T17:16:51.078Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-24T17:16:51.078Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-24T17:16:52.018Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-24T17:16:54.559Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-24T17:16:55.939Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-24T17:16:57.855Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-24T17:17:02.054Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-09-24T17:17:02.314Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-24T17:17:04.078Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-09-24T17:17:04.225Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-24T17:17:04.793Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-09-24T17:17:05.053Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-24T17:17:05.994Z] === RUN TestDockerSuite/TestPortList [2020-09-24T17:17:14.127Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-24T17:17:14.387Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-24T17:17:20.962Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-24T17:17:20.962Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-24T17:17:20.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-24T17:17:20.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-24T17:17:20.962Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-24T17:17:21.531Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-24T17:17:21.531Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-24T17:17:22.101Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-24T17:17:22.101Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-24T17:17:23.040Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-24T17:17:23.040Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-09-24T17:17:24.978Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-09-24T17:17:25.173Z] === RUN TestDockerSuite/TestBuildRm [2020-09-24T17:17:25.917Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-09-24T17:17:26.177Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-09-24T17:17:26.436Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-24T17:17:27.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-09-24T17:17:28.388Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-24T17:17:28.958Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-24T17:17:32.258Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-24T17:17:33.714Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-09-24T17:17:35.882Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-09-24T17:17:35.882Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-09-24T17:17:35.882Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-09-24T17:17:36.464Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-24T17:17:36.464Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-24T17:17:37.413Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-09-24T17:17:39.001Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-24T17:17:40.320Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-09-24T17:17:42.489Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-09-24T17:17:45.576Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-24T17:17:46.150Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-24T17:17:46.213Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-09-24T17:17:48.065Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-24T17:17:48.635Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-24T17:17:50.018Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-24T17:17:52.559Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-24T17:17:53.942Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-24T17:17:54.882Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-24T17:17:54.882Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-24T17:17:55.451Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-24T17:17:56.833Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-24T17:17:57.775Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-09-24T17:17:58.344Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-24T17:17:58.913Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-24T17:17:58.913Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-24T17:17:59.483Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-24T17:17:59.743Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-24T17:17:59.743Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-24T17:18:00.313Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-24T17:18:01.253Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-24T17:18:02.635Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-24T17:18:02.897Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-24T17:18:03.863Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-09-24T17:18:03.863Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-09-24T17:18:03.863Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-09-24T17:18:11.055Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-24T17:18:11.315Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-24T17:18:12.415Z] === RUN TestDockerSuite/TestBuildSpaces [2020-09-24T17:18:12.415Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-09-24T17:18:12.699Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-24T17:18:12.699Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-24T17:18:12.699Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-24T17:18:12.959Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-24T17:18:15.498Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-24T17:18:16.068Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-24T17:18:17.090Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-09-24T17:18:17.090Z] === RUN TestDockerSuite/TestBuildStderr [2020-09-24T17:18:17.979Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-24T17:18:18.922Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-24T17:18:18.922Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-24T17:18:19.182Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-24T17:18:20.815Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-09-24T17:18:21.722Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-24T17:18:22.293Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-24T17:18:22.553Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-24T17:18:23.495Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-24T17:18:24.434Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-24T17:18:25.384Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-24T17:18:25.384Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-09-24T17:18:26.323Z] === RUN TestDockerSuite/TestRmiTag [2020-09-24T17:18:26.323Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-24T17:18:27.263Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-24T17:18:31.463Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-24T17:18:31.463Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-24T17:18:32.033Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-24T17:18:32.607Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-24T17:18:33.547Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-24T17:18:33.808Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-24T17:18:34.068Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-24T17:18:34.637Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-24T17:18:34.637Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-24T17:18:34.897Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-24T17:18:35.596Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-09-24T17:18:36.052Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-09-24T17:18:36.276Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-24T17:18:36.536Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-24T17:18:37.106Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-24T17:18:37.675Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-09-24T17:18:38.219Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-09-24T17:18:39.058Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-24T17:18:39.181Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-09-24T17:18:39.628Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-09-24T17:18:40.199Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-09-24T17:18:41.137Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-09-24T17:18:41.397Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-09-24T17:18:41.984Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-09-24T17:18:42.553Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-24T17:18:42.898Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-09-24T17:18:43.491Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-09-24T17:18:44.060Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-24T17:18:44.629Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-24T17:18:45.199Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-24T17:18:45.768Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-24T17:18:45.768Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-24T17:18:47.578Z] === RUN TestDockerSuite/TestBuildUser [2020-09-24T17:18:47.578Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-09-24T17:18:47.578Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-09-24T17:18:47.578Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-09-24T17:18:47.688Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-24T17:18:47.947Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-24T17:18:48.517Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-24T17:18:48.776Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-24T17:18:49.347Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-24T17:18:49.347Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-24T17:18:49.917Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-24T17:18:50.178Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-24T17:18:50.469Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-09-24T17:18:50.469Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-09-24T17:18:50.747Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-24T17:18:51.317Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-24T17:18:51.577Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-24T17:18:51.577Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-24T17:18:52.148Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-24T17:18:52.148Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-24T17:18:53.090Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-24T17:18:53.660Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-24T17:18:54.599Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-24T17:18:54.860Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-24T17:18:54.860Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-24T17:18:55.429Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-24T17:18:56.369Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-24T17:18:57.318Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-24T17:18:57.525Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-09-24T17:18:57.525Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-09-24T17:18:57.525Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-09-24T17:18:58.260Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-24T17:18:58.519Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-24T17:18:59.089Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-24T17:18:59.659Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-24T17:19:00.229Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-24T17:19:00.490Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-24T17:19:01.871Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-24T17:19:03.780Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-24T17:19:03.780Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-24T17:19:04.040Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-24T17:19:04.980Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-09-24T17:19:05.551Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-24T17:19:06.936Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-24T17:19:09.480Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-24T17:19:11.389Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-24T17:19:11.389Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-24T17:19:11.389Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-24T17:19:11.649Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-24T17:19:13.031Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-24T17:19:13.974Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-24T17:19:15.174Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-09-24T17:19:15.174Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-09-24T17:19:15.358Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-24T17:19:15.928Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-24T17:19:17.312Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-24T17:19:17.573Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-09-24T17:19:17.573Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-24T17:19:18.145Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-09-24T17:19:19.528Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-24T17:19:19.529Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-24T17:19:19.789Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-24T17:19:20.359Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-24T17:19:20.929Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-09-24T17:19:21.500Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-24T17:19:21.500Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-24T17:19:22.071Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-24T17:19:22.227Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-09-24T17:19:22.642Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-24T17:19:23.212Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-24T17:19:24.156Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-24T17:19:24.726Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-24T17:19:25.296Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-24T17:19:25.866Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-24T17:19:26.126Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-24T17:19:26.126Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-24T17:19:26.696Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-24T17:19:26.916Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-09-24T17:19:26.916Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-09-24T17:19:26.916Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-09-24T17:19:27.271Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-24T17:19:28.210Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-24T17:19:28.210Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-24T17:19:28.471Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-24T17:19:29.092Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-09-24T17:19:29.549Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2020-09-24T17:19:31.034Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-09-24T17:19:31.295Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-24T17:19:31.865Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-24T17:19:35.161Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-09-24T17:19:37.699Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-09-24T17:19:39.848Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-09-24T17:19:40.237Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-09-24T17:19:42.741Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-09-24T17:19:42.741Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-09-24T17:19:42.775Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-09-24T17:19:43.035Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-09-24T17:19:43.974Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-24T17:19:45.884Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-09-24T17:19:45.884Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-09-24T17:19:45.884Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-24T17:19:45.884Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-24T17:19:45.884Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-09-24T17:19:46.144Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-24T17:19:48.687Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-24T17:19:48.687Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-09-24T17:19:49.642Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-24T17:19:50.581Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-24T17:19:53.120Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-09-24T17:19:55.093Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-09-24T17:19:55.552Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-09-24T17:19:56.009Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-09-24T17:19:56.009Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-09-24T17:19:56.414Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-09-24T17:19:56.674Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-24T17:19:56.973Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-09-24T17:19:57.245Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-24T17:19:57.505Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-24T17:19:58.890Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-24T17:19:58.890Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-24T17:19:58.890Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-24T17:19:59.832Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-24T17:20:00.772Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-24T17:20:01.712Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-24T17:20:01.712Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-24T17:20:01.972Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-24T17:20:02.911Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-24T17:20:03.854Z] === RUN TestDockerSuite/TestRunMount [2020-09-24T17:20:05.520Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-09-24T17:20:05.977Z] === RUN TestDockerSuite/TestBuildXZHost [2020-09-24T17:20:06.433Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-09-24T17:20:06.433Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-09-24T17:20:06.433Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-09-24T17:20:08.051Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-24T17:20:08.051Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-24T17:20:08.621Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-24T17:20:09.327Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-09-24T17:20:09.573Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-24T17:20:10.952Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-24T17:20:12.862Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-24T17:20:13.052Z] === RUN TestDockerSuite/TestCommitChange [2020-09-24T17:20:14.244Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-24T17:20:16.153Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-24T17:20:16.724Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-24T17:20:16.772Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-09-24T17:20:17.665Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-24T17:20:17.665Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-24T17:20:18.235Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-24T17:20:18.805Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-24T17:20:19.374Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-24T17:20:19.946Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-24T17:20:20.491Z] === RUN TestDockerSuite/TestCommitHardlink [2020-09-24T17:20:20.491Z] === RUN TestDockerSuite/TestCommitNewFile [2020-09-24T17:20:20.886Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-09-24T17:20:21.457Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-24T17:20:23.367Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-24T17:20:26.279Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-09-24T17:20:26.279Z] === RUN TestDockerSuite/TestCommitTTY [2020-09-24T17:20:26.677Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-24T17:20:26.939Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-24T17:20:26.939Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-09-24T17:20:27.512Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-24T17:20:27.512Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-24T17:20:28.081Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-24T17:20:28.340Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-24T17:20:28.601Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-24T17:20:29.170Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-24T17:20:29.430Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-09-24T17:20:32.724Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-09-24T17:20:35.261Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-09-24T17:20:35.261Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-24T17:20:35.261Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-09-24T17:20:35.831Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-24T17:20:36.577Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-09-24T17:20:36.771Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-24T17:20:37.341Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-09-24T17:20:37.910Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-24T17:20:38.479Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-24T17:20:38.738Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-24T17:20:39.308Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-24T17:20:39.469Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-09-24T17:20:39.469Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-09-24T17:20:39.469Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-09-24T17:20:39.469Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-09-24T17:20:39.469Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-09-24T17:20:39.877Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-24T17:20:39.877Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-24T17:20:39.926Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-09-24T17:20:39.926Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-09-24T17:20:39.926Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-09-24T17:20:39.926Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-09-24T17:20:40.137Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-24T17:20:40.706Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-24T17:20:40.706Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-24T17:20:40.966Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-09-24T17:20:41.905Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-24T17:20:41.905Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-24T17:20:44.456Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-24T17:20:45.025Z] === RUN TestDockerSuite/TestRunRm [2020-09-24T17:20:45.285Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-09-24T17:20:45.698Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-09-24T17:20:45.855Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-24T17:20:47.761Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-09-24T17:20:49.669Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-24T17:20:49.928Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-24T17:20:50.373Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-09-24T17:20:50.373Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-09-24T17:20:50.498Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-09-24T17:20:50.498Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-09-24T17:20:52.409Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-09-24T17:20:52.541Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-09-24T17:20:52.541Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-09-24T17:20:52.541Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-09-24T17:20:52.541Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-09-24T17:20:52.669Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-09-24T17:20:53.610Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-09-24T17:20:54.070Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-09-24T17:20:54.070Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-09-24T17:20:54.070Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-09-24T17:20:56.152Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-09-24T17:20:56.238Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-09-24T17:20:56.238Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-09-24T17:20:56.238Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-09-24T17:20:56.238Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-09-24T17:20:56.238Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-09-24T17:20:57.091Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-09-24T17:20:58.409Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-09-24T17:20:59.635Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-09-24T17:20:59.895Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-09-24T17:20:59.895Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-09-24T17:21:00.465Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-09-24T17:21:00.582Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-09-24T17:21:01.036Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-09-24T17:21:01.615Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-09-24T17:21:02.112Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-09-24T17:21:02.112Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-09-24T17:21:02.112Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-09-24T17:21:02.192Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-09-24T17:21:03.133Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-09-24T17:21:03.133Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-09-24T17:21:03.394Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-24T17:21:03.646Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-09-24T17:21:03.646Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-09-24T17:21:04.333Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-24T17:21:04.593Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-24T17:21:05.815Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-09-24T17:21:05.815Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-09-24T17:21:05.815Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-09-24T17:21:05.973Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-09-24T17:21:07.347Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-09-24T17:21:07.347Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-09-24T17:21:07.354Z] === RUN TestDockerSuite/TestRunState [2020-09-24T17:21:08.742Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-24T17:21:08.742Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-09-24T17:21:08.877Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-09-24T17:21:08.877Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-09-24T17:21:09.312Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-24T17:21:09.882Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-24T17:21:09.882Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-09-24T17:21:09.882Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-24T17:21:10.452Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-24T17:21:11.046Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-09-24T17:21:11.394Z] === RUN TestDockerSuite/TestRunSysctls [2020-09-24T17:21:11.502Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-09-24T17:21:12.335Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-24T17:21:12.596Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-24T17:21:12.596Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-24T17:21:12.856Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-09-24T17:21:13.031Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-09-24T17:21:14.766Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-09-24T17:21:15.027Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-09-24T17:21:15.287Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-09-24T17:21:16.670Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-09-24T17:21:16.752Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-09-24T17:21:19.230Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-24T17:21:19.646Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-09-24T17:21:19.646Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-09-24T17:21:19.646Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-09-24T17:21:19.646Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-09-24T17:21:19.646Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-09-24T17:21:20.610Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-09-24T17:21:21.177Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-09-24T17:21:21.178Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-09-24T17:21:21.991Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-24T17:21:22.933Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-24T17:21:23.347Z] === RUN TestDockerSuite/TestContainerAPITop [2020-09-24T17:21:23.347Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-09-24T17:21:23.503Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-24T17:21:23.763Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-24T17:21:24.883Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-09-24T17:21:24.883Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-09-24T17:21:25.145Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-24T17:21:26.527Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-24T17:21:26.787Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-24T17:21:26.787Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-24T17:21:27.049Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-24T17:21:27.618Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-24T17:21:27.877Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-24T17:21:28.447Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-09-24T17:21:28.447Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-24T17:21:28.447Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-24T17:21:28.603Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-09-24T17:21:29.016Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-24T17:21:30.133Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-09-24T17:21:30.133Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-09-24T17:21:30.590Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-09-24T17:21:30.590Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-09-24T17:21:30.590Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-09-24T17:21:30.590Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2020-09-24T17:21:31.555Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-24T17:21:32.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-09-24T17:21:32.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2020-09-24T17:21:32.127Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-24T17:21:32.697Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-24T17:21:34.079Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-09-24T17:21:34.294Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2020-09-24T17:21:34.355Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-24T17:21:35.742Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-24T17:21:36.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2020-09-24T17:21:36.682Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-09-24T17:21:37.623Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-24T17:21:38.637Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2020-09-24T17:21:39.532Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-24T17:21:40.102Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-24T17:21:40.363Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-09-24T17:21:40.624Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-24T17:21:40.809Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00095f940_} [2020-09-24T17:21:41.194Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-24T17:21:41.194Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-24T17:21:41.194Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-24T17:21:41.194Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-24T17:21:41.454Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-09-24T17:21:41.454Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-09-24T17:21:42.024Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-09-24T17:21:42.595Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-09-24T17:21:42.979Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1299853526_c:\foo_false____} [2020-09-24T17:21:43.534Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-09-24T17:21:43.794Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-09-24T17:21:44.364Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-09-24T17:21:44.933Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-24T17:21:44.933Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-09-24T17:21:45.505Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-09-24T17:21:46.447Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-09-24T17:21:46.706Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-09-24T17:21:47.276Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-09-24T17:21:47.276Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-09-24T17:21:47.845Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-24T17:21:47.845Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-24T17:21:48.416Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-09-24T17:21:48.676Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-24T17:21:48.676Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-09-24T17:21:49.271Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-09-24T17:21:49.841Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-09-24T17:21:49.841Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-24T17:21:49.841Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-24T17:21:50.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1299853526_c:\foo_true____} [2020-09-24T17:21:50.411Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-24T17:21:51.796Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-09-24T17:21:51.796Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-09-24T17:21:52.214Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-09-24T17:21:52.366Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-09-24T17:21:52.366Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-24T17:21:52.626Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-24T17:21:52.626Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-24T17:21:54.009Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-09-24T17:21:54.385Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-09-24T17:21:54.578Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-24T17:21:55.959Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-24T17:21:56.219Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-24T17:21:56.219Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-24T17:21:56.219Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-24T17:21:56.564Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-09-24T17:21:56.564Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-09-24T17:21:56.564Z] === RUN TestDockerSuite/TestCpRelativePath [2020-09-24T17:21:57.157Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-09-24T17:21:57.727Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-09-24T17:21:58.666Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-24T17:21:58.666Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-24T17:21:58.739Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-09-24T17:21:58.739Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-09-24T17:21:58.739Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-09-24T17:21:58.739Z] === RUN TestDockerSuite/TestCpToCaseA [2020-09-24T17:21:59.605Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-24T17:21:59.866Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-24T17:22:00.126Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-24T17:22:01.513Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-24T17:22:01.513Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-24T17:22:02.460Z] === RUN TestDockerSuite/TestCpToCaseB [2020-09-24T17:22:02.893Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-24T17:22:02.893Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-24T17:22:02.893Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-24T17:22:04.276Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-24T17:22:04.629Z] === RUN TestDockerSuite/TestCpToCaseC [2020-09-24T17:22:04.629Z] === RUN TestDockerSuite/TestCpToCaseD [2020-09-24T17:22:04.629Z] === RUN TestDockerSuite/TestCpToCaseE [2020-09-24T17:22:04.846Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-09-24T17:22:05.427Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-24T17:22:06.809Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-24T17:22:07.068Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-24T17:22:07.327Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-24T17:22:07.327Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-24T17:22:07.896Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-24T17:22:09.804Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-24T17:22:15.079Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-24T17:22:16.460Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-24T17:22:16.982Z] === RUN TestDockerSuite/TestCpToCaseF [2020-09-24T17:22:16.982Z] === RUN TestDockerSuite/TestCpToCaseG [2020-09-24T17:22:16.982Z] === RUN TestDockerSuite/TestCpToCaseH [2020-09-24T17:22:17.030Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-24T17:22:17.600Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-09-24T17:22:18.170Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-24T17:22:20.708Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-24T17:22:22.089Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-24T17:22:22.658Z] === RUN TestDockerSuite/TestStartRecordError [2020-09-24T17:22:24.038Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-24T17:22:24.995Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-24T17:22:25.524Z] === RUN TestDockerSuite/TestCpToCaseI [2020-09-24T17:22:25.524Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-09-24T17:22:25.524Z] === RUN TestDockerSuite/TestCpToDot [2020-09-24T17:22:26.375Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-24T17:22:28.913Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-24T17:22:30.824Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-09-24T17:22:31.297Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-09-24T17:22:31.297Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-09-24T17:22:31.755Z] === RUN TestDockerSuite/TestCpToStdout [2020-09-24T17:22:32.731Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-24T17:22:32.991Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-09-24T17:22:33.925Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCpVolumePath [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCreateArgs [2020-09-24T17:22:33.926Z] === RUN TestDockerSuite/TestCreateByImageID [2020-09-24T17:22:35.455Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-09-24T17:22:36.283Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-24T17:22:37.623Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-09-24T17:22:37.623Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-09-24T17:22:37.623Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-09-24T17:22:39.791Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-09-24T17:22:39.791Z] === RUN TestDockerSuite/TestCreateLabels [2020-09-24T17:22:40.248Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-09-24T17:22:40.248Z] === RUN TestDockerSuite/TestCreateRM [2020-09-24T17:22:40.248Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-09-24T17:22:40.248Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-09-24T17:22:40.476Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-24T17:22:40.704Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-09-24T17:22:40.704Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-09-24T17:22:43.015Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-09-24T17:22:44.394Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-24T17:22:44.660Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-24T17:22:45.248Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-24T17:22:45.816Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-24T17:22:45.816Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-24T17:22:46.385Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-24T17:22:47.759Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-09-24T17:22:47.759Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-09-24T17:22:47.759Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-09-24T17:22:49.681Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-24T17:22:51.061Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-09-24T17:22:51.482Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-09-24T17:22:51.482Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-09-24T17:22:51.482Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-09-24T17:22:52.441Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-09-24T17:22:52.702Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-09-24T17:22:53.015Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-09-24T17:22:53.015Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-09-24T17:22:53.015Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-09-24T17:22:53.015Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-09-24T17:22:53.271Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-09-24T17:22:53.271Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDevicePermissions [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDockerFails [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestEventsAttach [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestEventsCommit [2020-09-24T17:22:53.472Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-09-24T17:22:53.531Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-09-24T17:22:54.101Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-09-24T17:22:55.485Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-09-24T17:22:55.485Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-09-24T17:22:55.645Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-09-24T17:22:56.428Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-09-24T17:22:56.689Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-09-24T17:22:57.259Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-09-24T17:22:57.818Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-09-24T17:22:58.199Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-09-24T17:22:59.355Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-09-24T17:22:59.581Z] === RUN TestDockerSuite/TestUpdateStats [2020-09-24T17:23:02.877Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-09-24T17:23:03.824Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-09-24T17:23:03.824Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-09-24T17:23:04.763Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-09-24T17:23:05.024Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-24T17:23:07.564Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-09-24T17:23:09.474Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-09-24T17:23:11.720Z] === RUN TestDockerSuite/TestEventsCopy [2020-09-24T17:23:12.013Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-09-24T17:23:13.394Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-24T17:23:15.934Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-24T17:23:16.194Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-09-24T17:23:16.392Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-09-24T17:23:18.732Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-09-24T17:23:20.111Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-09-24T17:23:20.119Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-09-24T17:23:21.490Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-09-24T17:23:21.651Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-09-24T17:23:22.109Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-09-24T17:23:22.441Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-09-24T17:23:23.379Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-09-24T17:23:24.324Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-09-24T17:23:24.893Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-09-24T17:23:25.003Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-09-24T17:23:25.459Z] === RUN TestDockerSuite/TestEventsFilterType [2020-09-24T17:23:25.915Z] === RUN TestDockerSuite/TestEventsFilters [2020-09-24T17:23:26.801Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-09-24T17:23:27.061Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-09-24T17:23:28.443Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-09-24T17:23:29.638Z] === RUN TestDockerSuite/TestEventsFormat [2020-09-24T17:23:29.828Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-09-24T17:23:31.210Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsImageImport [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsImagePull [2020-09-24T17:23:34.309Z] === RUN TestDockerSuite/TestEventsImageTag [2020-09-24T17:23:35.274Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-09-24T17:23:35.274Z] === RUN TestDockerSuite/TestEventsRename [2020-09-24T17:23:37.444Z] === RUN TestDockerSuite/TestEventsResize [2020-09-24T17:23:39.613Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-09-24T17:23:41.152Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-09-24T17:23:43.327Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-09-24T17:23:43.420Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-09-24T17:23:46.713Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-24T17:23:46.713Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-24T17:23:46.713Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-24T17:23:46.713Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-24T17:23:46.973Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-24T17:23:46.973Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-24T17:23:46.973Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-24T17:23:47.548Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-24T17:23:47.548Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-24T17:23:48.002Z] === RUN TestDockerSuite/TestEventsTop [2020-09-24T17:23:48.003Z] === RUN TestDockerSuite/TestEventsUntag [2020-09-24T17:23:48.120Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-24T17:23:48.120Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-24T17:23:48.380Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-24T17:23:48.380Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-24T17:23:48.380Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-24T17:23:49.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-24T17:23:49.763Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-24T17:23:50.023Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-24T17:23:50.023Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-24T17:23:50.023Z] === RUN TestDockerSuite/TestVolumeEvents [2020-09-24T17:23:50.172Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-09-24T17:23:50.592Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-24T17:23:51.973Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-24T17:23:51.973Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-24T17:23:51.973Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-24T17:23:53.064Z] === RUN TestDockerSuite/TestExec [2020-09-24T17:23:53.064Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-09-24T17:23:53.064Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-09-24T17:23:53.882Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-24T17:23:54.594Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-09-24T17:23:56.124Z] === RUN TestDockerSuite/TestExecAPIStart [2020-09-24T17:23:56.124Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-09-24T17:23:56.124Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-09-24T17:23:56.425Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite (1343.56s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.04s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.48s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.79s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.49s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.36s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.89s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.99s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.02s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.30s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.05s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.80s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.85s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.91s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.73s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.02s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachDetach (0.97s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.71s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.83s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.74s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.75s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.30s) [2020-09-24T17:23:56.425Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.52s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.95s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.06s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.02s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.96s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.76s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.57s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.22s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.37s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.77s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.42s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.95s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.19s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.04s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.71s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.37s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.70s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.01s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.12s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.17s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.47s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.80s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.11s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.66s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.33s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.14s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.48s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.60s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.68s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.84s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.38s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.59s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.41s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.55s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.32s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.09s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.19s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.72s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.65s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.27s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.30s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.79s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.32s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.15s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.44s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.15s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.84s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.35s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.94s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.95s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.52s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.72s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCmd (0.47s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.32s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.43s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.50s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.60s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.20s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContChar (3.57s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.14s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.31s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.37s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.28s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.77s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.81s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.94s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.49s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.85s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.53s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.21s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.07s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.50s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.20s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.34s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.39s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.48s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.19s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.44s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.18s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.73s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.37s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.28s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.03s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.55s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.31s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.13s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.38s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.36s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.86s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.61s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnv (1.65s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.06s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.86s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.47s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.33s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.86s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.90s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.82s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.79s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.27s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.33s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.69s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildExpose (0.41s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.91s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.70s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFails (0.83s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.69s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.39s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.12s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.09s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.30s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.90s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.96s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.23s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.62s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.28s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.95s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildHistory (3.72s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.29s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.48s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.66s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabel (0.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.26s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabels (0.40s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.95s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.37s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.50s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.11s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.18s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.05s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.90s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.31s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.38s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.32s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.26s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.78s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.73s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.03s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.47s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.57s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.03s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.49s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.13s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.60s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.92s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.78s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.43s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.61s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.32s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.70s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.68s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.64s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.03s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.24s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.62s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.96s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.28s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.36s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.16s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildPATH (1.70s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.64s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.67s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.74s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.77s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRm (2.83s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.26s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.98s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.77s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.58s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.01s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.01s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.46s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.60s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildStderr (0.59s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.63s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.69s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.67s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.60s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.94s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildUser (1.21s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.21s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.01s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.84s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.75s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.77s) [2020-09-24T17:23:56.426Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.23s) [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-24T17:23:56.426Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.426Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-24T17:23:56.427Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.52s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.68s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.69s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.91s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.49s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.90s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.46s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.78s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-24T17:23:56.427Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.31s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-24T17:23:56.427Z] docker_cli_sni_test.go:18: Flakey test [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.72s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.99s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitChange (1.77s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.16s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.59s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.55s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitTTY (1.38s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.69s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.18s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.67s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.26s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.29s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.48s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.71s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.72s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.60s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.51s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.14s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.72s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.56s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.81s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.93s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.94s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.72s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.48s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.63s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.74s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.59s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.52s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.13s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.23s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.64s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.30s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.70s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.58s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-24T17:23:56.427Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.79s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.78s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.45s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.85s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.83s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.71s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.31s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.35s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.33s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.54s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ad6880_} (0.57s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1996065206_/foo_false____} (1.49s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1996065206_/foo_true____} (1.35s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_false____} (1.49s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_true____} (1.37s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3650081693_/foo_true__0xc000ad68e0__} (1.42s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ad6900_} (1.32s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ad6920_} (1.37s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ad6940_} (1.74s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ad6960_} (1.33s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.95s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.15s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.59s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.85s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.74s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.70s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.92s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.11s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.96s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.63s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.84s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.99s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.52s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.95s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.15s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.84s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.58s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.74s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.66s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.86s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.61s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.36s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.63s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.98s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.75s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.43s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.50s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.15s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.57s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.75s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.99s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.92s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToDot (0.82s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.13s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.05s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToStdout (0.89s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.18s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.26s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.70s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.33s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.46s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-24T17:23:56.427Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateRM (0.11s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-24T17:23:56.427Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.41s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.95s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.25s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.67s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.90s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.51s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.09s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.20s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.50s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.71s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.39s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.42s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.71s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.38s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsAttach (0.52s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsCommit (0.65s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.48s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.44s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.49s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.48s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.08s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsCopy (0.89s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.12s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.50s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.41s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.07s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.73s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFilters (0.93s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFormat (0.91s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.67s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.26s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-24T17:23:56.427Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.427Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-24T17:23:56.427Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.99s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.51s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsRename (0.53s) [2020-09-24T17:23:56.427Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.55s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.79s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsTop (0.87s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsUntag (2.61s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.83s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExec (0.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.59s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.50s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.08s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.52s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.05s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecCgroup (1.22s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecEnv (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.03s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecInspectID (2.57s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecInteractive (0.55s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.71s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.72s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecParseError (0.59s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.23s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.71s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecStartFails (0.80s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.93s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecTTY (0.59s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.91s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2020-09-24T17:23:56.428Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-24T17:23:56.428Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.21s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.74s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestExecWithUser (0.61s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.45s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHealth (18.80s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.61s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.52s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.60s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.60s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportDisplay (1.11s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportFile (1.14s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.10s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportGzipped (1.16s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.08s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.08s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s) [2020-09-24T17:23:56.428Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-24T17:23:56.428Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.68s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectDefault (0.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectHistory (0.60s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2020-09-24T17:23:56.428Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-24T17:23:56.428Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.47s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.92s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectStatus (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.97s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.50s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.55s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.50s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.58s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.39s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.27s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.03s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.30s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.47s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.98s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.92s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.22s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.11s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.49s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.22s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.98s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.38s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.77s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.80s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.84s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.83s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.02s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.99s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.86s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.74s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsSince (6.55s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.81s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsTail (0.61s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.76s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.36s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.58s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestNetHostname (1.70s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.38s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.75s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.25s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginActive (1.54s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.15s) [2020-09-24T17:23:56.428Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-24T17:23:56.428Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.87s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.43s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.39s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.19s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.12s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPortList (7.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.92s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.09s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.43s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.47s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.90s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.95s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.95s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsByOrder (1.97s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.69s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.74s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.45s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.31s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.00s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.56s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.41s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.99s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.69s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.89s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.53s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.44s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.57s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.61s) [2020-09-24T17:23:56.428Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-24T17:23:56.428Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.52s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.20s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.08s) [2020-09-24T17:23:56.428Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.66s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.95s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.00s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.63s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.79s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.36s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.15s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.94s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.54s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.11s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.69s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.78s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiTag (0.22s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.67s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.68s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.69s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.54s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.90s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.20s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.61s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.16s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.89s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.62s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.61s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.69s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.66s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.59s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.83s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.90s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.66s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.79s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.93s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.96s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.87s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.51s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.07s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.52s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.30s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.34s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.80s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.23s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.95s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.58s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.65s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.07s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.50s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.58s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.17s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.54s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.07s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.52s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.60s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.79s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunExitCode (0.62s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.55s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.55s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.51s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.89s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.22s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.97s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.17s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.15s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.27s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.96s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.22s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.12s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.75s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.97s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.93s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.92s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMount (3.88s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.98s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.38s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.42s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.00s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.95s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.43s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetHost (0.64s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.43s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.76s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.73s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.16s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.38s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.06s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.69s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.58s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2020-09-24T17:23:56.429Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.42s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.92s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.10s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.03s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRm (0.60s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.56s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.65s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.51s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.66s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.98s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.56s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.64s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.59s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.79s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.65s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.58s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunState (1.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.54s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.58s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.50s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.75s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunSysctls (1.21s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.63s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.62s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.23s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.80s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.82s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.69s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.64s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.49s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.39s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.08s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserByID (0.45s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.43s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-09-24T17:23:56.429Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.61s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.46s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.70s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.67s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.27s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.85s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.99s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.48s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.59s) [2020-09-24T17:23:56.429Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.61s) [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.429Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-09-24T17:23:56.429Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.55s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.69s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.52s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.62s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.05s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.63s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.51s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.51s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.47s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.62s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.54s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.52s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.62s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.37s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.57s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.37s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.13s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.42s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.67s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.17s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.38s) [2020-09-24T17:23:56.430Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents558490799 [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.17s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.16s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.49s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (1.35s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.13s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.28s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.70s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.90s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.90s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.50s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.68s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.06s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.51s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.54s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartRecordError (1.09s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.21s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.21s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.49s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.00s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.52s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.50s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.47s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.48s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.89s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.00s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.57s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.64s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.68s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.27s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-24T17:23:56.430Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.29s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.77s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.63s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.32s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateStats (3.58s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.94s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-24T17:23:56.430Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.70s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.19s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.24s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.28s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.41s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.23s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.09s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.43s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.34s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.93s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.94s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.60s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.62s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.78s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.66s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.35s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.51s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.39s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.10s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.48s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.37s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.15s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.84s) [2020-09-24T17:23:56.430Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.44s) [2020-09-24T17:23:56.430Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-24T17:23:56.430Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-24T17:23:56.430Z] === RUN TestDockerRegistrySuite [2020-09-24T17:23:56.430Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-24T17:23:56.581Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-09-24T17:23:57.814Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-24T17:23:58.110Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-09-24T17:23:58.752Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-24T17:23:59.638Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-09-24T17:24:00.133Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-24T17:24:00.133Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-24T17:24:01.168Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-09-24T17:24:01.516Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-09-24T17:24:02.898Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-24T17:24:03.337Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-09-24T17:24:06.226Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-24T17:24:07.067Z] === RUN TestDockerSuite/TestExecCgroup [2020-09-24T17:24:07.067Z] === RUN TestDockerSuite/TestExecEnv [2020-09-24T17:24:07.067Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-09-24T17:24:07.067Z] === RUN TestDockerSuite/TestExecExitStatus [2020-09-24T17:24:08.596Z] === RUN TestDockerSuite/TestExecInspectID [2020-09-24T17:24:08.765Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-24T17:24:09.706Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-09-24T17:24:09.706Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-24T17:24:10.646Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-24T17:24:12.029Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecInteractive [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecParseError [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-09-24T17:24:13.267Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-09-24T17:24:13.410Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-24T17:24:14.349Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecSetEnv [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecStartFails [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-09-24T17:24:15.433Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-09-24T17:24:15.730Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-24T17:24:16.668Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-24T17:24:17.605Z] === RUN TestDockerSuite/TestExecUlimits [2020-09-24T17:24:17.605Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-09-24T17:24:18.579Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-24T17:24:20.488Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-24T17:24:21.426Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-24T17:24:23.339Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-24T17:24:23.378Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-09-24T17:24:23.378Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-09-24T17:24:23.378Z] === RUN TestDockerSuite/TestExecWithUser [2020-09-24T17:24:23.378Z] === RUN TestDockerSuite/TestGetContainerStats [2020-09-24T17:24:24.277Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-24T17:24:24.536Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-24T17:24:25.475Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-24T17:24:26.413Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-24T17:24:27.353Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-24T17:24:29.160Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-09-24T17:24:29.894Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-24T17:24:29.894Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-24T17:24:30.834Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-24T17:24:31.404Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-24T17:24:31.404Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-24T17:24:31.664Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-24T17:24:31.924Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-24T17:24:32.493Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-24T17:24:32.493Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-24T17:24:33.433Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-24T17:24:34.814Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-24T17:24:34.934Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-09-24T17:24:35.753Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-24T17:24:36.693Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-24T17:24:37.103Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-09-24T17:24:37.632Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite (42.04s) [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.16s) [2020-09-24T17:24:38.573Z] check_test.go:196: [db43ef596f0ee] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.00s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d6130da5226b1] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.31s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d45a8230bc7cb] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d8e001e1ec3d1] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.82s) [2020-09-24T17:24:38.573Z] check_test.go:196: [de799ce77f9d1] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.07s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d61a708f472ab] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.64s) [2020-09-24T17:24:38.573Z] check_test.go:196: [ddaac108511d1] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.11s) [2020-09-24T17:24:38.573Z] check_test.go:196: [dd59ef916611f] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.97s) [2020-09-24T17:24:38.573Z] check_test.go:196: [db7872434130d] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.36s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d49f754241aa4] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.23s) [2020-09-24T17:24:38.573Z] check_test.go:196: [de610a3b3e057] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.21s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d6648878023cb] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.45s) [2020-09-24T17:24:38.573Z] check_test.go:196: [da6f7373939a4] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d8cf53247c248] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.70s) [2020-09-24T17:24:38.573Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8156cc99725e69354af996fbd55768046c7775547326759091b5ad8b7eacaed3 [2020-09-24T17:24:38.573Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:94d2a77fb0150ad73ea1639acb63e91254bb8d7062fe87d5a8454dd0b430c3c8 [2020-09-24T17:24:38.573Z] check_test.go:196: [d62df2750acc7] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.87s) [2020-09-24T17:24:38.573Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e9e4414a698a611480f9ae3364c869375096739f2282f34ee57133275656f3f4 [2020-09-24T17:24:38.573Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c90c6c16d9757e05d0c34e949b078fba62a6016992e10254d5a4668664a1b838 [2020-09-24T17:24:38.573Z] check_test.go:196: [d99418148c2e0] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2020-09-24T17:24:38.573Z] check_test.go:196: [dfaea32054255] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.10s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d009f7b3b8ac7] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.95s) [2020-09-24T17:24:38.573Z] check_test.go:196: [dd53e8160f4c9] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d8a838f8e2c47] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.07s) [2020-09-24T17:24:38.573Z] check_test.go:196: [dc4cd1fe6bfa8] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d92d47e6ecb3e] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d7919a94b3673] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.32s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d48f87c6ccf16] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d9326ab02140c] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d1b3f26561ed9] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2020-09-24T17:24:38.573Z] check_test.go:196: [ddc33fce5569f] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-09-24T17:24:38.573Z] check_test.go:196: [db9f25b02ba1c] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-09-24T17:24:38.573Z] check_test.go:196: [de32cec71a15c] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d870e692189e4] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2020-09-24T17:24:38.573Z] check_test.go:196: [debc412d44a50] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-09-24T17:24:38.573Z] check_test.go:196: [ddd548633b994] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.04s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d84a7cbd39ccf] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.39s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d0ed32dcfafae] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2020-09-24T17:24:38.573Z] check_test.go:196: [d5646d632aa73] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.03s) [2020-09-24T17:24:38.573Z] check_test.go:196: [db4f280acf2f9] daemon is not started [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2020-09-24T17:24:38.573Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-09-24T17:24:38.573Z] === RUN TestDockerSchema1RegistrySuite [2020-09-24T17:24:38.573Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-24T17:24:38.573Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-24T17:24:41.878Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestHealth [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-09-24T17:24:42.881Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-09-24T17:24:44.416Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-24T17:24:46.606Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-09-24T17:24:46.606Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-09-24T17:24:46.606Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-09-24T17:24:46.606Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-09-24T17:24:46.606Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-09-24T17:24:46.955Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-24T17:24:47.061Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-09-24T17:24:47.517Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-09-24T17:24:47.517Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-09-24T17:24:47.894Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-24T17:24:47.973Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-09-24T17:24:47.973Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-09-24T17:24:48.831Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-24T17:24:49.091Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-24T17:24:49.500Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-09-24T17:24:49.500Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-09-24T17:24:50.031Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-24T17:24:50.969Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-24T17:24:51.027Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-09-24T17:24:51.986Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-24T17:24:53.915Z] === RUN TestDockerSuite/TestImagesFormat [2020-09-24T17:24:53.915Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-09-24T17:24:53.915Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-09-24T17:24:54.526Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-24T17:24:54.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-24T17:24:55.046Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-24T17:24:55.306Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-24T17:24:55.566Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-24T17:24:55.826Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-24T17:24:56.085Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite (17.86s) [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-09-24T17:24:56.345Z] check_test.go:223: [de736918f8db8] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.82s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d47b95b671aee] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.79s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dd6fa8a746df7] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.72s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d5466f661192d] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.05s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d7f804845bd03] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.02s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dd794b83daf85] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d1e53717554de] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d0701093e2ec9] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d4758f7944e4d] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d0b7a7e316dde] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.47s) [2020-09-24T17:24:56.345Z] check_test.go:223: [d3a1d7687269a] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dcef967cc1477] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-09-24T17:24:56.345Z] check_test.go:223: [deb380edce44f] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dad30bf478929] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dd3d2e10aac82] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2020-09-24T17:24:56.345Z] check_test.go:223: [dc94880659b18] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2020-09-24T17:24:56.345Z] check_test.go:223: [ddc5b78cc89b4] daemon is not started [2020-09-24T17:24:56.345Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-09-24T17:24:56.345Z] check_test.go:223: [da07cf49c06af] daemon is not started [2020-09-24T17:24:56.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-24T17:24:56.345Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-24T17:24:56.809Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-09-24T17:24:56.971Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-24T17:24:57.265Z] === RUN TestDockerSuite/TestImportBadURL [2020-09-24T17:24:57.543Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-24T17:24:57.803Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-24T17:24:58.742Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-24T17:24:59.001Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-24T17:24:59.571Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportDisplay [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportFile [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportGzipped [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-09-24T17:24:59.711Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-09-24T17:24:59.831Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.85s) [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d6a2e283bac3e] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2020-09-24T17:25:00.091Z] check_test.go:252: [dce9ac441ebc8] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d3052a49988e5] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.25s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d9b2e8c96a50b] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d6bd62d58e1d4] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d4e3233d06291] daemon is not started [2020-09-24T17:25:00.091Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-09-24T17:25:00.091Z] check_test.go:252: [d76b55425148d] daemon is not started [2020-09-24T17:25:00.091Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-24T17:25:00.091Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-24T17:25:01.878Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-09-24T17:25:03.407Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-09-24T17:25:03.407Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-09-24T17:25:03.407Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-09-24T17:25:03.407Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-09-24T17:25:03.407Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-09-24T17:25:05.365Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-24T17:25:05.365Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-24T17:25:05.571Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-09-24T17:25:05.571Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-09-24T17:25:05.625Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-24T17:25:05.625Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-09-24T17:25:05.884Z] check_test.go:279: [d1f86f8f37ebd] daemon is not started [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-09-24T17:25:05.884Z] check_test.go:279: [d09998d8cd4e3] daemon is not started [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-09-24T17:25:05.884Z] check_test.go:279: [d3c13c0222885] daemon is not started [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-09-24T17:25:05.884Z] check_test.go:279: [d4efd042bdc3b] daemon is not started [2020-09-24T17:25:05.884Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-09-24T17:25:05.884Z] check_test.go:279: [db454a3f33f50] daemon is not started [2020-09-24T17:25:05.884Z] === RUN TestDockerNetworkSuite [2020-09-24T17:25:05.884Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-09-24T17:25:07.743Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-09-24T17:25:07.743Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-09-24T17:25:07.743Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-09-24T17:25:07.743Z] === RUN TestDockerSuite/TestInspectDefault [2020-09-24T17:25:08.423Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-09-24T17:25:08.683Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-09-24T17:25:09.273Z] === RUN TestDockerSuite/TestInspectHistory [2020-09-24T17:25:11.980Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-09-24T17:25:12.993Z] === RUN TestDockerSuite/TestInspectImage [2020-09-24T17:25:12.993Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-09-24T17:25:12.993Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-09-24T17:25:12.993Z] === RUN TestDockerSuite/TestInspectInt64 [2020-09-24T17:25:13.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-09-24T17:25:15.160Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-09-24T17:25:15.914Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-09-24T17:25:16.687Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-09-24T17:25:16.688Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-09-24T17:25:17.293Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-09-24T17:25:18.853Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-09-24T17:25:20.386Z] === RUN TestDockerSuite/TestInspectPlugin [2020-09-24T17:25:20.386Z] === RUN TestDockerSuite/TestInspectRootFS [2020-09-24T17:25:20.843Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-09-24T17:25:22.579Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-09-24T17:25:23.008Z] === RUN TestDockerSuite/TestInspectStatus [2020-09-24T17:25:25.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-09-24T17:25:25.172Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-09-24T17:25:26.058Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-09-24T17:25:26.627Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-09-24T17:25:26.887Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-09-24T17:25:27.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-09-24T17:25:28.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-09-24T17:25:28.765Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-09-24T17:25:28.887Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-09-24T17:25:29.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-09-24T17:25:29.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-09-24T17:25:29.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-09-24T17:25:29.965Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-09-24T17:25:30.226Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-09-24T17:25:30.415Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-09-24T17:25:30.797Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-09-24T17:25:31.942Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-09-24T17:25:32.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-09-24T17:25:32.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-09-24T17:25:32.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-09-24T17:25:32.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-09-24T17:25:34.108Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-09-24T17:25:34.994Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-09-24T17:25:35.634Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-09-24T17:25:36.377Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-09-24T17:25:37.800Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksEnvs [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-09-24T17:25:39.329Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-09-24T17:25:39.785Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-09-24T17:25:41.313Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-09-24T17:25:42.841Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-09-24T17:25:42.952Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-09-24T17:25:42.952Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-09-24T17:25:42.952Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-09-24T17:25:43.890Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-09-24T17:25:43.891Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-09-24T17:25:44.150Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-09-24T17:25:44.410Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-09-24T17:25:44.671Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-09-24T17:25:44.671Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-09-24T17:25:46.581Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-09-24T17:25:47.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-09-24T17:25:47.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-09-24T17:25:47.963Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-09-24T17:25:48.608Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-09-24T17:25:48.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-09-24T17:25:50.138Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-09-24T17:25:50.138Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-09-24T17:25:52.306Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-09-24T17:25:52.306Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-09-24T17:25:54.190Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-09-24T17:25:54.190Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-09-24T17:25:57.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-09-24T17:25:57.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-09-24T17:25:58.103Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-09-24T17:25:58.422Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-09-24T17:26:00.964Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-09-24T17:26:00.964Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-09-24T17:26:01.224Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-09-24T17:26:01.486Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-09-24T17:26:02.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-09-24T17:26:03.437Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-09-24T17:26:03.901Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-09-24T17:26:04.005Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-09-24T17:26:08.593Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-09-24T17:26:09.288Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite (64.29s) [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.12s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d6b1394838749] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d93f989e169d5] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.97s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [deb516ce2b571] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.46s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d2b5c5c7cc8da] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.52s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:1233: [d571b88fd61c4] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.38s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d5b1eb33f66af] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.46s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [df33636891581] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.29s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d049083af6206] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.15s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d6718a22e9b6f] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.51s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d37a71fa9c4d7] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dc65189287907] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dadd518d55771] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.89s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d633d356b939a] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dbeba29d9a15d] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.34s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d3733e224168e] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d316d44688747] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [de8954101eea4] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dc8947de35990] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d6592b8bc8989] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.73s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dfb8a613f9a8c] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.00s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d624a9e4752c0] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [df826d1938034] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d93626408faad] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [da2b420a4f664] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.39s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:968: [d4251db98e3cd] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.75s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [df1ea765e60da] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.02s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:1116: [de8a50dd4309e] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.24s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d3bc10724a5f0] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.04s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d8ea94a2b4d46] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.19s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dca443d843853] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d7a9cd1f2b830] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.24s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d0ef584a913e4] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.26s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d9cdfe5aab2bf] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d45fb416f9ab0] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.17s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [de0273de9bdba] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [ddec1fd240982] daemon is not started [2020-09-24T17:26:10.228Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d4a280454513c] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.15s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [dacd46855c4a1] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.63s) [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.87s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:1084: [dac0a81314cde] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d9aa8eb587a6a] daemon is not started [2020-09-24T17:26:10.228Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.98s) [2020-09-24T17:26:10.228Z] docker_cli_network_unix_test.go:46: [d3ebc6fc5d7fb] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.04s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d2dcfa1301b5c] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d0be4e4cf9fab] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.92s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d83546b037cb9] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.61s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d63d2b8f235de] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.25s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d5c463ffb2cad] daemon is not started [2020-09-24T17:26:10.229Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.81s) [2020-09-24T17:26:10.229Z] docker_cli_network_unix_test.go:46: [d5f181c8a39ec] daemon is not started [2020-09-24T17:26:10.229Z] === RUN TestDockerHubPullSuite [2020-09-24T17:26:10.229Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-09-24T17:26:10.772Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-09-24T17:26:12.781Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-09-24T17:26:12.954Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-09-24T17:26:12.954Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-09-24T17:26:14.492Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-09-24T17:26:16.071Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-09-24T17:26:16.071Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-09-24T17:26:16.640Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-09-24T17:26:16.671Z] === RUN TestDockerSuite/TestLogsSince [2020-09-24T17:26:19.177Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-09-24T17:26:19.437Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite (9.65s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.47s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.98s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (1.05s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.33s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.54s) [2020-09-24T17:26:19.697Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.27s) [2020-09-24T17:26:19.697Z] PASS [2020-09-24T17:26:19.697Z] [2020-09-24T17:26:19.697Z] === Skipped [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5907: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5890: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5925: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.03s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.03s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5856: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:6047: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:6017: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_sni_test.go:18: Flakey test [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-09-24T17:26:19.698Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2020-09-24T17:26:19.698Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-09-24T17:26:19.698Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:26:19.698Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-09-24T17:26:19.698Z] [2020-09-24T17:26:19.698Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-24T17:26:19.698Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-09-24T17:26:19.958Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-24T17:26:19.958Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-09-24T17:26:19.958Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-09-24T17:26:19.958Z] docker_cli_network_unix_test.go:46: [d4a280454513c] daemon is not started [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] [2020-09-24T17:26:19.958Z] DONE 1277 tests, 51 skipped in 1529.239s [2020-09-24T17:26:19.958Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:26:19.958Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:26:19.958Z] +++ kill 7553 [2020-09-24T17:26:19.958Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-09-24T17:26:19.958Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-09-24T17:26:20.897Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:26:20.897Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:26:20.897Z] [2020-09-24T17:26:20.897Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:26:20.897Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:26:20.897Z] [2020-09-24T17:26:20.897Z] To set a process to complain mode, use the command line tool [2020-09-24T17:26:20.897Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:26:20.897Z] +++ true [2020-09-24T17:26:20.897Z] exiting test-integration [2020-09-24T17:26:20.897Z] ++ exit 0 [2020-09-24T17:26:20.897Z] [2020-09-24T17:26:21.157Z] + for job in $(jobs -p) [2020-09-24T17:26:21.157Z] + wait 4506 [2020-09-24T17:26:25.255Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-09-24T17:26:25.255Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-09-24T17:26:25.255Z] === RUN TestDockerSuite/TestLogsTail [2020-09-24T17:26:26.434Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-09-24T17:26:27.003Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-09-24T17:26:27.437Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-09-24T17:26:27.572Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-09-24T17:26:29.623Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-09-24T17:26:30.109Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestMountIntoProc [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestMountIntoSys [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestNetHostname [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-09-24T17:26:31.164Z] === RUN TestDockerSuite/TestPluginActive [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPortHostBinding [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPortList [2020-09-24T17:26:31.626Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-09-24T17:26:35.371Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-09-24T17:26:39.109Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-09-24T17:26:39.109Z] === RUN TestDockerSuite/TestPsByOrder [2020-09-24T17:26:46.193Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-09-24T17:26:46.193Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-09-24T17:26:54.777Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-09-24T17:27:07.176Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-09-24T17:27:07.176Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-09-24T17:27:07.176Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-09-24T17:27:17.504Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-09-24T17:27:19.684Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-09-24T17:27:26.350Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-09-24T17:27:30.012Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-09-24T17:27:38.589Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-09-24T17:27:38.589Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-09-24T17:27:38.589Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-09-24T17:27:47.166Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-09-24T17:27:47.166Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-09-24T17:27:47.166Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-09-24T17:27:47.166Z] === RUN TestDockerSuite/TestPsRightTagName [2020-09-24T17:27:47.626Z] === RUN TestDockerSuite/TestPsShowMounts [2020-09-24T17:27:53.426Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-09-24T17:27:53.426Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-09-24T17:27:54.967Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-09-24T17:27:54.967Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-09-24T17:27:56.511Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-09-24T17:27:57.480Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-09-24T17:27:57.480Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-09-24T17:28:01.223Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-09-24T17:28:04.964Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-09-24T17:28:07.144Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-09-24T17:28:21.973Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-09-24T17:28:21.973Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-09-24T17:28:22.587Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-09-24T17:28:27.784Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-09-24T17:28:27.785Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-09-24T17:28:27.785Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-09-24T17:28:28.245Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-09-24T17:28:29.163Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-09-24T17:28:31.983Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-09-24T17:28:33.358Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-09-24T17:28:35.722Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-09-24T17:28:35.722Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-09-24T17:28:39.462Z] === RUN TestDockerSuite/TestRmiBlank [2020-09-24T17:28:39.462Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-09-24T17:28:39.921Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-09-24T17:28:57.613Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-09-24T17:28:58.073Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-09-24T17:28:58.532Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-09-24T17:29:04.344Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-09-24T17:29:08.234Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-09-24T17:29:15.316Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-09-24T17:29:18.243Z] === RUN TestDockerSuite/TestRmiTag [2020-09-24T17:29:18.703Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-09-24T17:29:20.246Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-09-24T17:29:35.082Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-09-24T17:29:35.541Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-09-24T17:29:39.279Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddHost [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-09-24T17:29:40.248Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-09-24T17:29:42.428Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-09-24T17:29:42.428Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-09-24T17:29:42.428Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-09-24T17:29:46.168Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-09-24T17:29:47.707Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-09-24T17:29:49.894Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-09-24T17:29:51.437Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-09-24T17:29:53.621Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-09-24T17:29:53.621Z] === RUN TestDockerSuite/TestRunBindMounts [2020-09-24T17:29:57.359Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-09-24T17:29:57.360Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-09-24T17:29:58.899Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-09-24T17:29:58.899Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-09-24T17:30:01.807Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-09-24T17:30:01.807Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-09-24T17:30:01.807Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-09-24T17:30:03.347Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-09-24T17:30:05.527Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-09-24T17:30:07.710Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-09-24T17:30:09.249Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-09-24T17:30:09.249Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-09-24T17:30:09.249Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-09-24T17:30:09.249Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-09-24T17:30:11.431Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-09-24T17:30:11.431Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-09-24T17:30:11.431Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-09-24T17:30:11.431Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-09-24T17:30:11.431Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-09-24T17:30:12.973Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-09-24T17:30:17.668Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-09-24T17:30:19.857Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-09-24T17:30:19.857Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-09-24T17:30:19.857Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-09-24T17:30:19.857Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-09-24T17:30:21.393Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-09-24T17:30:23.573Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-09-24T17:30:23.573Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-09-24T17:30:25.752Z] === RUN TestDockerSuite/TestRunEnvironment [2020-09-24T17:30:25.752Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-09-24T17:30:25.752Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-09-24T17:30:25.752Z] === RUN TestDockerSuite/TestRunExitCode [2020-09-24T17:30:27.937Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-09-24T17:30:30.117Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-09-24T17:30:32.304Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunExposePort [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-09-24T17:30:33.849Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-09-24T17:30:37.595Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-09-24T17:30:39.838Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-09-24T17:30:43.130Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-09-24T17:30:44.509Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-09-24T17:30:44.769Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-09-24T17:30:44.769Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-09-24T17:30:44.920Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-09-24T17:30:44.920Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-09-24T17:30:45.029Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-09-24T17:30:45.600Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeHostname [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunMount [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-09-24T17:30:45.902Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-09-24T17:30:46.361Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-09-24T17:30:46.361Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-09-24T17:30:48.137Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-09-24T17:30:51.427Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-09-24T17:30:52.158Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-09-24T17:30:52.158Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-09-24T17:30:52.158Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-09-24T17:30:52.158Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-09-24T17:30:53.967Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-09-24T17:30:55.904Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetHost [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-09-24T17:30:59.646Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-09-24T17:31:00.614Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-09-24T17:31:02.154Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-09-24T17:31:04.333Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-09-24T17:31:04.795Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-09-24T17:31:06.978Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunPortInUse [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-09-24T17:31:07.437Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunPublishPort [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-09-24T17:31:10.349Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-09-24T17:31:17.438Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-09-24T17:31:17.438Z] === RUN TestDockerSuite/TestRunRm [2020-09-24T17:31:24.522Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-09-24T17:31:29.218Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-09-24T17:31:30.761Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-09-24T17:31:32.945Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-09-24T17:31:34.486Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-09-24T17:31:36.669Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-09-24T17:31:36.669Z] === RUN TestDockerSuite/TestRunState [2020-09-24T17:31:36.669Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-09-24T17:31:38.208Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-09-24T17:31:38.208Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-09-24T17:31:39.746Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-09-24T17:31:40.205Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-09-24T17:31:40.205Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-09-24T17:31:40.205Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-09-24T17:31:40.205Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-09-24T17:31:40.205Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserByID [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserByName [2020-09-24T17:31:44.896Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-09-24T17:31:46.439Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-09-24T17:31:46.439Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-09-24T17:31:47.977Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-09-24T17:31:47.977Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-09-24T17:31:48.436Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-09-24T17:31:50.238Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-09-24T17:31:50.238Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-09-24T17:31:50.615Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-09-24T17:31:51.617Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-09-24T17:31:55.142Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-09-24T17:31:57.052Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-09-24T17:31:59.589Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-09-24T17:32:06.156Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-09-24T17:32:09.897Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-09-24T17:32:14.593Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-09-24T17:32:14.593Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-09-24T17:32:14.593Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-09-24T17:32:14.593Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-09-24T17:32:14.593Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-09-24T17:32:16.774Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-09-24T17:32:18.960Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-09-24T17:32:20.499Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-09-24T17:32:20.499Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-09-24T17:32:20.499Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-09-24T17:32:20.960Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-09-24T17:32:21.548Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-09-24T17:32:24.701Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-09-24T17:32:26.241Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-09-24T17:32:27.780Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveImageId [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-09-24T17:32:31.519Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-09-24T17:32:33.764Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-09-24T17:32:34.332Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-09-24T17:32:35.268Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-09-24T17:32:36.237Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-09-24T17:32:36.696Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-09-24T17:32:36.869Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-09-24T17:32:37.155Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-09-24T17:32:38.692Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-09-24T17:32:39.407Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-09-24T17:32:44.496Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-09-24T17:32:44.496Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-09-24T17:32:47.536Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-09-24T17:32:50.828Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-09-24T17:32:51.578Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-09-24T17:32:51.578Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-09-24T17:32:52.739Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-09-24T17:32:54.487Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-09-24T17:32:54.487Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-09-24T17:32:54.487Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-09-24T17:32:54.487Z] === RUN TestDockerSuite/TestStartRecordError [2020-09-24T17:32:54.487Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-09-24T17:32:55.277Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-09-24T17:32:57.816Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-09-24T17:33:00.354Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-09-24T17:33:03.648Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestStatsNoStream [2020-09-24T17:33:04.822Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-09-24T17:33:05.555Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-09-24T17:33:06.361Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-09-24T17:33:08.543Z] === RUN TestDockerSuite/TestTopPrivileged [2020-09-24T17:33:08.543Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-09-24T17:33:10.083Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-09-24T17:33:27.788Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-09-24T17:33:28.758Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-09-24T17:33:28.758Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-09-24T17:33:31.667Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-09-24T17:33:31.667Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-09-24T17:33:32.127Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-09-24T17:33:32.127Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-09-24T17:33:32.127Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-09-24T17:33:39.218Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-09-24T17:33:39.218Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-09-24T17:33:39.218Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-09-24T17:33:39.218Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-09-24T17:33:39.218Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-09-24T17:33:49.547Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-09-24T17:33:50.006Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-09-24T17:33:50.006Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-09-24T17:33:57.090Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-09-24T17:33:57.090Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite (2100.81s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-24T17:33:58.631Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.45s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.41s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.51s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (90.65s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.92s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.06s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.04s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-24T17:33:58.631Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-24T17:33:58.631Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.99s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-24T17:33:58.631Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-24T17:33:58.631Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.80s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.86s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.87s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (4.76s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (96.43s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2020-09-24T17:33:58.631Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.61s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.33s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.55s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.55s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.49s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.01s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.89s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (8.93s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (8.52s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.71s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.89s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.13s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (8.76s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.35s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.00s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (13.51s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.65s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.77s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.10s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.76s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (3.86s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.96s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.41s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (36.64s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.58s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.96s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.61s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.95s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-24T17:33:58.631Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.01s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.66s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.38s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.38s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.57s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.83s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildContChar (9.88s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.35s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.76s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.62s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.55s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.03s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (25.01s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.10s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.93s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.19s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.36s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.89s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.56s) [2020-09-24T17:33:58.631Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-24T17:33:58.631Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.55s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.25s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.64s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.78s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.14s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.11s) [2020-09-24T17:33:58.631Z] --- PASS: TestDockerSuite/TestBuildDockerignore (36.79s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.35s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.18s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.34s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.64s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.41s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.21s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (7.98s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (30.97s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.06s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.87s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (96.16s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.35s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.40s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.21s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.49s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.66s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.22s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.65s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.83s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.72s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.44s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFails (1.85s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.10s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (8.97s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.25s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.69s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.19s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.47s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.42s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (11.66s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildHistory (7.10s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.64s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.74s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.56s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabel (0.66s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.68s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.45s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabels (0.68s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.96s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.41s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (3.84s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.22s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.14s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (23.61s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.14s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.18s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (4.56s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.41s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (13.08s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (5.74s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.47s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.08s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.63s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.93s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.25s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.97s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.85s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.19s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.98s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (6.53s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (2.69s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.61s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.49s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.74s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.96s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.86s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (32.82s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.91s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildRm (11.06s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.64s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-09-24T17:33:58.632Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.03s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.74s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.74s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.46s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.89s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.62s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.50s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.29s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.29s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.92s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildStderr (3.63s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.31s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.33s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.88s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.70s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.14s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.29s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (6.96s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (16.33s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.74s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.50s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.43s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.09s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.28s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.62s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.52s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.99s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.85s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.50s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2020-09-24T17:33:58.632Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-24T17:33:58.632Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.11s) [2020-09-24T17:33:58.632Z] docker_cli_sni_test.go:18: Flakey test [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.28s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.89s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitChange (4.00s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.43s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.44s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitTTY (10.45s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.46s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-24T17:33:58.632Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-09-24T17:33:58.632Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-24T17:33:58.632Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.31s) [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.38s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-24T17:33:58.632Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.83s) [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-24T17:33:58.632Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.632Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.83s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.03s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.17s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.75s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.73s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.80s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.82s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.82s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.56s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.09s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.78s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.21s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.30s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.43s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.82s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.79s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.88s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.61s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.68s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.86s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.11s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.13s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.08s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.09s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00095f940_} (2.13s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1299853526_c:\foo_false____} (7.17s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1299853526_c:\foo_true____} (2.13s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.15s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.13s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.92s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.05s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.93s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.06s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.48s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.58s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToDot (6.77s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCpToStdout (2.12s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.15s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateArgs (0.14s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.52s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.88s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.69s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.47s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-09-24T17:33:58.633Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateRM (0.26s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.27s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (5.94s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.41s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.82s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.14s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:58.633Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (1.83s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:58.633Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-24T17:33:58.633Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (1.92s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.07s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.08s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.18s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsCopy (4.07s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.01s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.73s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.62s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (2.88s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.28s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.77s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFilters (3.74s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFormat (3.88s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2020-09-24T17:33:58.633Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsRename (2.00s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsResize (2.30s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.75s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.12s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.29s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (2.97s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.52s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.55s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.61s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.69s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.74s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.66s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.73s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.86s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecInspectID (4.52s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.04s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-24T17:33:58.634Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.97s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.58s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.62s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.65s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.62s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.65s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-24T17:33:58.634Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.09s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.52s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.45s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.70s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.27s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.25s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.56s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.32s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.26s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-24T17:33:58.634Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-09-24T17:33:58.634Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.76s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.84s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-24T17:33:58.634Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-24T17:33:58.634Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.86s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.88s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectDefault (1.86s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectHistory (3.78s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.84s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.76s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.85s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.86s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.09s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectStatus (2.18s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.52s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.79s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.89s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.74s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.84s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.85s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.74s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-24T17:33:58.634Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.60s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.55s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.21s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.10s) [2020-09-24T17:33:58.634Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-24T17:33:58.634Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.81s) [2020-09-24T17:33:58.634Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.60s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.53s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.32s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.12s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.00s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.00s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.86s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsSince (8.58s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsTail (2.29s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.04s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.84s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.68s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-09-24T17:33:58.635Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.67s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsByOrder (6.67s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.38s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.18s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.06s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.74s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.70s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (8.39s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (8.74s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.93s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.51s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.78s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-24T17:33:58.635Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.59s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.69s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.97s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.09s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.43s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.63s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.78s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.66s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.64s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.04s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.33s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.18s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.39s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.11s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.47s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.89s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.08s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.23s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.72s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.81s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.74s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.63s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.11s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.83s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.76s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.79s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.76s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.86s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.34s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.08s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.90s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.85s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.86s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.70s) [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.81s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.79s) [2020-09-24T17:33:58.635Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-24T17:33:58.635Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.635Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.79s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.80s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.45s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunExitCode (2.38s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.08s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.82s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.83s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.38s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.94s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.46s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.77s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (3.95s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.16s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.96s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.78s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.81s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.94s) [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.76s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.77s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.41s) [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:33:58.636Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-24T17:33:58.636Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.24s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunRm (6.68s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.08s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.86s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.79s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.79s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.03s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.79s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.58s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.11s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.78s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.91s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.34s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (15.31s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.72s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.03s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.18s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.83s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.87s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.61s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.45s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.73s) [2020-09-24T17:33:59.098Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.53s) [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-24T17:33:59.098Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.098Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (4.06s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.91s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.56s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.40s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.38s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.19s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.76s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.91s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.71s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.10s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.61s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.32s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-09-24T17:33:59.099Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.56s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.26s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.13s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-24T17:33:59.099Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.22s) [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-09-24T17:33:59.099Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-09-24T17:33:59.099Z] --- PASS: TestDockerRegistrySuite (0.15s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-09-24T17:33:59.099Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-09-24T17:33:59.099Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.099Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.099Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-09-24T17:33:59.100Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-09-24T17:33:59.100Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-09-24T17:33:59.100Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerDaemonSuite [2020-09-24T17:33:59.100Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-09-24T17:33:59.100Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-09-24T17:33:59.100Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-09-24T17:33:59.100Z] --- PASS: TestDockerDaemonSuite (0.00s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerSwarmSuite [2020-09-24T17:33:59.100Z] --- PASS: TestDockerSwarmSuite (0.00s) [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginCreate [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginInspect [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2020-09-24T17:33:59.100Z] === RUN TestDockerPluginSuite/TestPluginSet [2020-09-24T17:33:59.100Z] --- PASS: TestDockerPluginSuite (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerExternalVolumeSuite [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerNetworkSuite [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] === RUN TestDockerHubPullSuite [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2020-09-24T17:33:59.100Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] PASS [2020-09-24T17:33:59.100Z] ok github.com/docker/docker/integration-cli 2101.334s [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === Skipped [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-09-24T17:33:59.100Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.06s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.06s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.04s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.04s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2020-09-24T17:33:59.100Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2020-09-24T17:33:59.100Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2020-09-24T17:33:59.100Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-09-24T17:33:59.100Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.40s) [2020-09-24T17:33:59.100Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.32s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-24T17:33:59.100Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-09-24T17:33:59.100Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.100Z] [2020-09-24T17:33:59.100Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2020-09-24T17:33:59.101Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.25s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5944: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:6002: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.29s) [2020-09-24T17:33:59.101Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.30s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.36s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:6082: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2020-09-24T17:33:59.101Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-09-24T17:33:59.101Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.11s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.11s) [2020-09-24T17:33:59.101Z] docker_cli_sni_test.go:18: Flakey test [2020-09-24T17:33:59.101Z] [2020-09-24T17:33:59.101Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-24T17:33:59.101Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2020-09-24T17:33:59.102Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-09-24T17:33:59.102Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:59.102Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:59.102Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.102Z] [2020-09-24T17:33:59.102Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-09-24T17:33:59.103Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-09-24T17:33:59.103Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-09-24T17:33:59.103Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-09-24T17:33:59.103Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2020-09-24T17:33:59.103Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-09-24T17:33:59.103Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-09-24T17:33:59.103Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-09-24T17:33:59.103Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.103Z] [2020-09-24T17:33:59.103Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-24T17:33:59.103Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-09-24T17:33:59.104Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2020-09-24T17:33:59.104Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.104Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-24T17:33:59.104Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-09-24T17:33:59.104Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.104Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-09-24T17:33:59.565Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2020-09-24T17:33:59.565Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2020-09-24T17:33:59.565Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2020-09-24T17:33:59.565Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2020-09-24T17:33:59.565Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-09-24T17:33:59.565Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.565Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-24T17:33:59.565Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-09-24T17:33:59.565Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.565Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-09-24T17:33:59.566Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.566Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-24T17:33:59.566Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-09-24T17:33:59.566Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.566Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.77s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.77s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.567Z] [2020-09-24T17:33:59.567Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:59.567Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2020-09-24T17:33:59.568Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-09-24T17:33:59.568Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.568Z] [2020-09-24T17:33:59.568Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-24T17:33:59.568Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-09-24T17:33:59.569Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-24T17:33:59.569Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-09-24T17:33:59.569Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.569Z] [2020-09-24T17:33:59.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-24T17:33:59.570Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-09-24T17:33:59.570Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] DONE 1096 tests, 549 skipped in 2109.110s [2020-09-24T17:33:59.570Z] INFO: Integration tests ended at 09/24/2020 17:33:59. Duration:00:35:09.2260298 [2020-09-24T17:33:59.570Z] INFO: Docker info of the daemon under test at end of run [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] Containers: 2 [2020-09-24T17:33:59.570Z] Running: 0 [2020-09-24T17:33:59.570Z] Paused: 0 [2020-09-24T17:33:59.570Z] Stopped: 2 [2020-09-24T17:33:59.570Z] Images: 18 [2020-09-24T17:33:59.570Z] Server Version: 0.0.0-dev [2020-09-24T17:33:59.570Z] Storage Driver: windowsfilter [2020-09-24T17:33:59.570Z] Windows: [2020-09-24T17:33:59.570Z] Logging Driver: json-file [2020-09-24T17:33:59.570Z] Plugins: [2020-09-24T17:33:59.570Z] Volume: local [2020-09-24T17:33:59.570Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-09-24T17:33:59.570Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-09-24T17:33:59.570Z] Swarm: inactive [2020-09-24T17:33:59.570Z] Default Isolation: process [2020-09-24T17:33:59.570Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-09-24T17:33:59.570Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1397) [2020-09-24T17:33:59.570Z] OSType: windows [2020-09-24T17:33:59.570Z] Architecture: x86_64 [2020-09-24T17:33:59.570Z] CPUs: 4 [2020-09-24T17:33:59.570Z] Total Memory: 32GiB [2020-09-24T17:33:59.570Z] Name: azwin-2-3e4040 [2020-09-24T17:33:59.570Z] ID: 4IPR:C55E:FUGJ:PMFY:J27N:WVO7:PGJW:PLTE:Y3EB:JDPX:WMQI:5S4X [2020-09-24T17:33:59.570Z] Docker Root Dir: D:\CI\PR-39297\28\daemon [2020-09-24T17:33:59.570Z] Debug Mode (client): false [2020-09-24T17:33:59.570Z] Debug Mode (server): true [2020-09-24T17:33:59.570Z] File Descriptors: -1 [2020-09-24T17:33:59.570Z] Goroutines: 18 [2020-09-24T17:33:59.570Z] System Time: 2020-09-24T17:33:59.3849828Z [2020-09-24T17:33:59.570Z] EventsListeners: 0 [2020-09-24T17:33:59.570Z] Registry: https://index.docker.io/v1/ [2020-09-24T17:33:59.570Z] Labels: [2020-09-24T17:33:59.570Z] Experimental: false [2020-09-24T17:33:59.570Z] Insecure Registries: [2020-09-24T17:33:59.570Z] 127.0.0.0/8 [2020-09-24T17:33:59.570Z] Live Restore Enabled: false [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] [2020-09-24T17:33:59.570Z] INFO: Stopping daemon under test [2020-09-24T17:33:59.570Z] SUCCESS: The process with PID 9004 (child process of PID 2040) has been terminated. [2020-09-24T17:33:59.570Z] SUCCESS: The process with PID 2040 (child process of PID 84) has been terminated. [2020-09-24T17:33:59.570Z] INFO: Stop tailing logs of the daemon under tests [2020-09-24T17:33:59.570Z] INFO: executeCI.ps1 Completed successfully at 09/24/2020 17:33:59. [2020-09-24T17:33:59.570Z] INFO: Tidying up at end of run [2020-09-24T17:33:59.570Z] INFO: Saving daemon under test log (d:\CI\PR-39297\28\dut.out) to bundles\CIDUT.out [2020-09-24T17:34:00.029Z] INFO: Saving daemon under test log (d:\CI\PR-39297\28\dut.err) to bundles\CIDUT.err [2020-09-24T17:34:00.029Z] INFO: Nuke-Everything... [2020-09-24T17:34:00.029Z] INFO: Container count on control daemon to delete is 2 [2020-09-24T17:34:00.489Z] 4173ac4c7706 [2020-09-24T17:34:00.489Z] 3020c2d38589 [2020-09-24T17:34:00.489Z] INFO: Tidying pidfile d:\CI\PR-39297\28\docker.pid [2020-09-24T17:34:00.489Z] INFO: Nuking d:\CI [2020-09-24T17:34:01.793Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-09-24T17:34:16.682Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-09-24T17:34:25.642Z] INFO: Zapped successfully [2020-09-24T17:34:25.642Z] [2020-09-24T17:34:25.642Z] INFO: executeCI.ps1 exiting at Thu Sep 24 17:34:22 CUT 2020. Duration 00:48:04.5530566 [2020-09-24T17:34:25.642Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-09-24T17:34:25.891Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-09-24T17:34:28.215Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-09-24T17:34:29.971Z] Archiving artifacts [2020-09-24T17:34:31.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:34:32.082Z] + make clean [2020-09-24T17:34:33.059Z] docker volume rm -f docker-dev-cache [2020-09-24T17:34:33.059Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite (1651.62s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.20s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.22s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.92s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.38s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.03s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (25.29s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:562: [d3c36f0b013e1] joining swarm manager [d4e6e9182e5b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:584: [d07a2adcbfb85] joining swarm manager [d4e6e9182e5b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] check_test.go:380: [d3c36f0b013e1] daemon is not started [2020-09-24T17:34:34.780Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.47s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:45: [da48d8cae3308] joining swarm manager [dd0fa7dd90da3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.29s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (41.90s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:303: [df41f5474edd9] joining swarm manager [da21b7c0acb92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:304: [deac1d973fa6c] joining swarm manager [da21b7c0acb92]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.60s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:271: [da6bd8ca9fc14] joining swarm manager [d78ef1a7d2f40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:272: [d67d20b2af2a9] joining swarm manager [d78ef1a7d2f40]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.45s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.86s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.19s) [2020-09-24T17:34:34.780Z] docker_api_swarm_node_test.go:19: [dc7956ece571e] joining swarm manager [dad857d13845b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_node_test.go:20: [d3279c6d9190d] joining swarm manager [dad857d13845b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.79s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:501: [d965c4cb79358] joining swarm manager [d9b247d67fd79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:506: [de31a094842ce] joining swarm manager [d9b247d67fd79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.33s) [2020-09-24T17:34:34.780Z] docker_api_swarm_node_test.go:80: [db72ae129984f] joining swarm manager [dd80fdc29d55b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.23s) [2020-09-24T17:34:34.780Z] docker_api_swarm_node_test.go:52: [d75fc698ecef7] joining swarm manager [d469854b6bada]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_node_test.go:53: [df4056b82aacd] joining swarm manager [d469854b6bada]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.67s) [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.69s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:201: [db8fac40071bb] joining swarm manager [d313fc90041c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (66.43s) [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:383: [d617248f5dafd] joining swarm manager [d1ef0a1fdad73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.780Z] docker_api_swarm_test.go:384: [d43be3f7439c1] joining swarm manager [d1ef0a1fdad73]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] check_test.go:380: [d43be3f7439c1] daemon is not started [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.98s) [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:801: [d1b482c8bbe01] joining swarm manager [daefada9c4fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:801: [d348cd8e0417f] joining swarm manager [daefada9c4fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:801: [dc6a6c8f1b4cc] joining swarm manager [daefada9c4fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:801: [da083a35808d5] joining swarm manager [daefada9c4fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:809: [d3a1b391f1c95] joining swarm manager [daefada9c4fd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.47s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.57s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.22s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:394: [debc2a2de606f] joining swarm manager [d4617ac92ef51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:394: [d8f160740fbd9] joining swarm manager [d4617ac92ef51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.10s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:342: [d5eef17d28f05] joining swarm manager [db2e3130eb7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:342: [dd560b3535f26] joining swarm manager [db2e3130eb7b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.46s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:489: [d852115b4c16f] joining swarm manager [dbb4136db98bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:489: [d08c0f07023b3] joining swarm manager [dbb4136db98bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.69s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.80s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:127: [de5599e27cdc9] joining swarm manager [da5dab9a79c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:128: [d3d68dcebe577] joining swarm manager [da5dab9a79c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:136: [daf76c7752e50] joining swarm manager [da5dab9a79c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:137: [dc70d53a8646f] joining swarm manager [da5dab9a79c27]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.74s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.72s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:303: [d7b24d9823c06] joining swarm manager [d2d6d34b5d074]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:303: [db25bb8a44a7d] joining swarm manager [d2d6d34b5d074]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.28s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:99: [dee9ca628f9a8] joining swarm manager [d08e534b5a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:100: [d7897ba971010] joining swarm manager [d08e534b5a17f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] check_test.go:380: [dee9ca628f9a8] daemon is not started [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.62s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:532: [dd2822a1b915f] joining swarm manager [d36a540151746]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:533: [d7e2fce3ec390] joining swarm manager [d36a540151746]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.26s) [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:147: [d501ea8053180] joining swarm manager [dcdb7ce0e01b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_api_swarm_service_test.go:147: [d4ff812711699] joining swarm manager [dcdb7ce0e01b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.79s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.70s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.28s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.61s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.52s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.10s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.98s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.21s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.44s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.33s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.72s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.27s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.57s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.28s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.02s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.95s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.37s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.09s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.02s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.73s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.13s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.18s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.51s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.47s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.57s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.85s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.10s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.88s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.09s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.21s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.73s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.11s) [2020-09-24T17:34:34.781Z] docker_cli_service_logs_test.go:245: checking task na2attkembca [2020-09-24T17:34:34.781Z] docker_cli_service_logs_test.go:250: checking messages for na2attkembca [2020-09-24T17:34:34.781Z] docker_cli_service_logs_test.go:245: checking task ogtuchw2l073 [2020-09-24T17:34:34.781Z] docker_cli_service_logs_test.go:250: checking messages for ogtuchw2l073 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.47s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.92s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.68s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.74s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.85s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1901: [ddc54ae43d2bc] joining swarm manager [d66ba26b96502]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1902: [d669d7be7f3d2] joining swarm manager [d66ba26b96502]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.18s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.72s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.41s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.00s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1802: [df27a9dd65b91] joining swarm manager [d56f653174510]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1803: [d846a02c6af26] joining swarm manager [d56f653174510]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.01s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.55s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1321: [d2f33bd5eef96] joining swarm manager [dad187659db4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1322: [d8d34ace9d71d] joining swarm manager [dad187659db4e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.28s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.58s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.27s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.71s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.23s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.66s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.13s) [2020-09-24T17:34:34.781Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.24s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.72s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.23s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.60s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.95s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1186: [d79d2e5c58cda] joining swarm manager [d20f707a14f10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1195: [d55826782fcc6] joining swarm manager [d20f707a14f10]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.99s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.47s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (116.95s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1118: [d58214a5d8423] joining swarm manager [d027023797a85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1119: [da5814602bb6b] joining swarm manager [d027023797a85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1172: [d30e391f6d60a] joining swarm manager [d027023797a85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.39s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1453: [de92919db04d5] joining swarm manager [ddd891a8ef357]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] docker_cli_swarm_test.go:1454: [de5d9da673814] joining swarm manager [ddd891a8ef357]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.37s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.23s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.48s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.23s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.60s) [2020-09-24T17:34:34.781Z] docker_cli_swarm_unix_test.go:62: [d13b7e0188e26] joining swarm manager [dbd312256046a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.25s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.16s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.28s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.23s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.49s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.74s) [2020-09-24T17:34:34.781Z] docker_api_swarm_test.go:961: [d784db1428bfa] joining swarm manager [d67f7f2b83dae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.58s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.33s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.87s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.84s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.44s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.10s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.65s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.17s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.62s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.17s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.84s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.94s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.27s) [2020-09-24T17:34:34.781Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.29s) [2020-09-24T17:34:34.781Z] === RUN TestDockerExternalVolumeSuite [2020-09-24T17:34:34.781Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-09-24T17:34:49.669Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-09-24T17:35:57.385Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-09-24T17:36:03.956Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-09-24T17:36:36.058Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-09-24T17:36:50.944Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-09-24T17:37:23.030Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-09-24T17:37:35.246Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-09-24T17:38:07.335Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-09-24T17:38:22.221Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-09-24T17:38:40.321Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-09-24T17:39:27.014Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-09-24T17:39:45.117Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-09-24T17:40:17.201Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-09-24T17:40:49.307Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-09-24T17:41:01.519Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-09-24T17:41:19.613Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-09-24T17:41:34.511Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite (437.15s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.55s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:53: [dcd455de490db] daemon is not started [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:53: [dee6b3e887844] daemon is not started [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:53: [d36274ce26452] daemon is not started [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:53: [df80166b9e5b2] daemon is not started [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.22s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.20s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.20s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.18s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.70s) [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.97s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:485: [dacb583ef8d13] daemon is not started [2020-09-24T17:41:49.399Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-09-24T17:41:49.399Z] docker_cli_external_volume_driver_test.go:53: [d569b9d9e5100] daemon is not started [2020-09-24T17:41:49.399Z] PASS [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] === Skipped [2020-09-24T17:41:49.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-24T17:41:49.399Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-09-24T17:41:49.399Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-09-24T17:41:49.399Z] check_test.go:309: [d3f197db75932] daemon is not started [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-24T17:41:49.399Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-09-24T17:41:49.399Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-09-24T17:41:49.399Z] check_test.go:309: [d466793ad6ca8] daemon is not started [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-09-24T17:41:49.399Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2020-09-24T17:41:49.399Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-09-24T17:41:49.399Z] check_test.go:309: [d2575fe5b2595] daemon is not started [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-24T17:41:49.399Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-09-24T17:41:49.399Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-24T17:41:49.399Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-09-24T17:41:49.399Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] [2020-09-24T17:41:49.399Z] DONE 273 tests, 5 skipped in 2458.301s [2020-09-24T17:41:49.399Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-09-24T17:41:49.399Z] ++++ cat bundles/test-integration/docker.pid [2020-09-24T17:41:49.399Z] +++ kill 7550 [2020-09-24T17:41:50.338Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc01109e101e9/docker.pid [2020-09-24T17:41:50.338Z] +++ kill 5321 [2020-09-24T17:41:50.338Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5321 is not a child of this shell [2020-09-24T17:41:50.338Z] warning: PID 5321 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc01109e101e9/docker.pid had a nonzero exit code [2020-09-24T17:41:50.338Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dc01109e101e9/root: target is busy. [2020-09-24T17:41:50.338Z] +++ /etc/init.d/apparmor stop [2020-09-24T17:41:50.338Z] Leaving: AppArmorNo profiles have been unloaded. [2020-09-24T17:41:50.338Z] [2020-09-24T17:41:50.338Z] Unloading profiles will leave already running processes permanently [2020-09-24T17:41:50.338Z] unconfined, which can lead to unexpected situations. [2020-09-24T17:41:50.338Z] [2020-09-24T17:41:50.338Z] To set a process to complain mode, use the command line tool [2020-09-24T17:41:50.338Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-09-24T17:41:50.338Z] +++ true [2020-09-24T17:41:50.338Z] exiting test-integration [2020-09-24T17:41:50.338Z] ++ exit 0 [2020-09-24T17:41:50.338Z] [2020-09-24T17:41:50.598Z] + exit 0 [2020-09-24T17:41:50.598Z] ++ jobs -p [2020-09-24T17:41:50.598Z] + pids= [2020-09-24T17:41:50.598Z] + echo 'Remaining pids to kill: []' [2020-09-24T17:41:50.598Z] Remaining pids to kill: [] [2020-09-24T17:41:50.598Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-09-24T17:41:50.615Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-09-24T17:41:52.846Z] + echo Ensuring container killed. [2020-09-24T17:41:52.846Z] Ensuring container killed. [2020-09-24T17:41:52.846Z] + docker ps -aq -f name=docker-pr28-* [2020-09-24T17:41:52.846Z] + cids=5cfce0653b1d [2020-09-24T17:41:52.846Z] 227128d5283c [2020-09-24T17:41:52.846Z] 12386c8718c4 [2020-09-24T17:41:52.846Z] + [ -n 5cfce0653b1d [2020-09-24T17:41:52.846Z] 227128d5283c [2020-09-24T17:41:52.846Z] 12386c8718c4 ] [2020-09-24T17:41:52.846Z] + docker rm -vf 5cfce0653b1d 227128d5283c 12386c8718c4 [2020-09-24T17:41:54.758Z] 5cfce0653b1d [2020-09-24T17:41:55.329Z] 227128d5283c [2020-09-24T17:41:55.329Z] 12386c8718c4 [Pipeline] sh [2020-09-24T17:41:55.619Z] + echo Chowning /workspace to jenkins user [2020-09-24T17:41:55.619Z] Chowning /workspace to jenkins user [2020-09-24T17:41:55.619Z] + id -u [2020-09-24T17:41:55.619Z] + id -g [2020-09-24T17:41:55.619Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39297:/workspace busybox chown -R 1000:1000 /workspace [2020-09-24T17:41:55.619Z] Unable to find image 'busybox:latest' locally [2020-09-24T17:41:55.878Z] latest: Pulling from library/busybox [2020-09-24T17:41:56.143Z] df8698476c65: Pulling fs layer [2020-09-24T17:41:56.143Z] df8698476c65: Verifying Checksum [2020-09-24T17:41:56.143Z] df8698476c65: Download complete [2020-09-24T17:41:56.403Z] df8698476c65: Pull complete [2020-09-24T17:41:56.403Z] Digest: sha256:d366a4665ab44f0648d7a00ae3fae139d55e32f9712c67accd604bb55df9d05a [2020-09-24T17:41:56.403Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-09-24T17:42:00.006Z] + bundleName=amd64 [2020-09-24T17:42:00.006Z] + echo Creating amd64-bundles.tar.gz [2020-09-24T17:42:00.006Z] Creating amd64-bundles.tar.gz [2020-09-24T17:42:00.006Z] + xargs tar -czf amd64-bundles.tar.gz [2020-09-24T17:42:00.006Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2020-09-24T17:42:00.957Z] Archiving artifacts [2020-09-24T17:42:02.894Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-39297/28/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-09-24T17:42:03.207Z] + make clean [2020-09-24T17:42:03.467Z] docker volume rm -f docker-dev-cache [2020-09-24T17:42:03.467Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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