Pull request #38788 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 745fa04e521f84ce09658008ae24227ca57c2f49+d959c20b44117ef471c3d2dd467f1238415be500 (a4acf8fbca01eb808c80114d4ccd2123291821a1) 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 49b252bdf16273de41b9b961caae5440a249d3e0 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 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 49b252bdf16273de41b9b961caae5440a249d3e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 49b252bdf16273de41b9b961caae5440a249d3e0 # timeout=10 Commit message: "Merge pull request #19 from docker/add-getNodeNamesByLabel" > git rev-list --no-walk 49b252bdf16273de41b9b961caae5440a249d3e0 # timeout=10 [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-03-13T10:01:48.627Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-03-13T10:01:48.633Z] Trying to pass milestone 8 [Pipeline] milestone [2020-03-13T10:01:48.667Z] Trying to pass milestone 9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-03-13T10:01:48.833Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04145d626a56b1ea4) in /home/ubuntu/workspace/moby_PR-38788 [Pipeline] { [Pipeline] checkout [2020-03-13T10:01:48.912Z] using credential docker-jenkins-github-credentials [2020-03-13T10:01:48.921Z] Cloning the remote Git repository [2020-03-13T10:01:48.922Z] Cloning with configured refspecs honoured and without tags [2020-03-13T10:01:48.923Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:01:48.924Z] > git init /home/ubuntu/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:01:48.934Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:01:48.934Z] > git --version # timeout=10 [2020-03-13T10:01:48.939Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:01:48.940Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:02.127Z] Fetching without tags [2020-03-13T10:02:02.412Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:02.936Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:02.938Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:02.080Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:02.087Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:02.093Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:02.112Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:02.129Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:02.129Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:02.129Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:02.414Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:02.424Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:02.920Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:02.931Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:02.940Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:02.947Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:03.429Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:03.444Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:02:04.407Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/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-03-13T10:02:04.407Z] Unable to find image 'alpine:latest' locally [2020-03-13T10:02:04.407Z] latest: Pulling from library/alpine [2020-03-13T10:02:04.407Z] c9b1b535fdd9: Pulling fs layer [2020-03-13T10:02:04.663Z] c9b1b535fdd9: Verifying Checksum [2020-03-13T10:02:04.663Z] c9b1b535fdd9: Download complete [2020-03-13T10:02:03.432Z] > git rev-list --no-walk 591dd3eb913f156b42a00c753d4ef7d313e3a3af # timeout=10 [2020-03-13T10:02:04.917Z] c9b1b535fdd9: Pull complete [2020-03-13T10:02:04.917Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-13T10:02:04.917Z] Status: Downloaded newer image for alpine:latest [2020-03-13T10:02:08.178Z] 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 [Pipeline] node [Pipeline] node [2020-03-13T10:02:08.398Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04145d626a56b1ea4) in /home/ubuntu/workspace/moby_PR-38788 [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [2020-03-13T10:02:08.452Z] Running on ppc64le-ubuntu-11 in /home/docker/workspace/moby_PR-38788 [2020-03-13T10:02:08.454Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-38788 [Pipeline] checkout [2020-03-13T10:02:08.465Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-03-13T10:02:08.479Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-03-13T10:02:08.483Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2020-03-13T10:02:08.603Z] using credential docker-jenkins-github-credentials [2020-03-13T10:02:08.604Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-03-13T10:02:08.621Z] Cloning the remote Git repository [2020-03-13T10:02:08.621Z] Cloning with configured refspecs honoured and without tags [2020-03-13T10:02:08.627Z] Cloning the remote Git repository [2020-03-13T10:02:08.627Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-03-13T10:02:08.771Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:08.826Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:08.827Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:08.936Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:08.473Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-03-13T10:02:08.480Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:08.529Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:08.530Z] > git --version # timeout=10 [2020-03-13T10:02:08.543Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:08.543Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:08.773Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:08.779Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:08.818Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:08.824Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:08.872Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:08.875Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:02:08.635Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:08.636Z] > git init /home/docker/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:02:08.650Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:08.650Z] > git --version # timeout=10 [2020-03-13T10:02:08.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:08.656Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:08.629Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:08.629Z] > git init /home/jenkins/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:02:08.656Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:08.656Z] > git --version # timeout=10 [2020-03-13T10:02:08.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:08.662Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:09.855Z] + [ PR != PR ] [2020-03-13T10:02:09.855Z] + [ master != master ] [2020-03-13T10:02:09.855Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:10.183Z] + docker version [2020-03-13T10:02:10.183Z] Client: Docker Engine - Community [2020-03-13T10:02:10.183Z] Version: 19.03.5 [2020-03-13T10:02:10.183Z] API version: 1.40 [2020-03-13T10:02:10.183Z] Go version: go1.12.12 [2020-03-13T10:02:10.183Z] Git commit: 633a0ea838 [2020-03-13T10:02:10.183Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-13T10:02:10.183Z] OS/Arch: linux/amd64 [2020-03-13T10:02:10.183Z] Experimental: false [2020-03-13T10:02:10.183Z] [2020-03-13T10:02:10.183Z] Server: Docker Engine - Community [2020-03-13T10:02:10.183Z] Engine: [2020-03-13T10:02:10.183Z] Version: 19.03.5 [2020-03-13T10:02:10.183Z] API version: 1.40 (minimum version 1.12) [2020-03-13T10:02:10.183Z] Go version: go1.12.12 [2020-03-13T10:02:10.183Z] Git commit: 633a0ea838 [2020-03-13T10:02:10.183Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-13T10:02:10.183Z] OS/Arch: linux/amd64 [2020-03-13T10:02:10.183Z] Experimental: true [2020-03-13T10:02:10.183Z] containerd: [2020-03-13T10:02:10.183Z] Version: 1.2.10 [2020-03-13T10:02:10.183Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:10.183Z] runc: [2020-03-13T10:02:10.183Z] Version: 1.0.0-rc8+dev [2020-03-13T10:02:10.183Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:10.183Z] docker-init: [2020-03-13T10:02:10.183Z] Version: 0.18.0 [2020-03-13T10:02:10.183Z] GitCommit: fec3683 [Pipeline] sh [2020-03-13T10:02:10.457Z] + docker info [2020-03-13T10:02:11.016Z] Client: [2020-03-13T10:02:11.016Z] Debug Mode: false [2020-03-13T10:02:11.016Z] [2020-03-13T10:02:11.016Z] Server: [2020-03-13T10:02:11.016Z] Containers: 0 [2020-03-13T10:02:11.016Z] Running: 0 [2020-03-13T10:02:11.016Z] Paused: 0 [2020-03-13T10:02:11.016Z] Stopped: 0 [2020-03-13T10:02:11.016Z] Images: 3 [2020-03-13T10:02:11.016Z] Server Version: 19.03.5 [2020-03-13T10:02:11.016Z] Storage Driver: overlay2 [2020-03-13T10:02:11.016Z] Backing Filesystem: extfs [2020-03-13T10:02:11.016Z] Supports d_type: true [2020-03-13T10:02:11.016Z] Native Overlay Diff: true [2020-03-13T10:02:11.016Z] Logging Driver: json-file [2020-03-13T10:02:11.016Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:11.016Z] Plugins: [2020-03-13T10:02:11.016Z] Volume: local [2020-03-13T10:02:11.016Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:11.016Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-13T10:02:11.016Z] Swarm: inactive [2020-03-13T10:02:11.016Z] Runtimes: runc [2020-03-13T10:02:11.016Z] Default Runtime: runc [2020-03-13T10:02:11.016Z] Init Binary: docker-init [2020-03-13T10:02:11.016Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:11.016Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:11.016Z] init version: fec3683 [2020-03-13T10:02:11.016Z] Security Options: [2020-03-13T10:02:11.016Z] apparmor [2020-03-13T10:02:11.016Z] seccomp [2020-03-13T10:02:11.016Z] Profile: default [2020-03-13T10:02:11.016Z] Kernel Version: 4.15.0-1058-aws [2020-03-13T10:02:11.016Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-13T10:02:11.016Z] OSType: linux [2020-03-13T10:02:11.016Z] Architecture: x86_64 [2020-03-13T10:02:11.016Z] CPUs: 2 [2020-03-13T10:02:11.016Z] Total Memory: 7.501GiB [2020-03-13T10:02:11.016Z] Name: ip-10-100-82-226 [2020-03-13T10:02:11.016Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-13T10:02:11.016Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:11.016Z] Debug Mode: false [2020-03-13T10:02:11.016Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:11.016Z] Labels: [2020-03-13T10:02:11.016Z] Experimental: true [2020-03-13T10:02:11.016Z] Insecure Registries: [2020-03-13T10:02:11.016Z] 127.0.0.0/8 [2020-03-13T10:02:11.016Z] Live Restore Enabled: true [2020-03-13T10:02:11.016Z] [2020-03-13T10:02:11.016Z] WARNING: No swap limit support [Pipeline] sh [2020-03-13T10:02:11.293Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:11.293Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:11.293Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:11.293Z] + bash /home/ubuntu/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:11.293Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:11.293Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-13T10:02:11.293Z] [2020-03-13T10:02:11.293Z] Generally Necessary: [2020-03-13T10:02:11.293Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:11.293Z] - apparmor: enabled and tools installed [2020-03-13T10:02:11.293Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:11.293Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:11.293Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:11.293Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:11.293Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:11.293Z] [2020-03-13T10:02:11.293Z] Optional Features: [2020-03-13T10:02:11.293Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:11.293Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:11.293Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:11.293Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:11.293Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-13T10:02:11.293Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-13T10:02:11.293Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:11.548Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:11.548Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:11.548Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:11.548Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:11.548Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:11.548Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:11.548Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:11.548Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:11.548Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:11.548Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:11.548Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:11.548Z] - Network Drivers: [2020-03-13T10:02:11.548Z] - "overlay": [2020-03-13T10:02:11.548Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:11.548Z] Optional (for encrypted networks): [2020-03-13T10:02:11.548Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-13T10:02:11.548Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-13T10:02:11.548Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:11.548Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:11.548Z] - "ipvlan": [2020-03-13T10:02:11.548Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:11.548Z] - "macvlan": [2020-03-13T10:02:11.548Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:11.548Z] - "ftp,tftp client in container": [2020-03-13T10:02:11.548Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:11.548Z] - Storage Drivers: [2020-03-13T10:02:11.548Z] - "aufs": [2020-03-13T10:02:11.548Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:11.548Z] - "btrfs": [2020-03-13T10:02:11.548Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:11.548Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:11.548Z] - "devicemapper": [2020-03-13T10:02:11.548Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:11.548Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:11.548Z] - "overlay": [2020-03-13T10:02:11.548Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:11.548Z] - "zfs": [2020-03-13T10:02:11.548Z] - /dev/zfs: missing [2020-03-13T10:02:11.548Z] - zfs command: missing [2020-03-13T10:02:11.548Z] - zpool command: missing [2020-03-13T10:02:11.548Z] [2020-03-13T10:02:11.548Z] Limits: [2020-03-13T10:02:11.548Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:11.548Z] [2020-03-13T10:02:11.548Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:11.964Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:11.964Z] #2 [internal] load .dockerignore [2020-03-13T10:02:11.964Z] #2 transferring context: 87B done [2020-03-13T10:02:11.964Z] #2 DONE 0.0s [2020-03-13T10:02:11.964Z] [2020-03-13T10:02:11.964Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:11.964Z] #1 transferring dockerfile: 17.12kB done [2020-03-13T10:02:11.964Z] #1 DONE 0.0s [2020-03-13T10:02:11.964Z] [2020-03-13T10:02:11.964Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:12.218Z] #3 DONE 0.1s [2020-03-13T10:02:12.218Z] [2020-03-13T10:02:12.218Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:12.218Z] #4 CACHED [2020-03-13T10:02:12.779Z] [2020-03-13T10:02:12.779Z] #5 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:12.779Z] #5 DONE 0.0s [2020-03-13T10:02:12.779Z] [2020-03-13T10:02:12.779Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:13.037Z] #6 DONE 0.1s [2020-03-13T10:02:13.037Z] [2020-03-13T10:02:13.037Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:13.037Z] #71 DONE 0.0s [2020-03-13T10:02:13.037Z] [2020-03-13T10:02:13.037Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:13.037Z] #7 DONE 0.0s [2020-03-13T10:02:13.037Z] [2020-03-13T10:02:13.037Z] #20 [internal] load build context [2020-03-13T10:02:14.009Z] #20 transferring context: 49.97MB 1.1s done [2020-03-13T10:02:14.009Z] #20 DONE 1.1s [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:14.009Z] #41 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:02:14.009Z] #67 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:02:14.009Z] #9 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:02:14.009Z] #44 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:14.009Z] #56 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #61 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:02:14.009Z] #52 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #48 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:02:14.009Z] #10 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:02:14.009Z] #13 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:14.009Z] #33 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:02:14.009Z] #22 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:02:14.009Z] #69 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #31 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #75 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #34 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:14.009Z] #65 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #39 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:14.009Z] #74 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:14.009Z] #60 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:02:14.009Z] #30 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:02:14.009Z] #15 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:02:14.009Z] #26 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:14.009Z] #68 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:02:14.009Z] #40 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:14.009Z] #36 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:02:14.009Z] #43 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:14.009Z] #50 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:02:14.009Z] #29 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:02:14.009Z] #17 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:14.009Z] #38 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:02:14.009Z] #27 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:02:14.009Z] #59 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:14.009Z] #21 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:02:14.009Z] #32 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:02:14.009Z] #62 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:14.009Z] #58 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:02:14.009Z] #25 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:02:14.009Z] #64 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:02:14.009Z] #19 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #57 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:02:14.009Z] #45 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:02:14.009Z] #55 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:14.009Z] #47 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:02:14.009Z] #18 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:02:14.009Z] #49 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:02:14.009Z] #46 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #70 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:14.009Z] #53 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:02:14.009Z] #11 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:02:14.009Z] #72 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:02:14.009Z] #16 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:02:14.009Z] #8 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:14.009Z] #23 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:02:14.009Z] #24 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #54 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:02:14.009Z] #37 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:02:14.009Z] #73 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #42 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #51 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:02:14.009Z] #35 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:02:14.009Z] #14 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:02:14.009Z] #66 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:14.009Z] #63 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:02:14.009Z] #12 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:02:14.009Z] #28 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:02:14.009Z] #76 CACHED [2020-03-13T10:02:14.009Z] [2020-03-13T10:02:14.009Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:02:14.932Z] #77 DONE 0.9s [2020-03-13T10:02:14.932Z] [2020-03-13T10:02:14.932Z] #78 exporting to image [2020-03-13T10:02:14.932Z] #78 exporting layers [2020-03-13T10:02:15.855Z] #78 exporting layers 0.9s done [2020-03-13T10:02:15.855Z] #78 writing image sha256:020ae60132f77b5c7ec19ec56f9861fb22348124b1652157040a0b85e1d298e0 done [2020-03-13T10:02:15.855Z] #78 naming to docker.io/library/docker:745fa04e521f84ce09658008ae24227ca57c2f49 done [2020-03-13T10:02:15.855Z] #78 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-03-13T10:02:16.173Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-38788/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/validate/default [2020-03-13T10:02:17.096Z] Congratulations! All commits are properly signed with the DCO! [2020-03-13T10:02:17.096Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-03-13T10:02:17.096Z] No api/types/ or api/swagger.yaml changes in diff. [2020-03-13T10:02:17.096Z] Congratulations! All TOML source files changed here have valid syntax. [2020-03-13T10:02:17.096Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-03-13T10:02:17.096Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-03-13T10:02:17.096Z] Congratulations! No new tests were added to integration-cli. [2020-03-13T10:02:17.096Z] [2020-03-13T10:02:17.096Z] INFO Start validation with golang-ci-lint [2020-03-13T10:02:17.351Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-03-13T10:02:17.351Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-03-13T10:02:17.351Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-03-13T10:02:17.957Z] Fetching without tags [2020-03-13T10:02:17.923Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:17.925Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:17.931Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:17.947Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:17.965Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:17.965Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:17.965Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:18.205Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:18.667Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:18.669Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:19.132Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:18.212Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:18.214Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:18.642Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:18.662Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:18.676Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:18.682Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:20.009Z] + docker version [2020-03-13T10:02:20.009Z] Client: Docker Engine - Community [2020-03-13T10:02:20.009Z] Version: 19.03.7 [2020-03-13T10:02:20.009Z] API version: 1.40 [2020-03-13T10:02:20.009Z] Go version: go1.12.17 [2020-03-13T10:02:20.009Z] Git commit: 7141c199a2 [2020-03-13T10:02:20.009Z] Built: Sat Mar 7 16:48:47 2020 [2020-03-13T10:02:20.009Z] OS/Arch: linux/s390x [2020-03-13T10:02:20.009Z] Experimental: false [2020-03-13T10:02:20.009Z] [2020-03-13T10:02:20.009Z] Server: Docker Engine - Community [2020-03-13T10:02:20.009Z] Engine: [2020-03-13T10:02:20.009Z] Version: 19.03.7 [2020-03-13T10:02:20.009Z] API version: 1.40 (minimum version 1.12) [2020-03-13T10:02:20.009Z] Go version: go1.12.17 [2020-03-13T10:02:20.009Z] Git commit: 7141c199a2 [2020-03-13T10:02:20.009Z] Built: Sat Mar 7 16:47:46 2020 [2020-03-13T10:02:20.009Z] OS/Arch: linux/s390x [2020-03-13T10:02:20.009Z] Experimental: true [2020-03-13T10:02:20.009Z] containerd: [2020-03-13T10:02:20.009Z] Version: 1.2.13 [2020-03-13T10:02:20.009Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-03-13T10:02:20.009Z] runc: [2020-03-13T10:02:20.009Z] Version: 1.0.0-rc10 [2020-03-13T10:02:20.009Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-13T10:02:20.009Z] docker-init: [2020-03-13T10:02:20.009Z] Version: 0.18.0 [2020-03-13T10:02:20.009Z] GitCommit: fec3683 [Pipeline] sh [2020-03-13T10:02:20.388Z] + docker info [2020-03-13T10:02:20.672Z] Client: [2020-03-13T10:02:20.672Z] Debug Mode: false [2020-03-13T10:02:20.672Z] [2020-03-13T10:02:20.672Z] Server: [2020-03-13T10:02:20.672Z] Containers: 0 [2020-03-13T10:02:20.672Z] Running: 0 [2020-03-13T10:02:20.672Z] Paused: 0 [2020-03-13T10:02:20.672Z] Stopped: 0 [2020-03-13T10:02:20.672Z] Images: 2 [2020-03-13T10:02:20.672Z] Server Version: 19.03.7 [2020-03-13T10:02:20.672Z] Storage Driver: overlay2 [2020-03-13T10:02:20.672Z] Backing Filesystem: [2020-03-13T10:02:20.672Z] Supports d_type: true [2020-03-13T10:02:20.672Z] Native Overlay Diff: true [2020-03-13T10:02:20.672Z] Logging Driver: json-file [2020-03-13T10:02:20.672Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:20.672Z] Plugins: [2020-03-13T10:02:20.672Z] Volume: local [2020-03-13T10:02:20.672Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:20.672Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-13T10:02:20.672Z] Swarm: inactive [2020-03-13T10:02:20.672Z] Runtimes: runc [2020-03-13T10:02:20.672Z] Default Runtime: runc [2020-03-13T10:02:20.672Z] Init Binary: docker-init [2020-03-13T10:02:20.672Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-03-13T10:02:20.672Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-13T10:02:20.672Z] init version: fec3683 [2020-03-13T10:02:20.672Z] Security Options: [2020-03-13T10:02:20.672Z] apparmor [2020-03-13T10:02:20.672Z] seccomp [2020-03-13T10:02:20.672Z] Profile: default [2020-03-13T10:02:20.672Z] Kernel Version: 4.15.0-88-generic [2020-03-13T10:02:20.672Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-13T10:02:20.672Z] OSType: linux [2020-03-13T10:02:20.672Z] Architecture: s390x [2020-03-13T10:02:20.672Z] CPUs: 2 [2020-03-13T10:02:20.672Z] Total Memory: 7.861GiB [2020-03-13T10:02:20.672Z] Name: s390x-ubuntu-16 [2020-03-13T10:02:20.672Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-03-13T10:02:20.672Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:20.672Z] Debug Mode: false [2020-03-13T10:02:20.672Z] Username: dockerbuildbot [2020-03-13T10:02:20.672Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:20.672Z] Labels: [2020-03-13T10:02:20.672Z] Experimental: true [2020-03-13T10:02:20.672Z] Insecure Registries: [2020-03-13T10:02:20.672Z] 127.0.0.0/8 [2020-03-13T10:02:20.672Z] Live Restore Enabled: false [2020-03-13T10:02:20.672Z] [2020-03-13T10:02:20.672Z] WARNING: No swap limit support [Pipeline] sh [2020-03-13T10:02:21.059Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:21.059Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:21.059Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:21.059Z] + bash /home/jenkins/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:21.059Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:21.059Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-03-13T10:02:21.059Z] [2020-03-13T10:02:21.059Z] Generally Necessary: [2020-03-13T10:02:21.059Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:21.059Z] - apparmor: enabled and tools installed [2020-03-13T10:02:21.059Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:21.059Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:21.059Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:21.059Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:21.059Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:21.059Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:21.059Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:21.060Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:21.060Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:21.060Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:21.060Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:21.060Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:21.060Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:21.060Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:21.060Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:21.060Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:21.060Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:21.343Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:21.343Z] [2020-03-13T10:02:21.343Z] Optional Features: [2020-03-13T10:02:21.343Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:21.343Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:21.343Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:21.343Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:21.343Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-13T10:02:21.343Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:21.343Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:21.343Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:21.343Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:21.343Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:21.343Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:21.343Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:21.343Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:21.343Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:21.343Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:21.343Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:21.343Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:21.343Z] - Network Drivers: [2020-03-13T10:02:21.343Z] - "overlay": [2020-03-13T10:02:21.343Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:21.343Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:21.343Z] Optional (for encrypted networks): [2020-03-13T10:02:21.343Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-13T10:02:21.343Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-13T10:02:21.344Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:21.344Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:21.344Z] - "ipvlan": [2020-03-13T10:02:21.344Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:21.344Z] - "macvlan": [2020-03-13T10:02:21.344Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:21.344Z] - "ftp,tftp client in container": [2020-03-13T10:02:21.344Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:21.344Z] - Storage Drivers: [2020-03-13T10:02:21.344Z] - "aufs": [2020-03-13T10:02:21.344Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:21.344Z] - "btrfs": [2020-03-13T10:02:21.344Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:21.344Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:21.344Z] - "devicemapper": [2020-03-13T10:02:21.344Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:21.344Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:21.344Z] - "overlay": [2020-03-13T10:02:21.344Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:21.344Z] - "zfs": [2020-03-13T10:02:21.344Z] - /dev/zfs: missing [2020-03-13T10:02:21.344Z] - zfs command: missing [2020-03-13T10:02:21.344Z] - zpool command: missing [2020-03-13T10:02:21.344Z] [2020-03-13T10:02:21.344Z] Limits: [2020-03-13T10:02:21.344Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:21.344Z] [2020-03-13T10:02:21.344Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:21.782Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:21.782Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:21.782Z] #1 DONE 0.0s [2020-03-13T10:02:21.782Z] [2020-03-13T10:02:21.782Z] #2 [internal] load .dockerignore [2020-03-13T10:02:21.782Z] #2 DONE 0.0s [2020-03-13T10:02:21.782Z] [2020-03-13T10:02:21.782Z] #2 [internal] load .dockerignore [2020-03-13T10:02:21.782Z] #2 transferring context: 87B done [2020-03-13T10:02:21.782Z] #2 DONE 0.0s [2020-03-13T10:02:21.782Z] [2020-03-13T10:02:21.782Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:21.782Z] #1 transferring dockerfile: 17.12kB done [2020-03-13T10:02:21.782Z] #1 DONE 0.0s [2020-03-13T10:02:21.782Z] [2020-03-13T10:02:21.782Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:22.066Z] #3 DONE 0.2s [2020-03-13T10:02:22.066Z] [2020-03-13T10:02:22.066Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:22.066Z] #4 CACHED [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:22.683Z] #5 ... [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:22.683Z] #6 DONE 0.0s [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:22.683Z] #5 DONE 0.2s [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:22.683Z] #71 DONE 0.0s [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:22.683Z] #7 DONE 0.0s [2020-03-13T10:02:22.683Z] [2020-03-13T10:02:22.683Z] #20 [internal] load build context [2020-03-13T10:02:23.394Z] Still waiting to schedule task [2020-03-13T10:02:23.395Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-03-13T10:02:23.396Z] Still waiting to schedule task [2020-03-13T10:02:23.396Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2020-03-13T10:02:23.404Z] Still waiting to schedule task [2020-03-13T10:02:23.404Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0a3ddcb740e5b7f80)’ [2020-03-13T10:02:23.407Z] Still waiting to schedule task [2020-03-13T10:02:23.407Z] Waiting for next available executor on ‘azwin-2-ac3700’ [2020-03-13T10:02:23.692Z] #20 transferring context: 49.97MB 0.7s done [2020-03-13T10:02:23.692Z] #20 DONE 0.7s [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:23.692Z] #68 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:02:23.692Z] #24 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:23.692Z] #21 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:02:23.692Z] #69 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:02:23.692Z] #32 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:02:23.692Z] #11 CACHED [2020-03-13T10:02:23.692Z] [2020-03-13T10:02:23.692Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:02:23.693Z] #27 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:23.693Z] #74 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:02:23.693Z] #13 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:02:23.693Z] #16 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:23.693Z] #63 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:23.693Z] #41 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #51 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:02:23.693Z] #45 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:23.693Z] #53 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:02:23.693Z] #15 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:02:23.693Z] #55 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #57 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:02:23.693Z] #37 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:23.693Z] #38 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:02:23.693Z] #64 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:23.693Z] #65 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:02:23.693Z] #40 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #75 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #54 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:02:23.693Z] #17 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:02:23.693Z] #72 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:02:23.693Z] #10 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:23.693Z] #36 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:23.693Z] #47 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #42 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:23.693Z] #60 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:23.693Z] #58 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #39 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:23.693Z] #56 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #31 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:02:23.693Z] #62 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:02:23.693Z] #43 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:02:23.693Z] #18 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:02:23.693Z] #73 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:02:23.693Z] #35 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:02:23.693Z] #30 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:02:23.693Z] #26 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #34 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:02:23.693Z] #49 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:02:23.693Z] #14 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:23.693Z] #50 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:23.693Z] #23 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:02:23.693Z] #28 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:02:23.693Z] #46 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:02:23.693Z] #67 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:02:23.693Z] #44 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:02:23.693Z] #29 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #48 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:02:23.693Z] #8 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #61 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:02:23.693Z] #52 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:02:23.693Z] #59 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #66 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:23.693Z] #33 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:02:23.693Z] #25 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:02:23.693Z] #12 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:02:23.693Z] #9 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:02:23.693Z] #70 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:02:23.693Z] #19 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:02:23.693Z] #22 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:02:23.693Z] #76 CACHED [2020-03-13T10:02:23.693Z] [2020-03-13T10:02:23.693Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:02:24.308Z] #77 DONE 0.8s [2020-03-13T10:02:24.591Z] [2020-03-13T10:02:24.591Z] #78 exporting to image [2020-03-13T10:02:24.591Z] #78 exporting layers [2020-03-13T10:02:25.207Z] #78 exporting layers 0.6s done [2020-03-13T10:02:25.207Z] #78 writing image sha256:c13b0c22a8daa37c97e8816e704420c033fff5b6da3f19b27c960ef3f5ef22ea done [2020-03-13T10:02:25.207Z] #78 naming to docker.io/library/docker:745fa04e521f84ce09658008ae24227ca57c2f49 done [2020-03-13T10:02:25.207Z] #78 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-13T10:02:25.631Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/test/unit [2020-03-13T10:02:28.312Z] ? github.com/docker/docker/api [no test files] [2020-03-13T10:02:34.195Z] Fetching without tags [2020-03-13T10:02:34.158Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:34.163Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:34.168Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:34.186Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:34.203Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:34.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:34.204Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:34.679Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:35.608Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:35.608Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:36.460Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:34.687Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:34.691Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:35.571Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:35.598Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:35.616Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:35.620Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:36.701Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-03-13T10:02:36.868Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ac64c5649c98faa4) in /home/ubuntu/workspace/moby_PR-38788 [Pipeline] { [Pipeline] checkout [2020-03-13T10:02:36.913Z] using credential docker-jenkins-github-credentials [2020-03-13T10:02:36.921Z] Cloning the remote Git repository [2020-03-13T10:02:36.921Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:37.378Z] + docker version [2020-03-13T10:02:37.378Z] Client: [2020-03-13T10:02:37.378Z] Version: 18.06.1-ce [2020-03-13T10:02:37.378Z] API version: 1.38 [2020-03-13T10:02:37.378Z] Go version: go1.10.3 [2020-03-13T10:02:37.378Z] Git commit: e68fc7a [2020-03-13T10:02:37.378Z] Built: Tue Aug 21 17:26:10 2018 [2020-03-13T10:02:37.378Z] OS/Arch: linux/ppc64le [2020-03-13T10:02:37.378Z] Experimental: false [2020-03-13T10:02:37.378Z] [2020-03-13T10:02:37.378Z] Server: [2020-03-13T10:02:37.378Z] Engine: [2020-03-13T10:02:37.378Z] Version: 18.06.1-ce [2020-03-13T10:02:37.378Z] API version: 1.38 (minimum version 1.12) [2020-03-13T10:02:37.378Z] Go version: go1.10.3 [2020-03-13T10:02:37.378Z] Git commit: e68fc7a [2020-03-13T10:02:37.378Z] Built: Tue Aug 21 17:24:20 2018 [2020-03-13T10:02:37.378Z] OS/Arch: linux/ppc64le [2020-03-13T10:02:37.378Z] Experimental: true [Pipeline] sh [2020-03-13T10:02:37.763Z] + docker info [2020-03-13T10:02:37.763Z] Containers: 1 [2020-03-13T10:02:37.763Z] Running: 1 [2020-03-13T10:02:37.763Z] Paused: 0 [2020-03-13T10:02:37.763Z] Stopped: 0 [2020-03-13T10:02:37.764Z] Images: 14 [2020-03-13T10:02:37.764Z] Server Version: 18.06.1-ce [2020-03-13T10:02:37.764Z] Storage Driver: overlay2 [2020-03-13T10:02:37.764Z] Backing Filesystem: extfs [2020-03-13T10:02:37.764Z] Supports d_type: true [2020-03-13T10:02:37.764Z] Native Overlay Diff: true [2020-03-13T10:02:37.764Z] Logging Driver: json-file [2020-03-13T10:02:37.764Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:37.764Z] Plugins: [2020-03-13T10:02:37.764Z] Volume: local [2020-03-13T10:02:37.764Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:37.764Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-03-13T10:02:37.764Z] Swarm: inactive [2020-03-13T10:02:37.764Z] Runtimes: runc [2020-03-13T10:02:37.764Z] Default Runtime: runc [2020-03-13T10:02:37.764Z] Init Binary: docker-init [2020-03-13T10:02:37.764Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-03-13T10:02:37.764Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-03-13T10:02:37.764Z] init version: fec3683 [2020-03-13T10:02:37.764Z] Security Options: [2020-03-13T10:02:37.764Z] apparmor [2020-03-13T10:02:37.764Z] seccomp [2020-03-13T10:02:37.764Z] Profile: default [2020-03-13T10:02:37.764Z] Kernel Version: 4.4.0-139-generic [2020-03-13T10:02:37.764Z] Operating System: Ubuntu 16.04.3 LTS [2020-03-13T10:02:37.764Z] OSType: linux [2020-03-13T10:02:37.764Z] Architecture: ppc64le [2020-03-13T10:02:37.764Z] CPUs: 4 [2020-03-13T10:02:37.764Z] Total Memory: 7.972GiB [2020-03-13T10:02:37.764Z] Name: ppc64le-ubuntu-11 [2020-03-13T10:02:37.764Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-03-13T10:02:37.764Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:37.764Z] Debug Mode (client): false [2020-03-13T10:02:37.764Z] Debug Mode (server): false [2020-03-13T10:02:37.764Z] Username: dockerbuildbot [2020-03-13T10:02:37.764Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:37.764Z] Labels: [2020-03-13T10:02:37.764Z] Experimental: true [2020-03-13T10:02:37.764Z] Insecure Registries: [2020-03-13T10:02:37.764Z] 127.0.0.0/8 [2020-03-13T10:02:37.764Z] Live Restore Enabled: false [2020-03-13T10:02:37.764Z] [Pipeline] sh [2020-03-13T10:02:36.912Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:36.912Z] > git init /home/ubuntu/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:02:36.918Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:36.918Z] > git --version # timeout=10 [2020-03-13T10:02:36.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:36.922Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:38.184Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:38.184Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:38.184Z] + curl -fsSL -o /home/docker/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:38.184Z] + bash /home/docker/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:38.184Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:38.184Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-03-13T10:02:38.184Z] [2020-03-13T10:02:38.184Z] Generally Necessary: [2020-03-13T10:02:38.184Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:38.184Z] - apparmor: enabled and tools installed [2020-03-13T10:02:38.184Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:38.184Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:38.184Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:38.184Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:38.184Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:38.474Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:38.474Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:38.474Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:38.474Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-03-13T10:02:38.474Z] [2020-03-13T10:02:38.474Z] Optional Features: [2020-03-13T10:02:38.474Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:38.474Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:38.474Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:38.474Z] (cgroup swap accounting is currently enabled) [2020-03-13T10:02:38.474Z] - CONFIG_MEMCG_KMEM: enabled [2020-03-13T10:02:38.474Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:38.474Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:38.474Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:38.474Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:38.760Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:38.760Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:38.760Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:38.760Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:38.760Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:38.760Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:38.760Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:38.760Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:38.760Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:38.760Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:38.760Z] - Network Drivers: [2020-03-13T10:02:38.760Z] - "overlay": [2020-03-13T10:02:38.760Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:38.760Z] Optional (for encrypted networks): [2020-03-13T10:02:38.760Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:38.760Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:38.760Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:38.760Z] - "ipvlan": [2020-03-13T10:02:38.760Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:38.760Z] - "macvlan": [2020-03-13T10:02:38.760Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:38.760Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:38.760Z] - "ftp,tftp client in container": [2020-03-13T10:02:39.044Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:39.044Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:39.044Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:39.044Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:39.044Z] - Storage Drivers: [2020-03-13T10:02:39.044Z] - "aufs": [2020-03-13T10:02:39.044Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:39.045Z] - "btrfs": [2020-03-13T10:02:39.045Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:39.045Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:39.045Z] - "devicemapper": [2020-03-13T10:02:39.045Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:39.045Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:39.045Z] - "overlay": [2020-03-13T10:02:39.045Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:39.045Z] - "zfs": [2020-03-13T10:02:39.045Z] - /dev/zfs: missing [2020-03-13T10:02:39.045Z] - zfs command: missing [2020-03-13T10:02:39.045Z] - zpool command: missing [2020-03-13T10:02:39.045Z] [2020-03-13T10:02:39.045Z] Limits: [2020-03-13T10:02:39.045Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:39.045Z] [2020-03-13T10:02:39.045Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:39.197Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0a3ddcb740e5b7f80) in /home/ubuntu/workspace/moby_PR-38788 [Pipeline] { [Pipeline] checkout [2020-03-13T10:02:39.273Z] using credential docker-jenkins-github-credentials [2020-03-13T10:02:39.282Z] Cloning the remote Git repository [2020-03-13T10:02:39.282Z] Cloning with configured refspecs honoured and without tags [2020-03-13T10:02:39.488Z] + make bundles/buildx [2020-03-13T10:02:40.109Z] make: command: Command not found [2020-03-13T10:02:40.109Z] make: command: Command not found [2020-03-13T10:02:40.109Z] mkdir bundles [2020-03-13T10:02:40.109Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-03-13T10:02:40.109Z] --build-arg BUILDX_COMMIT \ [2020-03-13T10:02:40.109Z] --build-arg BUILDX_REPO \ [2020-03-13T10:02:40.109Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-03-13T10:02:40.109Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-03-13T10:02:40.109Z] . [2020-03-13T10:02:40.109Z] /bin/sh: 4: go: not found [2020-03-13T10:02:40.109Z] /bin/sh: 5: go: not found [2020-03-13T10:02:40.229Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-010fb36795ffb0e38) in /home/ubuntu/workspace/moby_PR-38788 [Pipeline] { [Pipeline] checkout [2020-03-13T10:02:39.286Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:39.286Z] > git init /home/ubuntu/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:02:39.293Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:39.293Z] > git --version # timeout=10 [2020-03-13T10:02:39.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:39.307Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:40.329Z] using credential docker-jenkins-github-credentials [2020-03-13T10:02:40.338Z] Cloning the remote Git repository [2020-03-13T10:02:40.338Z] Cloning with configured refspecs honoured and without tags [2020-03-13T10:02:40.339Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:40.339Z] > git init /home/ubuntu/workspace/moby_PR-38788 # timeout=10 [2020-03-13T10:02:40.354Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:40.355Z] > git --version # timeout=10 [2020-03-13T10:02:40.357Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:40.357Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:41.784Z] Running on azwin-2-ac3700 in d:\jenkins\workspace\moby_PR-38788 [Pipeline] { [Pipeline] ws [2020-03-13T10:02:41.805Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-03-13T10:02:42.103Z] using credential docker-jenkins-github-credentials [2020-03-13T10:02:42.178Z] Cloning the remote Git repository [2020-03-13T10:02:42.178Z] Cloning with configured refspecs honoured and without tags [2020-03-13T10:02:42.844Z] Sending build context to Docker daemon 54.59MB [2020-03-13T10:02:42.844Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-03-13T10:02:42.844Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-03-13T10:02:42.844Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-03-13T10:02:42.844Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-03-13T10:02:42.844Z] ---> ebd73b5ebd31 [2020-03-13T10:02:42.844Z] Step 5/16 : ARG BUILDX_REPO [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 804d31eca4ca [2020-03-13T10:02:42.844Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 82f39ded9619 [2020-03-13T10:02:42.844Z] Step 7/16 : WORKDIR /buildx [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 27d408a876ec [2020-03-13T10:02:42.844Z] Step 8/16 : ARG BUILDX_COMMIT [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 535e08db80e3 [2020-03-13T10:02:42.844Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> f8ba046ece4f [2020-03-13T10:02:42.844Z] Step 10/16 : RUN go mod download [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> f2b384be370e [2020-03-13T10:02:42.844Z] Step 11/16 : ARG GOOS [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 32592137a47e [2020-03-13T10:02:42.844Z] Step 12/16 : ARG GOARCH [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> cf604650c5f7 [2020-03-13T10:02:42.844Z] Step 13/16 : 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 -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> b906c7a20361 [2020-03-13T10:02:42.844Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-03-13T10:02:42.844Z] ---> ebd73b5ebd31 [2020-03-13T10:02:42.844Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 422e630c1a63 [2020-03-13T10:02:42.844Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-03-13T10:02:42.844Z] ---> Using cache [2020-03-13T10:02:42.844Z] ---> 0812213e11da [2020-03-13T10:02:42.844Z] Successfully built 0812213e11da [2020-03-13T10:02:42.844Z] Successfully tagged moby-buildx:latest [2020-03-13T10:02:42.844Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-03-13T10:02:42.844Z] if [ -n "${id}" ]; then \ [2020-03-13T10:02:42.844Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-03-13T10:02:42.844Z] && touch bundles/buildx; \ [2020-03-13T10:02:42.844Z] docker rm -f ${id}; \ [2020-03-13T10:02:42.844Z] fi [2020-03-13T10:02:42.207Z] Cloning repository https://github.com/moby/moby.git [2020-03-13T10:02:42.207Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-03-13T10:02:42.282Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:42.282Z] > git --version # timeout=10 [2020-03-13T10:02:42.339Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:42.340Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:43.465Z] 96b1b19caa2ba5aefb35b7736bb2a9f14d6feeb60fedae46c5694b2d7ac4a847 [2020-03-13T10:02:43.465Z] bundles/buildx version [2020-03-13T10:02:43.465Z] buildx v0.3.1 6db68d0 [2020-03-13T10:02:43.465Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:43.749Z] #1 [internal] load .dockerignore [2020-03-13T10:02:43.749Z] #1 transferring context: 87B done [2020-03-13T10:02:43.749Z] #1 DONE 0.0s [2020-03-13T10:02:43.749Z] [2020-03-13T10:02:43.749Z] #2 [internal] load build definition from Dockerfile [2020-03-13T10:02:43.749Z] #2 transferring dockerfile: 17.11kB done [2020-03-13T10:02:43.749Z] #2 DONE 0.0s [2020-03-13T10:02:43.749Z] [2020-03-13T10:02:43.749Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:44.034Z] #3 DONE 0.3s [2020-03-13T10:02:44.034Z] [2020-03-13T10:02:44.034Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:44.034Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-03-13T10:02:44.034Z] #4 CACHED [2020-03-13T10:02:44.034Z] [2020-03-13T10:02:44.034Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:44.034Z] #6 DONE 0.0s [2020-03-13T10:02:44.034Z] [2020-03-13T10:02:44.034Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:44.324Z] #5 DONE 0.2s [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:44.324Z] #7 resolve docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca done [2020-03-13T10:02:44.324Z] #7 DONE 0.0s [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:02:44.324Z] #8 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:02:44.324Z] #29 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:02:44.324Z] #9 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:02:44.324Z] #30 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:44.324Z] #71 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e done [2020-03-13T10:02:44.324Z] #71 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:02:44.324Z] #18 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:02:44.324Z] #10 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:02:44.324Z] #11 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:02:44.324Z] #15 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:02:44.324Z] #17 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:02:44.324Z] #14 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:02:44.324Z] #12 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:02:44.324Z] #16 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:02:44.324Z] #13 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:02:44.324Z] #19 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:02:44.324Z] #40 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:02:44.324Z] #43 CACHED [2020-03-13T10:02:44.324Z] [2020-03-13T10:02:44.324Z] #20 [internal] load build context [2020-03-13T10:02:48.849Z] #20 transferring context: 41.79MB 4.3s [2020-03-13T10:02:48.849Z] #20 transferring context: 49.97MB 4.7s done [2020-03-13T10:02:49.140Z] #20 DONE 4.7s [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:02:49.140Z] #25 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:02:49.140Z] #26 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:02:49.140Z] #27 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:02:49.140Z] #46 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #21 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:49.140Z] #21 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:49.140Z] #47 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:02:49.140Z] #73 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:49.140Z] #74 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:02:49.140Z] #22 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:02:49.140Z] #52 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:02:49.140Z] #55 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:02:49.140Z] #49 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:49.140Z] #56 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:49.140Z] #50 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:02:49.140Z] #32 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:49.140Z] #33 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:02:49.140Z] #35 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:49.140Z] #36 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:02:49.140Z] #37 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:49.140Z] #38 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:49.140Z] #63 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:02:49.140Z] #62 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:02:49.140Z] #64 CACHED [2020-03-13T10:02:49.140Z] [2020-03-13T10:02:49.140Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:49.141Z] #68 CACHED [2020-03-13T10:02:49.141Z] [2020-03-13T10:02:49.141Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:02:49.141Z] #67 CACHED [2020-03-13T10:02:49.141Z] [2020-03-13T10:02:49.141Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:02:49.141Z] #69 CACHED [2020-03-13T10:02:49.141Z] [2020-03-13T10:02:49.141Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:49.141Z] #58 CACHED [2020-03-13T10:02:49.141Z] [2020-03-13T10:02:49.141Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:02:49.141Z] #59 CACHED [2020-03-13T10:02:49.141Z] [2020-03-13T10:02:49.141Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:49.432Z] #65 0.374 + RM_GOPATH=0 [2020-03-13T10:02:49.432Z] #65 0.375 + TMP_GOPATH= [2020-03-13T10:02:49.432Z] #65 0.375 + : /build [2020-03-13T10:02:49.432Z] #65 0.375 + '[' -z '' ']' [2020-03-13T10:02:49.432Z] #65 0.378 ++ mktemp -d [2020-03-13T10:02:49.432Z] #65 0.386 + export GOPATH=/tmp/tmp.3ciLpGa83J [2020-03-13T10:02:49.432Z] #65 0.386 + GOPATH=/tmp/tmp.3ciLpGa83J [2020-03-13T10:02:49.432Z] #65 0.386 + RM_GOPATH=1 [2020-03-13T10:02:49.432Z] #65 0.388 ++ dirname ./install.sh [2020-03-13T10:02:49.432Z] #65 0.411 + dir=. [2020-03-13T10:02:49.432Z] #65 0.411 + bin=containerd [2020-03-13T10:02:49.432Z] #65 0.412 + shift [2020-03-13T10:02:49.432Z] #65 0.412 + '[' '!' -f ./containerd.installer ']' [2020-03-13T10:02:49.432Z] #65 0.419 + . ./containerd.installer [2020-03-13T10:02:49.432Z] #65 0.419 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-13T10:02:49.432Z] #65 0.419 + install_containerd [2020-03-13T10:02:49.432Z] #65 0.419 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-03-13T10:02:49.432Z] #65 0.419 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3ciLpGa83J/src/github.com/containerd/containerd [2020-03-13T10:02:49.432Z] #65 0.416 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-13T10:02:49.432Z] #65 0.421 Cloning into '/tmp/tmp.3ciLpGa83J/src/github.com/containerd/containerd'... [2020-03-13T10:02:49.685Z] Fetching without tags [2020-03-13T10:02:49.904Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:50.381Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:50.382Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:50.784Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:49.653Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:49.658Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:49.661Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:49.669Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:49.674Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:49.674Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:49.675Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:49.894Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:49.899Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:50.350Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:50.364Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:50.371Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:50.376Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:51.588Z] + docker version [2020-03-13T10:02:51.588Z] Client: Docker Engine - Community [2020-03-13T10:02:51.588Z] Version: 19.03.5 [2020-03-13T10:02:51.588Z] API version: 1.40 [2020-03-13T10:02:51.588Z] Go version: go1.12.12 [2020-03-13T10:02:51.588Z] Git commit: 633a0ea838 [2020-03-13T10:02:51.588Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-13T10:02:51.588Z] OS/Arch: linux/amd64 [2020-03-13T10:02:51.588Z] Experimental: false [2020-03-13T10:02:51.588Z] [2020-03-13T10:02:51.588Z] Server: Docker Engine - Community [2020-03-13T10:02:51.588Z] Engine: [2020-03-13T10:02:51.588Z] Version: 19.03.5 [2020-03-13T10:02:51.588Z] API version: 1.40 (minimum version 1.12) [2020-03-13T10:02:51.588Z] Go version: go1.12.12 [2020-03-13T10:02:51.588Z] Git commit: 633a0ea838 [2020-03-13T10:02:51.588Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-13T10:02:51.588Z] OS/Arch: linux/amd64 [2020-03-13T10:02:51.588Z] Experimental: true [2020-03-13T10:02:51.588Z] containerd: [2020-03-13T10:02:51.588Z] Version: 1.2.10 [2020-03-13T10:02:51.588Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:51.588Z] runc: [2020-03-13T10:02:51.588Z] Version: 1.0.0-rc8+dev [2020-03-13T10:02:51.588Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:51.588Z] docker-init: [2020-03-13T10:02:51.588Z] Version: 0.18.0 [2020-03-13T10:02:51.588Z] GitCommit: fec3683 [Pipeline] sh [2020-03-13T10:02:51.869Z] + docker info [2020-03-13T10:02:51.869Z] Client: [2020-03-13T10:02:51.869Z] Debug Mode: false [2020-03-13T10:02:51.869Z] [2020-03-13T10:02:51.869Z] Server: [2020-03-13T10:02:51.869Z] Containers: 0 [2020-03-13T10:02:51.869Z] Running: 0 [2020-03-13T10:02:51.869Z] Paused: 0 [2020-03-13T10:02:51.869Z] Stopped: 0 [2020-03-13T10:02:51.869Z] Images: 3 [2020-03-13T10:02:51.869Z] Server Version: 19.03.5 [2020-03-13T10:02:51.869Z] Storage Driver: overlay2 [2020-03-13T10:02:51.869Z] Backing Filesystem: extfs [2020-03-13T10:02:51.869Z] Supports d_type: true [2020-03-13T10:02:51.869Z] Native Overlay Diff: true [2020-03-13T10:02:51.869Z] Logging Driver: json-file [2020-03-13T10:02:51.869Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:51.869Z] Plugins: [2020-03-13T10:02:51.869Z] Volume: local [2020-03-13T10:02:51.869Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:51.869Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-13T10:02:51.869Z] Swarm: inactive [2020-03-13T10:02:51.869Z] Runtimes: runc [2020-03-13T10:02:51.869Z] Default Runtime: runc [2020-03-13T10:02:51.869Z] Init Binary: docker-init [2020-03-13T10:02:51.869Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:51.869Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:51.869Z] init version: fec3683 [2020-03-13T10:02:51.869Z] Security Options: [2020-03-13T10:02:51.869Z] apparmor [2020-03-13T10:02:51.869Z] seccomp [2020-03-13T10:02:51.869Z] Profile: default [2020-03-13T10:02:51.869Z] Kernel Version: 4.15.0-1058-aws [2020-03-13T10:02:51.869Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-13T10:02:51.869Z] OSType: linux [2020-03-13T10:02:51.869Z] Architecture: x86_64 [2020-03-13T10:02:51.869Z] CPUs: 2 [2020-03-13T10:02:51.869Z] Total Memory: 7.501GiB [2020-03-13T10:02:51.869Z] Name: ip-10-100-50-196 [2020-03-13T10:02:51.869Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-13T10:02:51.869Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:51.869Z] Debug Mode: false [2020-03-13T10:02:51.869Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:51.869Z] Labels: [2020-03-13T10:02:51.869Z] Experimental: true [2020-03-13T10:02:51.869Z] Insecure Registries: [2020-03-13T10:02:51.869Z] 127.0.0.0/8 [2020-03-13T10:02:51.869Z] Live Restore Enabled: true [2020-03-13T10:02:51.869Z] [2020-03-13T10:02:51.869Z] WARNING: No swap limit support [Pipeline] sh [2020-03-13T10:02:52.150Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:52.150Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:52.150Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:52.150Z] + bash /home/ubuntu/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:52.150Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:52.150Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-13T10:02:52.150Z] [2020-03-13T10:02:52.150Z] Generally Necessary: [2020-03-13T10:02:52.150Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:52.150Z] - apparmor: enabled and tools installed [2020-03-13T10:02:52.150Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:52.150Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:52.150Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:52.150Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:52.150Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:52.150Z] [2020-03-13T10:02:52.150Z] Optional Features: [2020-03-13T10:02:52.150Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:52.150Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:52.150Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:52.150Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:52.151Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-13T10:02:52.151Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-13T10:02:52.151Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:52.151Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:52.151Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:52.151Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:52.151Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:52.151Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:52.151Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:52.151Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:52.151Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:52.151Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:52.151Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:52.151Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:52.151Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:52.151Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:52.151Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:52.407Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:52.407Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:52.407Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:52.407Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:52.407Z] - Network Drivers: [2020-03-13T10:02:52.407Z] - "overlay": [2020-03-13T10:02:52.407Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:52.407Z] Optional (for encrypted networks): [2020-03-13T10:02:52.407Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:52.407Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-13T10:02:52.407Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-13T10:02:52.407Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-13T10:02:52.407Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-13T10:02:52.407Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:52.407Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:52.407Z] - "ipvlan": [2020-03-13T10:02:52.407Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:52.407Z] - "macvlan": [2020-03-13T10:02:52.407Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:52.407Z] - "ftp,tftp client in container": [2020-03-13T10:02:52.407Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:52.407Z] - Storage Drivers: [2020-03-13T10:02:52.407Z] - "aufs": [2020-03-13T10:02:52.407Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:52.407Z] - "btrfs": [2020-03-13T10:02:52.407Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:52.407Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:52.407Z] - "devicemapper": [2020-03-13T10:02:52.407Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:52.407Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:52.407Z] - "overlay": [2020-03-13T10:02:52.407Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:52.407Z] - "zfs": [2020-03-13T10:02:52.407Z] - /dev/zfs: missing [2020-03-13T10:02:52.407Z] - zfs command: missing [2020-03-13T10:02:52.407Z] - zpool command: missing [2020-03-13T10:02:52.407Z] [2020-03-13T10:02:52.407Z] Limits: [2020-03-13T10:02:52.407Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:52.407Z] [2020-03-13T10:02:52.407Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:52.735Z] + sudo modprobe ip_vs [2020-03-13T10:02:52.735Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:52.736Z] #2 [internal] load .dockerignore [2020-03-13T10:02:52.736Z] #2 transferring context: 87B done [2020-03-13T10:02:52.736Z] #2 DONE 0.0s [2020-03-13T10:02:52.736Z] [2020-03-13T10:02:52.736Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:52.736Z] #1 transferring dockerfile: 17.12kB done [2020-03-13T10:02:52.736Z] #1 DONE 0.0s [2020-03-13T10:02:52.736Z] [2020-03-13T10:02:52.736Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:53.000Z] #3 DONE 0.1s [2020-03-13T10:02:53.000Z] [2020-03-13T10:02:53.000Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:53.000Z] #4 CACHED [2020-03-13T10:02:53.237Z] Fetching without tags [2020-03-13T10:02:53.487Z] Fetching without tags [2020-03-13T10:02:53.523Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:53.563Z] [2020-03-13T10:02:53.563Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:53.563Z] #5 DONE 0.1s [2020-03-13T10:02:53.563Z] [2020-03-13T10:02:53.563Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:53.563Z] #6 DONE 0.0s [2020-03-13T10:02:53.563Z] [2020-03-13T10:02:53.563Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:53.563Z] #71 DONE 0.0s [2020-03-13T10:02:53.563Z] [2020-03-13T10:02:53.563Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:53.563Z] #7 DONE 0.0s [2020-03-13T10:02:53.563Z] [2020-03-13T10:02:53.563Z] #20 [internal] load build context [2020-03-13T10:02:53.893Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:54.060Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:54.061Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:53.214Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:53.222Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:53.225Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:53.231Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:53.279Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:53.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:53.280Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:53.524Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:53.534Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:54.035Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:54.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:54.103Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:54.106Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:54.575Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:54.783Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:02:54.784Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:02:54.945Z] #20 transferring context: 49.97MB 1.2s done [2020-03-13T10:02:54.945Z] #20 DONE 1.2s [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:54.945Z] #58 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:02:54.945Z] #10 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:02:54.945Z] #28 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:02:54.945Z] #64 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #61 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:54.945Z] #33 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:54.945Z] #38 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #57 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:54.945Z] #63 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:54.945Z] #60 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #51 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:02:54.945Z] #45 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:54.945Z] #47 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:02:54.945Z] #26 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #39 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:02:54.945Z] #72 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:02:54.945Z] #52 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #75 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:02:54.945Z] #42 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:54.945Z] #41 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:02:54.945Z] #18 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.945Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:02:54.945Z] #69 CACHED [2020-03-13T10:02:54.945Z] [2020-03-13T10:02:54.946Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:02:54.946Z] #14 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #70 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:02:54.946Z] #13 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:54.946Z] #36 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:02:54.946Z] #17 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:02:54.946Z] #43 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:54.946Z] #50 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:54.946Z] #21 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:02:54.946Z] #67 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #31 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:54.946Z] #23 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:02:54.946Z] #62 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:02:54.946Z] #32 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:02:54.946Z] #12 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:02:54.946Z] #8 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:02:54.946Z] #16 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:02:54.946Z] #49 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:02:54.946Z] #29 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #54 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:54.946Z] #68 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:02:54.946Z] #73 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:02:54.946Z] #40 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:02:54.946Z] #11 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:02:54.946Z] #46 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #48 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:54.946Z] #65 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:54.946Z] #74 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #34 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:02:54.946Z] #30 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:02:54.946Z] #15 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:02:54.946Z] #19 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:02:54.946Z] #44 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:54.946Z] #56 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:02:54.946Z] #35 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:02:54.946Z] #24 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:02:54.946Z] #22 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:02:54.946Z] #9 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:02:54.946Z] #37 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:02:54.946Z] #27 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:02:54.946Z] #59 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:02:54.946Z] #66 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:02:54.946Z] #55 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:54.946Z] #53 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:02:54.946Z] #25 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:02:54.946Z] #76 CACHED [2020-03-13T10:02:54.946Z] [2020-03-13T10:02:54.946Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:02:55.006Z] #65 ... [2020-03-13T10:02:55.006Z] [2020-03-13T10:02:55.006Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:55.006Z] #41 0.324 + git clone https://github.com/docker/distribution.git . [2020-03-13T10:02:55.006Z] #41 0.324 Cloning into '.'... [2020-03-13T10:02:55.006Z] #41 ... [2020-03-13T10:02:55.006Z] [2020-03-13T10:02:55.006Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:02:55.006Z] #44 1.120 Note: Building without setproctitle() and strlcpy() support. [2020-03-13T10:02:55.006Z] #44 1.120 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-03-13T10:02:55.006Z] #44 1.139 Note: Building without GnuTLS support [2020-03-13T10:02:55.006Z] #44 2.434 fatal: not a git repository (or any of the parent directories): .git [2020-03-13T10:02:55.006Z] #44 2.454 GEN .gitid [2020-03-13T10:02:55.006Z] #44 2.467 GEN criu/include/version.h [2020-03-13T10:02:55.006Z] #44 2.488 GEN include/common/asm [2020-03-13T10:02:55.006Z] #44 4.296 PBCC images/google/protobuf/descriptor.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.394 PBCC images/opts.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.415 PBCC images/sit.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.446 DEP images/google/protobuf/descriptor.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.496 DEP images/opts.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.530 DEP images/sit.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.573 PBCC images/macvlan.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.597 DEP images/macvlan.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.659 PBCC images/autofs.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.676 DEP images/autofs.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.713 PBCC images/sysctl.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.745 DEP images/sysctl.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.825 PBCC images/time.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.859 DEP images/time.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.954 PBCC images/binfmt-misc.pb-c.c [2020-03-13T10:02:55.006Z] #44 4.968 DEP images/binfmt-misc.pb-c.d [2020-03-13T10:02:55.006Z] #44 4.989 PBCC images/seccomp.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.002 DEP images/seccomp.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.035 PBCC images/userns.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.074 DEP images/userns.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.151 PBCC images/cgroup.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.175 DEP images/cgroup.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.204 PBCC images/fown.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.216 PBCC images/ext-file.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.228 DEP images/fown.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.255 DEP images/ext-file.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.279 PBCC images/rpc.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.325 DEP images/rpc.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.374 PBCC images/siginfo.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.388 DEP images/siginfo.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.414 PBCC images/pagemap.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.438 DEP images/pagemap.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.476 PBCC images/rlimit.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.489 DEP images/rlimit.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.512 PBCC images/file-lock.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.521 DEP images/file-lock.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.543 PBCC images/tty.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.590 DEP images/tty.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.650 PBCC images/tun.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.685 PBCC images/netdev.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.765 DEP images/tun.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.814 DEP images/netdev.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.860 PBCC images/vma.pb-c.c [2020-03-13T10:02:55.006Z] #44 5.904 DEP images/vma.pb-c.d [2020-03-13T10:02:55.006Z] #44 5.973 PBCC images/creds.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.006 DEP images/creds.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.082 PBCC images/utsns.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.108 DEP images/utsns.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.164 PBCC images/ipc-desc.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.238 PBCC images/ipc-sem.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.268 DEP images/ipc-desc.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.341 DEP images/ipc-sem.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.393 PBCC images/ipc-msg.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.428 DEP images/ipc-msg.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.503 PBCC images/ipc-shm.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.536 DEP images/ipc-shm.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.602 PBCC images/ipc-var.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.637 DEP images/ipc-var.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.715 PBCC images/sk-opts.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.741 PBCC images/packet-sock.pb-c.c [2020-03-13T10:02:55.006Z] #44 6.800 DEP images/sk-opts.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.868 DEP images/packet-sock.pb-c.d [2020-03-13T10:02:55.006Z] #44 6.970 PBCC images/sk-netlink.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.032 DEP images/sk-netlink.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.083 PBCC images/sk-inet.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.161 DEP images/sk-inet.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.241 PBCC images/sk-unix.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.318 DEP images/sk-unix.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.392 PBCC images/mm.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.482 DEP images/mm.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.574 PBCC images/timerfd.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.646 DEP images/timerfd.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.701 PBCC images/timer.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.735 DEP images/timer.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.799 PBCC images/sa.pb-c.c [2020-03-13T10:02:55.006Z] #44 7.882 DEP images/sa.pb-c.d [2020-03-13T10:02:55.006Z] #44 7.999 PBCC images/pipe-data.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.017 DEP images/pipe-data.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.052 PBCC images/mnt.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.088 DEP images/mnt.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.121 PBCC images/sk-packet.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.137 DEP images/sk-packet.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.165 PBCC images/tcp-stream.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.199 DEP images/tcp-stream.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.227 PBCC images/pipe.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.260 DEP images/pipe.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.289 PBCC images/pstree.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.305 DEP images/pstree.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.361 PBCC images/fs.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.382 DEP images/fs.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.410 PBCC images/signalfd.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.461 DEP images/signalfd.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.504 PBCC images/fh.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.550 PBCC images/fsnotify.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.626 DEP images/fh.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.710 DEP images/fsnotify.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.773 PBCC images/eventpoll.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.804 DEP images/eventpoll.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.854 PBCC images/eventfd.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.881 DEP images/eventfd.pb-c.d [2020-03-13T10:02:55.006Z] #44 8.930 PBCC images/remap-file-path.pb-c.c [2020-03-13T10:02:55.006Z] #44 8.951 DEP images/remap-file-path.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.004 PBCC images/fifo.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.026 DEP images/fifo.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.064 PBCC images/ghost-file.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.155 DEP images/ghost-file.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.250 PBCC images/regfile.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.316 DEP images/regfile.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.405 PBCC images/ns.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.431 DEP images/ns.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.523 PBCC images/fdinfo.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.620 DEP images/fdinfo.pb-c.d [2020-03-13T10:02:55.006Z] #44 9.678 PBCC images/core-aarch64.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.801 PBCC images/core-arm.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.845 PBCC images/core-ppc64.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.909 PBCC images/core-s390.pb-c.c [2020-03-13T10:02:55.006Z] #44 9.983 PBCC images/core-x86.pb-c.c [2020-03-13T10:02:55.006Z] #44 10.08 PBCC images/core.pb-c.c [2020-03-13T10:02:55.006Z] #44 10.17 PBCC images/inventory.pb-c.c [2020-03-13T10:02:55.006Z] #44 10.29 DEP images/core-aarch64.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.35 DEP images/core-arm.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.42 DEP images/core-ppc64.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.51 DEP images/core-s390.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.57 DEP images/core-x86.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.65 DEP images/core.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.72 DEP images/inventory.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.77 PBCC images/cpuinfo.pb-c.c [2020-03-13T10:02:55.006Z] #44 10.79 DEP images/cpuinfo.pb-c.d [2020-03-13T10:02:55.006Z] #44 10.85 PBCC images/stats.pb-c.c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:53.460Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:53.467Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:02:53.474Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:53.483Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:02:53.491Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:02:53.491Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:02:53.492Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:02:53.897Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:53.902Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:54.754Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:02:54.768Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-13T10:02:54.787Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:02:54.792Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:02:55.297Z] #44 10.88 DEP images/stats.pb-c.d [2020-03-13T10:02:55.469Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:02:55.475Z] + docker version [2020-03-13T10:02:55.475Z] Client: Docker Engine - Community [2020-03-13T10:02:55.475Z] Version: 19.03.5 [2020-03-13T10:02:55.475Z] API version: 1.40 [2020-03-13T10:02:55.475Z] Go version: go1.12.12 [2020-03-13T10:02:55.475Z] Git commit: 633a0ea838 [2020-03-13T10:02:55.475Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-13T10:02:55.475Z] OS/Arch: linux/amd64 [2020-03-13T10:02:55.475Z] Experimental: false [2020-03-13T10:02:55.475Z] [2020-03-13T10:02:55.475Z] Server: Docker Engine - Community [2020-03-13T10:02:55.475Z] Engine: [2020-03-13T10:02:55.475Z] Version: 19.03.5 [2020-03-13T10:02:55.475Z] API version: 1.40 (minimum version 1.12) [2020-03-13T10:02:55.475Z] Go version: go1.12.12 [2020-03-13T10:02:55.475Z] Git commit: 633a0ea838 [2020-03-13T10:02:55.475Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-13T10:02:55.475Z] OS/Arch: linux/amd64 [2020-03-13T10:02:55.475Z] Experimental: true [2020-03-13T10:02:55.475Z] containerd: [2020-03-13T10:02:55.475Z] Version: 1.2.10 [2020-03-13T10:02:55.475Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:55.475Z] runc: [2020-03-13T10:02:55.475Z] Version: 1.0.0-rc8+dev [2020-03-13T10:02:55.475Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:55.475Z] docker-init: [2020-03-13T10:02:55.475Z] Version: 0.18.0 [2020-03-13T10:02:55.475Z] GitCommit: fec3683 [Pipeline] sh [2020-03-13T10:02:55.590Z] #44 ... [2020-03-13T10:02:55.591Z] [2020-03-13T10:02:55.591Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:55.836Z] + docker info [2020-03-13T10:02:55.836Z] Client: [2020-03-13T10:02:55.836Z] Debug Mode: false [2020-03-13T10:02:55.836Z] [2020-03-13T10:02:55.836Z] Server: [2020-03-13T10:02:55.836Z] Containers: 0 [2020-03-13T10:02:55.836Z] Running: 0 [2020-03-13T10:02:55.836Z] Paused: 0 [2020-03-13T10:02:55.836Z] Stopped: 0 [2020-03-13T10:02:55.836Z] Images: 5 [2020-03-13T10:02:55.836Z] Server Version: 19.03.5 [2020-03-13T10:02:55.836Z] Storage Driver: overlay2 [2020-03-13T10:02:55.836Z] Backing Filesystem: extfs [2020-03-13T10:02:55.836Z] Supports d_type: true [2020-03-13T10:02:55.836Z] Native Overlay Diff: true [2020-03-13T10:02:55.836Z] Logging Driver: json-file [2020-03-13T10:02:55.836Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:55.836Z] Plugins: [2020-03-13T10:02:55.836Z] Volume: local [2020-03-13T10:02:55.836Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:55.836Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-13T10:02:55.836Z] Swarm: inactive [2020-03-13T10:02:55.836Z] Runtimes: runc [2020-03-13T10:02:55.836Z] Default Runtime: runc [2020-03-13T10:02:55.836Z] Init Binary: docker-init [2020-03-13T10:02:55.836Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:55.836Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:55.836Z] init version: fec3683 [2020-03-13T10:02:55.836Z] Security Options: [2020-03-13T10:02:55.836Z] apparmor [2020-03-13T10:02:55.836Z] seccomp [2020-03-13T10:02:55.836Z] Profile: default [2020-03-13T10:02:55.836Z] Kernel Version: 4.15.0-1058-aws [2020-03-13T10:02:55.836Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-13T10:02:55.836Z] OSType: linux [2020-03-13T10:02:55.836Z] Architecture: x86_64 [2020-03-13T10:02:55.836Z] CPUs: 2 [2020-03-13T10:02:55.836Z] Total Memory: 7.501GiB [2020-03-13T10:02:55.836Z] Name: ip-10-100-64-186 [2020-03-13T10:02:55.836Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-13T10:02:55.836Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:55.836Z] Debug Mode: false [2020-03-13T10:02:55.836Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:55.836Z] Labels: [2020-03-13T10:02:55.836Z] Experimental: true [2020-03-13T10:02:55.836Z] Insecure Registries: [2020-03-13T10:02:55.836Z] 127.0.0.0/8 [2020-03-13T10:02:55.836Z] Live Restore Enabled: true [2020-03-13T10:02:55.836Z] [2020-03-13T10:02:55.836Z] WARNING: No swap limit support [Pipeline] sh [2020-03-13T10:02:55.876Z] #77 DONE 1.0s [2020-03-13T10:02:55.876Z] [2020-03-13T10:02:55.876Z] #78 exporting to image [2020-03-13T10:02:55.876Z] #78 exporting layers [2020-03-13T10:02:55.885Z] #41 11.43 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:02:56.195Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:56.195Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:56.195Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:56.195Z] + bash /home/ubuntu/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:56.195Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:56.195Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-13T10:02:56.195Z] [2020-03-13T10:02:56.195Z] Generally Necessary: [2020-03-13T10:02:56.195Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:56.195Z] - apparmor: enabled and tools installed [2020-03-13T10:02:56.195Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:56.195Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:56.195Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:56.195Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:56.302Z] + docker version [2020-03-13T10:02:56.302Z] Client: Docker Engine - Community [2020-03-13T10:02:56.302Z] Version: 19.03.5 [2020-03-13T10:02:56.302Z] API version: 1.40 [2020-03-13T10:02:56.302Z] Go version: go1.12.12 [2020-03-13T10:02:56.302Z] Git commit: 633a0ea [2020-03-13T10:02:56.302Z] Built: Wed Nov 13 07:27:53 2019 [2020-03-13T10:02:56.302Z] OS/Arch: linux/arm64 [2020-03-13T10:02:56.302Z] Experimental: false [2020-03-13T10:02:56.302Z] [2020-03-13T10:02:56.303Z] Server: Docker Engine - Community [2020-03-13T10:02:56.303Z] Engine: [2020-03-13T10:02:56.303Z] Version: 19.03.5 [2020-03-13T10:02:56.303Z] API version: 1.40 (minimum version 1.12) [2020-03-13T10:02:56.303Z] Go version: go1.12.12 [2020-03-13T10:02:56.303Z] Git commit: 633a0ea [2020-03-13T10:02:56.303Z] Built: Wed Nov 13 07:26:25 2019 [2020-03-13T10:02:56.303Z] OS/Arch: linux/arm64 [2020-03-13T10:02:56.303Z] Experimental: true [2020-03-13T10:02:56.303Z] containerd: [2020-03-13T10:02:56.303Z] Version: 1.2.10 [2020-03-13T10:02:56.303Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:56.303Z] runc: [2020-03-13T10:02:56.303Z] Version: 1.0.0-rc8+dev [2020-03-13T10:02:56.303Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:56.303Z] docker-init: [2020-03-13T10:02:56.303Z] Version: 0.18.0 [2020-03-13T10:02:56.303Z] GitCommit: fec3683 [Pipeline] sh [2020-03-13T10:02:56.450Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:56.450Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:56.450Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:56.450Z] [2020-03-13T10:02:56.450Z] Optional Features: [2020-03-13T10:02:56.450Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:56.450Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:56.450Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:56.450Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:56.450Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:56.450Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-13T10:02:56.450Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-13T10:02:56.450Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:56.450Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:56.450Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:56.450Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:56.450Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:56.450Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:56.450Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:56.450Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:56.450Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:56.450Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:56.450Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:56.450Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:56.450Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:56.450Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:56.450Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:56.450Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:56.450Z] - Network Drivers: [2020-03-13T10:02:56.450Z] - "overlay": [2020-03-13T10:02:56.450Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:56.450Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:56.450Z] Optional (for encrypted networks): [2020-03-13T10:02:56.592Z] + docker info [2020-03-13T10:02:56.704Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:56.704Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-13T10:02:56.704Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-13T10:02:56.704Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-13T10:02:56.704Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-13T10:02:56.704Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:56.704Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:56.704Z] - "ipvlan": [2020-03-13T10:02:56.704Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:56.704Z] - "macvlan": [2020-03-13T10:02:56.704Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:56.704Z] - "ftp,tftp client in container": [2020-03-13T10:02:56.704Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:56.704Z] - Storage Drivers: [2020-03-13T10:02:56.704Z] - "aufs": [2020-03-13T10:02:56.704Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:56.704Z] - "btrfs": [2020-03-13T10:02:56.704Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:56.704Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:56.704Z] - "devicemapper": [2020-03-13T10:02:56.704Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:56.704Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:56.704Z] - "overlay": [2020-03-13T10:02:56.704Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:56.704Z] - "zfs": [2020-03-13T10:02:56.704Z] - /dev/zfs: missing [2020-03-13T10:02:56.704Z] - zfs command: missing [2020-03-13T10:02:56.704Z] - zpool command: missing [2020-03-13T10:02:56.704Z] [2020-03-13T10:02:56.704Z] Limits: [2020-03-13T10:02:56.704Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:56.704Z] [2020-03-13T10:02:56.704Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:56.807Z] #78 exporting layers 0.9s done [2020-03-13T10:02:56.807Z] #78 writing image sha256:9068ffb0e59e90ae39c8655083cd0b0b080e378b264586eb3cdab47a9891aea3 [2020-03-13T10:02:56.807Z] #78 writing image sha256:9068ffb0e59e90ae39c8655083cd0b0b080e378b264586eb3cdab47a9891aea3 done [2020-03-13T10:02:56.807Z] #78 naming to docker.io/library/docker:745fa04e521f84ce09658008ae24227ca57c2f49 done [2020-03-13T10:02:56.807Z] #78 DONE 0.9s [2020-03-13T10:02:56.851Z] Client: [2020-03-13T10:02:56.851Z] Debug Mode: false [2020-03-13T10:02:56.851Z] [2020-03-13T10:02:56.851Z] Server: [2020-03-13T10:02:56.851Z] Containers: 0 [2020-03-13T10:02:56.851Z] Running: 0 [2020-03-13T10:02:56.851Z] Paused: 0 [2020-03-13T10:02:56.851Z] Stopped: 0 [2020-03-13T10:02:56.851Z] Images: 3 [2020-03-13T10:02:56.851Z] Server Version: 19.03.5 [2020-03-13T10:02:56.851Z] Storage Driver: overlay2 [2020-03-13T10:02:56.851Z] Backing Filesystem: extfs [2020-03-13T10:02:56.851Z] Supports d_type: true [2020-03-13T10:02:56.851Z] Native Overlay Diff: true [2020-03-13T10:02:56.851Z] Logging Driver: json-file [2020-03-13T10:02:56.851Z] Cgroup Driver: cgroupfs [2020-03-13T10:02:56.851Z] Plugins: [2020-03-13T10:02:56.851Z] Volume: local [2020-03-13T10:02:56.851Z] Network: bridge host ipvlan macvlan null overlay [2020-03-13T10:02:56.851Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-13T10:02:56.851Z] Swarm: inactive [2020-03-13T10:02:56.851Z] Runtimes: runc [2020-03-13T10:02:56.851Z] Default Runtime: runc [2020-03-13T10:02:56.851Z] Init Binary: docker-init [2020-03-13T10:02:56.851Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-13T10:02:56.851Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-13T10:02:56.851Z] init version: fec3683 [2020-03-13T10:02:56.851Z] Security Options: [2020-03-13T10:02:56.851Z] apparmor [2020-03-13T10:02:56.851Z] seccomp [2020-03-13T10:02:56.851Z] Profile: default [2020-03-13T10:02:56.851Z] Kernel Version: 4.15.0-1057-aws [2020-03-13T10:02:56.851Z] Operating System: Ubuntu 16.04.6 LTS [2020-03-13T10:02:56.851Z] OSType: linux [2020-03-13T10:02:56.851Z] Architecture: aarch64 [2020-03-13T10:02:56.851Z] CPUs: 4 [2020-03-13T10:02:56.851Z] Total Memory: 7.525GiB [2020-03-13T10:02:56.851Z] Name: ip-10-100-101-158 [2020-03-13T10:02:56.851Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-03-13T10:02:56.851Z] Docker Root Dir: /var/lib/docker [2020-03-13T10:02:56.851Z] Debug Mode: false [2020-03-13T10:02:56.851Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:02:56.851Z] Labels: [2020-03-13T10:02:56.851Z] Experimental: true [2020-03-13T10:02:56.851Z] Insecure Registries: [2020-03-13T10:02:56.851Z] 127.0.0.0/8 [2020-03-13T10:02:56.851Z] Live Restore Enabled: true [2020-03-13T10:02:56.851Z] [2020-03-13T10:02:56.851Z] WARNING: No swap limit support [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-03-13T10:02:57.154Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:57.154Z] #2 [internal] load .dockerignore [2020-03-13T10:02:57.154Z] #2 transferring context: 87B done [2020-03-13T10:02:57.154Z] #2 DONE 0.0s [2020-03-13T10:02:57.154Z] [2020-03-13T10:02:57.154Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:57.154Z] #1 transferring dockerfile: 17.12kB done [2020-03-13T10:02:57.154Z] #1 DONE 0.0s [2020-03-13T10:02:57.154Z] [2020-03-13T10:02:57.154Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:57.194Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:57.194Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:02:57.194Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-38788/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-13T10:02:57.194Z] + bash /home/ubuntu/workspace/moby_PR-38788/check-config.sh [2020-03-13T10:02:57.194Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-13T10:02:57.194Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-03-13T10:02:57.194Z] [2020-03-13T10:02:57.194Z] Generally Necessary: [2020-03-13T10:02:57.194Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-13T10:02:57.194Z] - apparmor: enabled and tools installed [2020-03-13T10:02:57.194Z] - CONFIG_NAMESPACES: enabled [2020-03-13T10:02:57.194Z] - CONFIG_NET_NS: enabled [2020-03-13T10:02:57.194Z] - CONFIG_PID_NS: enabled [2020-03-13T10:02:57.194Z] - CONFIG_IPC_NS: enabled [2020-03-13T10:02:57.194Z] - CONFIG_UTS_NS: enabled [2020-03-13T10:02:57.194Z] - CONFIG_CGROUPS: enabled [2020-03-13T10:02:57.194Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-13T10:02:57.395Z] #41 12.93 + 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-03-13T10:02:57.409Z] #3 DONE 0.2s [2020-03-13T10:02:57.409Z] [2020-03-13T10:02:57.409Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:57.409Z] #4 CACHED [2020-03-13T10:02:57.454Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-13T10:02:57.454Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-13T10:02:57.454Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-13T10:02:57.454Z] - CONFIG_CPUSETS: enabled [2020-03-13T10:02:57.454Z] - CONFIG_MEMCG: enabled [2020-03-13T10:02:57.454Z] - CONFIG_KEYS: enabled [2020-03-13T10:02:57.454Z] - CONFIG_VETH: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-13T10:02:57.454Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-13T10:02:57.454Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-13T10:02:57.454Z] [2020-03-13T10:02:57.454Z] Optional Features: [2020-03-13T10:02:57.454Z] - CONFIG_USER_NS: enabled [2020-03-13T10:02:57.454Z] - CONFIG_SECCOMP: enabled [2020-03-13T10:02:57.454Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-13T10:02:57.454Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-13T10:02:57.454Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-13T10:02:57.454Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-13T10:02:57.712Z] - CONFIG_BLK_CGROUP: enabled [2020-03-13T10:02:57.712Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-13T10:02:57.712Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-13T10:02:57.712Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-13T10:02:57.712Z] - CONFIG_CGROUP_PERF: enabled [2020-03-13T10:02:57.712Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-13T10:02:57.712Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-13T10:02:57.712Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-13T10:02:57.713Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-13T10:02:57.713Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-13T10:02:57.713Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-13T10:02:57.713Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-13T10:02:57.713Z] - CONFIG_IP_VS: enabled (as module) [2020-03-13T10:02:57.713Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-13T10:02:57.713Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-13T10:02:57.713Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-13T10:02:57.713Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-13T10:02:57.713Z] - CONFIG_EXT4_FS: enabled [2020-03-13T10:02:57.713Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-13T10:02:57.713Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-13T10:02:57.713Z] - Network Drivers: [2020-03-13T10:02:57.713Z] - "overlay": [2020-03-13T10:02:57.713Z] - CONFIG_VXLAN: enabled (as module) [2020-03-13T10:02:57.713Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-13T10:02:57.713Z] Optional (for encrypted networks): [2020-03-13T10:02:57.939Z] [2020-03-13T10:02:57.939Z] Removing bundles/ [2020-03-13T10:02:57.939Z] [2020-03-13T10:02:57.939Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-03-13T10:02:57.939Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:02:57.939Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:02:57.969Z] [2020-03-13T10:02:57.969Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:57.969Z] #6 DONE 0.0s [2020-03-13T10:02:57.969Z] [2020-03-13T10:02:57.969Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:57.969Z] #5 DONE 0.1s [2020-03-13T10:02:57.969Z] [2020-03-13T10:02:57.969Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:57.969Z] #71 DONE 0.0s [2020-03-13T10:02:57.969Z] [2020-03-13T10:02:57.969Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:57.969Z] #7 DONE 0.0s [2020-03-13T10:02:57.969Z] [2020-03-13T10:02:57.969Z] #20 [internal] load build context [2020-03-13T10:02:57.971Z] - CONFIG_CRYPTO: enabled [2020-03-13T10:02:57.971Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-13T10:02:57.971Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-13T10:02:57.971Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-13T10:02:57.971Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-13T10:02:57.971Z] - CONFIG_XFRM: enabled [2020-03-13T10:02:57.971Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-13T10:02:57.971Z] - "ipvlan": [2020-03-13T10:02:57.971Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-13T10:02:57.971Z] - "macvlan": [2020-03-13T10:02:57.971Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_DUMMY: enabled (as module) [2020-03-13T10:02:57.971Z] - "ftp,tftp client in container": [2020-03-13T10:02:57.971Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-13T10:02:57.971Z] - Storage Drivers: [2020-03-13T10:02:57.971Z] - "aufs": [2020-03-13T10:02:57.971Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-13T10:02:57.971Z] - "btrfs": [2020-03-13T10:02:57.971Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-13T10:02:57.971Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-13T10:02:57.971Z] - "devicemapper": [2020-03-13T10:02:57.971Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-13T10:02:57.971Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-13T10:02:57.971Z] - "overlay": [2020-03-13T10:02:57.971Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-13T10:02:57.971Z] - "zfs": [2020-03-13T10:02:57.971Z] - /dev/zfs: missing [2020-03-13T10:02:57.971Z] - zfs command: missing [2020-03-13T10:02:57.971Z] - zpool command: missing [2020-03-13T10:02:57.971Z] [2020-03-13T10:02:57.971Z] Limits: [2020-03-13T10:02:57.971Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-13T10:02:57.971Z] [2020-03-13T10:02:57.971Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-13T10:02:58.310Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:745fa04e521f84ce09658008ae24227ca57c2f49 . [2020-03-13T10:02:58.310Z] #2 [internal] load .dockerignore [2020-03-13T10:02:58.310Z] #2 transferring context: 87B done [2020-03-13T10:02:58.310Z] #2 DONE 0.0s [2020-03-13T10:02:58.310Z] [2020-03-13T10:02:58.310Z] #1 [internal] load build definition from Dockerfile [2020-03-13T10:02:58.310Z] #1 transferring dockerfile: 17.12kB done [2020-03-13T10:02:58.310Z] #1 DONE 0.0s [2020-03-13T10:02:58.310Z] [2020-03-13T10:02:58.310Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-13T10:02:58.569Z] #3 DONE 0.1s [2020-03-13T10:02:58.569Z] [2020-03-13T10:02:58.569Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-13T10:02:58.569Z] #4 CACHED [2020-03-13T10:02:58.828Z] [2020-03-13T10:02:58.828Z] #6 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8... [2020-03-13T10:02:59.089Z] #6 DONE 0.0s [2020-03-13T10:02:59.089Z] [2020-03-13T10:02:59.089Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-13T10:02:59.089Z] #5 DONE 0.2s [2020-03-13T10:02:59.089Z] [2020-03-13T10:02:59.089Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4... [2020-03-13T10:02:59.089Z] #71 DONE 0.0s [2020-03-13T10:02:59.089Z] [2020-03-13T10:02:59.089Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-13T10:02:59.089Z] #7 DONE 0.0s [2020-03-13T10:02:59.089Z] [2020-03-13T10:02:59.089Z] #20 [internal] load build context [2020-03-13T10:02:59.328Z] #20 transferring context: 49.97MB 1.4s done [2020-03-13T10:02:59.328Z] #20 DONE 1.4s [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:02:59.328Z] #22 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #66 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:59.328Z] #63 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:02:59.328Z] #25 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:59.328Z] #58 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:59.328Z] #74 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:02:59.328Z] #45 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:02:59.328Z] #72 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.328Z] #68 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #34 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #42 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #70 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #39 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:02:59.328Z] #26 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:59.328Z] #36 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #51 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:02:59.328Z] #10 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:02:59.328Z] #18 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.328Z] #53 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #61 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:02:59.328Z] #44 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:02:59.328Z] #30 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:02:59.328Z] #15 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:02:59.328Z] #35 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:02:59.328Z] #17 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:02:59.328Z] #19 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #57 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:02:59.328Z] #67 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:02:59.328Z] #43 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:02:59.328Z] #41 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:02:59.328Z] #14 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:59.328Z] #60 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:59.328Z] #38 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:02:59.328Z] #12 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:02:59.328Z] #40 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.328Z] #65 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:02:59.328Z] #32 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:02:59.328Z] #13 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:02:59.328Z] #27 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:02:59.328Z] #37 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:02:59.328Z] #8 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:02:59.328Z] #62 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:02:59.328Z] #69 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:02:59.328Z] #73 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:02:59.328Z] #59 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:02:59.328Z] #24 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:59.328Z] #33 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:02:59.328Z] #55 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.328Z] #50 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:02:59.328Z] #64 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:02:59.328Z] #21 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:59.328Z] #47 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:02:59.328Z] #49 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.328Z] #23 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #31 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:02:59.328Z] #56 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #54 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #48 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:02:59.328Z] #28 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:02:59.328Z] #46 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:02:59.328Z] #11 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:02:59.328Z] #52 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:02:59.328Z] #29 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:02:59.328Z] #75 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:02:59.328Z] #9 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:02:59.328Z] #16 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:02:59.328Z] #76 CACHED [2020-03-13T10:02:59.328Z] [2020-03-13T10:02:59.328Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:02:59.479Z] #41 ... [2020-03-13T10:02:59.479Z] [2020-03-13T10:02:59.479Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.479Z] #53 0.308 + RM_GOPATH=0 [2020-03-13T10:02:59.479Z] #53 0.311 + TMP_GOPATH= [2020-03-13T10:02:59.479Z] #53 0.311 + : /build [2020-03-13T10:02:59.479Z] #53 0.311 + '[' -z '' ']' [2020-03-13T10:02:59.479Z] #53 0.312 ++ mktemp -d [2020-03-13T10:02:59.479Z] #53 0.316 + export GOPATH=/tmp/tmp.SN8ZbAb4dz [2020-03-13T10:02:59.479Z] #53 0.316 + GOPATH=/tmp/tmp.SN8ZbAb4dz [2020-03-13T10:02:59.479Z] #53 0.316 + RM_GOPATH=1 [2020-03-13T10:02:59.479Z] #53 0.316 ++ dirname ./install.sh [2020-03-13T10:02:59.479Z] #53 0.330 + dir=. [2020-03-13T10:02:59.479Z] #53 0.330 + bin=golangci_lint [2020-03-13T10:02:59.479Z] #53 0.330 + shift [2020-03-13T10:02:59.479Z] #53 0.331 + '[' '!' -f ./golangci_lint.installer ']' [2020-03-13T10:02:59.479Z] #53 0.331 + . ./golangci_lint.installer [2020-03-13T10:02:59.479Z] #53 0.332 ++ : v1.23.8 [2020-03-13T10:02:59.479Z] #53 0.333 + install_golangci_lint [2020-03-13T10:02:59.479Z] #53 0.333 + echo 'Installing golangci-lint version v1.23.8' [2020-03-13T10:02:59.479Z] #53 0.333 Installing golangci-lint version v1.23.8 [2020-03-13T10:02:59.479Z] #53 0.338 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-03-13T10:02:59.479Z] #53 ... [2020-03-13T10:02:59.479Z] [2020-03-13T10:02:59.479Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:02:59.479Z] #23 0.339 + RM_GOPATH=0 [2020-03-13T10:02:59.479Z] #23 0.341 + TMP_GOPATH= [2020-03-13T10:02:59.479Z] #23 0.342 + : /build [2020-03-13T10:02:59.479Z] #23 0.342 + '[' -z '' ']' [2020-03-13T10:02:59.479Z] #23 0.344 ++ mktemp -d [2020-03-13T10:02:59.479Z] #23 0.348 + export GOPATH=/tmp/tmp.g76nW0XfXT [2020-03-13T10:02:59.479Z] #23 0.348 + GOPATH=/tmp/tmp.g76nW0XfXT [2020-03-13T10:02:59.479Z] #23 0.348 + RM_GOPATH=1 [2020-03-13T10:02:59.479Z] #23 0.358 ++ dirname ./install.sh [2020-03-13T10:02:59.479Z] #23 0.377 + dir=. [2020-03-13T10:02:59.479Z] #23 0.377 + bin=dockercli [2020-03-13T10:02:59.479Z] #23 0.377 + shift [2020-03-13T10:02:59.479Z] #23 0.378 + '[' '!' -f ./dockercli.installer ']' [2020-03-13T10:02:59.479Z] #23 0.379 + . ./dockercli.installer [2020-03-13T10:02:59.479Z] #23 0.380 ++ : stable [2020-03-13T10:02:59.479Z] #23 0.380 ++ : 17.06.2-ce [2020-03-13T10:02:59.479Z] #23 0.382 + install_dockercli [2020-03-13T10:02:59.479Z] #23 0.382 Install docker/cli version 17.06.2-ce from stable [2020-03-13T10:02:59.479Z] #23 0.382 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-03-13T10:02:59.479Z] #23 0.385 ++ uname -m [2020-03-13T10:02:59.479Z] #23 0.390 + arch=ppc64le [2020-03-13T10:02:59.479Z] #23 0.390 + '[' ppc64le '!=' x86_64 ']' [2020-03-13T10:02:59.479Z] #23 0.391 + '[' ppc64le '!=' s390x ']' [2020-03-13T10:02:59.479Z] #23 0.391 + '[' ppc64le '!=' armhf ']' [2020-03-13T10:02:59.479Z] #23 0.392 + build_dockercli [2020-03-13T10:02:59.479Z] #23 0.394 + git clone https://github.com/docker/docker-ce /tmp/tmp.g76nW0XfXT/tmp/docker-ce [2020-03-13T10:02:59.479Z] #23 0.397 Cloning into '/tmp/tmp.g76nW0XfXT/tmp/docker-ce'... [2020-03-13T10:02:59.479Z] #23 ... [2020-03-13T10:02:59.479Z] [2020-03-13T10:02:59.479Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:02:59.479Z] #60 0.313 + RM_GOPATH=0 [2020-03-13T10:02:59.479Z] #60 0.313 + TMP_GOPATH= [2020-03-13T10:02:59.479Z] #60 0.313 + : /build [2020-03-13T10:02:59.479Z] #60 0.313 + '[' -z '' ']' [2020-03-13T10:02:59.479Z] #60 0.317 ++ mktemp -d [2020-03-13T10:02:59.479Z] #60 0.317 + export GOPATH=/tmp/tmp.E7TPKbPC2f [2020-03-13T10:02:59.479Z] #60 0.320 + GOPATH=/tmp/tmp.E7TPKbPC2f [2020-03-13T10:02:59.479Z] #60 0.320 + RM_GOPATH=1 [2020-03-13T10:02:59.479Z] #60 0.320 ++ dirname ./install.sh [2020-03-13T10:02:59.479Z] #60 0.329 + dir=. [2020-03-13T10:02:59.479Z] #60 0.334 + bin=runc [2020-03-13T10:02:59.479Z] #60 0.334 + shift [2020-03-13T10:02:59.479Z] #60 0.334 + '[' '!' -f ./runc.installer ']' [2020-03-13T10:02:59.479Z] #60 0.334 + . ./runc.installer [2020-03-13T10:02:59.479Z] #60 0.335 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-13T10:02:59.479Z] #60 0.335 + install_runc [2020-03-13T10:02:59.479Z] #60 0.337 + grep -q '^3\.10\.0.*\.el7\.' [2020-03-13T10:02:59.479Z] #60 0.338 + uname -r [2020-03-13T10:02:59.479Z] #60 0.350 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-03-13T10:02:59.479Z] #60 0.357 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-03-13T10:02:59.480Z] #60 0.358 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-03-13T10:02:59.480Z] #60 0.358 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.E7TPKbPC2f/src/github.com/opencontainers/runc [2020-03-13T10:02:59.480Z] #60 0.367 Cloning into '/tmp/tmp.E7TPKbPC2f/src/github.com/opencontainers/runc'... [2020-03-13T10:02:59.480Z] #60 7.717 + cd /tmp/tmp.E7TPKbPC2f/src/github.com/opencontainers/runc [2020-03-13T10:02:59.480Z] #60 7.719 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-13T10:02:59.480Z] #60 8.297 + '[' -z '' ']' [2020-03-13T10:02:59.480Z] #60 8.299 + target=static [2020-03-13T10:02:59.480Z] #60 8.300 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-03-13T10:02:59.480Z] #60 10.25 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . [2020-03-13T10:03:00.251Z] #77 DONE 0.9s [2020-03-13T10:03:00.470Z] #20 transferring context: 49.97MB 1.3s done [2020-03-13T10:03:00.470Z] #20 DONE 1.3s [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-13T10:03:00.470Z] #73 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:03:00.470Z] #56 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-13T10:03:00.470Z] #64 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-13T10:03:00.470Z] #67 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:03:00.470Z] #63 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-13T10:03:00.470Z] #19 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:03:00.470Z] #26 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-13T10:03:00.470Z] #13 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:00.470Z] #50 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-13T10:03:00.470Z] #32 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:00.470Z] #68 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:03:00.470Z] #33 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-13T10:03:00.470Z] #69 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:03:00.470Z] #66 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-13T10:03:00.470Z] #30 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-13T10:03:00.470Z] #49 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-13T10:03:00.470Z] #14 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:03:00.470Z] #21 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:03:00.470Z] #51 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:03:00.470Z] #24 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-13T10:03:00.470Z] #27 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-13T10:03:00.470Z] #18 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:03:00.470Z] #34 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-13T10:03:00.470Z] #25 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:03:00.470Z] #38 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-13T10:03:00.470Z] #62 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:03:00.470Z] #45 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-13T10:03:00.470Z] #37 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-13T10:03:00.470Z] #46 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:00.470Z] #23 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:03:00.470Z] #42 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:03:00.470Z] #44 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:03:00.470Z] #70 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-13T10:03:00.470Z] #8 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.470Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-13T10:03:00.470Z] #40 CACHED [2020-03-13T10:03:00.470Z] [2020-03-13T10:03:00.471Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-13T10:03:00.471Z] #52 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:03:00.471Z] #72 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #39 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-13T10:03:00.471Z] #74 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:03:00.471Z] #47 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-13T10:03:00.471Z] #29 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-13T10:03:00.471Z] #59 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #48 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:03:00.471Z] #58 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-13T10:03:00.471Z] #11 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-13T10:03:00.471Z] #15 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:00.471Z] #53 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-13T10:03:00.471Z] #55 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-13T10:03:00.471Z] #10 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #75 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-13T10:03:00.471Z] #17 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-13T10:03:00.471Z] #16 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-13T10:03:00.471Z] #43 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:00.471Z] #65 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:03:00.471Z] #41 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #54 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:03:00.471Z] #22 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:03:00.471Z] #28 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:03:00.471Z] #36 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #31 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #61 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:03:00.471Z] #57 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-13T10:03:00.471Z] #12 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-13T10:03:00.471Z] #35 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:03:00.471Z] #60 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-13T10:03:00.471Z] #9 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:03:00.471Z] #76 CACHED [2020-03-13T10:03:00.471Z] [2020-03-13T10:03:00.471Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:03:00.507Z] [2020-03-13T10:03:00.507Z] #78 exporting to image [2020-03-13T10:03:00.507Z] #78 exporting layers [2020-03-13T10:03:01.430Z] #78 exporting layers 0.9s done [2020-03-13T10:03:01.430Z] #78 writing image sha256:6a0c2d6d50ba91426ef13aa8c827dd1999f8ab6843a88e1c9c4b4f8ef5aa7030 [2020-03-13T10:03:01.430Z] #78 writing image sha256:6a0c2d6d50ba91426ef13aa8c827dd1999f8ab6843a88e1c9c4b4f8ef5aa7030 done [2020-03-13T10:03:01.430Z] #78 naming to docker.io/library/docker:745fa04e521f84ce09658008ae24227ca57c2f49 done [2020-03-13T10:03:01.430Z] #78 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:03:01.901Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -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:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh dynbinary test-integration [2020-03-13T10:03:02.377Z] #77 DONE 1.9s [2020-03-13T10:03:02.377Z] [2020-03-13T10:03:02.377Z] #78 exporting to image [2020-03-13T10:03:02.377Z] #78 exporting layers [2020-03-13T10:03:02.459Z] [2020-03-13T10:03:02.459Z] Removing bundles/ [2020-03-13T10:03:02.459Z] [2020-03-13T10:03:02.459Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-13T10:03:02.459Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:03:02.459Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:03:03.928Z] #60 ... [2020-03-13T10:03:03.928Z] [2020-03-13T10:03:03.928Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:03:03.928Z] #44 12.66 make[1]: Nothing to be done for 'all'. [2020-03-13T10:03:03.928Z] #44 14.44 CC images/stats.o [2020-03-13T10:03:03.928Z] #44 14.76 CC images/core.o [2020-03-13T10:03:03.928Z] #44 15.33 CC images/core-x86.o [2020-03-13T10:03:03.928Z] #44 15.82 CC images/core-arm.o [2020-03-13T10:03:03.928Z] #44 16.29 CC images/core-aarch64.o [2020-03-13T10:03:03.928Z] #44 16.84 CC images/core-ppc64.o [2020-03-13T10:03:03.928Z] #44 17.50 CC images/core-s390.o [2020-03-13T10:03:03.928Z] #44 18.25 CC images/cpuinfo.o [2020-03-13T10:03:03.928Z] #44 18.86 CC images/inventory.o [2020-03-13T10:03:03.928Z] #44 19.23 CC images/fdinfo.o [2020-03-13T10:03:03.928Z] #44 ... [2020-03-13T10:03:03.928Z] [2020-03-13T10:03:03.928Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:03.928Z] #53 14.62 + cd /tmp/tmp.SN8ZbAb4dz/src/github.com/golangci/golangci-lint/ [2020-03-13T10:03:03.928Z] #53 14.62 + git checkout -q v1.23.8 [2020-03-13T10:03:03.928Z] #53 15.05 ++ git describe --tags [2020-03-13T10:03:04.218Z] #53 15.06 + version=v1.23.8 [2020-03-13T10:03:04.218Z] #53 15.06 ++ git rev-parse --short HEAD [2020-03-13T10:03:04.218Z] #53 15.06 + commit=76a82c6 [2020-03-13T10:03:04.218Z] #53 15.07 ++ git show -s --format=%cd [2020-03-13T10:03:04.218Z] #53 15.07 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-03-13T10:03:04.218Z] #53 15.07 + 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-03-13T10:03:04.279Z] #78 exporting layers 1.5s done [2020-03-13T10:03:04.279Z] #78 writing image sha256:89ca1bc10a803ada90e0f765b36261d78c846519f96b03fe0d367dbdaadde70f done [2020-03-13T10:03:04.279Z] #78 naming to docker.io/library/docker:745fa04e521f84ce09658008ae24227ca57c2f49 done [2020-03-13T10:03:04.279Z] #78 DONE 1.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-13T10:03:04.638Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/test/unit [2020-03-13T10:03:07.928Z] ? github.com/docker/docker/api [no test files] [2020-03-13T10:03:11.120Z] #53 ... [2020-03-13T10:03:11.121Z] [2020-03-13T10:03:11.121Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:03:11.121Z] #44 19.69 CC images/fown.o [2020-03-13T10:03:11.121Z] #44 19.92 CC images/ns.o [2020-03-13T10:03:11.121Z] #44 20.11 CC images/regfile.o [2020-03-13T10:03:11.121Z] #44 20.30 CC images/ghost-file.o [2020-03-13T10:03:11.121Z] #44 20.82 CC images/fifo.o [2020-03-13T10:03:11.121Z] #44 20.99 CC images/remap-file-path.o [2020-03-13T10:03:11.121Z] #44 21.32 CC images/eventfd.o [2020-03-13T10:03:11.121Z] #44 21.52 CC images/eventpoll.o [2020-03-13T10:03:11.121Z] #44 21.90 CC images/fh.o [2020-03-13T10:03:11.121Z] #44 22.16 CC images/fsnotify.o [2020-03-13T10:03:11.121Z] #44 22.84 CC images/signalfd.o [2020-03-13T10:03:11.121Z] #44 23.13 CC images/fs.o [2020-03-13T10:03:11.121Z] #44 23.31 CC images/pstree.o [2020-03-13T10:03:11.121Z] #44 23.55 CC images/pipe.o [2020-03-13T10:03:11.121Z] #44 23.78 CC images/tcp-stream.o [2020-03-13T10:03:11.121Z] #44 24.00 CC images/sk-packet.o [2020-03-13T10:03:11.121Z] #44 24.27 CC images/mnt.o [2020-03-13T10:03:11.121Z] #44 24.65 CC images/pipe-data.o [2020-03-13T10:03:11.121Z] #44 24.91 CC images/sa.o [2020-03-13T10:03:11.121Z] #44 25.23 CC images/timer.o [2020-03-13T10:03:11.121Z] #44 25.79 CC images/timerfd.o [2020-03-13T10:03:11.121Z] #44 26.09 CC images/mm.o [2020-03-13T10:03:11.121Z] #44 26.46 CC images/sk-opts.o [2020-03-13T10:03:11.121Z] #44 26.75 CC images/sk-unix.o [2020-03-13T10:03:11.413Z] #44 27.06 CC images/sk-inet.o [2020-03-13T10:03:11.707Z] #44 27.37 CC images/tun.o [2020-03-13T10:03:12.000Z] #44 27.67 CC images/sk-netlink.o [2020-03-13T10:03:12.291Z] #44 27.99 CC images/packet-sock.o [2020-03-13T10:03:12.585Z] #44 28.40 CC images/ipc-var.o [2020-03-13T10:03:12.878Z] #44 28.59 CC images/ipc-desc.o [2020-03-13T10:03:13.172Z] #44 28.85 CC images/ipc-shm.o [2020-03-13T10:03:13.465Z] #44 29.04 CC images/ipc-msg.o [2020-03-13T10:03:13.756Z] #44 29.39 CC images/ipc-sem.o [2020-03-13T10:03:13.756Z] #44 29.58 CC images/utsns.o [2020-03-13T10:03:14.047Z] #44 29.75 CC images/creds.o [2020-03-13T10:03:14.338Z] #44 30.00 CC images/vma.o [2020-03-13T10:03:14.629Z] #44 30.19 CC images/netdev.o [2020-03-13T10:03:14.927Z] #44 30.55 CC images/tty.o [2020-03-13T10:03:15.567Z] #44 31.20 CC images/file-lock.o [2020-03-13T10:03:15.567Z] #44 31.35 CC images/rlimit.o [2020-03-13T10:03:15.859Z] #44 31.57 CC images/pagemap.o [2020-03-13T10:03:16.150Z] #44 31.93 CC images/siginfo.o [2020-03-13T10:03:16.442Z] #44 32.20 CC images/rpc.o [2020-03-13T10:03:17.471Z] #44 ... [2020-03-13T10:03:17.471Z] [2020-03-13T10:03:17.471Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:03:18.052Z] #65 28.58 Checking out files: 85% (2721/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. [2020-03-13T10:03:18.052Z] #65 28.85 + cd /tmp/tmp.3ciLpGa83J/src/github.com/containerd/containerd [2020-03-13T10:03:18.052Z] #65 28.85 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-13T10:03:19.555Z] #65 30.46 + export 'BUILDTAGS=netgo osusergo static_build' [2020-03-13T10:03:19.555Z] #65 30.46 + BUILDTAGS='netgo osusergo static_build' [2020-03-13T10:03:19.555Z] #65 30.46 + export EXTRA_FLAGS=-buildmode=pie [2020-03-13T10:03:19.555Z] #65 30.46 + EXTRA_FLAGS=-buildmode=pie [2020-03-13T10:03:19.555Z] #65 30.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-03-13T10:03:19.555Z] #65 30.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-03-13T10:03:19.555Z] #65 30.46 + '[' '' = dynamic ']' [2020-03-13T10:03:19.555Z] #65 30.46 + make [2020-03-13T10:03:20.148Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2020-03-13T10:03:20.597Z] #65 31.48 + bin/ctr [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.5% of statements [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-13T10:03:23.864Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-13T10:03:23.864Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-03-13T10:03:24.872Z] ok github.com/docker/docker/builder/remotecontext 0.309s coverage: 13.6% of statements [2020-03-13T10:03:25.488Z] ok github.com/docker/docker/builder/dockerfile 0.891s coverage: 48.2% of statements [2020-03-13T10:03:25.770Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2020-03-13T10:03:26.168Z] #65 ... [2020-03-13T10:03:26.168Z] [2020-03-13T10:03:26.168Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:03:26.168Z] #44 33.45 CC images/ext-file.o [2020-03-13T10:03:26.168Z] #44 33.80 CC images/cgroup.o [2020-03-13T10:03:26.168Z] #44 34.45 CC images/userns.o [2020-03-13T10:03:26.168Z] #44 34.66 CC images/google/protobuf/descriptor.o [2020-03-13T10:03:26.168Z] #44 36.78 CC images/opts.o [2020-03-13T10:03:26.168Z] #44 37.06 CC images/seccomp.o [2020-03-13T10:03:26.168Z] #44 37.49 CC images/binfmt-misc.o [2020-03-13T10:03:26.168Z] #44 37.70 CC images/time.o [2020-03-13T10:03:26.168Z] #44 37.86 CC images/sysctl.o [2020-03-13T10:03:26.168Z] #44 38.04 CC images/autofs.o [2020-03-13T10:03:26.168Z] #44 38.25 CC images/macvlan.o [2020-03-13T10:03:26.168Z] #44 38.40 CC images/sit.o [2020-03-13T10:03:26.168Z] #44 38.73 LINK images/built-in.o [2020-03-13T10:03:26.168Z] #44 38.93 GEN compel/include/asm [2020-03-13T10:03:26.168Z] #44 38.96 GEN compel/include/version.h [2020-03-13T10:03:26.168Z] #44 38.99 touch .config [2020-03-13T10:03:26.168Z] #44 39.01 GEN include/common/config.h [2020-03-13T10:03:26.168Z] #44 39.09 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-03-13T10:03:26.168Z] #44 39.11 GEN compel/plugins/include/uapi/std/syscall.h [2020-03-13T10:03:26.168Z] #44 39.13 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-03-13T10:03:26.168Z] #44 39.15 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-03-13T10:03:26.168Z] #44 39.19 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-03-13T10:03:26.168Z] #44 39.24 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-03-13T10:03:26.168Z] #44 39.29 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-03-13T10:03:26.168Z] #44 39.33 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-03-13T10:03:26.168Z] #44 39.34 DEP compel/plugins/std/infect.d [2020-03-13T10:03:26.168Z] #44 39.49 DEP compel/plugins/std/string.d [2020-03-13T10:03:26.168Z] #44 39.59 DEP compel/plugins/std/log.d [2020-03-13T10:03:26.168Z] #44 39.70 DEP compel/plugins/std/fds.d [2020-03-13T10:03:26.168Z] #44 39.83 DEP compel/plugins/std/std.d [2020-03-13T10:03:26.168Z] #44 39.93 DEP compel/plugins/shmem/shmem.d [2020-03-13T10:03:26.168Z] #44 40.05 DEP compel/plugins/fds/fds.d [2020-03-13T10:03:26.168Z] #44 40.25 CC compel/plugins/std/std.o [2020-03-13T10:03:26.168Z] #44 40.82 CC compel/plugins/std/fds.o [2020-03-13T10:03:26.168Z] #44 41.13 CC compel/plugins/std/log.o [2020-03-13T10:03:26.168Z] #44 41.86 CC compel/plugins/std/string.o [2020-03-13T10:03:26.782Z] ok github.com/docker/docker/builder/remotecontext/git 1.272s coverage: 86.3% of statements [2020-03-13T10:03:26.782Z] ? github.com/docker/docker/cli [no test files] [2020-03-13T10:03:26.782Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-13T10:03:26.804Z] #44 42.55 CC compel/plugins/std/infect.o [2020-03-13T10:03:27.440Z] #44 43.01 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-03-13T10:03:27.440Z] #44 43.06 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-03-13T10:03:27.440Z] #44 43.12 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-03-13T10:03:27.440Z] #44 43.18 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-03-13T10:03:27.732Z] #44 43.29 AR compel/plugins/std.lib.a [2020-03-13T10:03:27.732Z] #44 43.44 CC compel/plugins/fds/fds.o [2020-03-13T10:03:28.025Z] #44 43.73 AR compel/plugins/fds.lib.a [2020-03-13T10:03:28.025Z] #44 43.79 HOSTDEP compel/src/lib/log-host.d [2020-03-13T10:03:28.328Z] #44 43.94 HOSTDEP compel/src/lib/handle-elf-host.d [2020-03-13T10:03:28.328Z] #44 44.11 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-03-13T10:03:28.619Z] #44 44.25 HOSTDEP compel/src/main-host.d [2020-03-13T10:03:28.619Z] #44 44.42 DEP compel/src/lib/ptrace.d [2020-03-13T10:03:28.806Z] ok github.com/docker/docker/client 0.185s coverage: 75.8% of statements [2020-03-13T10:03:28.911Z] #44 44.57 DEP compel/src/lib/infect.d [2020-03-13T10:03:29.233Z] #44 44.75 DEP compel/src/lib/infect-util.d [2020-03-13T10:03:29.233Z] #44 44.88 DEP compel/src/lib/infect-rpc.d [2020-03-13T10:03:29.233Z] #44 44.99 DEP compel/arch/ppc64/src/lib/infect.d [2020-03-13T10:03:29.233Z] #44 45.12 DEP compel/arch/ppc64/src/lib/cpu.d [2020-03-13T10:03:29.526Z] #44 45.27 DEP compel/src/lib/log.d [2020-03-13T10:03:29.526Z] #44 45.40 DEP compel/src/main.d [2020-03-13T10:03:29.817Z] #44 45.57 DEP compel/src/lib/handle-elf.d [2020-03-13T10:03:30.105Z] #44 45.76 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-03-13T10:03:30.105Z] #44 45.96 CC compel/src/lib/log.o [2020-03-13T10:03:30.397Z] #44 46.19 CC compel/arch/ppc64/src/lib/cpu.o [2020-03-13T10:03:31.029Z] #44 46.66 CC compel/arch/ppc64/src/lib/infect.o [2020-03-13T10:03:31.699Z] #44 ... [2020-03-13T10:03:31.699Z] [2020-03-13T10:03:31.699Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:03:31.699Z] #41 47.23 + dpkg --print-architecture [2020-03-13T10:03:31.699Z] #41 47.25 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-03-13T10:03:31.991Z] #41 47.60 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-03-13T10:03:31.991Z] #41 47.61 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-03-13T10:03:42.383Z] #41 ... [2020-03-13T10:03:42.383Z] [2020-03-13T10:03:42.383Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:03:42.383Z] #44 47.50 CC compel/src/lib/infect-rpc.o [2020-03-13T10:03:42.383Z] #44 47.80 CC compel/src/lib/infect-util.o [2020-03-13T10:03:42.383Z] #44 48.01 CC compel/src/lib/infect.o [2020-03-13T10:03:42.383Z] #44 50.30 CC compel/src/lib/ptrace.o [2020-03-13T10:03:42.383Z] #44 50.74 AR compel/libcompel.a [2020-03-13T10:03:42.383Z] #44 50.82 HOSTCC compel/src/main-host.o [2020-03-13T10:03:42.383Z] #44 51.14 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-03-13T10:03:42.383Z] #44 51.33 HOSTCC compel/src/lib/handle-elf-host.o [2020-03-13T10:03:42.383Z] #44 51.95 HOSTCC compel/src/lib/log-host.o [2020-03-13T10:03:42.383Z] #44 52.11 HOSTLINK compel/compel-host-bin [2020-03-13T10:03:42.383Z] #44 52.25 DEP soccr/soccr.d [2020-03-13T10:03:42.383Z] #44 52.50 CC soccr/soccr.o [2020-03-13T10:03:42.383Z] #44 54.35 AR soccr/libsoccr.a [2020-03-13T10:03:42.383Z] #44 54.43 make[1]: 'soccr/libsoccr.a' is up to date. [2020-03-13T10:03:42.383Z] #44 54.75 DEP criu/arch/ppc64/sigframe.d [2020-03-13T10:03:42.383Z] #44 55.00 DEP criu/arch/ppc64/crtools.d [2020-03-13T10:03:42.383Z] #44 55.21 DEP criu/arch/ppc64/cpu.d [2020-03-13T10:03:42.383Z] #44 55.49 CC criu/arch/ppc64/cpu.o [2020-03-13T10:03:42.383Z] #44 55.95 CC criu/arch/ppc64/crtools.o [2020-03-13T10:03:42.383Z] #44 57.14 CC criu/arch/ppc64/sigframe.o [2020-03-13T10:03:42.383Z] #44 57.52 LINK criu/arch/ppc64/crtools.built-in.o [2020-03-13T10:03:42.383Z] #44 57.57 DEP criu/pie/util-vdso.d [2020-03-13T10:03:42.383Z] #44 57.73 DEP criu/pie/util.d [2020-03-13T10:03:42.383Z] #44 57.96 CC criu/pie/util.o [2020-03-13T10:03:42.674Z] #44 58.36 CC criu/pie/util-vdso.o [2020-03-13T10:03:43.304Z] #44 59.05 AR criu/pie/pie.lib.a [2020-03-13T10:03:43.304Z] #44 59.11 DEP criu/pie/restorer.d [2020-03-13T10:03:43.596Z] #44 59.41 DEP criu/arch/ppc64/vdso-trampoline.d [2020-03-13T10:03:43.889Z] #44 59.43 DEP criu/arch/ppc64/restorer.d [2020-03-13T10:03:43.889Z] #44 59.67 DEP criu/arch/ppc64/vdso-pie.d [2020-03-13T10:03:44.180Z] #44 59.85 DEP criu/pie/parasite-vdso.d [2020-03-13T10:03:44.471Z] #44 60.06 DEP criu/pie/parasite.d [2020-03-13T10:03:44.762Z] #44 60.35 CC criu/pie/parasite.o [2020-03-13T10:03:45.792Z] #44 61.50 LINK criu/pie/parasite.built-in.o [2020-03-13T10:03:45.792Z] #44 61.53 GEN criu/pie/parasite-blob.h [2020-03-13T10:03:45.792Z] #44 61.61 CC criu/pie/parasite-vdso.o [2020-03-13T10:03:46.824Z] #44 62.29 CC criu/arch/ppc64/vdso-pie.o [2020-03-13T10:03:47.115Z] #44 62.71 CC criu/arch/ppc64/restorer.o [2020-03-13T10:03:47.414Z] #44 63.16 CC criu/arch/ppc64/vdso-trampoline.o [2020-03-13T10:03:47.414Z] #44 63.18 CC criu/pie/restorer.o [2020-03-13T10:03:50.945Z] #44 66.63 LINK criu/pie/restorer.built-in.o [2020-03-13T10:03:50.945Z] #44 66.64 GEN criu/pie/restorer-blob.h [2020-03-13T10:03:51.237Z] #44 66.81 DEP criu/vdso.d [2020-03-13T10:03:51.528Z] #44 67.06 DEP criu/uts_ns.d [2020-03-13T10:03:51.528Z] #44 67.23 DEP criu/util.d [2020-03-13T10:03:51.819Z] #44 67.46 DEP criu/uffd.d [2020-03-13T10:03:52.110Z] #44 67.68 DEP criu/tun.d [2020-03-13T10:03:52.110Z] #44 67.89 DEP criu/tty.d [2020-03-13T10:03:52.402Z] #44 68.12 DEP criu/timerfd.d [2020-03-13T10:03:52.693Z] #44 68.34 DEP criu/sysfs_parse.d [2020-03-13T10:03:52.987Z] #44 68.56 DEP criu/sysctl.d [2020-03-13T10:03:52.987Z] #44 68.75 DEP criu/string.d [2020-03-13T10:03:53.279Z] #44 68.80 DEP criu/stats.d [2020-03-13T10:03:53.279Z] #44 68.98 DEP criu/sockets.d [2020-03-13T10:03:53.572Z] #44 69.25 DEP criu/sk-unix.d [2020-03-13T10:03:53.572Z] #44 69.47 DEP criu/sk-tcp.d [2020-03-13T10:03:54.218Z] #44 69.82 DEP criu/sk-queue.d [2020-03-13T10:03:54.218Z] #44 70.02 DEP criu/sk-packet.d [2020-03-13T10:03:54.510Z] #44 70.22 DEP criu/sk-netlink.d [2020-03-13T10:03:54.801Z] #44 70.51 DEP criu/sk-inet.d [2020-03-13T10:03:55.094Z] #44 70.75 DEP criu/signalfd.d [2020-03-13T10:03:55.094Z] #44 70.93 DEP criu/sigframe.d [2020-03-13T10:03:55.385Z] #44 71.04 DEP criu/shmem.d [2020-03-13T10:03:55.676Z] #44 71.20 DEP criu/servicefd.d [2020-03-13T10:03:55.676Z] #44 71.38 DEP criu/seize.d [2020-03-13T10:03:55.780Z] ok github.com/docker/docker/cmd/dockerd 0.065s coverage: 30.7% of statements [2020-03-13T10:03:55.780Z] ok github.com/docker/docker/container 0.111s coverage: 34.9% of statements [2020-03-13T10:03:55.780Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-13T10:03:55.780Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-13T10:03:55.780Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-13T10:03:55.780Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-13T10:03:55.969Z] #44 71.55 DEP criu/seccomp.d [2020-03-13T10:03:55.969Z] #44 71.69 DEP criu/rst-malloc.d [2020-03-13T10:03:55.969Z] #44 71.76 DEP criu/rbtree.d [2020-03-13T10:03:56.260Z] #44 71.80 DEP criu/pstree.d [2020-03-13T10:03:56.552Z] #44 72.06 DEP criu/protobuf.d [2020-03-13T10:03:56.552Z] #44 72.29 GEN criu/protobuf-desc-gen.h [2020-03-13T10:03:58.617Z] #44 74.20 DEP criu/protobuf-desc.d [2020-03-13T10:03:58.617Z] #44 74.43 DEP criu/proc_parse.d [2020-03-13T10:03:58.909Z] #44 74.61 DEP criu/plugin.d [2020-03-13T10:03:59.202Z] #44 74.74 DEP criu/pipes.d [2020-03-13T10:03:59.202Z] #44 74.90 DEP criu/pie-util.d [2020-03-13T10:03:59.202Z] #44 75.02 DEP criu/pie-util-vdso.d [2020-03-13T10:03:59.496Z] #44 75.15 DEP criu/path.d [2020-03-13T10:03:59.787Z] #44 75.31 DEP criu/parasite-syscall.d [2020-03-13T10:03:59.787Z] #44 75.57 DEP criu/pagemap.d [2020-03-13T10:04:00.079Z] #44 75.86 DEP criu/pagemap-cache.d [2020-03-13T10:04:00.079Z] #44 75.97 DEP criu/page-xfer.d [2020-03-13T10:04:00.727Z] #44 76.32 DEP criu/page-pipe.d [2020-03-13T10:04:00.727Z] #44 76.46 DEP criu/netfilter.d [2020-03-13T10:04:01.019Z] #44 76.62 DEP criu/net.d [2020-03-13T10:04:01.019Z] #44 76.86 DEP criu/namespaces.d [2020-03-13T10:04:01.267Z] ok github.com/docker/docker/daemon/cluster 0.031s coverage: 0.5% of statements [2020-03-13T10:04:01.652Z] #44 77.16 DEP criu/mount.d [2020-03-13T10:04:01.652Z] #44 77.38 DEP criu/mem.d [2020-03-13T10:04:01.944Z] #44 77.68 DEP criu/lsm.d [2020-03-13T10:04:02.235Z] #44 77.88 DEP criu/log.d [2020-03-13T10:04:02.276Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-03-13T10:04:02.526Z] #44 78.04 DEP criu/libnetlink.d [2020-03-13T10:04:02.526Z] #44 78.23 DEP criu/kerndat.d [2020-03-13T10:04:02.817Z] #44 78.45 DEP criu/kcmp-ids.d [2020-03-13T10:04:02.817Z] #44 78.59 DEP criu/irmap.d [2020-03-13T10:04:03.109Z] #44 78.77 DEP criu/ipc_ns.d [2020-03-13T10:04:03.285Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.6% of statements [2020-03-13T10:04:03.398Z] #44 78.96 DEP criu/image.d [2020-03-13T10:04:03.568Z] Fetching without tags [2020-03-13T10:04:03.688Z] #44 79.20 DEP criu/image-desc.d [2020-03-13T10:04:03.688Z] #44 79.30 DEP criu/fsnotify.d [2020-03-13T10:04:03.979Z] #44 79.52 DEP criu/filesystems.d [2020-03-13T10:04:03.979Z] #44 79.74 DEP criu/files.d [2020-03-13T10:04:04.271Z] #44 79.95 DEP criu/files-reg.d [2020-03-13T10:04:04.336Z] Merging remotes/origin/master commit d959c20b44117ef471c3d2dd467f1238415be500 into PR head commit 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:04.562Z] #44 80.20 DEP criu/files-ext.d [2020-03-13T10:04:04.854Z] #44 80.36 DEP criu/file-lock.d [2020-03-13T10:04:04.854Z] #44 80.54 DEP criu/file-ids.d [2020-03-13T10:04:05.145Z] #44 80.73 DEP criu/fifo.d [2020-03-13T10:04:05.145Z] #44 80.88 DEP criu/fdstore.d [2020-03-13T10:04:05.445Z] #44 81.00 DEP criu/fault-injection.d [2020-03-13T10:04:05.445Z] #44 81.04 DEP criu/external.d [2020-03-13T10:04:05.445Z] #44 81.13 DEP criu/eventpoll.d [2020-03-13T10:04:05.759Z] #44 81.33 DEP criu/eventfd.d [2020-03-13T10:04:05.759Z] #44 81.50 DEP criu/crtools.d [2020-03-13T10:04:06.390Z] #44 81.83 DEP criu/cr-service.d [2020-03-13T10:04:06.390Z] #44 82.04 DEP criu/cr-restore.d [2020-03-13T10:04:03.224Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:04:03.285Z] > git config --add remote.origin.fetch +refs/pull/38788/head:refs/remotes/origin/PR-38788 # timeout=10 [2020-03-13T10:04:03.344Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:04:03.470Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-13T10:04:03.598Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-13T10:04:03.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-13T10:04:03.600Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/38788/head:refs/remotes/origin/PR-38788 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-13T10:04:04.366Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:04:04.424Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:04:06.681Z] #44 82.37 DEP criu/cr-errno.d [2020-03-13T10:04:06.681Z] #44 82.39 DEP criu/cr-dump.d [2020-03-13T10:04:06.973Z] #44 82.62 DEP criu/cr-dedup.d [2020-03-13T10:04:07.265Z] #44 82.84 DEP criu/cr-check.d [2020-03-13T10:04:07.556Z] #44 83.15 DEP criu/config.d [2020-03-13T10:04:07.847Z] #44 83.46 DEP criu/clone-noasan.d [2020-03-13T10:04:07.847Z] #44 83.56 DEP criu/cgroup.d [2020-03-13T10:04:08.131Z] Merge succeeded, producing 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:08.132Z] Checking out Revision 745fa04e521f84ce09658008ae24227ca57c2f49 (PR-38788) [2020-03-13T10:04:08.138Z] #44 83.81 DEP criu/cgroup-props.d [2020-03-13T10:04:08.138Z] #44 83.96 DEP criu/bitmap.d [2020-03-13T10:04:08.430Z] #44 83.99 DEP criu/bfd.d [2020-03-13T10:04:08.430Z] #44 84.12 DEP criu/autofs.d [2020-03-13T10:04:08.723Z] #44 84.43 DEP criu/aio.d [2020-03-13T10:04:08.837Z] Commit message: "service: support --mount type=bind,bind-nonrecursive" [2020-03-13T10:04:09.023Z] #44 84.68 DEP criu/action-scripts.d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-13T10:04:09.654Z] #44 85.19 CC criu/action-scripts.o [2020-03-13T10:04:10.106Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.427s coverage: 13.8% of statements [2020-03-13T10:04:10.285Z] #44 85.85 CC criu/aio.o [2020-03-13T10:04:10.512Z] + docker version [2020-03-13T10:04:10.512Z] Client: Docker Engine - Enterprise [2020-03-13T10:04:10.512Z] Version: 19.03.5 [2020-03-13T10:04:10.512Z] API version: 1.40 [2020-03-13T10:04:10.512Z] Go version: go1.12.12 [2020-03-13T10:04:10.512Z] Git commit: 2ee0c57608 [2020-03-13T10:04:10.512Z] Built: 11/13/2019 08:00:16 [2020-03-13T10:04:10.512Z] OS/Arch: windows/amd64 [2020-03-13T10:04:10.512Z] Experimental: false [2020-03-13T10:04:10.512Z] [2020-03-13T10:04:10.512Z] Server: Docker Engine - Enterprise [2020-03-13T10:04:10.512Z] Engine: [2020-03-13T10:04:10.512Z] Version: 19.03.5 [2020-03-13T10:04:10.512Z] API version: 1.40 (minimum version 1.24) [2020-03-13T10:04:10.512Z] Go version: go1.12.12 [2020-03-13T10:04:10.512Z] Git commit: 2ee0c57608 [2020-03-13T10:04:10.512Z] Built: 11/13/2019 07:58:51 [2020-03-13T10:04:10.512Z] OS/Arch: windows/amd64 [2020-03-13T10:04:10.512Z] Experimental: true [Pipeline] sh [2020-03-13T10:04:10.918Z] #44 86.54 CC criu/autofs.o [2020-03-13T10:04:11.123Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.7% of statements [2020-03-13T10:04:11.406Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-03-13T10:04:11.515Z] + docker info [2020-03-13T10:04:07.908Z] > git merge d959c20b44117ef471c3d2dd467f1238415be500 # timeout=10 [2020-03-13T10:04:08.036Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-03-13T10:04:08.161Z] > git config core.sparsecheckout # timeout=10 [2020-03-13T10:04:08.212Z] > git checkout -f 745fa04e521f84ce09658008ae24227ca57c2f49 # timeout=10 [2020-03-13T10:04:12.021Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-03-13T10:04:12.469Z] Client: [2020-03-13T10:04:12.469Z] Debug Mode: false [2020-03-13T10:04:12.469Z] Plugins: [2020-03-13T10:04:12.469Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-03-13T10:04:12.469Z] [2020-03-13T10:04:12.469Z] Server: [2020-03-13T10:04:12.469Z] Containers: 0 [2020-03-13T10:04:12.469Z] Running: 0 [2020-03-13T10:04:12.469Z] Paused: 0 [2020-03-13T10:04:12.469Z] Stopped: 0 [2020-03-13T10:04:12.469Z] Images: 11 [2020-03-13T10:04:12.469Z] Server Version: 19.03.5 [2020-03-13T10:04:12.469Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-03-13T10:04:12.469Z] Windows: [2020-03-13T10:04:12.469Z] LCOW: [2020-03-13T10:04:12.469Z] Logging Driver: json-file [2020-03-13T10:04:12.469Z] Plugins: [2020-03-13T10:04:12.469Z] Volume: local [2020-03-13T10:04:12.469Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-13T10:04:12.469Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-13T10:04:12.469Z] Swarm: inactive [2020-03-13T10:04:12.469Z] Default Isolation: process [2020-03-13T10:04:12.470Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-13T10:04:12.470Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-13T10:04:12.470Z] OSType: windows [2020-03-13T10:04:12.470Z] Architecture: x86_64 [2020-03-13T10:04:12.470Z] CPUs: 4 [2020-03-13T10:04:12.470Z] Total Memory: 32GiB [2020-03-13T10:04:12.470Z] Name: azwin-2-ac3700 [2020-03-13T10:04:12.470Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-03-13T10:04:12.470Z] Docker Root Dir: D:\docker [2020-03-13T10:04:12.470Z] Debug Mode: false [2020-03-13T10:04:12.470Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:04:12.470Z] Labels: [2020-03-13T10:04:12.470Z] Experimental: true [2020-03-13T10:04:12.470Z] Insecure Registries: [2020-03-13T10:04:12.470Z] 10.0.0.4:5000 [2020-03-13T10:04:12.470Z] 127.0.0.0/8 [2020-03-13T10:04:12.470Z] Registry Mirrors: [2020-03-13T10:04:12.470Z] http://10.0.0.4:5000/ [2020-03-13T10:04:12.470Z] Live Restore Enabled: false [2020-03-13T10:04:12.470Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-03-13T10:04:12.986Z] #44 88.74 CC criu/bfd.o [2020-03-13T10:04:13.034Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-03-13T10:04:14.018Z] #44 89.71 CC criu/bitmap.o [2020-03-13T10:04:14.041Z] ok github.com/docker/docker/daemon 12.286s coverage: 17.5% of statements [2020-03-13T10:04:14.041Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-13T10:04:14.041Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-13T10:04:14.041Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-13T10:04:14.041Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-13T10:04:14.309Z] #44 89.98 CC criu/cgroup-props.o [2020-03-13T10:04:15.513Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2020-03-13T10:04:15.795Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.173s coverage: 57.0% of statements [2020-03-13T10:04:15.815Z] #44 91.22 CC criu/cgroup.o [2020-03-13T10:04:16.399Z] ok github.com/docker/docker/api/server/httputils 0.025s coverage: 14.7% of statements [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/server/middleware 0.045s coverage: 37.7% of statements [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/types/filters 0.026s coverage: 92.2% of statements [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/server/router/swarm 0.031s coverage: 4.5% of statements [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/types/time 0.024s coverage: 100.0% of statements [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-13T10:04:16.400Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/builder/dockerignore 0.013s coverage: 96.8% of statements [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2020-03-13T10:04:16.400Z] ok github.com/docker/docker/builder/remotecontext 0.342s coverage: 13.6% of statements [2020-03-13T10:04:16.659Z] ok github.com/docker/docker/builder/remotecontext/git 3.222s coverage: 86.3% of statements [2020-03-13T10:04:17.230Z] ok github.com/docker/docker/builder/dockerfile 1.032s coverage: 48.2% of statements [2020-03-13T10:04:17.230Z] ? github.com/docker/docker/cli [no test files] [2020-03-13T10:04:17.230Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-13T10:04:19.347Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:04:19.347Z] [2020-03-13T10:04:19.347Z] [2020-03-13T10:04:19.347Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:04:19.347Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:04:19.347Z] HOSTNAME=aa68fb5df8c9 [2020-03-13T10:04:19.347Z] TEST_SKIP_INTEGRATION=1 [2020-03-13T10:04:19.347Z] TESTDEBUG=0 [2020-03-13T10:04:19.347Z] DEST=bundles/test-integration [2020-03-13T10:04:19.347Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:04:19.347Z] KEEPBUNDLE=1 [2020-03-13T10:04:19.347Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:19.347Z] container=docker [2020-03-13T10:04:19.347Z] HOME=/root [2020-03-13T10:04:19.347Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:04:19.347Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:04:19.347Z] VALIDATE_BRANCH=master [2020-03-13T10:04:19.347Z] TERM=xterm [2020-03-13T10:04:19.347Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:04:19.347Z] SHLVL=1 [2020-03-13T10:04:19.347Z] TIMEOUT=120m [2020-03-13T10:04:19.347Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:04:19.347Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:04:19.347Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-03-13T10:04:19.347Z] GO111MODULE=off [2020-03-13T10:04:19.347Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:04:19.347Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:04:19.347Z] GOPATH=/go [2020-03-13T10:04:19.347Z] PKG_CONFIG=pkg-config [2020-03-13T10:04:19.347Z] _=/usr/bin/env [2020-03-13T10:04:19.347Z] Building test suite binary ./integration-cli/test.main [2020-03-13T10:04:19.347Z] [2020-03-13T10:04:19.347Z] [2020-03-13T10:04:19.347Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:04:19.347Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-03-13T10:04:19.347Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:04:19.347Z] HOSTNAME=2ef8cd7a8725 [2020-03-13T10:04:19.347Z] TEST_SKIP_INTEGRATION=1 [2020-03-13T10:04:19.347Z] TESTDEBUG=0 [2020-03-13T10:04:19.347Z] DEST=bundles/test-integration [2020-03-13T10:04:19.347Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:04:19.347Z] KEEPBUNDLE=1 [2020-03-13T10:04:19.347Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:19.347Z] container=docker [2020-03-13T10:04:19.347Z] HOME=/root [2020-03-13T10:04:19.348Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:04:19.348Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:04:19.348Z] VALIDATE_BRANCH=master [2020-03-13T10:04:19.348Z] TERM=xterm [2020-03-13T10:04:19.348Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:04:19.348Z] SHLVL=1 [2020-03-13T10:04:19.348Z] TIMEOUT=120m [2020-03-13T10:04:19.348Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:04:19.348Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:04:19.348Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-03-13T10:04:19.348Z] GO111MODULE=off [2020-03-13T10:04:19.348Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:04:19.348Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:04:19.348Z] GOPATH=/go [2020-03-13T10:04:19.348Z] PKG_CONFIG=pkg-config [2020-03-13T10:04:19.348Z] _=/usr/bin/env [2020-03-13T10:04:19.348Z] Building test suite binary ./integration-cli/test.main [2020-03-13T10:04:19.911Z] No new tests added to integration. [2020-03-13T10:04:19.911Z] [2020-03-13T10:04:19.911Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:04:20.180Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.046s coverage: 46.2% of statements [2020-03-13T10:04:20.274Z] #44 ... [2020-03-13T10:04:20.274Z] [2020-03-13T10:04:20.274Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-13T10:04:20.274Z] #41 DONE 95.3s [2020-03-13T10:04:20.274Z] [2020-03-13T10:04:20.274Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:04:20.797Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements [2020-03-13T10:04:20.903Z] #23 ... [2020-03-13T10:04:20.903Z] [2020-03-13T10:04:20.903Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:04:20.903Z] #44 96.61 CC criu/clone-noasan.o [2020-03-13T10:04:21.193Z] #44 96.75 CC criu/config.o [2020-03-13T10:04:21.280Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:04:21.280Z] HOSTNAME=b30067d11173 [2020-03-13T10:04:21.280Z] TESTDEBUG=0 [2020-03-13T10:04:21.280Z] DEST=bundles/test-integration [2020-03-13T10:04:21.280Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:04:21.280Z] KEEPBUNDLE=1 [2020-03-13T10:04:21.280Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:21.280Z] container=docker [2020-03-13T10:04:21.280Z] HOME=/root [2020-03-13T10:04:21.280Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:04:21.280Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:04:21.280Z] VALIDATE_BRANCH=master [2020-03-13T10:04:21.280Z] TERM=xterm [2020-03-13T10:04:21.280Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:04:21.280Z] SHLVL=1 [2020-03-13T10:04:21.280Z] TIMEOUT=120m [2020-03-13T10:04:21.280Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:04:21.280Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:04:21.280Z] GO111MODULE=off [2020-03-13T10:04:21.280Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-13T10:04:21.280Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:04:21.280Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:04:21.280Z] GOPATH=/go [2020-03-13T10:04:21.280Z] PKG_CONFIG=pkg-config [2020-03-13T10:04:21.280Z] _=/usr/bin/env [2020-03-13T10:04:21.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:04:22.519Z] ok github.com/docker/docker/client 0.545s coverage: 75.8% of statements [2020-03-13T10:04:23.248Z] #44 98.98 CC criu/cr-check.o [2020-03-13T10:04:23.839Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:04:23.839Z] [2020-03-13T10:04:23.839Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:04:23.839Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:04:23.839Z] HOSTNAME=653c44326082 [2020-03-13T10:04:23.839Z] DEST=bundles/test-integration [2020-03-13T10:04:23.839Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:04:23.839Z] DOCKER_ROOTLESS=1 [2020-03-13T10:04:23.839Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:23.839Z] container=docker [2020-03-13T10:04:23.839Z] HOME=/root [2020-03-13T10:04:23.839Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:04:23.839Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:04:23.839Z] VALIDATE_BRANCH=master [2020-03-13T10:04:23.839Z] TERM=xterm [2020-03-13T10:04:23.839Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:04:23.839Z] SHLVL=1 [2020-03-13T10:04:23.839Z] TIMEOUT=120m [2020-03-13T10:04:23.839Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:04:23.839Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:04:23.839Z] GO111MODULE=off [2020-03-13T10:04:23.839Z] DOCKER_EXPERIMENTAL=1 [2020-03-13T10:04:23.839Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-13T10:04:23.839Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:04:23.839Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:04:23.839Z] GOPATH=/go [2020-03-13T10:04:23.839Z] PKG_CONFIG=pkg-config [2020-03-13T10:04:23.839Z] _=/usr/bin/env [2020-03-13T10:04:23.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:04:23.874Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 1m52.889218827s [2020-03-13T10:04:23.874Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.717728ms [2020-03-13T10:04:24.252Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.272s coverage: 49.5% of statements [2020-03-13T10:04:25.312Z] #44 101.0 CC criu/cr-dedup.o [2020-03-13T10:04:25.447Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-03-13T10:04:25.447Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b1bb5498\powershellScript.ps1'; exit $LASTEXITCODE; [2020-03-13T10:04:25.447Z] ---------------------------------------------------------------------------- [2020-03-13T10:04:25.447Z] [2020-03-13T10:04:25.447Z] INFO: executeCI.ps1 starting at Fri Mar 13 10:04:24 CUT 2020 [2020-03-13T10:04:25.447Z] [2020-03-13T10:04:25.447Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-03-13T10:04:25.447Z] INFO: Running git version 2.24.1.windows.2 [2020-03-13T10:04:25.447Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-03-13T10:04:25.447Z] INFO: Environment variables: [2020-03-13T10:04:25.447Z] [2020-03-13T10:04:25.447Z] Name Value [2020-03-13T10:04:25.447Z] ---- ----- [2020-03-13T10:04:25.447Z] ALLUSERSPROFILE C:\ProgramData [2020-03-13T10:04:25.447Z] amd64 true [2020-03-13T10:04:25.447Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-03-13T10:04:25.447Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-03-13T10:04:25.447Z] arm64 true [2020-03-13T10:04:25.447Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-03-13T10:04:25.447Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-03-13T10:04:25.447Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-03-13T10:04:25.447Z] BRANCH_NAME PR-38788 [2020-03-13T10:04:25.447Z] BUILD_DISPLAY_NAME #9 [2020-03-13T10:04:25.447Z] BUILD_ID 9 [2020-03-13T10:04:25.447Z] BUILD_NUMBER 9 [2020-03-13T10:04:25.447Z] BUILD_TAG jenkins-moby-PR-38788-9 [2020-03-13T10:04:25.447Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-38788/9/ [2020-03-13T10:04:25.447Z] CHANGE_AUTHOR AkihiroSuda [2020-03-13T10:04:25.447Z] CHANGE_AUTHOR_DISPLAY_NAME Akihiro Suda [2020-03-13T10:04:25.447Z] CHANGE_AUTHOR_EMAIL suda.kyoto@gmail.com [2020-03-13T10:04:25.447Z] CHANGE_BRANCH bind-nonrecursive-swarm [2020-03-13T10:04:25.447Z] CHANGE_FORK AkihiroSuda/docker [2020-03-13T10:04:25.447Z] CHANGE_ID 38788 [2020-03-13T10:04:25.447Z] CHANGE_TARGET master [2020-03-13T10:04:25.447Z] CHANGE_TITLE service: support --mount type=bind,bind-nonrecursive [2020-03-13T10:04:25.447Z] CHANGE_URL https://github.com/moby/moby/pull/38788 [2020-03-13T10:04:25.447Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-13T10:04:25.447Z] CommonProgramFiles C:\Program Files\Common Files [2020-03-13T10:04:25.447Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-03-13T10:04:25.447Z] CommonProgramW6432 C:\Program Files\Common Files [2020-03-13T10:04:25.447Z] COMPUTERNAME azwin-2-ac3700 [2020-03-13T10:04:25.447Z] ComSpec C:\windows\system32\cmd.exe [2020-03-13T10:04:25.447Z] ConfigSequenceNumber 0 [2020-03-13T10:04:25.447Z] dco true [2020-03-13T10:04:25.447Z] DOCKER_BUILDKIT 0 [2020-03-13T10:04:25.447Z] DOCKER_DUT_DEBUG 1 [2020-03-13T10:04:25.447Z] DOCKER_EXPERIMENTAL 1 [2020-03-13T10:04:25.447Z] DOCKER_GRAPHDRIVER overlay2 [2020-03-13T10:04:25.447Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-03-13T10:04:25.447Z] EXECUTOR_NUMBER 0 [2020-03-13T10:04:25.447Z] FQDN azwin-2-ac3700.westus.cloudapp.azure.com [2020-03-13T10:04:25.447Z] GIT_BRANCH PR-38788 [2020-03-13T10:04:25.447Z] GIT_COMMIT 745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:04:25.447Z] GIT_PREVIOUS_COMMIT 8e8a2f2853d3f29d802adffac25c99535a3cd683 [2020-03-13T10:04:25.447Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 8e8a2f2853d3f29d802adffac25c99535a3cd683 [2020-03-13T10:04:25.447Z] GIT_URL https://github.com/moby/moby.git [2020-03-13T10:04:25.447Z] HUDSON_COOKIE d2b6f316-f32f-4c02-85b6-7cb1257a9a7f [2020-03-13T10:04:25.447Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-03-13T10:04:25.447Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-03-13T10:04:25.447Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-03-13T10:04:25.447Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-03-13T10:04:25.447Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-03-13T10:04:25.447Z] JENKINS_NODE_COOKIE ba1ad367-1644-40b3-be75-3ff5f3259fa5 [2020-03-13T10:04:25.447Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-03-13T10:04:25.447Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-03-13T10:04:25.447Z] JOB_BASE_NAME PR-38788 [2020-03-13T10:04:25.447Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38788/display/redirect [2020-03-13T10:04:25.447Z] JOB_NAME moby/PR-38788 [2020-03-13T10:04:25.447Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-38788/ [2020-03-13T10:04:25.447Z] library.jps.version master [2020-03-13T10:04:25.447Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-03-13T10:04:25.447Z] NODE_LABELS amd64 azure azwin-2-ac3700 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-03-13T10:04:25.447Z] NODE_NAME azwin-2-ac3700 [2020-03-13T10:04:25.448Z] NUMBER_OF_PROCESSORS 4 [2020-03-13T10:04:25.448Z] OS Windows_NT [2020-03-13T10:04:25.448Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-03-13T10:04:25.448Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-03-13T10:04:25.448Z] ppc64le true [2020-03-13T10:04:25.448Z] PROCESSOR_ARCHITECTURE AMD64 [2020-03-13T10:04:25.448Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2020-03-13T10:04:25.448Z] PROCESSOR_LEVEL 6 [2020-03-13T10:04:25.448Z] PROCESSOR_REVISION 4f01 [2020-03-13T10:04:25.448Z] ProgramData C:\ProgramData [2020-03-13T10:04:25.448Z] ProgramFiles C:\Program Files [2020-03-13T10:04:25.448Z] ProgramFiles(x86) C:\Program Files (x86) [2020-03-13T10:04:25.448Z] ProgramW6432 C:\Program Files [2020-03-13T10:04:25.448Z] PROMPT $P$G [2020-03-13T10:04:25.448Z] PSExecutionPolicyPreference Bypass [2020-03-13T10:04:25.448Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-03-13T10:04:25.448Z] PUBLIC C:\Users\Public [2020-03-13T10:04:25.448Z] rootless true [2020-03-13T10:04:25.448Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38788/9/display/redirect?page=changes [2020-03-13T10:04:25.448Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-38788/9/display/redirect [2020-03-13T10:04:25.448Z] s390x true [2020-03-13T10:04:25.448Z] skip_dco false [2020-03-13T10:04:25.448Z] SKIP_VALIDATION_TESTS 1 [2020-03-13T10:04:25.448Z] SOURCES_DRIVE d [2020-03-13T10:04:25.448Z] SOURCES_SUBDIR gopath [2020-03-13T10:04:25.448Z] STAGE_NAME Run tests [2020-03-13T10:04:25.448Z] SystemDrive C: [2020-03-13T10:04:25.448Z] SystemRoot C:\windows [2020-03-13T10:04:25.448Z] TEMP C:\windows\TEMP [2020-03-13T10:04:25.448Z] TESTDEBUG 0 [2020-03-13T10:04:25.448Z] TESTRUN_DRIVE d [2020-03-13T10:04:25.448Z] TESTRUN_SUBDIR CI [2020-03-13T10:04:25.448Z] TIMEOUT 120m [2020-03-13T10:04:25.448Z] TMP C:\windows\TEMP [2020-03-13T10:04:25.448Z] unit_validate true [2020-03-13T10:04:25.448Z] USERDOMAIN WORKGROUP [2020-03-13T10:04:25.448Z] USERNAME azwin-2-ac3700$ [2020-03-13T10:04:25.448Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-03-13T10:04:25.448Z] validate_force false [2020-03-13T10:04:25.448Z] windir C:\windows [2020-03-13T10:04:25.448Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-03-13T10:04:25.448Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-03-13T10:04:25.448Z] windowsRS1 false [2020-03-13T10:04:25.448Z] windowsRS5 true [2020-03-13T10:04:25.448Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-03-13T10:04:25.448Z] [2020-03-13T10:04:25.448Z] [2020-03-13T10:04:25.448Z] [2020-03-13T10:04:25.448Z] INFO: Sources under d:\gopath\... [2020-03-13T10:04:25.448Z] INFO: Test run under d:\CI\... [2020-03-13T10:04:25.448Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-03-13T10:04:25.448Z] INFO: docker/docker repository was found [2020-03-13T10:04:25.448Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-03-13T10:04:25.901Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1098' [2020-03-13T10:04:25.901Z] INFO: Docker version of control daemon [2020-03-13T10:04:25.901Z] [2020-03-13T10:04:25.901Z] Client: Docker Engine - Enterprise [2020-03-13T10:04:25.901Z] Version: 19.03.5 [2020-03-13T10:04:25.901Z] API version: 1.40 [2020-03-13T10:04:25.901Z] Go version: go1.12.12 [2020-03-13T10:04:25.901Z] Git commit: 2ee0c57608 [2020-03-13T10:04:25.901Z] Built: 11/13/2019 08:00:16 [2020-03-13T10:04:25.901Z] OS/Arch: windows/amd64 [2020-03-13T10:04:25.901Z] Experimental: false [2020-03-13T10:04:25.901Z] [2020-03-13T10:04:25.901Z] Server: Docker Engine - Enterprise [2020-03-13T10:04:25.901Z] Engine: [2020-03-13T10:04:25.901Z] Version: 19.03.5 [2020-03-13T10:04:25.901Z] API version: 1.40 (minimum version 1.24) [2020-03-13T10:04:25.901Z] Go version: go1.12.12 [2020-03-13T10:04:25.901Z] Git commit: 2ee0c57608 [2020-03-13T10:04:25.901Z] Built: 11/13/2019 07:58:51 [2020-03-13T10:04:25.901Z] OS/Arch: windows/amd64 [2020-03-13T10:04:25.901Z] Experimental: true [2020-03-13T10:04:25.901Z] [2020-03-13T10:04:25.901Z] INFO: Docker info of control daemon [2020-03-13T10:04:25.901Z] [2020-03-13T10:04:25.941Z] #44 101.7 CC criu/cr-dump.o [2020-03-13T10:04:26.855Z] Client: [2020-03-13T10:04:26.855Z] Debug Mode: false [2020-03-13T10:04:26.855Z] Plugins: [2020-03-13T10:04:26.855Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-03-13T10:04:26.855Z] [2020-03-13T10:04:26.855Z] Server: [2020-03-13T10:04:26.855Z] Containers: 0 [2020-03-13T10:04:26.855Z] Running: 0 [2020-03-13T10:04:26.855Z] Paused: 0 [2020-03-13T10:04:26.855Z] Stopped: 0 [2020-03-13T10:04:26.855Z] Images: 11 [2020-03-13T10:04:26.855Z] Server Version: 19.03.5 [2020-03-13T10:04:26.855Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-03-13T10:04:26.855Z] Windows: [2020-03-13T10:04:26.855Z] LCOW: [2020-03-13T10:04:26.855Z] Logging Driver: json-file [2020-03-13T10:04:26.855Z] Plugins: [2020-03-13T10:04:26.855Z] Volume: local [2020-03-13T10:04:26.855Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-13T10:04:26.855Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-13T10:04:26.855Z] Swarm: inactive [2020-03-13T10:04:26.855Z] Default Isolation: process [2020-03-13T10:04:26.855Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-13T10:04:26.855Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-13T10:04:26.855Z] OSType: windows [2020-03-13T10:04:26.855Z] Architecture: x86_64 [2020-03-13T10:04:26.855Z] CPUs: 4 [2020-03-13T10:04:26.855Z] Total Memory: 32GiB [2020-03-13T10:04:26.855Z] Name: azwin-2-ac3700 [2020-03-13T10:04:26.855Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-03-13T10:04:26.855Z] Docker Root Dir: D:\docker [2020-03-13T10:04:26.855Z] Debug Mode: false [2020-03-13T10:04:26.855Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:04:26.855Z] Labels: [2020-03-13T10:04:26.855Z] Experimental: true [2020-03-13T10:04:26.855Z] Insecure Registries: [2020-03-13T10:04:26.855Z] 10.0.0.4:5000 [2020-03-13T10:04:26.855Z] 127.0.0.0/8 [2020-03-13T10:04:26.855Z] Registry Mirrors: [2020-03-13T10:04:26.855Z] http://10.0.0.4:5000/ [2020-03-13T10:04:26.855Z] Live Restore Enabled: false [2020-03-13T10:04:26.855Z] [2020-03-13T10:04:26.855Z] [2020-03-13T10:04:26.855Z] INFO: Commit hash is 745fa04e52 [2020-03-13T10:04:26.855Z] INFO: Nuke-Everything... [2020-03-13T10:04:26.855Z] INFO: Container count on control daemon to delete is 0 [2020-03-13T10:04:27.313Z] INFO: Non-base image count on control daemon to delete is 1 [2020-03-13T10:04:28.010Z] #44 ... [2020-03-13T10:04:28.010Z] [2020-03-13T10:04:28.010Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-13T10:04:28.010Z] #60 98.77 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-03-13T10:04:28.830Z] Deleted: sha256:9dd63d49b1331fd89a22ea32e4edf08d345fdd64a41b3c76557c84ff75f2e3b6 [2020-03-13T10:04:28.830Z] Deleted: sha256:860313efd7ae722640db377d7bdcfdac7a6a7fbc1ba50639f9f8978035c496fb [2020-03-13T10:04:29.283Z] INFO: Nuking d:\CI [2020-03-13T10:04:29.753Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.905s coverage: 72.5% of statements [2020-03-13T10:04:29.753Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-13T10:04:30.740Z] #60 101.4 + mkdir -p /build [2020-03-13T10:04:30.740Z] #60 101.4 + cp runc /build/runc [2020-03-13T10:04:30.740Z] #60 DONE 101.5s [2020-03-13T10:04:30.740Z] [2020-03-13T10:04:30.740Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:04:30.740Z] #44 104.2 CC criu/cr-errno.o [2020-03-13T10:04:30.740Z] #44 104.3 CC criu/cr-restore.o [2020-03-13T10:04:30.761Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.004s coverage: 61.0% of statements [2020-03-13T10:04:30.761Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-13T10:04:31.045Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.642s coverage: 76.1% of statements [2020-03-13T10:04:31.045Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-13T10:04:31.661Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2020-03-13T10:04:32.276Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2020-03-13T10:04:32.892Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2020-03-13T10:04:33.906Z] ok github.com/docker/docker/daemon/images 0.007s coverage: 4.9% of statements [2020-03-13T10:04:33.906Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-13T10:04:33.906Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-13T10:04:34.189Z] ok github.com/docker/docker/daemon/logger 0.208s coverage: 41.8% of statements [2020-03-13T10:04:34.254Z] #44 109.7 CC criu/cr-service.o [2020-03-13T10:04:35.199Z] ok github.com/docker/docker/daemon/logger/awslogs 0.074s coverage: 77.8% of statements [2020-03-13T10:04:35.199Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-13T10:04:35.199Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-13T10:04:35.199Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2020-03-13T10:04:35.774Z] #44 111.5 CC criu/crtools.o [2020-03-13T10:04:36.207Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 62.1% of statements [2020-03-13T10:04:36.207Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 26.2% of statements [2020-03-13T10:04:36.404Z] #44 112.1 CC criu/eventfd.o [2020-03-13T10:04:36.490Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2020-03-13T10:04:36.694Z] #44 112.5 CC criu/eventpoll.o [2020-03-13T10:04:37.106Z] ok github.com/docker/docker/daemon/logger/local 0.007s coverage: 74.7% of statements [2020-03-13T10:04:37.106Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-13T10:04:37.723Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 19.9% of statements [2020-03-13T10:04:37.730Z] #44 113.5 CC criu/external.o [2020-03-13T10:04:38.006Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 33.3% of statements [2020-03-13T10:04:38.363Z] #44 114.0 CC criu/fault-injection.o [2020-03-13T10:04:38.363Z] #44 114.1 CC criu/fdstore.o [2020-03-13T10:04:38.654Z] #44 114.5 CC criu/fifo.o [2020-03-13T10:04:39.015Z] ok github.com/docker/docker/daemon/logger/syslog 0.031s coverage: 47.8% of statements [2020-03-13T10:04:39.288Z] #44 115.0 CC criu/file-ids.o [2020-03-13T10:04:39.298Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2020-03-13T10:04:39.578Z] #44 115.4 CC criu/file-lock.o [2020-03-13T10:04:39.914Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-03-13T10:04:40.197Z] ok github.com/docker/docker/daemon/logger/splunk 1.422s coverage: 82.5% of statements [2020-03-13T10:04:40.197Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-13T10:04:40.197Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-13T10:04:41.076Z] #44 116.5 CC criu/files-ext.o [2020-03-13T10:04:41.076Z] #44 116.8 CC criu/files-reg.o [2020-03-13T10:04:41.685Z] ok github.com/docker/docker/distribution 0.293s coverage: 22.1% of statements [2020-03-13T10:04:41.685Z] ok github.com/docker/docker/distribution/metadata 0.031s coverage: 48.2% of statements [2020-03-13T10:04:41.685Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-13T10:04:42.300Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-03-13T10:04:43.309Z] ok github.com/docker/docker/image 0.012s coverage: 86.4% of statements [2020-03-13T10:04:43.801Z] #44 119.2 CC criu/files.o [2020-03-13T10:04:43.924Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-03-13T10:04:44.540Z] ok github.com/docker/docker/distribution/xfer 1.865s coverage: 85.1% of statements [2020-03-13T10:04:44.540Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-13T10:04:44.540Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-13T10:04:44.540Z] ok github.com/docker/docker/image/v1 0.011s coverage: 25.0% of statements [2020-03-13T10:04:44.540Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-13T10:04:44.823Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2020-03-13T10:04:45.864Z] #44 121.6 CC criu/filesystems.o [2020-03-13T10:04:46.297Z] ok github.com/docker/docker/opts 0.017s coverage: 67.4% of statements [2020-03-13T10:04:46.297Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-03-13T10:04:46.911Z] #44 122.6 CC criu/fsnotify.o [2020-03-13T10:04:46.912Z] #44 ... [2020-03-13T10:04:46.912Z] [2020-03-13T10:04:46.912Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:04:47.773Z] ok github.com/docker/docker/pkg/archive 0.497s coverage: 77.0% of statements [2020-03-13T10:04:48.969Z] #23 117.9 Checking out files: 35% (3820/10650) Checking out files: 36% (3834/10650) Checking out files: 37% (3941/10650) Checking out files: 38% (4047/10650) Checking out files: 39% (4154/10650) Checking out files: 40% (4260/10650) Checking out files: 41% (4367/10650) Checking out files: 42% (4473/10650) Checking out files: 43% (4580/10650) Checking out files: 44% (4686/10650) Checking out files: 45% (4793/10650) Checking out files: 46% (4899/10650) Checking out files: 47% (5006/10650) Checking out files: 48% (5112/10650) Checking out files: 49% (5219/10650) Checking out files: 50% (5325/10650) Checking out files: 51% (5432/10650) Checking out files: 52% (5538/10650) Checking out files: 53% (5645/10650) Checking out files: 54% (5751/10650) Checking out files: 55% (5858/10650) Checking out files: 56% (5964/10650) Checking out files: 57% (6071/10650) Checking out files: 58% (6177/10650) Checking out files: 59% (6284/10650) Checking out files: 60% (6390/10650) Checking out files: 61% (6497/10650) Checking out files: 62% (6603/10650) Checking out files: 63% (6710/10650) Checking out files: 64% (6816/10650) Checking out files: 65% (6923/10650) Checking out files: 66% (7029/10650) Checking out files: 67% (7136/10650) Checking out files: 68% (7242/10650) Checking out files: 69% (7349/10650) Checking out files: 69% (7435/10650) Checking out files: 70% (7455/10650) Checking out files: 71% (7562/10650) Checking out files: 72% (7668/10650) Checking out files: 73% (7775/10650) Checking out files: 74% (7881/10650) Checking out files: 75% (7988/10650) Checking out files: 76% (8094/10650) Checking out files: 77% (8201/10650) Checking out files: 78% (8307/10650) Checking out files: 79% (8414/10650) Checking out files: 80% (8520/10650) Checking out files: 81% (8627/10650) Checking out files: 82% (8733/10650) Checking out files: 83% (8840/10650) Checking out files: 84% (8946/10650) Checking out files: 85% (9053/10650) Checking out files: 86% (9159/10650) Checking out files: 87% (9266/10650) Checking out files: 88% (9372/10650) Checking out files: 89% (9479/10650) Checking out files: 90% (9585/10650) Checking out files: 91% (9692/10650) Checking out files: 92% (9798/10650) Checking out files: 93% (9905/10650) Checking out files: 94% (10011/10650) Checking out files: 95% (10118/10650) Checking out files: 96% (10224/10650) Checking out files: 97% (10331/10650) Checking out files: 98% (10437/10650) Checking out files: 98% (10440/10650) Checking out files: 99% (10544/10650) Checking out files: 100% (10650/10650) Checking out files: 100% (10650/10650), done. [2020-03-13T10:04:49.080Z] ok github.com/docker/docker/cmd/dockerd 0.101s coverage: 30.7% of statements [2020-03-13T10:04:49.268Z] #23 120.0 + cd /tmp/tmp.g76nW0XfXT/tmp/docker-ce [2020-03-13T10:04:49.268Z] #23 120.0 + git checkout -q v17.06.2-ce [2020-03-13T10:04:49.803Z] ok github.com/docker/docker/pkg/authorization 1.241s coverage: 68.3% of statements [2020-03-13T10:04:49.803Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-03-13T10:04:49.803Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-03-13T10:04:50.991Z] ok github.com/docker/docker/container 0.145s coverage: 34.9% of statements [2020-03-13T10:04:50.991Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-13T10:04:50.991Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-13T10:04:50.991Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-13T10:04:50.991Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-13T10:04:51.993Z] #23 122.9 + mkdir -p /tmp/tmp.g76nW0XfXT/src/github.com/docker [2020-03-13T10:04:51.993Z] #23 122.9 + mv components/cli /tmp/tmp.g76nW0XfXT/src/github.com/docker/cli [2020-03-13T10:04:51.994Z] #23 122.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-03-13T10:04:53.258Z] ok github.com/docker/docker/layer 7.335s coverage: 68.8% of statements [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/oci [no test files] [2020-03-13T10:04:53.258Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-13T10:04:53.258Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-03-13T10:04:53.536Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.108s coverage: 65.3% of statements [2020-03-13T10:04:53.873Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-03-13T10:04:53.873Z] ok github.com/docker/docker/pkg/chrootarchive 3.530s coverage: 43.2% of statements [2020-03-13T10:04:53.873Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-13T10:04:53.873Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-13T10:04:53.873Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-03-13T10:04:54.488Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2020-03-13T10:04:54.770Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-03-13T10:04:55.053Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-03-13T10:04:55.447Z] ok github.com/docker/docker/daemon/cluster/convert 0.055s coverage: 35.6% of statements [2020-03-13T10:04:56.387Z] ok github.com/docker/docker/daemon/cluster 0.100s coverage: 0.5% of statements [2020-03-13T10:04:56.524Z] ok github.com/docker/docker/pkg/filenotify 0.616s coverage: 67.0% of statements [2020-03-13T10:04:56.810Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2020-03-13T10:04:57.825Z] ok github.com/docker/docker/pkg/fsutils 0.416s coverage: 85.1% of statements [2020-03-13T10:04:57.825Z] ok github.com/docker/docker/pkg/discovery/kv 3.067s coverage: 84.1% of statements [2020-03-13T10:04:58.108Z] ok github.com/docker/docker/pkg/homedir 0.017s coverage: 11.4% of statements [2020-03-13T10:04:58.725Z] ok github.com/docker/docker/pkg/idtools 0.300s coverage: 70.1% of statements [2020-03-13T10:04:58.875Z] #23 ... [2020-03-13T10:04:58.875Z] [2020-03-13T10:04:58.875Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-13T10:04:58.875Z] #44 124.2 CC criu/image-desc.o [2020-03-13T10:04:58.875Z] #44 124.4 CC criu/image.o [2020-03-13T10:04:58.875Z] #44 125.5 CC criu/ipc_ns.o [2020-03-13T10:04:58.875Z] #44 127.1 CC criu/irmap.o [2020-03-13T10:04:58.875Z] #44 127.9 CC criu/kcmp-ids.o [2020-03-13T10:04:58.875Z] #44 128.3 CC criu/kerndat.o [2020-03-13T10:04:58.875Z] #44 129.6 CC criu/libnetlink.o [2020-03-13T10:04:58.875Z] #44 130.1 CC criu/log.o [2020-03-13T10:04:58.875Z] #44 130.7 CC criu/lsm.o [2020-03-13T10:04:58.875Z] #44 131.3 CC criu/mem.o [2020-03-13T10:04:58.875Z] #44 133.6 CC criu/mount.o [2020-03-13T10:04:59.008Z] ok github.com/docker/docker/pkg/ioutils 0.318s coverage: 70.1% of statements [2020-03-13T10:04:59.008Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2020-03-13T10:04:59.131Z] INFO: Zapped successfully [2020-03-13T10:04:59.131Z] INFO: Location for testing is d:\CI\PR-38788\9 [2020-03-13T10:04:59.131Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-03-13T10:04:59.131Z] [2020-03-13T10:04:59.131Z] [2020-03-13T10:04:59.131Z] INFO: Building the image from Dockerfile.windows at 03/13/2020 10:04:56... [2020-03-13T10:04:59.131Z] [2020-03-13T10:04:59.291Z] ok github.com/docker/docker/pkg/locker 0.044s coverage: 88.9% of statements [2020-03-13T10:04:59.291Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-03-13T10:04:59.291Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-13T10:04:59.574Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2020-03-13T10:04:59.688Z] ok github.com/docker/docker/daemon/discovery 0.089s coverage: 30.0% of statements [2020-03-13T10:04:59.856Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-03-13T10:05:00.139Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-03-13T10:05:00.264Z] ok github.com/docker/docker/daemon/config 0.071s coverage: 81.7% of statements [2020-03-13T10:05:00.422Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-03-13T10:05:00.704Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-03-13T10:05:00.836Z] ok github.com/docker/docker/daemon/events 0.094s coverage: 50.0% of statements [2020-03-13T10:05:00.987Z] ok github.com/docker/docker/pkg/mount 1.291s coverage: 70.5% of statements [2020-03-13T10:05:00.988Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-13T10:05:00.988Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-13T10:05:00.988Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-13T10:05:01.604Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2020-03-13T10:05:01.887Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-03-13T10:05:02.170Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-03-13T10:05:02.453Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-03-13T10:05:02.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:05:02.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:05:02.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:05:02.777Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2020-03-13T10:05:02.831Z] Sending build context to Docker daemon 54.58MB [2020-03-13T10:05:02.831Z] [2020-03-13T10:05:02.831Z] Step 1/10 : FROM microsoft/windowsservercore [2020-03-13T10:05:02.831Z] ---> 80e84fd280e2 [2020-03-13T10:05:02.831Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> e726a6c3a766 [2020-03-13T10:05:02.831Z] Step 3/10 : ARG GO_VERSION=1.13.8 [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 827256b4f2fe [2020-03-13T10:05:02.831Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 2973eb0f874e [2020-03-13T10:05:02.831Z] 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-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 55cc2d9615e0 [2020-03-13T10:05:02.831Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> b1b02628702f [2020-03-13T10:05:02.831Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $optsForGet = @('"get"', '"-d"', '"gotest.tools/gotestsum"'); &go $optsForGet; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -ne 0) { Throw '"Failed getting gotestsum sources..."' }; Write-Host "INFO: Sources obtained for gotestsum..."; $GotestsumPath=Join-Path -Path $Env:GOPATH -ChildPath "src\gotest.tools\gotestsum"; Push-Location $GotestsumPath; $optsForCheckout = @('"checkout"', '"-q"', """$Env:GOTESTSUM_COMMIT"""); &git $optsForCheckout; $savedExitCode = $LASTEXITCODE; if ($savedExitCode -eq 0) { Write-Host "INFO: Checkout done for gotestsum..."; $optsForBuild = @('"build"', '"-buildmode=exe"'); &go $optsForBuild; $savedExitCode = $LASTEXITCODE; } else { Throw '"gotestsum checkout failed..."'; } Pop-Location; if ($savedExitCode -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 47ccaa10701f [2020-03-13T10:05:02.831Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 1255cffdd85c [2020-03-13T10:05:02.831Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-03-13T10:05:02.831Z] ---> Using cache [2020-03-13T10:05:02.831Z] ---> 79f4f7de71e0 [2020-03-13T10:05:02.831Z] Step 10/10 : COPY . . [2020-03-13T10:05:03.383Z] #44 138.6 CC criu/namespaces.o [2020-03-13T10:05:03.464Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 73.9% of statements [2020-03-13T10:05:03.747Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-03-13T10:05:05.458Z] #44 141.1 CC criu/net.o [2020-03-13T10:05:06.066Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.476s coverage: 13.8% of statements [2020-03-13T10:05:06.066Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 2.9% of statements [2020-03-13T10:05:06.423Z] ok github.com/docker/docker/pkg/signal 2.342s coverage: 61.0% of statements [2020-03-13T10:05:06.705Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-03-13T10:05:06.988Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-03-13T10:05:07.271Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-03-13T10:05:07.446Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.571s coverage: 57.0% of statements [2020-03-13T10:05:07.553Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-03-13T10:05:07.836Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-03-13T10:05:08.119Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 37.2% of statements [2020-03-13T10:05:08.402Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2020-03-13T10:05:09.017Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2020-03-13T10:05:09.299Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-03-13T10:05:09.299Z] testing: warning: no tests to run [2020-03-13T10:05:09.299Z] coverage: [no statements] [2020-03-13T10:05:09.299Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-03-13T10:05:09.582Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-03-13T10:05:09.865Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-03-13T10:05:09.922Z] #44 145.4 CC criu/netfilter.o [2020-03-13T10:05:09.986Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2020-03-13T10:05:10.161Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-03-13T10:05:10.215Z] #44 145.9 CC criu/page-pipe.o [2020-03-13T10:05:10.925Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.462s coverage: 46.2% of statements [2020-03-13T10:05:11.255Z] #44 146.9 CC criu/page-xfer.o [2020-03-13T10:05:12.185Z] ok github.com/docker/docker/plugin 0.557s coverage: 27.1% of statements [2020-03-13T10:05:12.468Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-03-13T10:05:12.832Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.574s coverage: 72.5% of statements [2020-03-13T10:05:13.084Z] ok github.com/docker/docker/profiles/seccomp 0.002s coverage: 75.0% of statements [2020-03-13T10:05:13.091Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.779s coverage: 49.5% of statements [2020-03-13T10:05:13.336Z] #44 148.6 CC criu/pagemap-cache.o [2020-03-13T10:05:13.336Z] #44 149.1 CC criu/pagemap.o [2020-03-13T10:05:13.367Z] ok github.com/docker/docker/reference 0.004s coverage: 84.4% of statements [2020-03-13T10:05:14.030Z] ok github.com/docker/docker/daemon 12.323s coverage: 17.5% of statements [2020-03-13T10:05:14.030Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-13T10:05:14.030Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-13T10:05:14.030Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-13T10:05:14.030Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-13T10:05:14.030Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-13T10:05:14.374Z] ok github.com/docker/docker/registry 0.089s coverage: 56.0% of statements [2020-03-13T10:05:14.841Z] #44 150.4 CC criu/parasite-syscall.o [2020-03-13T10:05:14.970Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.0% of statements [2020-03-13T10:05:14.989Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-03-13T10:05:14.989Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-03-13T10:05:15.228Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.556s coverage: 76.1% of statements [2020-03-13T10:05:15.604Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2020-03-13T10:05:15.873Z] #44 151.7 CC criu/path.o [2020-03-13T10:05:15.887Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-03-13T10:05:16.167Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2020-03-13T10:05:16.167Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2020-03-13T10:05:16.513Z] #44 152.1 CC criu/pie-util-vdso.o [2020-03-13T10:05:17.149Z] #44 152.8 CC criu/pie-util.o [2020-03-13T10:05:17.441Z] #44 153.1 CC criu/pipes.o [2020-03-13T10:05:17.915Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-03-13T10:05:18.472Z] #44 154.2 CC criu/plugin.o [2020-03-13T10:05:18.531Z] ok github.com/docker/docker/volume/local 0.039s coverage: 73.0% of statements [2020-03-13T10:05:18.708Z] ok github.com/docker/docker/daemon/logger 0.251s coverage: 41.8% of statements [2020-03-13T10:05:18.708Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.677s coverage: 61.0% of statements [2020-03-13T10:05:18.708Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-13T10:05:18.708Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-13T10:05:18.814Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-03-13T10:05:19.112Z] #44 154.8 CC criu/proc_parse.o [2020-03-13T10:05:19.277Z] ok github.com/docker/docker/daemon/logger/awslogs 0.297s coverage: 77.4% of statements [2020-03-13T10:05:19.538Z] ok github.com/docker/docker/daemon/images 0.063s coverage: 4.9% of statements [2020-03-13T10:05:19.538Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-13T10:05:19.538Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-13T10:05:19.538Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-13T10:05:19.538Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-13T10:05:19.821Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.0% of statements [2020-03-13T10:05:20.111Z] ok github.com/docker/docker/daemon/logger/gelf 0.027s coverage: 67.0% of statements [2020-03-13T10:05:20.371Z] ok github.com/docker/docker/daemon/logger/journald 0.026s coverage: 26.2% of statements [2020-03-13T10:05:20.371Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.033s coverage: 88.3% of statements [2020-03-13T10:05:20.940Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.038s coverage: 62.1% of statements [2020-03-13T10:05:21.880Z] ok github.com/docker/docker/daemon/logger/local 0.054s coverage: 74.7% of statements [2020-03-13T10:05:21.880Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-13T10:05:22.450Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.077s coverage: 19.9% of statements [2020-03-13T10:05:22.450Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.042s coverage: 33.3% of statements [2020-03-13T10:05:23.020Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2020-03-13T10:05:23.590Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 47.8% of statements [2020-03-13T10:05:24.160Z] ok github.com/docker/docker/daemon/network 0.053s coverage: 63.8% of statements [2020-03-13T10:05:24.688Z] #44 159.5 CC criu/protobuf-desc.o [2020-03-13T10:05:25.100Z] ok github.com/docker/docker/daemon/logger/splunk 1.920s coverage: 82.5% of statements [2020-03-13T10:05:25.100Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-13T10:05:25.100Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-13T10:05:25.337Z] #44 160.8 CC criu/protobuf.o [2020-03-13T10:05:25.628Z] #44 161.5 CC criu/pstree.o [2020-03-13T10:05:26.041Z] ok github.com/docker/docker/distribution/metadata 0.146s coverage: 48.2% of statements [2020-03-13T10:05:26.611Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2020-03-13T10:05:27.182Z] ok github.com/docker/docker/distribution 0.302s coverage: 22.1% of statements [2020-03-13T10:05:27.182Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-13T10:05:27.693Z] #44 163.1 CC criu/rbtree.o [2020-03-13T10:05:27.693Z] #44 163.5 CC criu/rst-malloc.o [2020-03-13T10:05:28.325Z] #44 164.0 CC criu/seccomp.o [2020-03-13T10:05:28.565Z] ok github.com/docker/docker/image 0.053s coverage: 86.4% of statements [2020-03-13T10:05:28.565Z] ok github.com/docker/docker/image/cache 0.030s coverage: 19.2% of statements [2020-03-13T10:05:28.825Z] ok github.com/docker/docker/distribution/xfer 1.723s coverage: 85.1% of statements [2020-03-13T10:05:28.825Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-13T10:05:28.825Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-13T10:05:28.825Z] ok github.com/docker/docker/image/v1 0.040s coverage: 25.0% of statements [2020-03-13T10:05:28.825Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-13T10:05:28.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:05:28.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:05:28.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:05:28.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:05:28.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:05:29.359Z] #44 164.9 CC criu/seize.o [2020-03-13T10:05:29.394Z] ok github.com/docker/docker/libcontainerd/queue 0.060s coverage: 100.0% of statements [2020-03-13T10:05:29.654Z] ok github.com/docker/docker/pkg/aaparser 0.017s coverage: 50.0% of statements [2020-03-13T10:05:29.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:05:30.818Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:05:30.868Z] #44 166.3 CC criu/servicefd.o [2020-03-13T10:05:31.159Z] #44 167.0 CC criu/shmem.o [2020-03-13T10:05:31.509Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m0.1636923s with top 10 stages: buildssa: 1m29.93085752s, goimports: 21.701305289s, unconvert: 12.061413196s, gosec: 10.120325585s, golint: 6.097019575s, ineffassign: 4.678430262s, misspell: 4.32037585s, inspect: 3.486711937s, vrp: 3.23204858s, printf: 1.983826542s [2020-03-13T10:05:31.563Z] ok github.com/docker/docker/opts 0.054s coverage: 67.4% of statements [2020-03-13T10:05:32.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:05:32.501Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2020-03-13T10:05:32.501Z] ok github.com/docker/docker/pkg/authorization 0.768s coverage: 68.3% of statements [2020-03-13T10:05:32.667Z] ---> 942e717fe4c4 [2020-03-13T10:05:32.667Z] Successfully built 942e717fe4c4 [2020-03-13T10:05:32.667Z] Successfully tagged docker:latest [2020-03-13T10:05:32.667Z] INFO: Image build ended at 03/13/2020 10:05:31. Duration:00:00:35.0898074 [2020-03-13T10:05:32.667Z] [2020-03-13T10:05:32.667Z] [2020-03-13T10:05:32.667Z] INFO: Building the test binaries at 03/13/2020 10:05:31... [2020-03-13T10:05:32.674Z] #44 168.3 CC criu/sigframe.o [2020-03-13T10:05:32.761Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2020-03-13T10:05:32.965Z] #44 168.6 CC criu/signalfd.o [2020-03-13T10:05:33.257Z] #44 168.9 CC criu/sk-inet.o [2020-03-13T10:05:33.332Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2020-03-13T10:05:33.900Z] ok github.com/docker/docker/pkg/archive 1.360s coverage: 76.8% of statements [2020-03-13T10:05:34.159Z] ok github.com/docker/docker/pkg/discovery 0.021s coverage: 58.3% of statements [2020-03-13T10:05:34.419Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements [2020-03-13T10:05:34.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:05:34.765Z] #44 170.3 CC criu/sk-netlink.o [2020-03-13T10:05:34.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:05:35.039Z] ok github.com/docker/docker/pkg/plugins 33.618s coverage: 76.6% of statements [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/rootless [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/volume [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-13T10:05:35.039Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === Skipped [2020-03-13T10:05:35.039Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-13T10:05:35.039Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-13T10:05:35.039Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-13T10:05:35.039Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-13T10:05:35.039Z] time="2020-03-13T10:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-13T10:05:35.039Z] time="2020-03-13T10:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-13T10:05:35.039Z] time="2020-03-13T10:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-13T10:05:35.039Z] time="2020-03-13T10:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:05:35.039Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:05:35.039Z] [2020-03-13T10:05:35.039Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-13T10:05:35.039Z] time="2020-03-13T10:04:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:05:35.039Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-13T10:05:35.040Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-13T10:05:35.040Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-13T10:05:35.040Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:05:35.040Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-13T10:05:35.040Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-13T10:05:35.040Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-13T10:05:35.040Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] [2020-03-13T10:05:35.040Z] DONE 2174 tests, 26 skipped in 187.932s [2020-03-13T10:05:35.355Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-03-13T10:05:35.399Z] #44 170.9 CC criu/sk-packet.o Post stage [Pipeline] junit [2020-03-13T10:05:35.700Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:05:35.923Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2020-03-13T10:05:36.182Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-03-13T10:05:36.229Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -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:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh dynbinary test-integration [2020-03-13T10:05:36.432Z] #44 171.9 CC criu/sk-queue.o [2020-03-13T10:05:36.497Z] INFO: make.ps1 starting at 03/13/2020 10:05:35 [2020-03-13T10:05:36.497Z] INFO: Git commit (745fa04e52) assumed from DOCKER_GITCOMMIT environment variable [2020-03-13T10:05:36.497Z] INFO: Invoking autogen... [2020-03-13T10:05:36.497Z] INFO: Building daemon... [2020-03-13T10:05:36.512Z] [2020-03-13T10:05:36.512Z] Removing bundles/ [2020-03-13T10:05:36.512Z] [2020-03-13T10:05:36.512Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-13T10:05:36.512Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:05:36.512Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:05:36.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:05:37.063Z] #44 172.7 CC criu/sk-tcp.o [2020-03-13T10:05:37.558Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2020-03-13T10:05:37.558Z] ok github.com/docker/docker/pkg/chrootarchive 3.597s coverage: 43.2% of statements [2020-03-13T10:05:37.695Z] #44 173.4 CC criu/sk-unix.o [2020-03-13T10:05:37.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:05:38.127Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-03-13T10:05:38.386Z] ok github.com/docker/docker/pkg/fsutils 0.300s coverage: 85.1% of statements [2020-03-13T10:05:38.386Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-03-13T10:05:38.646Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2020-03-13T10:05:39.217Z] ok github.com/docker/docker/layer 7.237s coverage: 68.8% of statements [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/oci [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-13T10:05:39.217Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-13T10:05:39.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:05:39.786Z] ok github.com/docker/docker/pkg/jsonmessage 0.014s coverage: 91.7% of statements [2020-03-13T10:05:39.786Z] ok github.com/docker/docker/pkg/locker 0.035s coverage: 88.9% of statements [2020-03-13T10:05:40.046Z] ok github.com/docker/docker/pkg/ioutils 0.620s coverage: 70.1% of statements [2020-03-13T10:05:40.046Z] ok github.com/docker/docker/pkg/longpath 0.025s coverage: 100.0% of statements [2020-03-13T10:05:40.306Z] ok github.com/docker/docker/pkg/idtools 1.015s coverage: 70.1% of statements [2020-03-13T10:05:40.306Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-13T10:05:40.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:05:40.565Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2020-03-13T10:05:40.824Z] ok github.com/docker/docker/pkg/parsers 0.012s coverage: 97.0% of statements [2020-03-13T10:05:41.083Z] ok github.com/docker/docker/pkg/parsers/kernel 0.008s coverage: 60.0% of statements [2020-03-13T10:05:41.217Z] #44 176.3 CC criu/sockets.o [2020-03-13T10:05:41.343Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.015s coverage: 91.4% of statements [2020-03-13T10:05:41.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:05:41.603Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.4% of statements [2020-03-13T10:05:41.603Z] ok github.com/docker/docker/pkg/mount 0.809s coverage: 70.5% of statements [2020-03-13T10:05:41.603Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-13T10:05:41.603Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-13T10:05:41.603Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-13T10:05:42.172Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.051s coverage: 56.8% of statements [2020-03-13T10:05:42.253Z] #44 177.6 CC criu/stats.o [2020-03-13T10:05:42.253Z] #44 178.1 CC criu/string.o [2020-03-13T10:05:42.546Z] #44 178.2 CC criu/sysctl.o [2020-03-13T10:05:42.742Z] ok github.com/docker/docker/pkg/pools 0.025s coverage: 88.2% of statements [2020-03-13T10:05:42.742Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2020-03-13T10:05:42.742Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2020-03-13T10:05:42.832Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:05:42.832Z] Using test binary docker [2020-03-13T10:05:42.832Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-13T10:05:42.832Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:05:42.832Z] INFO: Waiting for daemon to start... [2020-03-13T10:05:42.832Z] Starting dockerd [2020-03-13T10:05:43.311Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2020-03-13T10:05:43.579Z] #44 179.2 CC criu/sysfs_parse.o [2020-03-13T10:05:43.748Z] INFO [runner/unused/goanalysis] analyzers took 25.416144899s with top 10 stages: buildssa: 21.748561756s, U1000: 3.667583143s [2020-03-13T10:05:43.748Z] INFO [runner] Issues before processing: 2332, after processing: 0 [2020-03-13T10:05:43.748Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1723/1723, exclude-rules: 63/1618, cgo: 1723/2332, skip_dirs: 1723/1723, autogenerated_exclude: 1618/1723, identifier_marker: 1618/1618, exclude: 1618/1618, filename_unadjuster: 1723/1723, nolint: 0/63, skip_files: 1723/1723 [2020-03-13T10:05:43.748Z] INFO [runner] processing took 60.309137ms with stages: nolint: 26.2122ms, identifier_marker: 16.915166ms, path_prettifier: 7.866679ms, autogenerated_exclude: 3.901843ms, exclude-rules: 3.489502ms, skip_dirs: 1.623644ms, cgo: 190.429µs, filename_unadjuster: 104.719µs, max_same_issues: 1.56µs, diff: 827ns, uniq_by_line: 642ns, source_code: 381ns, exclude: 369ns, max_from_linter: 353ns, skip_files: 315ns, path_shortener: 278ns, max_per_file_from_linter: 230ns [2020-03-13T10:05:43.748Z] INFO [runner] linters took 1m31.900818536s with stages: goanalysis_metalinter: 1m14.019719418s, unused: 17.820532778s [2020-03-13T10:05:43.748Z] INFO File cache stats: 1457 entries of total size 6.8MiB [2020-03-13T10:05:43.748Z] INFO Memory: 1557 samples, avg is 249.1MB, max is 3167.1MB [2020-03-13T10:05:43.748Z] INFO Execution took 3m25.253962442s [2020-03-13T10:05:43.748Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-03-13T10:05:44.211Z] #44 179.8 CC criu/timerfd.o [2020-03-13T10:05:44.248Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-03-13T10:05:44.248Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 73.9% of statements [2020-03-13T10:05:44.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh dynbinary-daemon test-docker-py [2020-03-13T10:05:44.501Z] #44 180.4 CC criu/tty.o [2020-03-13T10:05:44.753Z] . [2020-03-13T10:05:44.753Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:05:44.753Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:05:44.753Z] Error: No such image: emptyfs [2020-03-13T10:05:44.753Z] Running integration-test (iteration 1) [2020-03-13T10:05:44.753Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-03-13T10:05:44.816Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2020-03-13T10:05:44.816Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-03-13T10:05:44.892Z] [2020-03-13T10:05:44.893Z] Removing bundles/ [2020-03-13T10:05:44.893Z] [2020-03-13T10:05:44.893Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-03-13T10:05:44.893Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:05:44.893Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:05:45.075Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-03-13T10:05:45.643Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 71.3% of statements [2020-03-13T10:05:46.211Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 37.2% of statements [2020-03-13T10:05:46.211Z] ok github.com/docker/docker/pkg/tailfile 0.095s coverage: 88.6% of statements [2020-03-13T10:05:46.471Z] ok github.com/docker/docker/pkg/signal 2.841s coverage: 61.0% of statements [2020-03-13T10:05:47.040Z] ok github.com/docker/docker/pkg/term 0.017s coverage: 84.8% of statements [2020-03-13T10:05:47.299Z] testing: warning: no tests to run [2020-03-13T10:05:47.299Z] coverage: [no statements] [2020-03-13T10:05:47.299Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2020-03-13T10:05:47.299Z] ok github.com/docker/docker/pkg/tarsum 0.124s coverage: 89.3% of statements [2020-03-13T10:05:47.558Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2020-03-13T10:05:47.558Z] ok github.com/docker/docker/pkg/urlutil 0.020s coverage: 100.0% of statements [2020-03-13T10:05:47.558Z] ok github.com/docker/docker/pkg/useragent 0.013s coverage: 88.9% of statements [2020-03-13T10:05:48.025Z] #44 183.3 CC criu/tun.o [2020-03-13T10:05:48.318Z] #44 184.1 CC criu/uffd.o [2020-03-13T10:05:49.465Z] ok github.com/docker/docker/plugin/v2 0.010s coverage: 14.5% of statements [2020-03-13T10:05:49.465Z] ok github.com/docker/docker/profiles/seccomp 0.037s coverage: 73.8% of statements [2020-03-13T10:05:50.385Z] #44 186.0 CC criu/util.o [2020-03-13T10:05:50.404Z] ok github.com/docker/docker/reference 0.044s coverage: 84.4% of statements [2020-03-13T10:05:51.344Z] ok github.com/docker/docker/plugin 0.591s coverage: 27.1% of statements [2020-03-13T10:05:51.344Z] ok github.com/docker/docker/registry/resumable 0.042s coverage: 100.0% of statements [2020-03-13T10:05:51.914Z] ok github.com/docker/docker/restartmanager 0.019s coverage: 50.9% of statements [2020-03-13T10:05:51.914Z] ok github.com/docker/docker/registry 0.260s coverage: 56.0% of statements [2020-03-13T10:05:52.449Z] #44 188.0 CC criu/uts_ns.o [2020-03-13T10:05:52.741Z] #44 188.6 CC criu/vdso.o [2020-03-13T10:05:52.854Z] ok github.com/docker/docker/testutil 0.020s coverage: 62.5% of statements [2020-03-13T10:05:52.854Z] ok github.com/docker/docker/runconfig 0.030s coverage: 68.2% of statements [2020-03-13T10:05:53.777Z] #44 189.6 LINK criu/built-in.o [2020-03-13T10:05:54.090Z] #44 189.8 LINK criu/criu [2020-03-13T10:05:54.686Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:05:54.940Z] Loaded image: busybox:latest [2020-03-13T10:05:54.940Z] Loaded image: busybox:glibc [2020-03-13T10:05:54.940Z] Loaded image: debian:jessie [2020-03-13T10:05:54.940Z] Loaded image: hello-world:latest [2020-03-13T10:05:54.940Z] INFO: Testing against a local daemon [2020-03-13T10:05:54.940Z] === RUN TestCgroupNamespacesBuild [2020-03-13T10:05:54.940Z] --- SKIP: TestCgroupNamespacesBuild (0.00s) [2020-03-13T10:05:54.940Z] build_cgroupns_linux_test.go:42: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:05:54.940Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-13T10:05:54.940Z] --- SKIP: TestCgroupNamespacesBuildDaemonHostMode (0.00s) [2020-03-13T10:05:54.940Z] build_cgroupns_linux_test.go:42: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:05:54.940Z] === RUN TestBuildWithSession [2020-03-13T10:05:54.940Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-13T10:05:54.940Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:05:54.940Z] === RUN TestBuildSquashParent [2020-03-13T10:05:55.131Z] #44 190.6 DEP lib/c/criu.d [2020-03-13T10:05:55.131Z] #44 190.7 CC images/rpc.pb-c.o [2020-03-13T10:05:55.405Z] ok github.com/docker/docker/volume/local 0.070s coverage: 73.0% of statements [2020-03-13T10:05:55.405Z] ok github.com/docker/docker/volume/drivers 0.032s coverage: 36.1% of statements [2020-03-13T10:05:55.405Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.0% of statements [2020-03-13T10:05:56.165Z] #44 191.7 CC lib/c/criu.o [2020-03-13T10:05:56.785Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements [2020-03-13T10:05:57.671Z] #44 193.5 LINK lib/c/built-in.o [2020-03-13T10:05:57.962Z] #44 193.5 LINK lib/c/libcriu.so [2020-03-13T10:05:57.962Z] #44 193.7 LINK lib/c/libcriu.a [2020-03-13T10:05:58.254Z] #44 193.9 GEN magic.py [2020-03-13T10:05:58.565Z] #44 194.1 Note: Building without setproctitle() and strlcpy() support. [2020-03-13T10:05:58.565Z] #44 194.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-03-13T10:05:58.565Z] #44 194.1 Note: Building without GnuTLS support [2020-03-13T10:05:59.601Z] #44 195.0 fatal: not a git repository (or any of the parent directories): .git [2020-03-13T10:06:00.645Z] #44 196.1 make[1]: Nothing to be done for 'all'. [2020-03-13T10:06:01.778Z] #44 197.4 make[1]: 'images/built-in.o' is up to date. [2020-03-13T10:06:01.778Z] #44 197.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-03-13T10:06:01.778Z] #44 197.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-03-13T10:06:01.778Z] #44 197.6 make[1]: 'compel/libcompel.a' is up to date. [2020-03-13T10:06:02.068Z] #44 197.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-03-13T10:06:02.068Z] #44 197.7 make[1]: Nothing to be done for 'all'. [2020-03-13T10:06:02.068Z] #44 197.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-03-13T10:06:02.358Z] #44 198.0 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.358Z] #44 198.0 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.358Z] #44 198.2 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.650Z] #44 198.4 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.944Z] #44 198.5 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.944Z] #44 198.5 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:02.944Z] #44 198.6 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:03.235Z] #44 198.8 make[2]: Nothing to be done for 'all'. [2020-03-13T10:06:03.235Z] #44 198.8 INSTALL criu/criu [2020-03-13T10:06:03.235Z] #44 DONE 198.9s [2020-03-13T10:06:03.235Z] [2020-03-13T10:06:03.235Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:04.902Z] --- PASS: TestBuildSquashParent (8.77s) [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:06:04.902Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:06:04.902Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:06:04.902Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:06:04.902Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:06:06.261Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:06:06.261Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:06:08.142Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:06:08.396Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.19s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.31s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.97s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.24s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.91s) [2020-03-13T10:06:10.277Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s) [2020-03-13T10:06:10.277Z] === RUN TestBuildMultiStageCopy [2020-03-13T10:06:10.277Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-13T10:06:11.721Z] #23 ... [2020-03-13T10:06:11.721Z] [2020-03-13T10:06:11.721Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:11.721Z] #65 201.3 + bin/containerd [2020-03-13T10:06:11.721Z] #65 ... [2020-03-13T10:06:11.721Z] [2020-03-13T10:06:11.721Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:11.721Z] #53 DONE 202.2s [2020-03-13T10:06:11.721Z] [2020-03-13T10:06:11.721Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:12.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:06:12.714Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:06:13.530Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-13T10:06:14.088Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-13T10:06:15.446Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-13T10:06:16.368Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy (7.01s) [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.01s) [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-03-13T10:06:17.290Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-03-13T10:06:17.290Z] === RUN TestBuildMultiStageParentConfig [2020-03-13T10:06:18.771Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.6% of statements [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/rootless [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/volume [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-13T10:06:18.771Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === Skipped [2020-03-13T10:06:18.771Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-13T10:06:18.771Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-13T10:06:18.771Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-13T10:06:18.771Z] time="2020-03-13T10:05:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-13T10:06:18.771Z] time="2020-03-13T10:05:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-13T10:06:18.771Z] time="2020-03-13T10:05:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-13T10:06:18.771Z] time="2020-03-13T10:05:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-13T10:06:18.771Z] time="2020-03-13T10:05:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-13T10:06:18.771Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-13T10:06:18.771Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-13T10:06:18.771Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:06:18.771Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-13T10:06:18.771Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-13T10:06:18.771Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-13T10:06:18.771Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] [2020-03-13T10:06:18.771Z] DONE 2174 tests, 26 skipped in 189.810s Post stage [Pipeline] junit [2020-03-13T10:06:18.784Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:06:19.366Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -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:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh dynbinary test-integration [2020-03-13T10:06:20.303Z] [2020-03-13T10:06:20.303Z] Removing bundles/ [2020-03-13T10:06:20.303Z] [2020-03-13T10:06:20.303Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-13T10:06:20.303Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:06:20.303Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:06:20.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:06:22.518Z] --- PASS: TestBuildMultiStageParentConfig (4.97s) [2020-03-13T10:06:22.518Z] === RUN TestBuildLabelWithTargets [2020-03-13T10:06:30.586Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-03-13T10:06:30.586Z] === RUN TestBuildWithEmptyLayers [2020-03-13T10:06:33.101Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-03-13T10:06:33.101Z] === RUN TestBuildMultiStageOnBuild [2020-03-13T10:06:33.244Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:06:33.244Z] [2020-03-13T10:06:33.244Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:06:33.244Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:06:33.244Z] HOSTNAME=8b9b238dc4b0 [2020-03-13T10:06:33.244Z] TESTDEBUG=0 [2020-03-13T10:06:33.244Z] DEST=bundles/test-integration [2020-03-13T10:06:33.244Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:06:33.244Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:06:33.244Z] container=docker [2020-03-13T10:06:33.244Z] HOME=/root [2020-03-13T10:06:33.244Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:06:33.244Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:06:33.244Z] VALIDATE_BRANCH=master [2020-03-13T10:06:33.244Z] TERM=xterm [2020-03-13T10:06:33.244Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:06:33.244Z] SHLVL=1 [2020-03-13T10:06:33.244Z] TIMEOUT=120m [2020-03-13T10:06:33.244Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:06:33.244Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:06:33.244Z] GO111MODULE=off [2020-03-13T10:06:33.244Z] DOCKER_EXPERIMENTAL=1 [2020-03-13T10:06:33.244Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-13T10:06:33.244Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:06:33.244Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:06:33.244Z] GOPATH=/go [2020-03-13T10:06:33.244Z] PKG_CONFIG=pkg-config [2020-03-13T10:06:33.244Z] _=/usr/bin/env [2020-03-13T10:06:33.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:06:38.335Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-03-13T10:06:38.335Z] === RUN TestBuildUncleanTarFilenames [2020-03-13T10:06:38.633Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2020-03-13T10:06:38.633Z] === RUN TestBuildMultiStageLayerLeak [2020-03-13T10:06:43.862Z] --- PASS: TestBuildMultiStageLayerLeak (4.41s) [2020-03-13T10:06:43.862Z] === RUN TestBuildWithHugeFile [2020-03-13T10:06:48.466Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-03-13T10:06:48.466Z] [2020-03-13T10:06:48.466Z] ________ ____ __. [2020-03-13T10:06:48.466Z] \_____ \ | |/ _| [2020-03-13T10:06:48.466Z] / | \| < [2020-03-13T10:06:48.466Z] / | \ | \ [2020-03-13T10:06:48.466Z] \_______ /____|__ \ [2020-03-13T10:06:48.466Z] \/ \/ [2020-03-13T10:06:48.466Z] [2020-03-13T10:06:48.466Z] INFO: make.ps1 ended at 03/13/2020 10:06:44 [2020-03-13T10:06:48.466Z] INFO: Binaries build ended at 03/13/2020 10:06:46. Duration:00:01:14.6341982 [2020-03-13T10:06:48.466Z] INFO: Copying the built daemon binary to d:\CI\PR-38788\9\binary\dockerd-745fa04e52.exe... [2020-03-13T10:06:49.985Z] INFO: Copying the built client binary to d:\CI\PR-38788\9\binary\docker-745fa04e52.exe... [2020-03-13T10:06:49.985Z] INFO: Copying dockerversion from the container... [2020-03-13T10:06:50.438Z] INFO: Copying the golang package from the container to d:\CI\PR-38788\9\installer\go.zip... [2020-03-13T10:06:51.065Z] #23 241.5 + return [2020-03-13T10:06:51.065Z] #23 DONE 241.6s [2020-03-13T10:06:51.065Z] [2020-03-13T10:06:51.065Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:51.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:06:51.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:06:52.588Z] INFO: Extracting go.zip to d:\CI\PR-38788\9\go [2020-03-13T10:06:53.780Z] #65 ... [2020-03-13T10:06:53.780Z] [2020-03-13T10:06:53.780Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-13T10:06:53.780Z] #24 DONE 0.1s [2020-03-13T10:06:53.780Z] [2020-03-13T10:06:53.780Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-13T10:06:53.780Z] #28 DONE 0.5s [2020-03-13T10:06:53.780Z] [2020-03-13T10:06:53.780Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-13T10:06:53.780Z] #31 DONE 0.1s [2020-03-13T10:06:53.780Z] [2020-03-13T10:06:53.780Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:06:53.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:06:54.069Z] #65 ... [2020-03-13T10:06:54.069Z] [2020-03-13T10:06:54.069Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-13T10:06:54.069Z] #34 DONE 0.1s [2020-03-13T10:06:54.069Z] [2020-03-13T10:06:54.069Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-13T10:06:54.069Z] #39 DONE 0.1s [2020-03-13T10:06:54.069Z] [2020-03-13T10:06:54.069Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-13T10:06:54.357Z] #42 DONE 0.2s [2020-03-13T10:06:54.357Z] [2020-03-13T10:06:54.357Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-13T10:06:54.357Z] #45 DONE 0.1s [2020-03-13T10:06:54.357Z] [2020-03-13T10:06:54.357Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-13T10:06:54.357Z] #48 DONE 0.1s [2020-03-13T10:06:54.357Z] [2020-03-13T10:06:54.357Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-13T10:06:54.357Z] #51 DONE 0.1s [2020-03-13T10:06:54.357Z] [2020-03-13T10:06:54.357Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-13T10:06:54.643Z] #54 DONE 0.1s [2020-03-13T10:06:54.644Z] [2020-03-13T10:06:54.644Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-13T10:06:54.644Z] #57 DONE 0.1s [2020-03-13T10:06:54.644Z] [2020-03-13T10:06:54.644Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-13T10:06:54.644Z] #61 DONE 0.1s [2020-03-13T10:06:54.644Z] [2020-03-13T10:06:54.644Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-13T10:07:06.412Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:07:06.412Z] [2020-03-13T10:07:06.412Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-03-13T10:07:06.412Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-03-13T10:07:06.412Z] Using test binary docker [2020-03-13T10:07:06.412Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-13T10:07:06.412Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:07:06.412Z] INFO: Waiting for daemon to start... [2020-03-13T10:07:06.412Z] Starting dockerd [2020-03-13T10:07:06.412Z] . [2020-03-13T10:07:06.709Z] INFO: Building docker-sdk-python3:4.2.0... [2020-03-13T10:07:09.002Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:07:10.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:07:10.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:07:11.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:07:11.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:07:12.997Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:07:13.185Z] #65 261.4 + bin/containerd-stress [2020-03-13T10:07:13.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:07:13.808Z] #65 265.0 + bin/containerd-shim [2020-03-13T10:07:14.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:07:16.110Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:07:16.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:07:17.623Z] INFO: Extraction ended at 03/13/2020 10:07:16. Duration:00:00:24.4540740 [2020-03-13T10:07:17.623Z] INFO: Updating the golang and path environment variables [2020-03-13T10:07:17.623Z] INFO: GOPATH=d:\gopath [2020-03-13T10:07:17.623Z] INFO: go version go1.13.8 windows/amd64 [2020-03-13T10:07:17.623Z] INFO: Running the daemon under test in debug mode [2020-03-13T10:07:17.623Z] INFO: Starting a daemon under test... [2020-03-13T10:07:17.623Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-38788\9\daemon --pidfile d:\CI\PR-38788\9\docker.pid -D [2020-03-13T10:07:17.623Z] INFO: Process started successfully. [2020-03-13T10:07:17.623Z] INFO: Start tailing logs of the daemon under tests [2020-03-13T10:07:17.623Z] INFO: Waiting for the daemon under test to start... [2020-03-13T10:07:17.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:07:18.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:07:19.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:07:20.761Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:07:21.327Z] INFO: Daemon under test started and replied! [2020-03-13T10:07:21.327Z] INFO: Docker version of the daemon under test [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] Client: [2020-03-13T10:07:21.327Z] Version: 17.06.2-ce [2020-03-13T10:07:21.327Z] API version: 1.30 [2020-03-13T10:07:21.327Z] Go version: go1.8.3 [2020-03-13T10:07:21.327Z] Git commit: cec0b72 [2020-03-13T10:07:21.327Z] Built: Tue Sep 5 19:57:19 2017 [2020-03-13T10:07:21.327Z] OS/Arch: windows/amd64 [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] Server: [2020-03-13T10:07:21.327Z] Version: 0.0.0-dev [2020-03-13T10:07:21.327Z] API version: 1.41 (minimum version 1.24) [2020-03-13T10:07:21.327Z] Go version: go1.13.8 [2020-03-13T10:07:21.327Z] Git commit: 745fa04e52 [2020-03-13T10:07:21.327Z] Built: 03/13/2020 10:05:35 [2020-03-13T10:07:21.327Z] OS/Arch: windows/amd64 [2020-03-13T10:07:21.327Z] Experimental: false [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] INFO: Docker info of the daemon under test [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] Containers: 0 [2020-03-13T10:07:21.327Z] Running: 0 [2020-03-13T10:07:21.327Z] Paused: 0 [2020-03-13T10:07:21.327Z] Stopped: 0 [2020-03-13T10:07:21.327Z] Images: 0 [2020-03-13T10:07:21.327Z] Server Version: 0.0.0-dev [2020-03-13T10:07:21.327Z] Storage Driver: windowsfilter [2020-03-13T10:07:21.327Z] Windows: [2020-03-13T10:07:21.327Z] Logging Driver: json-file [2020-03-13T10:07:21.327Z] Plugins: [2020-03-13T10:07:21.327Z] Volume: local [2020-03-13T10:07:21.327Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-13T10:07:21.327Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-13T10:07:21.327Z] Swarm: inactive [2020-03-13T10:07:21.327Z] Default Isolation: process [2020-03-13T10:07:21.327Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-13T10:07:21.327Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-13T10:07:21.327Z] OSType: windows [2020-03-13T10:07:21.327Z] Architecture: x86_64 [2020-03-13T10:07:21.327Z] CPUs: 4 [2020-03-13T10:07:21.327Z] Total Memory: 32GiB [2020-03-13T10:07:21.327Z] Name: azwin-2-ac3700 [2020-03-13T10:07:21.327Z] ID: MYX3:VU7I:I3AD:LSC7:AJM7:GEFC:TNAT:POJG:7ZKJ:3LXQ:WD64:UVCB [2020-03-13T10:07:21.327Z] Docker Root Dir: D:\CI\PR-38788\9\daemon [2020-03-13T10:07:21.327Z] Debug Mode (client): false [2020-03-13T10:07:21.327Z] Debug Mode (server): true [2020-03-13T10:07:21.327Z] File Descriptors: -1 [2020-03-13T10:07:21.327Z] Goroutines: 17 [2020-03-13T10:07:21.327Z] System Time: 2020-03-13T10:07:20.8603366Z [2020-03-13T10:07:21.327Z] EventsListeners: 0 [2020-03-13T10:07:21.327Z] Registry: https://index.docker.io/v1/ [2020-03-13T10:07:21.327Z] Labels: [2020-03-13T10:07:21.327Z] Experimental: false [2020-03-13T10:07:21.327Z] Insecure Registries: [2020-03-13T10:07:21.327Z] 127.0.0.0/8 [2020-03-13T10:07:21.327Z] Live Restore Enabled: false [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] INFO: Docker images of the daemon under test [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-03-13T10:07:21.327Z] [2020-03-13T10:07:21.327Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-03-13T10:07:21.327Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-03-13T10:07:21.327Z] ltsc2019: Pulling from windows/servercore [2020-03-13T10:07:21.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:07:21.782Z] 65014b3c3121: Pulling fs layer [2020-03-13T10:07:21.782Z] 23645bd7ee08: Pulling fs layer [2020-03-13T10:07:22.385Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:07:22.385Z] Using test binary docker [2020-03-13T10:07:22.385Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-13T10:07:22.385Z] +++ /etc/init.d/apparmor start [2020-03-13T10:07:22.385Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:07:22.385Z] INFO: Waiting for daemon to start... [2020-03-13T10:07:22.385Z] Starting dockerd [2020-03-13T10:07:22.385Z] +++ 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-03-13T10:07:24.264Z] #65 275.1 + bin/containerd-shim-runc-v1 [2020-03-13T10:07:24.407Z] . [2020-03-13T10:07:24.407Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:07:24.407Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:07:24.407Z] Error: No such image: emptyfs [2020-03-13T10:07:24.407Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:07:24.407Z] ++++ docker load [2020-03-13T10:07:24.690Z] Running integration-test (iteration 1) [2020-03-13T10:07:24.690Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-03-13T10:07:24.690Z] ++ 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-03-13T10:07:24.690Z] ++ set -e [2020-03-13T10:07:24.690Z] ++ '[' -n 0 ']' [2020-03-13T10:07:24.690Z] ++ set -x [2020-03-13T10:07:24.690Z] ++ env -i DEST=/go/src/github.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-03-13T10:07:28.098Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:07:28.098Z] [2020-03-13T10:07:28.098Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:07:28.098Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:07:28.098Z] HOSTNAME=0ce176f48c61 [2020-03-13T10:07:28.098Z] TESTDEBUG=0 [2020-03-13T10:07:28.098Z] DEST=bundles/test-integration [2020-03-13T10:07:28.098Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:07:28.098Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:07:28.098Z] container=docker [2020-03-13T10:07:28.098Z] HOME=/root [2020-03-13T10:07:28.098Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:07:28.098Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:07:28.098Z] VALIDATE_BRANCH=master [2020-03-13T10:07:28.098Z] TERM=xterm [2020-03-13T10:07:28.098Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:07:28.098Z] SHLVL=1 [2020-03-13T10:07:28.098Z] TIMEOUT=120m [2020-03-13T10:07:28.098Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:07:28.098Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:07:28.098Z] GO111MODULE=off [2020-03-13T10:07:28.098Z] DOCKER_EXPERIMENTAL=1 [2020-03-13T10:07:28.098Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-13T10:07:28.098Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:07:28.098Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:07:28.098Z] GOPATH=/go [2020-03-13T10:07:28.098Z] PKG_CONFIG=pkg-config [2020-03-13T10:07:28.098Z] _=/usr/bin/env [2020-03-13T10:07:28.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:07:29.795Z] #65 280.0 + bin/containerd-shim-runc-v2 [2020-03-13T10:07:30.292Z] 23645bd7ee08: Verifying Checksum [2020-03-13T10:07:30.292Z] 23645bd7ee08: Download complete [2020-03-13T10:07:30.421Z] #65 281.5 + binaries [2020-03-13T10:07:30.421Z] #65 281.5 + mkdir -p /build [2020-03-13T10:07:30.421Z] #65 281.5 + cp bin/containerd /build/containerd [2020-03-13T10:07:30.421Z] #65 281.5 + cp bin/containerd-shim /build/containerd-shim [2020-03-13T10:07:30.708Z] #65 281.5 + cp bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-03-13T10:07:30.708Z] #65 281.6 + cp bin/ctr /build/ctr [2020-03-13T10:07:30.708Z] #65 DONE 281.6s [2020-03-13T10:07:31.495Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:07:31.496Z] Loaded image: busybox:latest [2020-03-13T10:07:31.496Z] Loaded image: busybox:glibc [2020-03-13T10:07:31.496Z] Loaded image: debian:jessie [2020-03-13T10:07:31.778Z] Loaded image: hello-world:latest [2020-03-13T10:07:31.778Z] INFO: Testing against a local daemon [2020-03-13T10:07:31.778Z] === RUN TestCgroupNamespacesBuild [2020-03-13T10:07:32.202Z] [2020-03-13T10:07:32.202Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-13T10:07:32.202Z] #66 DONE 0.1s [2020-03-13T10:07:32.202Z] [2020-03-13T10:07:32.202Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-13T10:07:32.202Z] #70 DONE 0.1s [2020-03-13T10:07:32.202Z] [2020-03-13T10:07:32.202Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-13T10:07:32.202Z] #72 DONE 0.1s [2020-03-13T10:07:32.202Z] [2020-03-13T10:07:32.202Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-13T10:07:32.488Z] #75 DONE 0.1s [2020-03-13T10:07:32.488Z] [2020-03-13T10:07:32.488Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-13T10:07:32.488Z] #76 DONE 0.0s [2020-03-13T10:07:32.488Z] [2020-03-13T10:07:32.488Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-13T10:07:33.509Z] #77 DONE 1.0s [2020-03-13T10:07:33.509Z] [2020-03-13T10:07:33.509Z] #78 exporting to oci image format [2020-03-13T10:07:33.509Z] #78 exporting layers [2020-03-13T10:07:33.803Z] --- PASS: TestCgroupNamespacesBuild (2.03s) [2020-03-13T10:07:33.803Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-13T10:07:35.830Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2020-03-13T10:07:35.830Z] === RUN TestBuildWithSession [2020-03-13T10:07:35.830Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-13T10:07:35.830Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:07:35.830Z] === RUN TestBuildSquashParent [2020-03-13T10:07:40.000Z] --- PASS: TestBuildWithHugeFile (51.83s) [2020-03-13T10:07:40.000Z] === RUN TestBuildWithEmptyDockerfile [2020-03-13T10:07:40.000Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:07:40.000Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:07:40.000Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:07:40.000Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:07:40.000Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:07:40.000Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:07:40.000Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:07:40.000Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:07:40.000Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:07:40.000Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2020-03-13T10:07:40.000Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-03-13T10:07:40.000Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2020-03-13T10:07:40.000Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2020-03-13T10:07:40.000Z] === RUN TestBuildPreserveOwnership [2020-03-13T10:07:40.000Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-13T10:07:42.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:07:42.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:07:42.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:07:42.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:07:42.505Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-13T10:07:42.637Z] --- PASS: TestBuildSquashParent (7.15s) [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:07:42.637Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:07:42.637Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:07:42.637Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:07:42.637Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:07:43.191Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:07:45.016Z] 65014b3c3121: Verifying Checksum [2020-03-13T10:07:45.016Z] 65014b3c3121: Download complete [2020-03-13T10:07:45.315Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:07:45.597Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:07:46.657Z] --- PASS: TestBuildPreserveOwnership (10.84s) [2020-03-13T10:07:46.657Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.83s) [2020-03-13T10:07:46.657Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-03-13T10:07:46.657Z] === RUN TestBuildPlatformInvalid [2020-03-13T10:07:46.657Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-03-13T10:07:46.657Z] PASS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === Skipped [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.build TestCgroupNamespacesBuild (0.00s) [2020-03-13T10:07:46.657Z] build_cgroupns_linux_test.go:42: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.build TestCgroupNamespacesBuildDaemonHostMode (0.00s) [2020-03-13T10:07:46.657Z] build_cgroupns_linux_test.go:42: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-03-13T10:07:46.657Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] DONE 32 tests, 3 skipped in 121.336s [2020-03-13T10:07:46.657Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-03-13T10:07:46.657Z] INFO: Testing against a local daemon [2020-03-13T10:07:46.657Z] === RUN TestConfigList [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigList (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigsCreateAndDelete [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:112: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigsUpdate [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:140: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestTemplatedConfig [2020-03-13T10:07:46.657Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-03-13T10:07:46.657Z] config_test.go:192: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigInspect [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigInspect (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:326: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigCreateWithLabels [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigCreateWithLabels (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:350: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigCreateResolve [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:377: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] === RUN TestConfigDaemonLibtrustID [2020-03-13T10:07:46.657Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:427: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] PASS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === Skipped [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:112: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:140: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-03-13T10:07:46.657Z] config_test.go:192: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:326: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigCreateWithLabels (0.02s) [2020-03-13T10:07:46.657Z] config_test.go:350: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:377: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] === SKIP: amd64.integration.config TestConfigDaemonLibtrustID (0.01s) [2020-03-13T10:07:46.657Z] config_test.go:427: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] [2020-03-13T10:07:46.657Z] DONE 8 tests, 8 skipped in 0.203s [2020-03-13T10:07:46.657Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-03-13T10:07:46.657Z] INFO: Testing against a local daemon [2020-03-13T10:07:46.657Z] === RUN TestCheckpoint [2020-03-13T10:07:46.657Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-13T10:07:46.657Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:07:46.657Z] === RUN TestContainerInvalidJSON [2020-03-13T10:07:46.657Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:07:46.657Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:07:46.657Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:07:46.657Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:07:46.657Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:07:46.657Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:07:46.657Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:07:46.657Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:07:46.657Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:07:46.657Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-03-13T10:07:46.657Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-13T10:07:46.657Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-13T10:07:46.657Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-13T10:07:46.657Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-13T10:07:46.657Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-03-13T10:07:46.657Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-13T10:07:46.913Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-03-13T10:07:46.913Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-13T10:07:46.913Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-03-13T10:07:46.913Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-13T10:07:46.913Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-03-13T10:07:46.913Z] === RUN TestCopyFromContainer [2020-03-13T10:07:48.274Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:07:48.274Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:07:48.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:07:50.167Z] === RUN TestCopyFromContainer// [2020-03-13T10:07:50.167Z] === RUN TestCopyFromContainer//bar/root [2020-03-13T10:07:50.297Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.65s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.74s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.42s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.42s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2020-03-13T10:07:50.298Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.15s) [2020-03-13T10:07:50.298Z] === RUN TestBuildMultiStageCopy [2020-03-13T10:07:50.298Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-13T10:07:50.421Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-13T10:07:50.421Z] === RUN TestCopyFromContainer/bar/quux [2020-03-13T10:07:50.421Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-13T10:07:50.676Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-13T10:07:50.676Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-13T10:07:50.676Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-13T10:07:50.676Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-13T10:07:50.972Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer (3.97s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-03-13T10:07:50.972Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2020-03-13T10:07:50.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-13T10:07:50.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:07:50.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:07:50.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:07:50.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:07:50.972Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:07:50.972Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:07:50.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:07:50.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:07:50.972Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:07:50.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-03-13T10:07:50.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-13T10:07:50.972Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-13T10:07:50.973Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-13T10:07:50.973Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-13T10:07:50.973Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-03-13T10:07:50.973Z] === RUN TestCreateWithInvalidEnv [2020-03-13T10:07:50.973Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-13T10:07:50.973Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-13T10:07:50.973Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-13T10:07:50.973Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-13T10:07:50.973Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-13T10:07:50.973Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-13T10:07:50.973Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-13T10:07:50.973Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-13T10:07:50.973Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-13T10:07:50.973Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-03-13T10:07:50.973Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-13T10:07:50.973Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-13T10:07:50.973Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-13T10:07:50.973Z] === RUN TestCreateTmpfsMountsTarget [2020-03-13T10:07:50.973Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-03-13T10:07:50.973Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-13T10:07:51.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:07:52.975Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-13T10:07:52.975Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-13T10:07:53.352Z] sha256:b7e238244c17d7f165313a10e0ca4418f860ae03d2bc6e8321fc05fa92b208e8 [2020-03-13T10:07:53.352Z] INFO: Starting docker-py tests... [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCustomMaskedPaths (2.12s) [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:07:53.509Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:07:53.509Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-03-13T10:07:53.509Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-03-13T10:07:53.509Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-13T10:07:53.590Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-13T10:07:53.911Z] ============================= test session starts ============================== [2020-03-13T10:07:53.911Z] platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-03-13T10:07:53.911Z] rootdir: /src, inifile: pytest.ini [2020-03-13T10:07:53.911Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-03-13T10:07:54.204Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy (4.69s) [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.47s) [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2020-03-13T10:07:54.819Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2020-03-13T10:07:54.819Z] === RUN TestBuildMultiStageParentConfig [2020-03-13T10:07:54.876Z] collected 387 items / 1 deselected / 386 selected [2020-03-13T10:07:54.876Z] [2020-03-13T10:07:55.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:07:56.016Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:07:56.016Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:07:56.016Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:07:56.016Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:07:56.016Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:07:56.016Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:07:56.016Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:07:56.016Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:07:56.016Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:07:56.016Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:07:56.016Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-03-13T10:07:56.016Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-03-13T10:07:56.016Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-13T10:07:56.292Z] --- PASS: TestBuildMultiStageParentConfig (1.54s) [2020-03-13T10:07:56.292Z] === RUN TestBuildLabelWithTargets [2020-03-13T10:07:56.616Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) [2020-03-13T10:07:56.616Z] === RUN TestContainerStartOnDaemonRestart [2020-03-13T10:07:56.616Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:07:56.616Z] === RUN TestDaemonRestartIpcMode [2020-03-13T10:07:56.616Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:07:56.616Z] === RUN TestDaemonHostGatewayIP [2020-03-13T10:07:56.616Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:07:56.616Z] === RUN TestDiff [2020-03-13T10:07:57.175Z] --- PASS: TestDiff (0.76s) [2020-03-13T10:07:57.175Z] === RUN TestExecWithCloseStdin [2020-03-13T10:07:58.098Z] --- PASS: TestExecWithCloseStdin (0.83s) [2020-03-13T10:07:58.098Z] === RUN TestExec [2020-03-13T10:07:59.020Z] --- PASS: TestExec (0.86s) [2020-03-13T10:07:59.020Z] === RUN TestExecUser [2020-03-13T10:07:59.028Z] --- PASS: TestBuildLabelWithTargets (2.28s) [2020-03-13T10:07:59.028Z] === RUN TestBuildWithEmptyLayers [2020-03-13T10:07:59.643Z] --- PASS: TestBuildWithEmptyLayers (0.96s) [2020-03-13T10:07:59.643Z] === RUN TestBuildMultiStageOnBuild [2020-03-13T10:07:59.941Z] --- PASS: TestExecUser (0.86s) [2020-03-13T10:07:59.941Z] === RUN TestExportContainerAndImportImage [2020-03-13T10:08:00.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:08:00.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:08:00.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:08:00.863Z] --- PASS: TestExportContainerAndImportImage (0.93s) [2020-03-13T10:08:00.863Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-13T10:08:00.863Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2020-03-13T10:08:00.863Z] export_test.go:63: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:00.863Z] === RUN TestHealthCheckWorkdir [2020-03-13T10:08:01.786Z] --- PASS: TestHealthCheckWorkdir (0.98s) [2020-03-13T10:08:01.786Z] === RUN TestHealthKillContainer [2020-03-13T10:08:02.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:08:03.110Z] --- PASS: TestBuildMultiStageOnBuild (2.98s) [2020-03-13T10:08:03.110Z] === RUN TestBuildUncleanTarFilenames [2020-03-13T10:08:03.725Z] --- PASS: TestBuildUncleanTarFilenames (1.22s) [2020-03-13T10:08:03.725Z] === RUN TestBuildMultiStageLayerLeak [2020-03-13T10:08:03.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:08:05.040Z] --- PASS: TestHealthKillContainer (2.96s) [2020-03-13T10:08:05.040Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-13T10:08:05.294Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-03-13T10:08:05.295Z] === RUN TestIpcModeNone [2020-03-13T10:08:06.217Z] --- PASS: TestIpcModeNone (0.86s) [2020-03-13T10:08:06.217Z] === RUN TestIpcModePrivate [2020-03-13T10:08:07.139Z] --- PASS: TestIpcModePrivate (0.83s) [2020-03-13T10:08:07.139Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:109, shared: false, mustBeShared: false [2020-03-13T10:08:07.139Z] === RUN TestIpcModeShareable [2020-03-13T10:08:07.139Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-03-13T10:08:07.139Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:08:07.139Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-13T10:08:07.190Z] --- PASS: TestBuildMultiStageLayerLeak (3.05s) [2020-03-13T10:08:07.190Z] === RUN TestBuildWithHugeFile [2020-03-13T10:08:09.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:08:09.645Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s) [2020-03-13T10:08:09.645Z] === RUN TestAPIIpcModeHost [2020-03-13T10:08:09.645Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-03-13T10:08:09.645Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:08:09.645Z] === RUN TestDaemonIpcModeShareable [2020-03-13T10:08:09.645Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-03-13T10:08:09.645Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:08:09.645Z] === RUN TestDaemonIpcModePrivate [2020-03-13T10:08:09.645Z] --- SKIP: TestDaemonIpcModePrivate (0.02s) [2020-03-13T10:08:09.645Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:09.645Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-13T10:08:09.645Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.01s) [2020-03-13T10:08:09.645Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:09.645Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-13T10:08:09.645Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.01s) [2020-03-13T10:08:09.645Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:09.645Z] === RUN TestIpcModeOlderClient [2020-03-13T10:08:09.645Z] === PAUSE TestIpcModeOlderClient [2020-03-13T10:08:09.645Z] === RUN TestKillContainerInvalidSignal [2020-03-13T10:08:10.612Z] --- PASS: TestKillContainerInvalidSignal (0.77s) [2020-03-13T10:08:10.612Z] === RUN TestKillContainer [2020-03-13T10:08:10.612Z] === RUN TestKillContainer/no_signal [2020-03-13T10:08:11.170Z] === RUN TestKillContainer/non_killing_signal [2020-03-13T10:08:11.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:08:11.771Z] === RUN TestKillContainer/killing_signal [2020-03-13T10:08:12.737Z] --- PASS: TestKillContainer (2.29s) [2020-03-13T10:08:12.737Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-03-13T10:08:12.737Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2020-03-13T10:08:12.737Z] --- PASS: TestKillContainer/killing_signal (0.76s) [2020-03-13T10:08:12.737Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-13T10:08:12.737Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-13T10:08:13.661Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-13T10:08:14.218Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.51s) [2020-03-13T10:08:14.218Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-03-13T10:08:14.218Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-03-13T10:08:14.218Z] === RUN TestKillStoppedContainer [2020-03-13T10:08:14.515Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-03-13T10:08:14.515Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-13T10:08:14.515Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-03-13T10:08:14.515Z] === RUN TestKillDifferentUserContainer [2020-03-13T10:08:15.116Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2020-03-13T10:08:15.116Z] === RUN TestInspectOomKilledTrue [2020-03-13T10:08:15.116Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-13T10:08:15.116Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:15.116Z] === RUN TestInspectOomKilledFalse [2020-03-13T10:08:15.116Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-13T10:08:15.116Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:08:15.116Z] === RUN TestLinksEtcHostsContentMatch [2020-03-13T10:08:15.116Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-03-13T10:08:15.116Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-03-13T10:08:15.116Z] === RUN TestLinksContainerNames [2020-03-13T10:08:16.996Z] --- PASS: TestLinksContainerNames (1.59s) [2020-03-13T10:08:16.996Z] === RUN TestLogsFollowTailEmpty [2020-03-13T10:08:17.560Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2020-03-13T10:08:17.560Z] === RUN TestContainerNetworkMountsNoChown [2020-03-13T10:08:18.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:08:18.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:08:18.484Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/default [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/default [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/private [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/private [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rprivate [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/slave [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/slave [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rslave [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/shared [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/shared [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rshared [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/default [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rshared [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/shared [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rslave [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/slave [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rprivate [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/private [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:08:18.484Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-13T10:08:18.484Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-13T10:08:18.484Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:08:18.738Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:08:18.993Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:08:18.993Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-13T10:08:18.993Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:08:18.993Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-03-13T10:08:18.993Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-03-13T10:08:18.993Z] === RUN TestContainerBindMountNonRecursive [2020-03-13T10:08:18.993Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-03-13T10:08:18.993Z] 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-03-13T10:08:18.993Z] === RUN TestNetworkNat [2020-03-13T10:08:19.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:08:20.001Z] --- PASS: TestNetworkNat (0.82s) [2020-03-13T10:08:20.001Z] === RUN TestNetworkLocalhostTCPNat [2020-03-13T10:08:20.560Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2020-03-13T10:08:20.560Z] === RUN TestNetworkLoopbackNat [2020-03-13T10:08:20.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:08:20.862Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-03-13T10:08:20.862Z] tests/integration/api_client_test.py ..... [ 7%] [2020-03-13T10:08:21.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:08:21.525Z] --- PASS: TestNetworkLoopbackNat (0.98s) [2020-03-13T10:08:21.525Z] === RUN TestPause [2020-03-13T10:08:21.525Z] --- SKIP: TestPause (0.00s) [2020-03-13T10:08:21.525Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:21.525Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-13T10:08:21.525Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:08:21.525Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:08:21.525Z] === RUN TestPauseStopPausedContainer [2020-03-13T10:08:21.525Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-03-13T10:08:21.525Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:21.525Z] === RUN TestPsFilter [2020-03-13T10:08:21.779Z] --- PASS: TestPsFilter (0.18s) [2020-03-13T10:08:21.779Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-13T10:08:22.513Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:08:22.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:08:22.787Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2020-03-13T10:08:22.788Z] === RUN TestRemoveContainerWithVolume [2020-03-13T10:08:23.271Z] tests/integration/api_config_test.py ..... [ 8%] [2020-03-13T10:08:23.345Z] --- PASS: TestRemoveContainerWithVolume (0.82s) [2020-03-13T10:08:23.345Z] === RUN TestRemoveContainerRunning [2020-03-13T10:08:23.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:08:24.267Z] --- PASS: TestRemoveContainerRunning (0.79s) [2020-03-13T10:08:24.267Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-13T10:08:24.825Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s) [2020-03-13T10:08:24.825Z] === RUN TestRemoveInvalidContainer [2020-03-13T10:08:24.825Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-03-13T10:08:24.825Z] === RUN TestRenameLinkedContainer [2020-03-13T10:08:25.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:08:26.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:08:27.261Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:08:27.261Z] Using test binary docker [2020-03-13T10:08:27.261Z] +++ /etc/init.d/apparmor start [2020-03-13T10:08:27.261Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:08:27.261Z] INFO: Waiting for daemon to start... [2020-03-13T10:08:27.261Z] Starting dockerd [2020-03-13T10:08:27.261Z] +++ 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-03-13T10:08:28.082Z] --- PASS: TestRenameLinkedContainer (3.02s) [2020-03-13T10:08:28.082Z] === RUN TestRenameStoppedContainer [2020-03-13T10:08:28.145Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:08:28.641Z] --- PASS: TestRenameStoppedContainer (0.72s) [2020-03-13T10:08:28.641Z] === RUN TestRenameRunningContainerAndReuse [2020-03-13T10:08:29.162Z] . [2020-03-13T10:08:29.162Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:08:29.162Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:08:29.162Z] Error: No such image: emptyfs [2020-03-13T10:08:29.162Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:08:29.162Z] ++++ docker load [2020-03-13T10:08:29.420Z] Running integration-test (iteration 1) [2020-03-13T10:08:29.678Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-03-13T10:08:29.678Z] ++ 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-03-13T10:08:29.678Z] ++ set -e [2020-03-13T10:08:29.678Z] ++ '[' -n 0 ']' [2020-03-13T10:08:29.678Z] ++ set -x [2020-03-13T10:08:29.678Z] ++ env -i DEST=/go/src/github.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-03-13T10:08:30.563Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-03-13T10:08:30.563Z] === RUN TestRenameInvalidName [2020-03-13T10:08:30.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:08:31.121Z] --- PASS: TestRenameInvalidName (0.78s) [2020-03-13T10:08:31.122Z] === RUN TestRenameAnonymousContainer [2020-03-13T10:08:31.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:08:34.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:08:34.154Z] --- PASS: TestBuildWithHugeFile (25.63s) [2020-03-13T10:08:34.154Z] === RUN TestBuildWithEmptyDockerfile [2020-03-13T10:08:34.154Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:08:34.154Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:08:34.154Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:08:34.154Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:08:34.154Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:08:34.154Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:08:34.154Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:08:34.154Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:08:34.154Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:08:34.154Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2020-03-13T10:08:34.154Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2020-03-13T10:08:34.154Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-03-13T10:08:34.154Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2020-03-13T10:08:34.154Z] === RUN TestBuildPreserveOwnership [2020-03-13T10:08:34.154Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-13T10:08:34.374Z] --- PASS: TestRenameAnonymousContainer (3.27s) [2020-03-13T10:08:34.374Z] === RUN TestRenameContainerWithSameName [2020-03-13T10:08:34.933Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-03-13T10:08:34.933Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-13T10:08:35.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:08:36.814Z] --- PASS: TestRenameContainerWithLinkedContainer (1.57s) [2020-03-13T10:08:36.814Z] === RUN TestResize [2020-03-13T10:08:36.834Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-13T10:08:37.373Z] --- PASS: TestResize (0.75s) [2020-03-13T10:08:37.373Z] === RUN TestResizeWithInvalidSize [2020-03-13T10:08:37.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:08:38.295Z] --- PASS: TestResizeWithInvalidSize (0.77s) [2020-03-13T10:08:38.295Z] === RUN TestResizeWhenContainerNotStarted [2020-03-13T10:08:38.853Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:08:38.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:08:38.853Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:08:38.853Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRun [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRun (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunDaemonHostMode (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunHostMode (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunPrivateMode (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunPrivilegedAndPrivate (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunInvalidMode (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-13T10:08:38.853Z] --- SKIP: TestCgroupNamespacesRunOlderClient (0.00s) [2020-03-13T10:08:38.853Z] run_cgroupns_linux_test.go:139: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:08:38.853Z] === RUN TestKernelTCPMemory [2020-03-13T10:08:38.853Z] --- SKIP: TestKernelTCPMemory (0.01s) [2020-03-13T10:08:38.853Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:38.853Z] === RUN TestNISDomainname [2020-03-13T10:08:38.853Z] --- SKIP: TestNISDomainname (0.00s) [2020-03-13T10:08:38.853Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-03-13T10:08:38.854Z] === RUN TestHostnameDnsResolution [2020-03-13T10:08:39.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:08:39.536Z] --- PASS: TestBuildPreserveOwnership (6.44s) [2020-03-13T10:08:39.536Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.15s) [2020-03-13T10:08:39.536Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.28s) [2020-03-13T10:08:39.536Z] === RUN TestBuildPlatformInvalid [2020-03-13T10:08:39.536Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-03-13T10:08:39.536Z] PASS [2020-03-13T10:08:39.536Z] [2020-03-13T10:08:39.536Z] === Skipped [2020-03-13T10:08:39.536Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-03-13T10:08:39.536Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:08:39.536Z] [2020-03-13T10:08:39.536Z] [2020-03-13T10:08:39.536Z] DONE 32 tests, 1 skipped in 74.751s [2020-03-13T10:08:39.536Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-03-13T10:08:39.536Z] ++ 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-03-13T10:08:39.536Z] ++ set -e [2020-03-13T10:08:39.536Z] ++ '[' -n 0 ']' [2020-03-13T10:08:39.536Z] ++ set -x [2020-03-13T10:08:39.536Z] ++ env -i DEST=/go/src/github.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-03-13T10:08:39.536Z] INFO: Testing against a local daemon [2020-03-13T10:08:39.536Z] === RUN TestConfigList [2020-03-13T10:08:39.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:08:40.211Z] --- PASS: TestHostnameDnsResolution (1.23s) [2020-03-13T10:08:40.211Z] === RUN TestStats [2020-03-13T10:08:40.211Z] --- SKIP: TestStats (0.00s) [2020-03-13T10:08:40.211Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:40.211Z] === RUN TestStopContainerWithTimeout [2020-03-13T10:08:40.211Z] === RUN TestStopContainerWithTimeout/0 [2020-03-13T10:08:40.211Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-13T10:08:40.211Z] === RUN TestStopContainerWithTimeout/1 [2020-03-13T10:08:40.211Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-13T10:08:40.211Z] === RUN TestStopContainerWithTimeout/3 [2020-03-13T10:08:40.211Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-13T10:08:40.211Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-13T10:08:40.211Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-13T10:08:40.211Z] === CONT TestStopContainerWithTimeout/0 [2020-03-13T10:08:40.211Z] === CONT TestStopContainerWithTimeout/3 [2020-03-13T10:08:41.134Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-13T10:08:41.315Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:08:41.315Z] Using test binary docker [2020-03-13T10:08:41.573Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-13T10:08:41.573Z] +++ /etc/init.d/apparmor start [2020-03-13T10:08:41.573Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:08:41.573Z] INFO: Waiting for daemon to start... [2020-03-13T10:08:41.573Z] Starting dockerd [2020-03-13T10:08:41.573Z] +++ 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-03-13T10:08:43.017Z] === CONT TestStopContainerWithTimeout/1 [2020-03-13T10:08:43.904Z] --- PASS: TestConfigList (3.80s) [2020-03-13T10:08:43.904Z] === RUN TestConfigsCreateAndDelete [2020-03-13T10:08:44.104Z] . [2020-03-13T10:08:44.104Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:08:44.104Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:08:44.104Z] Error: No such image: emptyfs [2020-03-13T10:08:44.104Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:08:44.104Z] ++++ docker load [2020-03-13T10:08:44.104Z] Running integration-test (iteration 1) [2020-03-13T10:08:44.104Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-03-13T10:08:44.104Z] ++ 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-03-13T10:08:44.104Z] ++ set -e [2020-03-13T10:08:44.104Z] ++ '[' -n 0 ']' [2020-03-13T10:08:44.104Z] ++ set -x [2020-03-13T10:08:44.104Z] ++ env -i DEST=/go/src/github.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-03-13T10:08:44.988Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-03-13T10:08:44.988Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2020-03-13T10:08:44.988Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2020-03-13T10:08:44.988Z] --- PASS: TestStopContainerWithTimeout/-1 (2.76s) [2020-03-13T10:08:44.988Z] --- PASS: TestStopContainerWithTimeout/1 (1.76s) [2020-03-13T10:08:44.988Z] === RUN TestDeleteDevicemapper [2020-03-13T10:08:44.988Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-13T10:08:44.988Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:08:44.988Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-13T10:08:46.953Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.91s) [2020-03-13T10:08:46.953Z] === RUN TestUpdateMemory [2020-03-13T10:08:46.953Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-13T10:08:46.953Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:46.953Z] === RUN TestUpdateCPUQuota [2020-03-13T10:08:46.953Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-03-13T10:08:46.953Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:46.953Z] === RUN TestUpdatePidsLimit [2020-03-13T10:08:46.953Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-03-13T10:08:46.953Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:08:46.953Z] === RUN TestUpdateRestartPolicy [2020-03-13T10:08:47.351Z] --- PASS: TestConfigsCreateAndDelete (3.52s) [2020-03-13T10:08:47.351Z] === RUN TestConfigsUpdate [2020-03-13T10:08:50.796Z] --- PASS: TestConfigsUpdate (3.60s) [2020-03-13T10:08:50.797Z] === RUN TestTemplatedConfig [2020-03-13T10:08:54.084Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:08:54.084Z] Loaded image: busybox:latest [2020-03-13T10:08:54.084Z] Loaded image: busybox:glibc [2020-03-13T10:08:54.084Z] Loaded image: debian:jessie [2020-03-13T10:08:54.084Z] Loaded image: hello-world:latest [2020-03-13T10:08:54.084Z] INFO: Testing against a local daemon [2020-03-13T10:08:54.084Z] === RUN TestCgroupNamespacesBuild [2020-03-13T10:08:54.244Z] --- PASS: TestTemplatedConfig (3.46s) [2020-03-13T10:08:54.244Z] === RUN TestConfigInspect [2020-03-13T10:08:55.985Z] --- PASS: TestCgroupNamespacesBuild (2.92s) [2020-03-13T10:08:55.985Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-13T10:08:57.689Z] --- PASS: TestConfigInspect (3.68s) [2020-03-13T10:08:57.689Z] === RUN TestConfigCreateWithLabels [2020-03-13T10:08:57.889Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2020-03-13T10:08:57.889Z] === RUN TestBuildWithSession [2020-03-13T10:08:57.889Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-13T10:08:57.889Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:08:57.889Z] === RUN TestBuildSquashParent [2020-03-13T10:09:01.148Z] --- PASS: TestConfigCreateWithLabels (3.63s) [2020-03-13T10:09:01.148Z] === RUN TestConfigCreateResolve [2020-03-13T10:09:01.739Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:09:01.739Z] Loaded image: busybox:latest [2020-03-13T10:09:01.739Z] Loaded image: busybox:glibc [2020-03-13T10:09:01.739Z] Loaded image: debian:jessie [2020-03-13T10:09:01.739Z] Loaded image: hello-world:latest [2020-03-13T10:09:01.739Z] INFO: Testing against a local daemon [2020-03-13T10:09:01.739Z] === RUN TestCgroupNamespacesBuild [2020-03-13T10:09:01.896Z] --- PASS: TestUpdateRestartPolicy (12.92s) [2020-03-13T10:09:01.896Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-13T10:09:01.896Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2020-03-13T10:09:01.896Z] === RUN TestWaitNonBlocked [2020-03-13T10:09:01.896Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:09:01.896Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:09:01.896Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:09:01.896Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:09:01.896Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:09:01.896Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:09:01.896Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-03-13T10:09:01.896Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.88s) [2020-03-13T10:09:01.896Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2020-03-13T10:09:01.896Z] === RUN TestWaitBlocked [2020-03-13T10:09:01.896Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:09:01.896Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:09:01.896Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:09:01.896Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:09:01.896Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:09:01.896Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:09:02.454Z] --- PASS: TestWaitBlocked (0.01s) [2020-03-13T10:09:02.454Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.87s) [2020-03-13T10:09:02.454Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2020-03-13T10:09:02.454Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:09:02.454Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-03-13T10:09:02.454Z] daemon_linux_test.go:35: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.454Z] === CONT TestIpcModeOlderClient [2020-03-13T10:09:02.454Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:09:02.454Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-03-13T10:09:02.454Z] daemon_linux_test.go:135: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.454Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:09:02.454Z] --- SKIP: TestDaemonRestartIpcMode (0.00s) [2020-03-13T10:09:02.454Z] daemon_linux_test.go:89: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] --- PASS: TestIpcModeOlderClient (0.12s) [2020-03-13T10:09:02.709Z] PASS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === Skipped [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-03-13T10:09:02.709Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestExportContainerAfterDaemonRestart (0.00s) [2020-03-13T10:09:02.709Z] export_test.go:63: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivate (0.02s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.01s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.01s) [2020-03-13T10:09:02.709Z] ipcmode_linux_test.go:232: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-13T10:09:02.709Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-13T10:09:02.709Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-03-13T10:09:02.709Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-03-13T10:09:02.709Z] 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-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-03-13T10:09:02.709Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:09:02.709Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-03-13T10:09:02.709Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:09:02.709Z] --- SKIP: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (0.00s) [2020-03-13T10:09:02.709Z] restart_test.go:67: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRun (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunDaemonHostMode (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunHostMode (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivateMode (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:30: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivilegedAndPrivate (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunInvalidMode (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunOlderClient (0.00s) [2020-03-13T10:09:02.709Z] run_cgroupns_linux_test.go:139: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2020-03-13T10:09:02.709Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2020-03-13T10:09:02.709Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-03-13T10:09:02.709Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-13T10:09:02.709Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-03-13T10:09:02.709Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-03-13T10:09:02.709Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-03-13T10:09:02.709Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:09:02.709Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:09:02.709Z] daemon_linux_test.go:35: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:09:02.709Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:09:02.709Z] daemon_linux_test.go:135: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.709Z] [2020-03-13T10:09:02.709Z] === SKIP: amd64.integration.container TestDaemonRestartIpcMode (0.00s) [2020-03-13T10:09:02.709Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:09:02.709Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:09:02.710Z] daemon_linux_test.go:89: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:02.710Z] [2020-03-13T10:09:02.710Z] [2020-03-13T10:09:02.710Z] DONE 192 tests, 45 skipped in 76.144s [2020-03-13T10:09:02.710Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-03-13T10:09:02.964Z] INFO: Testing against a local daemon [2020-03-13T10:09:02.964Z] === RUN TestCommitInheritsEnv [2020-03-13T10:09:03.066Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-03-13T10:09:04.266Z] --- PASS: TestCgroupNamespacesBuild (3.32s) [2020-03-13T10:09:04.266Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-13T10:09:04.321Z] --- PASS: TestCommitInheritsEnv (1.27s) [2020-03-13T10:09:04.321Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-13T10:09:04.321Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-13T10:09:04.321Z] === RUN TestImagesFilterMultiReference [2020-03-13T10:09:04.321Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-03-13T10:09:04.321Z] === RUN TestImagePullPlatformInvalid [2020-03-13T10:09:04.321Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-03-13T10:09:04.321Z] === RUN TestRemoveImageOrphaning [2020-03-13T10:09:04.452Z] --- PASS: TestBuildSquashParent (6.00s) [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:04.452Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:09:04.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:09:04.452Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:04.452Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:09:04.452Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:04.452Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:04.636Z] --- PASS: TestConfigCreateResolve (3.70s) [2020-03-13T10:09:04.636Z] === RUN TestConfigDaemonLibtrustID [2020-03-13T10:09:05.248Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-03-13T10:09:05.248Z] PASS [2020-03-13T10:09:05.248Z] [2020-03-13T10:09:05.248Z] DONE 8 tests in 25.977s [2020-03-13T10:09:05.248Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-03-13T10:09:05.248Z] ++ 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-03-13T10:09:05.248Z] ++ set -e [2020-03-13T10:09:05.248Z] ++ '[' -n 0 ']' [2020-03-13T10:09:05.248Z] ++ set -x [2020-03-13T10:09:05.248Z] ++ env -i DEST=/go/src/github.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-03-13T10:09:05.529Z] INFO: Testing against a local daemon [2020-03-13T10:09:05.529Z] === RUN TestCheckpoint [2020-03-13T10:09:05.529Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-13T10:09:05.529Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:09:05.529Z] === RUN TestContainerInvalidJSON [2020-03-13T10:09:05.529Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:09:05.529Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:09:05.529Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:09:05.529Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:09:05.529Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:09:05.529Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:09:05.529Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:09:05.529Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:09:05.529Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:09:05.529Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-03-13T10:09:05.529Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-13T10:09:05.529Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-13T10:09:05.529Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-13T10:09:05.529Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-13T10:09:05.529Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-03-13T10:09:05.529Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-13T10:09:05.810Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2020-03-13T10:09:05.810Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-13T10:09:05.810Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2020-03-13T10:09:05.810Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-13T10:09:06.092Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-03-13T10:09:06.092Z] === RUN TestCopyFromContainer [2020-03-13T10:09:06.200Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2020-03-13T10:09:06.200Z] === RUN TestRemoveImageGarbageCollector [2020-03-13T10:09:06.200Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:09:06.200Z] remove_unix_test.go:40: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:06.200Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-13T10:09:06.200Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-03-13T10:09:06.200Z] === RUN TestTagInvalidReference [2020-03-13T10:09:06.200Z] --- PASS: TestTagInvalidReference (0.01s) [2020-03-13T10:09:06.200Z] === RUN TestTagValidPrefixedRepo [2020-03-13T10:09:06.200Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-03-13T10:09:06.200Z] === RUN TestTagExistedNameWithoutForce [2020-03-13T10:09:06.200Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-03-13T10:09:06.200Z] === RUN TestTagOfficialNames [2020-03-13T10:09:06.200Z] --- PASS: TestTagOfficialNames (0.05s) [2020-03-13T10:09:06.200Z] === RUN TestTagMatchesDigest [2020-03-13T10:09:06.455Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-03-13T10:09:06.455Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-13T10:09:06.455Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-03-13T10:09:06.455Z] import_test.go:26: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:06.455Z] PASS [2020-03-13T10:09:06.455Z] [2020-03-13T10:09:06.455Z] === Skipped [2020-03-13T10:09:06.455Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:09:06.455Z] remove_unix_test.go:40: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:06.455Z] [2020-03-13T10:09:06.455Z] === SKIP: amd64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-03-13T10:09:06.455Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-13T10:09:06.455Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-13T10:09:06.455Z] import_test.go:26: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:06.455Z] [2020-03-13T10:09:06.455Z] [2020-03-13T10:09:06.455Z] DONE 12 tests, 2 skipped in 3.652s [2020-03-13T10:09:06.455Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-03-13T10:09:06.455Z] INFO: Testing against a local daemon [2020-03-13T10:09:06.455Z] === RUN TestNetworkCreateDelete [2020-03-13T10:09:06.455Z] --- PASS: TestNetworkCreateDelete (0.10s) [2020-03-13T10:09:06.455Z] === RUN TestDockerNetworkDeletePreferID [2020-03-13T10:09:06.793Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.36s) [2020-03-13T10:09:06.793Z] === RUN TestBuildWithSession [2020-03-13T10:09:06.793Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-13T10:09:06.793Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:09:06.793Z] === RUN TestBuildSquashParent [2020-03-13T10:09:06.985Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:06.985Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:07.056Z] --- PASS: TestDockerNetworkDeletePreferID (0.30s) [2020-03-13T10:09:07.056Z] === RUN TestInspectNetwork [2020-03-13T10:09:07.056Z] --- SKIP: TestInspectNetwork (0.01s) [2020-03-13T10:09:07.056Z] inspect_test.go:18: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] === RUN TestRunContainerWithBridgeNone [2020-03-13T10:09:07.056Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-03-13T10:09:07.056Z] network_test.go:27: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] === RUN TestNetworkInvalidJSON [2020-03-13T10:09:07.056Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-13T10:09:07.056Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-13T10:09:07.056Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:09:07.056Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:09:07.056Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:09:07.056Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:09:07.056Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-13T10:09:07.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:09:07.056Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:09:07.056Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-03-13T10:09:07.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-13T10:09:07.056Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-13T10:09:07.056Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-13T10:09:07.056Z] === RUN TestHostIPv4BridgeLabel [2020-03-13T10:09:07.056Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-03-13T10:09:07.056Z] network_test.go:98: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-13T10:09:07.056Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2020-03-13T10:09:07.056Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] === RUN TestDaemonDefaultNetworkPools [2020-03-13T10:09:07.056Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-13T10:09:07.056Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-13T10:09:07.056Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-13T10:09:07.056Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] === RUN TestServiceWithPredefinedNetwork [2020-03-13T10:09:07.056Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-13T10:09:07.056Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:09:07.056Z] === RUN TestServiceWithDataPathPortInit [2020-03-13T10:09:07.056Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-13T10:09:07.056Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] PASS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === Skipped [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestInspectNetwork (0.01s) [2020-03-13T10:09:07.056Z] inspect_test.go:18: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-03-13T10:09:07.056Z] network_test.go:27: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-03-13T10:09:07.056Z] network_test.go:98: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2020-03-13T10:09:07.056Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-13T10:09:07.056Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] DONE 18 tests, 12 skipped in 0.586s [2020-03-13T10:09:07.056Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:09:07.056Z] INFO: Testing against a local daemon [2020-03-13T10:09:07.056Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-13T10:09:07.056Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:09:07.056Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:09:07.056Z] === RUN TestDockerNetworkIpvlan [2020-03-13T10:09:07.056Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:09:07.056Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:09:07.056Z] PASS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === Skipped [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:09:07.056Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:09:07.056Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] DONE 2 tests, 2 skipped in 0.110s [2020-03-13T10:09:07.056Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:09:07.056Z] INFO: Testing against a local daemon [2020-03-13T10:09:07.056Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-13T10:09:07.056Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-03-13T10:09:07.056Z] macvlan_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] === RUN TestDockerNetworkMacvlan [2020-03-13T10:09:07.056Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-03-13T10:09:07.056Z] macvlan_test.go:69: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] PASS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === Skipped [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-03-13T10:09:07.056Z] macvlan_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-03-13T10:09:07.056Z] macvlan_test.go:69: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] [2020-03-13T10:09:07.056Z] DONE 2 tests, 2 skipped in 0.095s [2020-03-13T10:09:07.311Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-13T10:09:07.311Z] testing: warning: no tests to run [2020-03-13T10:09:07.311Z] PASS [2020-03-13T10:09:07.311Z] [2020-03-13T10:09:07.311Z] DONE 0 tests in 0.022s [2020-03-13T10:09:07.311Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-13T10:09:07.311Z] INFO: Testing against a local daemon [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginAllowRequest [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginAllowRequest (0.02s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginTLS [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginTLS (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginDenyRequest [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginDenyRequest (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginDenyResponse [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginDenyResponse (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginAllowEventStream [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginAllowEventStream (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginErrorResponse [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginErrorResponse (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginErrorRequest [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginErrorRequest (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginHeader [2020-03-13T10:09:07.311Z] --- SKIP: TestAuthZPluginHeader (0.01s) [2020-03-13T10:09:07.311Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.311Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-13T10:09:07.565Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2020-03-13T10:09:07.565Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.565Z] === RUN TestAuthZPluginV2Disable [2020-03-13T10:09:07.565Z] --- SKIP: TestAuthZPluginV2Disable (0.04s) [2020-03-13T10:09:07.565Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.565Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-13T10:09:07.565Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.04s) [2020-03-13T10:09:07.565Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.565Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-13T10:09:07.819Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.03s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-13T10:09:07.819Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] PASS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === Skipped [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.02s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.01s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.04s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.04s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.03s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.03s) [2020-03-13T10:09:07.819Z] main_test.go:54: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] DONE 17 tests, 17 skipped in 0.526s [2020-03-13T10:09:07.819Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-13T10:09:07.819Z] INFO: Testing against a local daemon [2020-03-13T10:09:07.819Z] === RUN TestPluginInvalidJSON [2020-03-13T10:09:07.819Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:09:07.819Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:09:07.819Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:09:07.819Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-03-13T10:09:07.819Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-13T10:09:07.819Z] PASS [2020-03-13T10:09:07.819Z] [2020-03-13T10:09:07.819Z] DONE 2 tests in 0.113s [2020-03-13T10:09:07.819Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-13T10:09:08.074Z] INFO: Testing against a local daemon [2020-03-13T10:09:08.074Z] === RUN TestExternalGraphDriver [2020-03-13T10:09:08.074Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-03-13T10:09:08.074Z] external_test.go:57: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.074Z] === RUN TestGraphdriverPluginV2 [2020-03-13T10:09:08.074Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-03-13T10:09:08.074Z] external_test.go:413: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.074Z] PASS [2020-03-13T10:09:08.074Z] [2020-03-13T10:09:08.074Z] === Skipped [2020-03-13T10:09:08.074Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-03-13T10:09:08.074Z] external_test.go:57: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.074Z] [2020-03-13T10:09:08.074Z] === SKIP: amd64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-03-13T10:09:08.074Z] external_test.go:413: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.074Z] [2020-03-13T10:09:08.074Z] [2020-03-13T10:09:08.074Z] DONE 2 tests, 2 skipped in 0.221s [2020-03-13T10:09:08.074Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-13T10:09:08.122Z] === RUN TestCopyFromContainer// [2020-03-13T10:09:08.122Z] === RUN TestCopyFromContainer//bar/root [2020-03-13T10:09:08.122Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-13T10:09:08.122Z] === RUN TestCopyFromContainer/bar/quux [2020-03-13T10:09:08.328Z] INFO: Testing against a local daemon [2020-03-13T10:09:08.328Z] === RUN TestContinueAfterPluginCrash [2020-03-13T10:09:08.328Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:09:08.328Z] === RUN TestReadPluginNoRead [2020-03-13T10:09:08.328Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:09:08.328Z] === RUN TestDaemonStartWithLogOpt [2020-03-13T10:09:08.328Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:09:08.328Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:09:08.328Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:09:08.328Z] --- SKIP: TestContinueAfterPluginCrash (0.00s) [2020-03-13T10:09:08.328Z] logging_linux_test.go:22: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] === CONT TestReadPluginNoRead [2020-03-13T10:09:08.328Z] --- SKIP: TestReadPluginNoRead (0.00s) [2020-03-13T10:09:08.328Z] read_test.go:24: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] --- SKIP: TestDaemonStartWithLogOpt (0.00s) [2020-03-13T10:09:08.328Z] validation_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] PASS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] === Skipped [2020-03-13T10:09:08.328Z] === SKIP: amd64.integration.plugin.logging TestContinueAfterPluginCrash (0.00s) [2020-03-13T10:09:08.328Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:09:08.328Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:09:08.328Z] logging_linux_test.go:22: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] === SKIP: amd64.integration.plugin.logging TestReadPluginNoRead (0.00s) [2020-03-13T10:09:08.328Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:09:08.328Z] === CONT TestReadPluginNoRead [2020-03-13T10:09:08.328Z] read_test.go:24: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] === SKIP: amd64.integration.plugin.logging TestDaemonStartWithLogOpt (0.00s) [2020-03-13T10:09:08.328Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:09:08.328Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:09:08.328Z] validation_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] DONE 3 tests, 3 skipped in 0.120s [2020-03-13T10:09:08.328Z] 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-03-13T10:09:08.328Z] testing: warning: no tests to run [2020-03-13T10:09:08.328Z] PASS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] DONE 0 tests in 0.038s [2020-03-13T10:09:08.328Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-13T10:09:08.328Z] INFO: Testing against a local daemon [2020-03-13T10:09:08.328Z] === RUN TestPluginWithDevMounts [2020-03-13T10:09:08.328Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:09:08.328Z] === CONT TestPluginWithDevMounts [2020-03-13T10:09:08.328Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-03-13T10:09:08.328Z] mounts_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] PASS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] === Skipped [2020-03-13T10:09:08.328Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-03-13T10:09:08.328Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:09:08.328Z] === CONT TestPluginWithDevMounts [2020-03-13T10:09:08.328Z] mounts_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] [2020-03-13T10:09:08.328Z] DONE 1 tests, 1 skipped in 0.109s [2020-03-13T10:09:08.328Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-13T10:09:08.403Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-13T10:09:08.403Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-13T10:09:08.403Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-13T10:09:08.583Z] INFO: Testing against a local daemon [2020-03-13T10:09:08.583Z] === RUN TestSecretInspect [2020-03-13T10:09:08.583Z] --- SKIP: TestSecretInspect (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:25: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] === RUN TestSecretList [2020-03-13T10:09:08.583Z] --- SKIP: TestSecretList (0.02s) [2020-03-13T10:09:08.583Z] secret_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] === RUN TestSecretsCreateAndDelete [2020-03-13T10:09:08.583Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2020-03-13T10:09:08.583Z] secret_test.go:125: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] === RUN TestSecretsUpdate [2020-03-13T10:09:08.583Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:172: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] === RUN TestTemplatedSecret [2020-03-13T10:09:08.583Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-03-13T10:09:08.583Z] secret_test.go:221: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] === RUN TestSecretCreateResolve [2020-03-13T10:09:08.583Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:342: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] PASS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === Skipped [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:25: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-03-13T10:09:08.583Z] secret_test.go:48: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2020-03-13T10:09:08.583Z] secret_test.go:125: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:172: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-03-13T10:09:08.583Z] secret_test.go:221: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-03-13T10:09:08.583Z] secret_test.go:342: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] [2020-03-13T10:09:08.583Z] DONE 6 tests, 6 skipped in 0.180s [2020-03-13T10:09:08.583Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-03-13T10:09:08.684Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-13T10:09:08.684Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-13T10:09:08.684Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-13T10:09:08.838Z] INFO: Testing against a local daemon [2020-03-13T10:09:08.838Z] === RUN TestServiceCreateInit [2020-03-13T10:09:08.838Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-13T10:09:08.838Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-13T10:09:08.838Z] --- PASS: TestServiceCreateInit (0.02s) [2020-03-13T10:09:08.838Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-13T10:09:08.838Z] create_test.go:39: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-13T10:09:08.838Z] create_test.go:39: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceMultipleTimes [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-03-13T10:09:08.838Z] create_test.go:81: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceConflict [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceConflict (0.02s) [2020-03-13T10:09:08.838Z] create_test.go:154: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceMaxReplicas [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-03-13T10:09:08.838Z] create_test.go:175: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-03-13T10:09:08.838Z] create_test.go:196: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceSecretFileMode [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-03-13T10:09:08.838Z] create_test.go:249: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceConfigFileMode [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-03-13T10:09:08.838Z] create_test.go:313: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceSysctls [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-03-13T10:09:08.838Z] create_test.go:403: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateServiceCapabilities [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2020-03-13T10:09:08.838Z] create_test.go:487: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestInspect [2020-03-13T10:09:08.838Z] --- SKIP: TestInspect (0.01s) [2020-03-13T10:09:08.838Z] inspect_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestCreateJob [2020-03-13T10:09:08.838Z] --- SKIP: TestCreateJob (0.01s) [2020-03-13T10:09:08.838Z] jobs_test.go:26: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestReplicatedJob [2020-03-13T10:09:08.838Z] --- SKIP: TestReplicatedJob (0.01s) [2020-03-13T10:09:08.838Z] jobs_test.go:61: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestUpdateReplicatedJob [2020-03-13T10:09:08.838Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-03-13T10:09:08.838Z] jobs_test.go:94: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestServiceListWithStatuses [2020-03-13T10:09:08.838Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-13T10:09:08.838Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:09:08.838Z] === RUN TestDockerNetworkConnectAlias [2020-03-13T10:09:08.838Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-03-13T10:09:08.838Z] network_test.go:20: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:08.838Z] === RUN TestDockerNetworkReConnect [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.90s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.97s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.04s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.09s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s) [2020-03-13T10:09:08.890Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.01s) [2020-03-13T10:09:08.890Z] === RUN TestBuildMultiStageCopy [2020-03-13T10:09:08.890Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer (2.89s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-03-13T10:09:08.966Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-03-13T10:09:08.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-13T10:09:08.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:09:08.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:09:08.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:09:08.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:09:08.966Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:09:08.966Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:09:08.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:09:08.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:09:08.966Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:09:08.966Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-13T10:09:08.966Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-13T10:09:08.966Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2020-03-13T10:09:08.966Z] === RUN TestCreateWithInvalidEnv [2020-03-13T10:09:08.966Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-13T10:09:08.966Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-13T10:09:08.966Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-13T10:09:08.966Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-13T10:09:08.966Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-13T10:09:08.966Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-13T10:09:08.966Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-13T10:09:08.966Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-13T10:09:08.966Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-13T10:09:08.966Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-13T10:09:08.966Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-13T10:09:08.966Z] === RUN TestCreateTmpfsMountsTarget [2020-03-13T10:09:08.966Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-03-13T10:09:08.966Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-13T10:09:09.093Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-03-13T10:09:09.093Z] network_test.go:82: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.093Z] === RUN TestServicePlugin [2020-03-13T10:09:09.093Z] --- SKIP: TestServicePlugin (0.03s) [2020-03-13T10:09:09.093Z] plugin_test.go:38: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.093Z] === RUN TestServiceUpdateLabel [2020-03-13T10:09:09.093Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-03-13T10:09:09.093Z] update_test.go:21: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.093Z] === RUN TestServiceUpdateSecrets [2020-03-13T10:09:09.094Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:77: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] === RUN TestServiceUpdateConfigs [2020-03-13T10:09:09.094Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:139: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] === RUN TestServiceUpdateNetwork [2020-03-13T10:09:09.094Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:201: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] PASS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === Skipped [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-13T10:09:09.094Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-13T10:09:09.094Z] create_test.go:39: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-13T10:09:09.094Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-13T10:09:09.094Z] create_test.go:39: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-03-13T10:09:09.094Z] create_test.go:81: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2020-03-13T10:09:09.094Z] create_test.go:154: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-03-13T10:09:09.094Z] create_test.go:175: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-03-13T10:09:09.094Z] create_test.go:196: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-03-13T10:09:09.094Z] create_test.go:249: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-03-13T10:09:09.094Z] create_test.go:313: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-03-13T10:09:09.094Z] create_test.go:403: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s) [2020-03-13T10:09:09.094Z] create_test.go:487: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-03-13T10:09:09.094Z] inspect_test.go:23: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-03-13T10:09:09.094Z] jobs_test.go:26: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-03-13T10:09:09.094Z] jobs_test.go:61: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-03-13T10:09:09.094Z] jobs_test.go:94: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-13T10:09:09.094Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-03-13T10:09:09.094Z] network_test.go:20: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-03-13T10:09:09.094Z] network_test.go:82: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServicePlugin (0.03s) [2020-03-13T10:09:09.094Z] plugin_test.go:38: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:21: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:77: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:139: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-03-13T10:09:09.094Z] update_test.go:201: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] DONE 23 tests, 22 skipped in 0.431s [2020-03-13T10:09:09.094Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-03-13T10:09:09.094Z] INFO: Testing against a local daemon [2020-03-13T10:09:09.094Z] === RUN TestSessionCreate [2020-03-13T10:09:09.094Z] --- PASS: TestSessionCreate (0.02s) [2020-03-13T10:09:09.094Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-13T10:09:09.094Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-03-13T10:09:09.094Z] PASS [2020-03-13T10:09:09.094Z] [2020-03-13T10:09:09.094Z] DONE 2 tests in 0.153s [2020-03-13T10:09:09.348Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-03-13T10:09:09.348Z] INFO: Testing against a local daemon [2020-03-13T10:09:09.348Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-13T10:09:09.348Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:09:09.348Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:09:09.348Z] === RUN TestEventsExecDie [2020-03-13T10:09:10.273Z] --- PASS: TestEventsExecDie (0.85s) [2020-03-13T10:09:10.273Z] === RUN TestEventsBackwardsCompatible [2020-03-13T10:09:10.273Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-03-13T10:09:10.273Z] === RUN TestInfoBinaryCommits [2020-03-13T10:09:10.273Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-13T10:09:10.273Z] === RUN TestInfoAPIVersioned [2020-03-13T10:09:10.273Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-13T10:09:10.273Z] === RUN TestInfoDiscoveryBackend [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoDiscoveryBackend (0.00s) [2020-03-13T10:09:10.273Z] info_linux_test.go:61: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoDiscoveryInvalidAdvertise (0.00s) [2020-03-13T10:09:10.273Z] info_linux_test.go:74: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-03-13T10:09:10.273Z] info_linux_test.go:97: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoAPI [2020-03-13T10:09:10.273Z] --- PASS: TestInfoAPI (0.02s) [2020-03-13T10:09:10.273Z] === RUN TestInfoAPIWarnings [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2020-03-13T10:09:10.273Z] info_test.go:51: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoDebug [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoDebug (0.00s) [2020-03-13T10:09:10.273Z] info_test.go:75: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoInsecureRegistries [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2020-03-13T10:09:10.273Z] info_test.go:101: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestInfoRegistryMirrors [2020-03-13T10:09:10.273Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2020-03-13T10:09:10.273Z] info_test.go:126: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.273Z] === RUN TestLoginFailsWithBadCredentials [2020-03-13T10:09:10.527Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-03-13T10:09:10.527Z] === RUN TestPingCacheHeaders [2020-03-13T10:09:10.527Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-03-13T10:09:10.527Z] === RUN TestPingGet [2020-03-13T10:09:10.527Z] --- PASS: TestPingGet (0.02s) [2020-03-13T10:09:10.527Z] === RUN TestPingHead [2020-03-13T10:09:10.781Z] --- PASS: TestPingHead (0.03s) [2020-03-13T10:09:10.782Z] === RUN TestVersion [2020-03-13T10:09:10.782Z] --- PASS: TestVersion (0.02s) [2020-03-13T10:09:10.782Z] PASS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === Skipped [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:09:10.782Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoDiscoveryBackend (0.00s) [2020-03-13T10:09:10.782Z] info_linux_test.go:61: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoDiscoveryInvalidAdvertise (0.00s) [2020-03-13T10:09:10.782Z] info_linux_test.go:74: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-03-13T10:09:10.782Z] info_linux_test.go:97: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoAPIWarnings (0.00s) [2020-03-13T10:09:10.782Z] info_test.go:51: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoDebug (0.00s) [2020-03-13T10:09:10.782Z] info_test.go:75: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoInsecureRegistries (0.00s) [2020-03-13T10:09:10.782Z] info_test.go:101: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] === SKIP: amd64.integration.system TestInfoRegistryMirrors (0.00s) [2020-03-13T10:09:10.782Z] info_test.go:126: github.com/docker/docker/testutil/daemon.Daemon doesn't support DOCKER_ROOTLESS [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] [2020-03-13T10:09:10.782Z] DONE 18 tests, 8 skipped in 1.465s [2020-03-13T10:09:10.782Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-13T10:09:10.782Z] INFO: Testing against a local daemon [2020-03-13T10:09:10.782Z] === RUN TestVolumesCreateAndList [2020-03-13T10:09:10.782Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-03-13T10:09:10.782Z] === RUN TestVolumesRemove [2020-03-13T10:09:11.036Z] --- PASS: TestVolumesRemove (0.08s) [2020-03-13T10:09:11.036Z] === RUN TestVolumesInspect [2020-03-13T10:09:11.036Z] --- PASS: TestVolumesInspect (0.03s) [2020-03-13T10:09:11.036Z] === RUN TestVolumesInvalidJSON [2020-03-13T10:09:11.036Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-13T10:09:11.036Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-13T10:09:11.036Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-13T10:09:11.036Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-03-13T10:09:11.036Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-13T10:09:11.036Z] PASS [2020-03-13T10:09:11.036Z] [2020-03-13T10:09:11.036Z] DONE 5 tests in 0.246s [2020-03-13T10:09:11.036Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:09:11.036Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11725 is not a child of this shell [2020-03-13T10:09:11.036Z] warning: PID 11725 from bundles/test-integration/docker.pid had a nonzero exit code [2020-03-13T10:09:11.036Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:09:11.036Z] [2020-03-13T10:09:11.036Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:09:11.036Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:09:11.036Z] [2020-03-13T10:09:11.036Z] To set a process to complain mode, use the command line tool [2020-03-13T10:09:11.036Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:09:11.036Z] Removing test suite binaries [2020-03-13T10:09:11.424Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-13T10:09:11.424Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s) [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:09:11.636Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:09:11.636Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.11s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-03-13T10:09:11.636Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.10s) [2020-03-13T10:09:11.636Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-13T10:09:11.958Z] [2020-03-13T10:09:11.991Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-13T10:09:12.557Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy (4.45s) [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.33s) [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2020-03-13T10:09:13.124Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-03-13T10:09:13.124Z] === RUN TestBuildMultiStageParentConfig [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:09:14.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:09:14.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:09:14.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:09:14.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:09:14.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:09:14.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:09:14.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:09:14.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:09:14.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:09:14.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:09:14.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-03-13T10:09:14.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-03-13T10:09:14.308Z] === RUN TestCreateTmpfsOverrideAnonymousVolume Post stage [Pipeline] junit [2020-03-13T10:09:14.475Z] Recording test results [2020-03-13T10:09:14.500Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2020-03-13T10:09:14.500Z] === RUN TestBuildLabelWithTargets [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:09:15.122Z] + echo Ensuring container killed. [2020-03-13T10:09:15.123Z] Ensuring container killed. [2020-03-13T10:09:15.123Z] + docker rm -vf docker-pr9 [2020-03-13T10:09:15.123Z] Error: No such container: docker-pr9 [2020-03-13T10:09:15.123Z] + true [Pipeline] sh [2020-03-13T10:09:15.312Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2020-03-13T10:09:15.312Z] === RUN TestContainerStartOnDaemonRestart [2020-03-13T10:09:15.312Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:09:15.312Z] === RUN TestDaemonRestartIpcMode [2020-03-13T10:09:15.312Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:09:15.312Z] === RUN TestDaemonHostGatewayIP [2020-03-13T10:09:15.312Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:09:15.312Z] === RUN TestDiff [2020-03-13T10:09:15.523Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:09:15.523Z] Chowning /workspace to jenkins user [2020-03-13T10:09:15.523Z] + id -u [2020-03-13T10:09:15.523Z] + id -g [2020-03-13T10:09:15.523Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/workspace busybox chown -R 1000:1000 /workspace [2020-03-13T10:09:15.923Z] --- PASS: TestDiff (0.85s) [2020-03-13T10:09:15.923Z] === RUN TestExecWithCloseStdin [2020-03-13T10:09:16.930Z] --- PASS: TestExecWithCloseStdin (0.94s) [2020-03-13T10:09:16.930Z] === RUN TestExec [2020-03-13T10:09:17.032Z] --- PASS: TestBuildLabelWithTargets (2.24s) [2020-03-13T10:09:17.032Z] === RUN TestBuildWithEmptyLayers [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:09:17.775Z] + bundleName=amd64-rootless [2020-03-13T10:09:17.775Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-03-13T10:09:17.775Z] Creating amd64-rootless-bundles.tar.gz [2020-03-13T10:09:17.775Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-03-13T10:09:17.775Z] + 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-03-13T10:09:17.784Z] Archiving artifacts [2020-03-13T10:09:17.934Z] --- PASS: TestExec (0.92s) [2020-03-13T10:09:17.934Z] === RUN TestExecUser [2020-03-13T10:09:17.967Z] --- PASS: TestBuildWithEmptyLayers (1.01s) [2020-03-13T10:09:17.967Z] === RUN TestBuildMultiStageOnBuild [2020-03-13T10:09:18.010Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T10:09:18.483Z] + make clean [2020-03-13T10:09:18.737Z] docker volume rm -f docker-dev-cache [2020-03-13T10:09:18.737Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [2020-03-13T10:09:18.937Z] --- PASS: TestExecUser (0.89s) [2020-03-13T10:09:18.937Z] === RUN TestExportContainerAndImportImage [Pipeline] } [Pipeline] // node [Pipeline] } [2020-03-13T10:09:18.986Z] --- PASS: TestBuildSquashParent (10.42s) [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:18.986Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:09:18.986Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:09:18.986Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:09:18.986Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [Pipeline] // stage [Pipeline] } [2020-03-13T10:09:19.978Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2020-03-13T10:09:19.979Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-13T10:09:20.359Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:09:20.498Z] --- PASS: TestBuildMultiStageOnBuild (2.74s) [2020-03-13T10:09:20.498Z] === RUN TestBuildUncleanTarFilenames [2020-03-13T10:09:20.617Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:09:21.445Z] --- PASS: TestExportContainerAfterDaemonRestart (1.52s) [2020-03-13T10:09:21.445Z] === RUN TestHealthCheckWorkdir [2020-03-13T10:09:21.875Z] --- PASS: TestBuildUncleanTarFilenames (1.37s) [2020-03-13T10:09:21.875Z] === RUN TestBuildMultiStageLayerLeak [2020-03-13T10:09:22.449Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-03-13T10:09:22.449Z] === RUN TestHealthKillContainer [2020-03-13T10:09:23.896Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:09:23.896Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:09:25.214Z] --- PASS: TestBuildMultiStageLayerLeak (2.94s) [2020-03-13T10:09:25.214Z] === RUN TestBuildWithHugeFile [2020-03-13T10:09:25.896Z] --- PASS: TestHealthKillContainer (3.00s) [2020-03-13T10:09:25.896Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-13T10:09:26.177Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2020-03-13T10:09:26.177Z] === RUN TestIpcModeNone [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.14s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.48s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.27s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.28s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.29s) [2020-03-13T10:09:27.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.14s) [2020-03-13T10:09:27.177Z] === RUN TestBuildMultiStageCopy [2020-03-13T10:09:27.177Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-13T10:09:27.181Z] --- PASS: TestIpcModeNone (0.95s) [2020-03-13T10:09:27.181Z] === RUN TestIpcModePrivate [2020-03-13T10:09:28.184Z] --- PASS: TestIpcModePrivate (0.90s) [2020-03-13T10:09:28.184Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-03-13T10:09:28.184Z] === RUN TestIpcModeShareable [2020-03-13T10:09:29.187Z] --- PASS: TestIpcModeShareable (0.93s) [2020-03-13T10:09:29.187Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-03-13T10:09:29.187Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-13T10:09:30.457Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-13T10:09:31.023Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-13T10:09:31.588Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-13T10:09:31.857Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.92s) [2020-03-13T10:09:31.857Z] === RUN TestAPIIpcModeHost [2020-03-13T10:09:32.154Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-13T10:09:32.469Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-03-13T10:09:32.469Z] === RUN TestDaemonIpcModeShareable [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy (5.77s) [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.24s) [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s) [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s) [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.59s) [2020-03-13T10:09:32.720Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2020-03-13T10:09:32.720Z] === RUN TestBuildMultiStageParentConfig [2020-03-13T10:09:34.485Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2020-03-13T10:09:34.485Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-03-13T10:09:34.485Z] === RUN TestDaemonIpcModePrivate [2020-03-13T10:09:34.619Z] --- PASS: TestBuildMultiStageParentConfig (1.69s) [2020-03-13T10:09:34.619Z] === RUN TestBuildLabelWithTargets [2020-03-13T10:09:35.952Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2020-03-13T10:09:35.952Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-03-13T10:09:35.952Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-13T10:09:37.168Z] --- PASS: TestBuildLabelWithTargets (2.70s) [2020-03-13T10:09:37.168Z] === RUN TestBuildWithEmptyLayers [2020-03-13T10:09:37.968Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2020-03-13T10:09:37.969Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-03-13T10:09:37.969Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-13T10:09:38.537Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2020-03-13T10:09:38.537Z] === RUN TestBuildMultiStageOnBuild [2020-03-13T10:09:39.457Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) [2020-03-13T10:09:39.457Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-03-13T10:09:39.457Z] === RUN TestIpcModeOlderClient [2020-03-13T10:09:39.457Z] === PAUSE TestIpcModeOlderClient [2020-03-13T10:09:39.457Z] === RUN TestKillContainerInvalidSignal [2020-03-13T10:09:40.459Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2020-03-13T10:09:40.459Z] === RUN TestKillContainer [2020-03-13T10:09:40.459Z] === RUN TestKillContainer/no_signal [2020-03-13T10:09:40.793Z] #78 exporting layers 113.3s done [2020-03-13T10:09:40.793Z] #78 exporting manifest sha256:f9abe0de8ab76440a90425fd97b3ca5b3fa94538a2bbb0eb17d23d819d070cbd done [2020-03-13T10:09:40.793Z] #78 exporting config sha256:0b48a1cb0277e11ae606bccd39c6f5f0cacebc39aa2fcb2c93f5fa50fe284394 done [2020-03-13T10:09:40.793Z] #78 sending tarball [2020-03-13T10:09:41.463Z] === RUN TestKillContainer/non_killing_signal [2020-03-13T10:09:41.744Z] === RUN TestKillContainer/killing_signal [2020-03-13T10:09:42.712Z] --- PASS: TestBuildMultiStageOnBuild (3.68s) [2020-03-13T10:09:42.712Z] === RUN TestBuildUncleanTarFilenames [2020-03-13T10:09:43.210Z] --- PASS: TestKillContainer (2.66s) [2020-03-13T10:09:43.210Z] --- PASS: TestKillContainer/no_signal (0.84s) [2020-03-13T10:09:43.210Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2020-03-13T10:09:43.210Z] --- PASS: TestKillContainer/killing_signal (0.91s) [2020-03-13T10:09:43.210Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-13T10:09:43.210Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-13T10:09:43.825Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-13T10:09:44.083Z] --- PASS: TestBuildUncleanTarFilenames (1.72s) [2020-03-13T10:09:44.083Z] === RUN TestBuildMultiStageLayerLeak [2020-03-13T10:09:44.828Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2020-03-13T10:09:44.828Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-03-13T10:09:44.828Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2020-03-13T10:09:44.828Z] === RUN TestKillStoppedContainer [2020-03-13T10:09:44.828Z] --- PASS: TestKillStoppedContainer (0.13s) [2020-03-13T10:09:44.828Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-13T10:09:45.110Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-03-13T10:09:45.110Z] === RUN TestKillDifferentUserContainer [2020-03-13T10:09:45.724Z] --- PASS: TestKillDifferentUserContainer (0.85s) [2020-03-13T10:09:45.724Z] === RUN TestInspectOomKilledTrue [2020-03-13T10:09:45.724Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-13T10:09:45.724Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:09:45.724Z] === RUN TestInspectOomKilledFalse [2020-03-13T10:09:45.724Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-13T10:09:45.724Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:09:45.724Z] === RUN TestLinksEtcHostsContentMatch [2020-03-13T10:09:46.399Z] #78 sending tarball 18.7s done [2020-03-13T10:09:46.399Z] #78 DONE 132.0s [2020-03-13T10:09:46.399Z] [2020-03-13T10:09:46.399Z] #79 importing to docker [2020-03-13T10:09:46.727Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s) [2020-03-13T10:09:46.727Z] === RUN TestLinksContainerNames [2020-03-13T10:09:48.194Z] --- PASS: TestLinksContainerNames (1.76s) [2020-03-13T10:09:48.194Z] === RUN TestLogsFollowTailEmpty [2020-03-13T10:09:48.263Z] --- PASS: TestBuildMultiStageLayerLeak (4.00s) [2020-03-13T10:09:48.263Z] === RUN TestBuildWithHugeFile [2020-03-13T10:09:49.197Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2020-03-13T10:09:49.197Z] === RUN TestContainerNetworkMountsNoChown [2020-03-13T10:09:49.809Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/default [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/default [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/private [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/private [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rprivate [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/slave [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/slave [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rslave [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/shared [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/shared [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rshared [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-13T10:09:49.809Z] === CONT TestMountDaemonRoot/default [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:09:49.809Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-13T10:09:49.809Z] === CONT TestMountDaemonRoot/rshared [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:09:49.809Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:09:49.809Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:09:49.809Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/shared [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/rslave [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/slave [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/rprivate [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/private [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:09:50.090Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-13T10:09:50.090Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:09:50.090Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:09:50.371Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:09:50.653Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-03-13T10:09:50.934Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-03-13T10:09:50.934Z] === RUN TestContainerBindMountNonRecursive [2020-03-13T10:09:52.949Z] --- PASS: TestContainerBindMountNonRecursive (1.99s) [2020-03-13T10:09:52.949Z] === RUN TestNetworkNat [2020-03-13T10:09:53.965Z] --- PASS: TestNetworkNat (0.92s) [2020-03-13T10:09:53.965Z] === RUN TestNetworkLocalhostTCPNat [2020-03-13T10:09:54.578Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2020-03-13T10:09:54.578Z] === RUN TestNetworkLoopbackNat [2020-03-13T10:09:56.045Z] --- PASS: TestNetworkLoopbackNat (1.22s) [2020-03-13T10:09:56.045Z] === RUN TestPause [2020-03-13T10:09:56.367Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:09:56.367Z] Using test binary docker [2020-03-13T10:09:56.367Z] +++ /etc/init.d/apparmor start [2020-03-13T10:09:56.367Z] Starting: AppArmor---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:09:56.367Z] Using test binary docker [2020-03-13T10:09:56.367Z] : already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:09:56.367Z] INFO: Waiting for daemon to start... [2020-03-13T10:09:56.367Z] Starting dockerd [2020-03-13T10:09:56.367Z] +++ 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-03-13T10:09:56.367Z] .+++ /etc/init.d/apparmor start [2020-03-13T10:09:56.367Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:09:56.367Z] INFO: Waiting for daemon to start... [2020-03-13T10:09:56.367Z] Starting dockerd [2020-03-13T10:09:56.367Z] +++ 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-03-13T10:09:56.610Z] 65014b3c3121: Pull complete [2020-03-13T10:09:56.657Z] --- PASS: TestPause (0.90s) [2020-03-13T10:09:56.657Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-13T10:09:56.657Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:09:56.657Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:09:56.657Z] === RUN TestPauseStopPausedContainer [2020-03-13T10:09:57.661Z] --- PASS: TestPauseStopPausedContainer (0.91s) [2020-03-13T10:09:57.661Z] === RUN TestPsFilter [2020-03-13T10:09:57.943Z] --- PASS: TestPsFilter (0.31s) [2020-03-13T10:09:57.943Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-13T10:09:58.961Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2020-03-13T10:09:58.961Z] === RUN TestRemoveContainerWithVolume [2020-03-13T10:09:59.573Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2020-03-13T10:09:59.573Z] === RUN TestRemoveContainerRunning [2020-03-13T10:10:00.576Z] --- PASS: TestRemoveContainerRunning (0.85s) [2020-03-13T10:10:00.576Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-13T10:10:01.189Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2020-03-13T10:10:01.189Z] === RUN TestRemoveInvalidContainer [2020-03-13T10:10:01.189Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-03-13T10:10:01.189Z] === RUN TestRenameLinkedContainer [2020-03-13T10:10:01.622Z] . [2020-03-13T10:10:01.622Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:10:01.622Z] [2020-03-13T10:10:01.622Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:10:01.622Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:10:01.622Z] Error: No such image: emptyfs [2020-03-13T10:10:01.622Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:10:01.622Z] ++++ docker load [2020-03-13T10:10:01.622Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:10:01.622Z] Error: No such image: emptyfs [2020-03-13T10:10:01.622Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:10:01.622Z] ++++ docker load [2020-03-13T10:10:01.622Z] Running integration-test (iteration 1) [2020-03-13T10:10:01.622Z] 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-03-13T10:10:01.622Z] ++ 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-03-13T10:10:01.622Z] Running integration-test (iteration 1) [2020-03-13T10:10:01.622Z] ++ set -e [2020-03-13T10:10:01.622Z] ++ '[' -n 0 ']' [2020-03-13T10:10:01.622Z] ++ set -x [2020-03-13T10:10:01.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:10:01.622Z] 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-03-13T10:10:01.622Z] ++ 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-03-13T10:10:01.622Z] ++ set -e [2020-03-13T10:10:01.622Z] ++ '[' -n 0 ']' [2020-03-13T10:10:01.622Z] ++ set -x [2020-03-13T10:10:01.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:10:04.634Z] --- PASS: TestRenameLinkedContainer (3.44s) [2020-03-13T10:10:04.634Z] === RUN TestRenameStoppedContainer [2020-03-13T10:10:05.639Z] --- PASS: TestRenameStoppedContainer (0.90s) [2020-03-13T10:10:05.639Z] === RUN TestRenameRunningContainerAndReuse [2020-03-13T10:10:07.655Z] --- PASS: TestRenameRunningContainerAndReuse (1.76s) [2020-03-13T10:10:07.655Z] === RUN TestRenameInvalidName [2020-03-13T10:10:08.268Z] --- PASS: TestRenameInvalidName (0.86s) [2020-03-13T10:10:08.268Z] === RUN TestRenameAnonymousContainer [2020-03-13T10:10:11.896Z] --- PASS: TestBuildWithHugeFile (40.67s) [2020-03-13T10:10:11.896Z] === RUN TestBuildWithEmptyDockerfile [2020-03-13T10:10:11.896Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:10:11.896Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:10:11.896Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:10:11.896Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:10:11.896Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:10:11.896Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:10:11.896Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:10:11.896Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:10:11.896Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:10:11.896Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2020-03-13T10:10:11.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2020-03-13T10:10:11.896Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-03-13T10:10:11.896Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2020-03-13T10:10:11.896Z] === RUN TestBuildPreserveOwnership [2020-03-13T10:10:11.896Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-13T10:10:11.896Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-13T10:10:11.896Z] --- PASS: TestBuildPreserveOwnership (5.96s) [2020-03-13T10:10:11.896Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.88s) [2020-03-13T10:10:11.896Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.06s) [2020-03-13T10:10:11.896Z] === RUN TestBuildPlatformInvalid [2020-03-13T10:10:12.155Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-03-13T10:10:12.155Z] PASS [2020-03-13T10:10:12.155Z] [2020-03-13T10:10:12.155Z] === Skipped [2020-03-13T10:10:12.155Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-03-13T10:10:12.155Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:10:12.155Z] [2020-03-13T10:10:12.155Z] [2020-03-13T10:10:12.155Z] DONE 32 tests, 1 skipped in 88.050s [2020-03-13T10:10:12.155Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-03-13T10:10:12.155Z] ++ 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-03-13T10:10:12.155Z] ++ set -e [2020-03-13T10:10:12.155Z] ++ '[' -n 0 ']' [2020-03-13T10:10:12.155Z] ++ set -x [2020-03-13T10:10:12.155Z] ++ env -i DEST=/go/src/github.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-03-13T10:10:12.413Z] INFO: Testing against a local daemon [2020-03-13T10:10:12.413Z] === RUN TestConfigList [2020-03-13T10:10:13.747Z] --- PASS: TestRenameAnonymousContainer (4.93s) [2020-03-13T10:10:13.747Z] === RUN TestRenameContainerWithSameName [2020-03-13T10:10:14.028Z] --- PASS: TestRenameContainerWithSameName (0.87s) [2020-03-13T10:10:14.028Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-13T10:10:15.369Z] ................................................ [ 29%] [2020-03-13T10:10:15.695Z] --- PASS: TestConfigList (3.37s) [2020-03-13T10:10:15.695Z] === RUN TestConfigsCreateAndDelete [2020-03-13T10:10:16.045Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2020-03-13T10:10:16.045Z] === RUN TestResize [2020-03-13T10:10:16.658Z] --- PASS: TestResize (0.92s) [2020-03-13T10:10:16.658Z] === RUN TestResizeWithInvalidSize [2020-03-13T10:10:17.682Z] --- PASS: TestResizeWithInvalidSize (0.85s) [2020-03-13T10:10:17.682Z] === RUN TestResizeWhenContainerNotStarted [2020-03-13T10:10:18.294Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:18.294Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:18.294Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:18.294Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:10:18.294Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:10:18.979Z] --- PASS: TestConfigsCreateAndDelete (3.18s) [2020-03-13T10:10:18.980Z] === RUN TestConfigsUpdate [2020-03-13T10:10:20.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:20.591Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:22.058Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:10:22.058Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:10:22.338Z] --- PASS: TestConfigsUpdate (3.25s) [2020-03-13T10:10:22.338Z] === RUN TestTemplatedConfig [2020-03-13T10:10:23.530Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:10:23.530Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:10:25.547Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:10:25.623Z] --- PASS: TestTemplatedConfig (3.48s) [2020-03-13T10:10:25.623Z] === RUN TestConfigInspect [2020-03-13T10:10:25.667Z] #79 DONE 37.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-13T10:10:25.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:10:26.139Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/test/unit [2020-03-13T10:10:28.497Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:10:28.497Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:10:28.907Z] --- PASS: TestConfigInspect (3.21s) [2020-03-13T10:10:28.907Z] === RUN TestConfigCreateWithLabels [2020-03-13T10:10:30.592Z] ? github.com/docker/docker/api [no test files] [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.94s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.28s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.99s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.86s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.27s) [2020-03-13T10:10:31.164Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-03-13T10:10:31.164Z] === RUN TestCgroupNamespacesRun [2020-03-13T10:10:32.189Z] --- PASS: TestConfigCreateWithLabels (3.23s) [2020-03-13T10:10:32.189Z] === RUN TestConfigCreateResolve [2020-03-13T10:10:32.631Z] --- PASS: TestCgroupNamespacesRun (1.68s) [2020-03-13T10:10:32.631Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-13T10:10:33.678Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:10:33.678Z] Loaded image: busybox:latest [2020-03-13T10:10:33.678Z] Loaded image: busybox:glibc [2020-03-13T10:10:33.678Z] Loaded image: debian:jessie [2020-03-13T10:10:33.678Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:10:33.678Z] Loaded image: hello-world:latest [2020-03-13T10:10:33.678Z] INFO: Testing against a local daemon [2020-03-13T10:10:33.678Z] === RUN TestDockerDaemonSuite [2020-03-13T10:10:33.678Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-03-13T10:10:33.678Z] Loaded image: busybox:latest [2020-03-13T10:10:33.678Z] Loaded image: busybox:glibc [2020-03-13T10:10:33.678Z] Loaded image: debian:jessie [2020-03-13T10:10:33.936Z] Loaded image: hello-world:latest [2020-03-13T10:10:33.936Z] INFO: Testing against a local daemon [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-03-13T10:10:33.936Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-03-13T10:10:34.098Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) [2020-03-13T10:10:34.098Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-13T10:10:34.193Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-03-13T10:10:35.473Z] --- PASS: TestConfigCreateResolve (3.26s) [2020-03-13T10:10:35.473Z] === RUN TestConfigDaemonLibtrustID [2020-03-13T10:10:36.039Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2020-03-13T10:10:36.039Z] PASS [2020-03-13T10:10:36.039Z] [2020-03-13T10:10:36.039Z] DONE 8 tests in 23.805s [2020-03-13T10:10:36.039Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-03-13T10:10:36.039Z] ++ 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-03-13T10:10:36.039Z] ++ set -e [2020-03-13T10:10:36.039Z] ++ '[' -n 0 ']' [2020-03-13T10:10:36.039Z] ++ set -x [2020-03-13T10:10:36.039Z] ++ env -i DEST=/go/src/github.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-03-13T10:10:36.039Z] INFO: Testing against a local daemon [2020-03-13T10:10:36.039Z] === RUN TestCheckpoint [2020-03-13T10:10:36.039Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-13T10:10:36.039Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:10:36.039Z] === RUN TestContainerInvalidJSON [2020-03-13T10:10:36.039Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:10:36.039Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:10:36.039Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:10:36.039Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:10:36.039Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:10:36.039Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:10:36.116Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.78s) [2020-03-13T10:10:36.116Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-13T10:10:36.297Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:10:36.297Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:10:36.297Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:10:36.297Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-13T10:10:36.297Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-13T10:10:36.297Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-13T10:10:36.297Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-13T10:10:36.297Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-13T10:10:36.297Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-03-13T10:10:36.297Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-13T10:10:36.556Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-03-13T10:10:36.556Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-13T10:10:36.556Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-03-13T10:10:36.556Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-13T10:10:36.718Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-03-13T10:10:36.719Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-03-13T10:10:36.814Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-03-13T10:10:36.814Z] === RUN TestCopyFromContainer [2020-03-13T10:10:37.285Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-03-13T10:10:37.285Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-03-13T10:10:37.582Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2020-03-13T10:10:37.582Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-13T10:10:38.000Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-03-13T10:10:38.657Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-03-13T10:10:38.657Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-03-13T10:10:38.657Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-03-13T10:10:38.715Z] === RUN TestCopyFromContainer// [2020-03-13T10:10:38.715Z] === RUN TestCopyFromContainer//bar/root [2020-03-13T10:10:38.974Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-13T10:10:38.974Z] === RUN TestCopyFromContainer/bar/quux [2020-03-13T10:10:39.232Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-13T10:10:39.232Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-13T10:10:39.232Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-13T10:10:39.491Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-13T10:10:39.491Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-13T10:10:39.597Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.67s) [2020-03-13T10:10:39.597Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-13T10:10:39.750Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer (3.15s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-03-13T10:10:39.750Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-03-13T10:10:39.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-13T10:10:39.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:10:39.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:10:39.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:10:39.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:10:39.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:10:39.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:10:39.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:10:39.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:10:39.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:10:39.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-03-13T10:10:39.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-13T10:10:39.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-13T10:10:39.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-03-13T10:10:39.750Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-13T10:10:40.008Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2020-03-13T10:10:40.008Z] === RUN TestCreateWithInvalidEnv [2020-03-13T10:10:40.008Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-13T10:10:40.008Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-13T10:10:40.008Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-13T10:10:40.008Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-13T10:10:40.008Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-13T10:10:40.008Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-13T10:10:40.008Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-13T10:10:40.008Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-13T10:10:40.008Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-13T10:10:40.008Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-03-13T10:10:40.008Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-13T10:10:40.008Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-13T10:10:40.008Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-13T10:10:40.009Z] === RUN TestCreateTmpfsMountsTarget [2020-03-13T10:10:40.009Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-13T10:10:40.009Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-13T10:10:40.211Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.83s) [2020-03-13T10:10:40.211Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-13T10:10:40.553Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-03-13T10:10:40.809Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-03-13T10:10:40.809Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-03-13T10:10:40.809Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-03-13T10:10:41.214Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-03-13T10:10:41.214Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-13T10:10:41.373Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-03-13T10:10:41.940Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s) [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:10:42.539Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:10:42.539Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.10s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.08s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2020-03-13T10:10:42.539Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-03-13T10:10:42.539Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-13T10:10:42.682Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2020-03-13T10:10:42.682Z] === RUN TestKernelTCPMemory [2020-03-13T10:10:43.313Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-03-13T10:10:43.313Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-03-13T10:10:43.313Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-03-13T10:10:43.313Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-03-13T10:10:43.570Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-03-13T10:10:43.712Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-03-13T10:10:43.712Z] === RUN TestNISDomainname [2020-03-13T10:10:44.135Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-03-13T10:10:44.715Z] --- PASS: TestNISDomainname (1.02s) [2020-03-13T10:10:44.715Z] === RUN TestHostnameDnsResolution [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.27s) [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:10:45.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:10:45.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:10:45.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:10:45.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:10:45.070Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:10:45.070Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:10:45.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:10:45.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:10:45.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:10:45.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:10:45.070Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-03-13T10:10:45.070Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-03-13T10:10:45.070Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-13T10:10:45.637Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2020-03-13T10:10:45.637Z] === RUN TestContainerStartOnDaemonRestart [2020-03-13T10:10:45.637Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:10:45.637Z] === RUN TestDaemonRestartIpcMode [2020-03-13T10:10:45.637Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:10:45.637Z] === RUN TestDaemonHostGatewayIP [2020-03-13T10:10:45.637Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:10:45.637Z] === RUN TestDiff [2020-03-13T10:10:45.994Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-03-13T10:10:46.203Z] --- PASS: TestDiff (0.74s) [2020-03-13T10:10:46.203Z] === RUN TestExecWithCloseStdin [2020-03-13T10:10:46.733Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-03-13T10:10:46.733Z] === RUN TestStats [2020-03-13T10:10:47.138Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-03-13T10:10:47.138Z] === RUN TestExec [2020-03-13T10:10:48.072Z] --- PASS: TestExec (0.93s) [2020-03-13T10:10:48.072Z] === RUN TestExecUser [2020-03-13T10:10:48.199Z] --- PASS: TestStats (1.89s) [2020-03-13T10:10:48.199Z] === RUN TestStopContainerWithTimeout [2020-03-13T10:10:48.199Z] === RUN TestStopContainerWithTimeout/0 [2020-03-13T10:10:48.199Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-13T10:10:48.199Z] === RUN TestStopContainerWithTimeout/1 [2020-03-13T10:10:48.199Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-13T10:10:48.199Z] === RUN TestStopContainerWithTimeout/3 [2020-03-13T10:10:48.199Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-13T10:10:48.199Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-13T10:10:48.199Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-13T10:10:48.199Z] === CONT TestStopContainerWithTimeout/0 [2020-03-13T10:10:48.199Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-13T10:10:48.313Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-03-13T10:10:48.313Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-03-13T10:10:49.006Z] --- PASS: TestExecUser (0.86s) [2020-03-13T10:10:49.006Z] === RUN TestExportContainerAndImportImage [2020-03-13T10:10:49.202Z] === CONT TestStopContainerWithTimeout/3 [2020-03-13T10:10:50.212Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-03-13T10:10:50.381Z] --- PASS: TestExportContainerAndImportImage (1.18s) [2020-03-13T10:10:50.381Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-13T10:10:50.776Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-03-13T10:10:51.158Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-03-13T10:10:51.220Z] === CONT TestStopContainerWithTimeout/1 [2020-03-13T10:10:52.284Z] --- PASS: TestExportContainerAfterDaemonRestart (2.08s) [2020-03-13T10:10:52.284Z] === RUN TestHealthCheckWorkdir [2020-03-13T10:10:53.072Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2020-03-13T10:10:53.219Z] --- PASS: TestHealthCheckWorkdir (1.03s) [2020-03-13T10:10:53.219Z] === RUN TestHealthKillContainer [2020-03-13T10:10:53.237Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-03-13T10:10:53.237Z] --- PASS: TestStopContainerWithTimeout/0 (1.00s) [2020-03-13T10:10:53.237Z] --- PASS: TestStopContainerWithTimeout/-1 (2.87s) [2020-03-13T10:10:53.237Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2020-03-13T10:10:53.237Z] --- PASS: TestStopContainerWithTimeout/1 (1.85s) [2020-03-13T10:10:53.237Z] === RUN TestDeleteDevicemapper [2020-03-13T10:10:53.237Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-13T10:10:53.237Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:10:53.237Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-13T10:10:53.300Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-03-13T10:10:53.300Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-03-13T10:10:55.197Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-03-13T10:10:55.197Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-03-13T10:10:56.501Z] --- PASS: TestHealthKillContainer (2.96s) [2020-03-13T10:10:56.501Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-13T10:10:56.568Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-03-13T10:10:56.691Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.45s) [2020-03-13T10:10:56.691Z] === RUN TestUpdateMemory [2020-03-13T10:10:56.691Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-13T10:10:56.691Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:10:56.691Z] === RUN TestUpdateCPUQuota [2020-03-13T10:10:57.068Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2020-03-13T10:10:57.068Z] === RUN TestIpcModeNone [2020-03-13T10:10:57.693Z] --- PASS: TestUpdateCPUQuota (1.09s) [2020-03-13T10:10:57.693Z] === RUN TestUpdatePidsLimit [2020-03-13T10:10:57.693Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-13T10:10:57.938Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-03-13T10:10:57.974Z] === RUN TestUpdatePidsLimit/no_change [2020-03-13T10:10:58.002Z] --- PASS: TestIpcModeNone (0.95s) [2020-03-13T10:10:58.002Z] === RUN TestIpcModePrivate [2020-03-13T10:10:58.255Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-13T10:10:58.502Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-03-13T10:10:58.867Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-13T10:10:58.936Z] --- PASS: TestIpcModePrivate (0.90s) [2020-03-13T10:10:58.936Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-03-13T10:10:58.936Z] === RUN TestIpcModeShareable [2020-03-13T10:10:59.066Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-03-13T10:10:59.148Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-13T10:10:59.429Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-13T10:10:59.871Z] --- PASS: TestIpcModeShareable (0.92s) [2020-03-13T10:10:59.871Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-03-13T10:10:59.871Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-13T10:11:00.041Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-13T10:11:00.487Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-03-13T10:11:01.419Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit (3.78s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2020-03-13T10:11:01.536Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-03-13T10:11:01.536Z] === RUN TestUpdateRestartPolicy [2020-03-13T10:11:02.401Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2020-03-13T10:11:02.401Z] === RUN TestAPIIpcModeHost [2020-03-13T10:11:02.791Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-03-13T10:11:03.337Z] --- PASS: TestAPIIpcModeHost (0.69s) [2020-03-13T10:11:03.337Z] === RUN TestDaemonIpcModeShareable [2020-03-13T10:11:05.238Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2020-03-13T10:11:05.238Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-03-13T10:11:05.238Z] === RUN TestDaemonIpcModePrivate [2020-03-13T10:11:05.314Z] === RUN TestDockerSuite/TestAttachDetach [2020-03-13T10:11:06.245Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-03-13T10:11:06.245Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-03-13T10:11:07.139Z] --- PASS: TestDaemonIpcModePrivate (2.02s) [2020-03-13T10:11:07.140Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-03-13T10:11:07.140Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-13T10:11:07.618Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-03-13T10:11:09.045Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2020-03-13T10:11:09.045Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-03-13T10:11:09.045Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-13T10:11:10.144Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-03-13T10:11:10.960Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s) [2020-03-13T10:11:10.960Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-03-13T10:11:10.960Z] === RUN TestIpcModeOlderClient [2020-03-13T10:11:10.960Z] === PAUSE TestIpcModeOlderClient [2020-03-13T10:11:10.960Z] === RUN TestKillContainerInvalidSignal [2020-03-13T10:11:11.517Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-03-13T10:11:11.517Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-03-13T10:11:11.526Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2020-03-13T10:11:11.526Z] === RUN TestKillContainer [2020-03-13T10:11:11.526Z] === RUN TestKillContainer/no_signal [2020-03-13T10:11:12.461Z] === RUN TestKillContainer/non_killing_signal [2020-03-13T10:11:12.887Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-03-13T10:11:13.028Z] === RUN TestKillContainer/killing_signal [2020-03-13T10:11:13.963Z] --- PASS: TestKillContainer (2.37s) [2020-03-13T10:11:13.963Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-03-13T10:11:13.963Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-03-13T10:11:13.963Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2020-03-13T10:11:13.963Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-13T10:11:13.963Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-13T10:11:14.783Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-03-13T10:11:14.783Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-03-13T10:11:14.899Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-13T10:11:15.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s) [2020-03-13T10:11:15.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.77s) [2020-03-13T10:11:15.466Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-03-13T10:11:15.466Z] === RUN TestKillStoppedContainer [2020-03-13T10:11:15.549Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-03-13T10:11:15.724Z] --- PASS: TestKillStoppedContainer (0.13s) [2020-03-13T10:11:15.724Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-13T10:11:15.724Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2020-03-13T10:11:15.724Z] === RUN TestKillDifferentUserContainer [2020-03-13T10:11:16.154Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-03-13T10:11:16.658Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2020-03-13T10:11:16.658Z] === RUN TestInspectOomKilledTrue [2020-03-13T10:11:16.658Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-13T10:11:16.658Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:11:16.658Z] === RUN TestInspectOomKilledFalse [2020-03-13T10:11:16.658Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-13T10:11:16.658Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:11:16.658Z] === RUN TestLinksEtcHostsContentMatch [2020-03-13T10:11:16.730Z] --- PASS: TestUpdateRestartPolicy (12.83s) [2020-03-13T10:11:16.730Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-13T10:11:16.730Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2020-03-13T10:11:16.730Z] === RUN TestWaitNonBlocked [2020-03-13T10:11:16.730Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:11:16.730Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:11:16.730Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:11:16.730Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:11:16.730Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:11:16.730Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:11:16.730Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-03-13T10:11:16.730Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2020-03-13T10:11:16.730Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s) [2020-03-13T10:11:16.730Z] === RUN TestWaitBlocked [2020-03-13T10:11:16.730Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:11:16.730Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:11:16.730Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:11:16.730Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:11:16.730Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:11:16.730Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:11:17.225Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2020-03-13T10:11:17.225Z] === RUN TestLinksContainerNames [2020-03-13T10:11:17.355Z] --- PASS: TestWaitBlocked (0.01s) [2020-03-13T10:11:17.355Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2020-03-13T10:11:17.355Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2020-03-13T10:11:17.355Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:11:17.355Z] === CONT TestIpcModeOlderClient [2020-03-13T10:11:17.526Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-03-13T10:11:17.636Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-03-13T10:11:17.636Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:11:18.895Z] --- PASS: TestBuildWithHugeFile (91.00s) [2020-03-13T10:11:18.895Z] === RUN TestBuildWithEmptyDockerfile [2020-03-13T10:11:18.895Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:11:18.895Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:11:18.895Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:11:18.895Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:11:18.895Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:11:18.895Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:11:18.895Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-03-13T10:11:18.895Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:11:18.895Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:11:19.126Z] --- PASS: TestLinksContainerNames (1.64s) [2020-03-13T10:11:19.126Z] === RUN TestLogsFollowTailEmpty [2020-03-13T10:11:19.152Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-03-13T10:11:19.152Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:11:19.152Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2020-03-13T10:11:19.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2020-03-13T10:11:19.152Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2020-03-13T10:11:19.152Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-03-13T10:11:19.152Z] === RUN TestBuildPreserveOwnership [2020-03-13T10:11:19.152Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-13T10:11:19.409Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-03-13T10:11:19.693Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2020-03-13T10:11:19.693Z] === RUN TestContainerNetworkMountsNoChown [2020-03-13T10:11:19.973Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-03-13T10:11:20.230Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-03-13T10:11:20.230Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-03-13T10:11:20.308Z] --- PASS: TestContainerStartOnDaemonRestart (2.80s) [2020-03-13T10:11:20.308Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:11:20.627Z] --- PASS: TestContainerNetworkMountsNoChown (0.81s) [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/default [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/default [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/private [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/private [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rprivate [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/slave [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/slave [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rslave [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/shared [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/shared [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rshared [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/default [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/rprivate [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/rslave [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/shared [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/rshared [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/slave [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/private [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:11:20.627Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:11:20.627Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:11:20.627Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-13T10:11:20.628Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:11:20.628Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:11:20.628Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:11:20.886Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/default (0.01s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-03-13T10:11:20.886Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-03-13T10:11:20.886Z] === RUN TestContainerBindMountNonRecursive [2020-03-13T10:11:21.311Z] --- PASS: TestDaemonHostGatewayIP (3.53s) [2020-03-13T10:11:21.600Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-03-13T10:11:21.600Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-03-13T10:11:21.858Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-03-13T10:11:22.422Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-03-13T10:11:23.219Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-03-13T10:11:23.418Z] --- PASS: TestContainerBindMountNonRecursive (2.09s) [2020-03-13T10:11:23.418Z] === RUN TestNetworkNat [2020-03-13T10:11:23.794Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-13T10:11:23.984Z] --- PASS: TestNetworkNat (0.89s) [2020-03-13T10:11:23.984Z] === RUN TestNetworkLocalhostTCPNat [2020-03-13T10:11:23.986Z] --- PASS: TestDaemonRestartIpcMode (3.45s) [2020-03-13T10:11:23.986Z] PASS [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === Skipped [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-03-13T10:11:23.986Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-13T10:11:23.986Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-13T10:11:23.986Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:11:23.986Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-03-13T10:11:23.986Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-03-13T10:11:23.986Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] [2020-03-13T10:11:23.986Z] DONE 199 tests, 6 skipped in 138.317s [2020-03-13T10:11:23.986Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-03-13T10:11:23.986Z] ++ 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-03-13T10:11:23.986Z] ++ set -e [2020-03-13T10:11:23.986Z] ++ '[' -n 0 ']' [2020-03-13T10:11:23.986Z] ++ set -x [2020-03-13T10:11:23.986Z] ++ env -i DEST=/go/src/github.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-03-13T10:11:23.986Z] INFO: Testing against a local daemon [2020-03-13T10:11:23.986Z] === RUN TestCommitInheritsEnv [2020-03-13T10:11:24.267Z] --- PASS: TestCommitInheritsEnv (0.57s) [2020-03-13T10:11:24.267Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-13T10:11:24.267Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-13T10:11:24.267Z] === RUN TestImagesFilterMultiReference [2020-03-13T10:11:24.267Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2020-03-13T10:11:24.267Z] === RUN TestImagePullPlatformInvalid [2020-03-13T10:11:24.267Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-03-13T10:11:24.267Z] === RUN TestRemoveImageOrphaning [2020-03-13T10:11:24.358Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-03-13T10:11:24.879Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-03-13T10:11:24.879Z] === RUN TestRemoveImageGarbageCollector [2020-03-13T10:11:24.879Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:11:24.880Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:11:24.880Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-13T10:11:24.880Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-03-13T10:11:24.880Z] === RUN TestTagInvalidReference [2020-03-13T10:11:24.880Z] --- PASS: TestTagInvalidReference (0.01s) [2020-03-13T10:11:24.880Z] === RUN TestTagValidPrefixedRepo [2020-03-13T10:11:24.880Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2020-03-13T10:11:24.880Z] === RUN TestTagExistedNameWithoutForce [2020-03-13T10:11:24.880Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2020-03-13T10:11:24.880Z] === RUN TestTagOfficialNames [2020-03-13T10:11:24.919Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-03-13T10:11:24.919Z] === RUN TestNetworkLoopbackNat [2020-03-13T10:11:25.160Z] --- PASS: TestTagOfficialNames (0.04s) [2020-03-13T10:11:25.160Z] === RUN TestTagMatchesDigest [2020-03-13T10:11:25.160Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-03-13T10:11:25.161Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-13T10:11:25.655Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-03-13T10:11:26.252Z] --- PASS: TestBuildPreserveOwnership (6.63s) [2020-03-13T10:11:26.252Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.40s) [2020-03-13T10:11:26.252Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) [2020-03-13T10:11:26.252Z] === RUN TestBuildPlatformInvalid [2020-03-13T10:11:26.252Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-03-13T10:11:26.252Z] PASS [2020-03-13T10:11:26.252Z] [2020-03-13T10:11:26.252Z] === Skipped [2020-03-13T10:11:26.252Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-03-13T10:11:26.252Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:11:26.252Z] [2020-03-13T10:11:26.252Z] [2020-03-13T10:11:26.252Z] DONE 32 tests, 1 skipped in 176.506s [2020-03-13T10:11:26.252Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-03-13T10:11:26.252Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-03-13T10:11:26.252Z] ++ 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-03-13T10:11:26.252Z] ++ set -e [2020-03-13T10:11:26.253Z] ++ '[' -n 0 ']' [2020-03-13T10:11:26.253Z] ++ set -x [2020-03-13T10:11:26.253Z] ++ env -i DEST=/go/src/github.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-03-13T10:11:26.253Z] INFO: Testing against a local daemon [2020-03-13T10:11:26.253Z] === RUN TestConfigList [2020-03-13T10:11:26.293Z] --- PASS: TestNetworkLoopbackNat (1.16s) [2020-03-13T10:11:26.293Z] === RUN TestPause [2020-03-13T10:11:26.860Z] --- PASS: TestPause (0.86s) [2020-03-13T10:11:26.860Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-13T10:11:26.860Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:11:26.861Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:11:26.861Z] === RUN TestPauseStopPausedContainer [2020-03-13T10:11:27.795Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-03-13T10:11:27.795Z] === RUN TestPsFilter [2020-03-13T10:11:28.054Z] --- PASS: TestPsFilter (0.29s) [2020-03-13T10:11:28.054Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-13T10:11:28.777Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-03-13T10:11:28.988Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2020-03-13T10:11:28.988Z] === RUN TestRemoveContainerWithVolume [2020-03-13T10:11:29.555Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2020-03-13T10:11:29.555Z] === RUN TestRemoveContainerRunning [2020-03-13T10:11:29.773Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-03-13T10:11:30.030Z] --- PASS: TestConfigList (3.64s) [2020-03-13T10:11:30.030Z] === RUN TestConfigsCreateAndDelete [2020-03-13T10:11:30.195Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-03-13T10:11:30.287Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-03-13T10:11:30.492Z] --- PASS: TestRemoveContainerRunning (0.82s) [2020-03-13T10:11:30.492Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-13T10:11:31.059Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-03-13T10:11:31.059Z] === RUN TestRemoveInvalidContainer [2020-03-13T10:11:31.318Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-03-13T10:11:31.318Z] === RUN TestRenameLinkedContainer [2020-03-13T10:11:33.562Z] --- PASS: TestConfigsCreateAndDelete (3.29s) [2020-03-13T10:11:33.562Z] === RUN TestConfigsUpdate [2020-03-13T10:11:34.127Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-03-13T10:11:34.603Z] --- PASS: TestRenameLinkedContainer (3.17s) [2020-03-13T10:11:34.603Z] === RUN TestRenameStoppedContainer [2020-03-13T10:11:35.170Z] --- PASS: TestRenameStoppedContainer (0.81s) [2020-03-13T10:11:35.170Z] === RUN TestRenameRunningContainerAndReuse [2020-03-13T10:11:36.648Z] --- PASS: TestConfigsUpdate (3.30s) [2020-03-13T10:11:36.648Z] === RUN TestTemplatedConfig [2020-03-13T10:11:37.071Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-03-13T10:11:37.071Z] === RUN TestRenameInvalidName [2020-03-13T10:11:37.578Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-03-13T10:11:37.637Z] --- PASS: TestRenameInvalidName (0.78s) [2020-03-13T10:11:37.637Z] === RUN TestRenameAnonymousContainer [2020-03-13T10:11:38.141Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-03-13T10:11:38.705Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-03-13T10:11:39.270Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-03-13T10:11:39.834Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-03-13T10:11:40.091Z] --- PASS: TestTemplatedConfig (3.45s) [2020-03-13T10:11:40.091Z] === RUN TestConfigInspect [2020-03-13T10:11:41.823Z] --- PASS: TestRenameAnonymousContainer (4.03s) [2020-03-13T10:11:41.823Z] === RUN TestRenameContainerWithSameName [2020-03-13T10:11:41.987Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-03-13T10:11:42.390Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2020-03-13T10:11:42.390Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-13T10:11:42.551Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-03-13T10:11:43.117Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-03-13T10:11:43.117Z] --- PASS: TestConfigInspect (3.14s) [2020-03-13T10:11:43.117Z] === RUN TestConfigCreateWithLabels [2020-03-13T10:11:44.293Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s) [2020-03-13T10:11:44.293Z] === RUN TestResize [2020-03-13T10:11:44.487Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-03-13T10:11:44.487Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-03-13T10:11:44.860Z] --- PASS: TestResize (0.83s) [2020-03-13T10:11:44.860Z] === RUN TestResizeWithInvalidSize [2020-03-13T10:11:44.959Z] ......................... [ 67%] [2020-03-13T10:11:45.419Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-03-13T10:11:45.794Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2020-03-13T10:11:45.794Z] === RUN TestResizeWhenContainerNotStarted [2020-03-13T10:11:46.362Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:46.362Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:46.362Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:46.362Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.362Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:46.362Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:11:46.362Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:11:46.788Z] --- PASS: TestConfigCreateWithLabels (3.40s) [2020-03-13T10:11:46.788Z] === RUN TestConfigCreateResolve [2020-03-13T10:11:47.719Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-03-13T10:11:48.267Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:11:48.650Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-03-13T10:11:49.206Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:11:49.206Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:11:49.206Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:11:50.020Z] --- PASS: TestConfigCreateResolve (3.46s) [2020-03-13T10:11:50.020Z] === RUN TestConfigDaemonLibtrustID [2020-03-13T10:11:50.020Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-03-13T10:11:50.585Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-03-13T10:11:50.585Z] PASS [2020-03-13T10:11:50.585Z] [2020-03-13T10:11:50.585Z] DONE 8 tests in 24.381s [2020-03-13T10:11:50.585Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-03-13T10:11:50.585Z] ++ 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-03-13T10:11:50.585Z] ++ set -e [2020-03-13T10:11:50.585Z] ++ '[' -n 0 ']' [2020-03-13T10:11:50.585Z] ++ set -x [2020-03-13T10:11:50.585Z] ++ env -i DEST=/go/src/github.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-03-13T10:11:50.842Z] INFO: Testing against a local daemon [2020-03-13T10:11:50.842Z] === RUN TestCheckpoint [2020-03-13T10:11:50.842Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-13T10:11:50.842Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:11:50.842Z] === RUN TestContainerInvalidJSON [2020-03-13T10:11:50.842Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:11:50.842Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:11:50.842Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:11:50.842Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:11:50.842Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:11:50.842Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:11:50.842Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:11:50.842Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:11:50.842Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:11:50.842Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-13T10:11:50.842Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-03-13T10:11:50.842Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-03-13T10:11:50.842Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-13T10:11:50.842Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-13T10:11:50.842Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-03-13T10:11:50.842Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-13T10:11:51.099Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-03-13T10:11:51.099Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-13T10:11:51.099Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-03-13T10:11:51.099Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2020-03-13T10:11:51.099Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-13T10:11:51.359Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-03-13T10:11:51.359Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-03-13T10:11:51.359Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-03-13T10:11:51.359Z] === RUN TestCopyFromContainer [2020-03-13T10:11:51.743Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:11:52.003Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:52.003Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:11:52.942Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:11:53.254Z] === RUN TestCopyFromContainer// [2020-03-13T10:11:53.254Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-03-13T10:11:53.254Z] === RUN TestCopyFromContainer//bar/root [2020-03-13T10:11:53.511Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-13T10:11:53.511Z] === RUN TestCopyFromContainer/bar/quux [2020-03-13T10:11:53.768Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-13T10:11:53.768Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-13T10:11:54.026Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-13T10:11:54.026Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-13T10:11:54.283Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-13T10:11:54.283Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer (3.16s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer// (0.12s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.14s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-03-13T10:11:54.540Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2020-03-13T10:11:54.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-13T10:11:54.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:11:54.540Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:11:54.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:11:54.540Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:11:54.541Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:11:54.541Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:11:54.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:11:54.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:11:54.541Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:11:54.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-03-13T10:11:54.541Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-13T10:11:54.541Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-03-13T10:11:54.541Z] === RUN TestCreateWithInvalidEnv [2020-03-13T10:11:54.541Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-13T10:11:54.541Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-13T10:11:54.541Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-13T10:11:54.541Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-13T10:11:54.541Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-13T10:11:54.541Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-13T10:11:54.541Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-13T10:11:54.541Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-13T10:11:54.541Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-13T10:11:54.541Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-13T10:11:54.541Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-13T10:11:54.541Z] === RUN TestCreateTmpfsMountsTarget [2020-03-13T10:11:54.541Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-13T10:11:54.541Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-13T10:11:55.474Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.74s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.81s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.59s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.72s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.88s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.63s) [2020-03-13T10:11:55.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s) [2020-03-13T10:11:55.487Z] === RUN TestCgroupNamespacesRun [2020-03-13T10:11:56.871Z] --- PASS: TestCgroupNamespacesRun (1.87s) [2020-03-13T10:11:56.871Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-13T10:11:57.402Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-03-13T10:11:57.402Z] --- PASS: TestCreateWithCustomMaskedPaths (2.79s) [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:11:57.402Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:11:57.402Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:11:57.402Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:11:57.660Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:11:57.660Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:11:57.660Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-03-13T10:11:57.660Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.09s) [2020-03-13T10:11:57.660Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-13T10:11:58.774Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2020-03-13T10:11:58.774Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-13T10:11:59.030Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-03-13T10:12:00.399Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-03-13T10:12:00.399Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.81s) [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:12:00.399Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:12:00.399Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:12:00.399Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:12:00.399Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:12:00.399Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:12:00.399Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:12:00.399Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:12:00.399Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:12:00.399Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:12:00.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:12:00.656Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-03-13T10:12:00.656Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-03-13T10:12:00.656Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-13T10:12:00.676Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-03-13T10:12:00.676Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-13T10:12:01.586Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.92s) [2020-03-13T10:12:01.586Z] === RUN TestContainerStartOnDaemonRestart [2020-03-13T10:12:01.586Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:12:01.586Z] === RUN TestDaemonRestartIpcMode [2020-03-13T10:12:01.586Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:12:01.586Z] === RUN TestDaemonHostGatewayIP [2020-03-13T10:12:01.586Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:12:01.586Z] === RUN TestDiff [2020-03-13T10:12:02.151Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-03-13T10:12:02.151Z] --- PASS: TestDiff (0.76s) [2020-03-13T10:12:02.151Z] === RUN TestExecWithCloseStdin [2020-03-13T10:12:02.577Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2020-03-13T10:12:02.577Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-13T10:12:02.716Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-03-13T10:12:03.280Z] --- PASS: TestExecWithCloseStdin (1.08s) [2020-03-13T10:12:03.280Z] === RUN TestExec [2020-03-13T10:12:04.211Z] --- PASS: TestExec (1.00s) [2020-03-13T10:12:04.211Z] === RUN TestExecUser [2020-03-13T10:12:04.480Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s) [2020-03-13T10:12:04.480Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-13T10:12:05.047Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.94s) [2020-03-13T10:12:05.047Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-13T10:12:05.141Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-03-13T10:12:05.399Z] --- PASS: TestExecUser (0.97s) [2020-03-13T10:12:05.399Z] === RUN TestExportContainerAndImportImage [2020-03-13T10:12:05.399Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-03-13T10:12:05.982Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-03-13T10:12:05.983Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-13T10:12:06.769Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-03-13T10:12:06.769Z] --- PASS: TestExportContainerAndImportImage (1.32s) [2020-03-13T10:12:06.769Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-13T10:12:07.333Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-03-13T10:12:07.884Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s) [2020-03-13T10:12:07.884Z] === RUN TestKernelTCPMemory [2020-03-13T10:12:08.231Z] 23645bd7ee08: Pull complete [2020-03-13T10:12:08.231Z] Digest: sha256:8dcc65367c900f06ad386da6a1e25d578232f7b15981092986ade2f2fd9468b8 [2020-03-13T10:12:08.231Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:12:08.231Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-03-13T10:12:08.231Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-03-13T10:12:08.231Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1098' [2020-03-13T10:12:08.231Z] WARN: Skipping validation tests [2020-03-13T10:12:08.231Z] INFO: Running unit tests at 03/13/2020 10:11:57... [2020-03-13T10:12:08.231Z] INFO: make.ps1 starting at 03/13/2020 10:12:01 [2020-03-13T10:12:08.231Z] INFO: Git commit (745fa04e52) assumed from DOCKER_GITCOMMIT environment variable [2020-03-13T10:12:08.231Z] INFO: Invoking autogen... [2020-03-13T10:12:08.231Z] INFO: Running unit tests... [2020-03-13T10:12:08.262Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2020-03-13T10:12:08.262Z] === RUN TestHealthCheckWorkdir [2020-03-13T10:12:08.818Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-03-13T10:12:08.818Z] === RUN TestNISDomainname [2020-03-13T10:12:09.193Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2020-03-13T10:12:09.193Z] === RUN TestHealthKillContainer [2020-03-13T10:12:10.195Z] --- PASS: TestNISDomainname (1.01s) [2020-03-13T10:12:10.195Z] === RUN TestHostnameDnsResolution [2020-03-13T10:12:10.565Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-03-13T10:12:11.128Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-03-13T10:12:11.569Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-03-13T10:12:11.569Z] === RUN TestStats [2020-03-13T10:12:11.980Z] INFO: Invoking unit tests run with C:\gopath/src/gotest.tools/gotestsum\gotestsum.exe --format=standard-quiet --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-03-13T10:12:12.497Z] --- PASS: TestHealthKillContainer (3.27s) [2020-03-13T10:12:12.497Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-13T10:12:12.497Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-03-13T10:12:13.429Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2020-03-13T10:12:13.429Z] === RUN TestIpcModeNone [2020-03-13T10:12:13.429Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-03-13T10:12:13.468Z] --- PASS: TestStats (1.83s) [2020-03-13T10:12:13.468Z] === RUN TestStopContainerWithTimeout [2020-03-13T10:12:13.468Z] === RUN TestStopContainerWithTimeout/0 [2020-03-13T10:12:13.468Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-13T10:12:13.469Z] === RUN TestStopContainerWithTimeout/1 [2020-03-13T10:12:13.469Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-13T10:12:13.469Z] === RUN TestStopContainerWithTimeout/3 [2020-03-13T10:12:13.469Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-13T10:12:13.469Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-13T10:12:13.469Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-13T10:12:13.469Z] === CONT TestStopContainerWithTimeout/0 [2020-03-13T10:12:13.469Z] === CONT TestStopContainerWithTimeout/1 [2020-03-13T10:12:13.469Z] === CONT TestStopContainerWithTimeout/3 [2020-03-13T10:12:13.469Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-13T10:12:13.994Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-03-13T10:12:14.557Z] --- PASS: TestIpcModeNone (1.02s) [2020-03-13T10:12:14.557Z] === RUN TestIpcModePrivate [2020-03-13T10:12:14.557Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-03-13T10:12:15.121Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-03-13T10:12:15.379Z] --- PASS: TestIpcModePrivate (0.98s) [2020-03-13T10:12:15.379Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:206, shared: false, mustBeShared: false [2020-03-13T10:12:15.379Z] === RUN TestIpcModeShareable [2020-03-13T10:12:15.636Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-03-13T10:12:16.567Z] --- PASS: TestIpcModeShareable (1.02s) [2020-03-13T10:12:16.567Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:205, shared: true, mustBeShared: true [2020-03-13T10:12:16.567Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-13T10:12:16.752Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-03-13T10:12:16.752Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2020-03-13T10:12:16.752Z] --- PASS: TestStopContainerWithTimeout/1 (2.18s) [2020-03-13T10:12:16.752Z] --- PASS: TestStopContainerWithTimeout/-1 (3.35s) [2020-03-13T10:12:16.752Z] --- PASS: TestStopContainerWithTimeout/3 (3.40s) [2020-03-13T10:12:16.752Z] === RUN TestDeleteDevicemapper [2020-03-13T10:12:16.752Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-13T10:12:16.752Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:12:16.752Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-13T10:12:17.132Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-03-13T10:12:17.389Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-03-13T10:12:19.284Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-03-13T10:12:19.284Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.93s) [2020-03-13T10:12:19.284Z] === RUN TestAPIIpcModeHost [2020-03-13T10:12:20.036Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.96s) [2020-03-13T10:12:20.036Z] === RUN TestUpdateMemory [2020-03-13T10:12:20.036Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-13T10:12:20.036Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:20.036Z] === RUN TestUpdateCPUQuota [2020-03-13T10:12:20.216Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-03-13T10:12:20.216Z] --- PASS: TestAPIIpcModeHost (0.90s) [2020-03-13T10:12:20.216Z] === RUN TestDaemonIpcModeShareable [2020-03-13T10:12:20.552Z] ? github.com/docker/docker/api [no test files] [2020-03-13T10:12:21.146Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-03-13T10:12:21.404Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-03-13T10:12:21.411Z] --- PASS: TestUpdateCPUQuota (1.43s) [2020-03-13T10:12:21.411Z] === RUN TestUpdatePidsLimit [2020-03-13T10:12:21.411Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-13T10:12:21.669Z] === RUN TestUpdatePidsLimit/no_change [2020-03-13T10:12:22.237Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-13T10:12:22.335Z] --- PASS: TestDaemonIpcModeShareable (2.00s) [2020-03-13T10:12:22.336Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:205, shared: true, mustBeShared: true [2020-03-13T10:12:22.336Z] === RUN TestDaemonIpcModePrivate [2020-03-13T10:12:22.495Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-13T10:12:22.753Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-13T10:12:22.905Z] === RUN TestDockerSuite/TestBuildAddScript [2020-03-13T10:12:22.905Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-03-13T10:12:23.321Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-13T10:12:23.578Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-13T10:12:24.275Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2020-03-13T10:12:24.276Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:216, shared: false, mustBeShared: false [2020-03-13T10:12:24.276Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-13T10:12:24.839Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-03-13T10:12:25.440Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-03-13T10:12:25.479Z] --- PASS: TestUpdatePidsLimit (3.96s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2020-03-13T10:12:25.480Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2020-03-13T10:12:25.480Z] === RUN TestUpdateRestartPolicy [2020-03-13T10:12:26.209Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.90s) [2020-03-13T10:12:26.209Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:218, shared: false, mustBeShared: false [2020-03-13T10:12:26.209Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-13T10:12:26.209Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-03-13T10:12:26.466Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-03-13T10:12:27.835Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2020-03-13T10:12:27.835Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:217, shared: true, mustBeShared: true [2020-03-13T10:12:27.835Z] === RUN TestIpcModeOlderClient [2020-03-13T10:12:27.835Z] === PAUSE TestIpcModeOlderClient [2020-03-13T10:12:27.835Z] === RUN TestKillContainerInvalidSignal [2020-03-13T10:12:28.767Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-03-13T10:12:29.024Z] --- PASS: TestKillContainerInvalidSignal (1.03s) [2020-03-13T10:12:29.024Z] === RUN TestKillContainer [2020-03-13T10:12:29.024Z] === RUN TestKillContainer/no_signal [2020-03-13T10:12:29.281Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-03-13T10:12:29.910Z] === RUN TestKillContainer/non_killing_signal [2020-03-13T10:12:30.477Z] === RUN TestKillContainer/killing_signal [2020-03-13T10:12:31.848Z] --- PASS: TestKillContainer (2.65s) [2020-03-13T10:12:31.848Z] --- PASS: TestKillContainer/no_signal (0.90s) [2020-03-13T10:12:31.848Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2020-03-13T10:12:31.848Z] --- PASS: TestKillContainer/killing_signal (0.89s) [2020-03-13T10:12:31.848Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-13T10:12:31.848Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-13T10:12:32.411Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-13T10:12:32.668Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-03-13T10:12:33.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.90s) [2020-03-13T10:12:33.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2020-03-13T10:12:33.599Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.81s) [2020-03-13T10:12:33.599Z] === RUN TestKillStoppedContainer [2020-03-13T10:12:33.599Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-03-13T10:12:33.599Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-13T10:12:33.599Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-03-13T10:12:33.599Z] === RUN TestKillDifferentUserContainer [2020-03-13T10:12:34.529Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-03-13T10:12:34.529Z] --- PASS: TestKillDifferentUserContainer (0.77s) [2020-03-13T10:12:34.529Z] === RUN TestInspectOomKilledTrue [2020-03-13T10:12:34.529Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-13T10:12:34.529Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:34.529Z] === RUN TestInspectOomKilledFalse [2020-03-13T10:12:34.529Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-13T10:12:34.529Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:34.529Z] === RUN TestLinksEtcHostsContentMatch [2020-03-13T10:12:35.093Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2020-03-13T10:12:35.093Z] === RUN TestLinksContainerNames [2020-03-13T10:12:35.355Z] ok github.com/docker/docker/api/server 0.150s coverage: 9.0% of statements [2020-03-13T10:12:36.991Z] --- PASS: TestLinksContainerNames (1.63s) [2020-03-13T10:12:36.991Z] === RUN TestLogsFollowTailEmpty [2020-03-13T10:12:37.555Z] --- PASS: TestLogsFollowTailEmpty (0.95s) [2020-03-13T10:12:37.555Z] === RUN TestContainerNetworkMountsNoChown [2020-03-13T10:12:37.677Z] --- PASS: TestUpdateRestartPolicy (12.48s) [2020-03-13T10:12:37.677Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-13T10:12:38.486Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/default [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/default [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/private [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/private [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rprivate [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/slave [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/slave [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rslave [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/shared [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/shared [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rshared [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-13T10:12:38.486Z] === CONT TestMountDaemonRoot/default [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-13T10:12:38.486Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:12:38.486Z] === CONT TestMountDaemonRoot/rshared [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:12:38.486Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:12:38.486Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:12:38.486Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:12:38.612Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-03-13T10:12:38.612Z] === RUN TestWaitNonBlocked [2020-03-13T10:12:38.612Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:12:38.612Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:12:38.612Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:12:38.612Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:12:38.612Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:12:38.612Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/shared [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rslave [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/slave [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rprivate [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/private [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-13T10:12:38.743Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:12:38.743Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-13T10:12:38.743Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:12:39.000Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-13T10:12:39.257Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-03-13T10:12:39.257Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-03-13T10:12:39.257Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-03-13T10:12:39.257Z] === RUN TestContainerBindMountNonRecursive [2020-03-13T10:12:39.514Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-03-13T10:12:39.548Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-03-13T10:12:39.548Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2020-03-13T10:12:39.548Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2020-03-13T10:12:39.548Z] === RUN TestWaitBlocked [2020-03-13T10:12:39.548Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:12:39.548Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:12:39.548Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:12:39.548Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:12:39.548Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:12:39.548Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:12:40.334Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-03-13T10:12:40.923Z] --- PASS: TestWaitBlocked (0.03s) [2020-03-13T10:12:40.923Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2020-03-13T10:12:40.923Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2020-03-13T10:12:40.923Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:12:40.923Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:12:40.923Z] === CONT TestIpcModeOlderClient [2020-03-13T10:12:40.923Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:12:40.923Z] --- PASS: TestIpcModeOlderClient (0.20s) [2020-03-13T10:12:42.042Z] --- PASS: TestContainerBindMountNonRecursive (2.59s) [2020-03-13T10:12:42.042Z] === RUN TestNetworkNat [2020-03-13T10:12:42.337Z] tests/integration/client_test.py ..... [ 75%] [2020-03-13T10:12:42.337Z] tests/integration/context_api_test.py .. [ 76%] [2020-03-13T10:12:42.974Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-03-13T10:12:42.974Z] --- PASS: TestNetworkNat (1.06s) [2020-03-13T10:12:42.974Z] === RUN TestNetworkLocalhostTCPNat [2020-03-13T10:12:43.258Z] tests/integration/errors_test.py . [ 76%] [2020-03-13T10:12:43.537Z] === RUN TestDockerSuite/TestBuildAddTar [2020-03-13T10:12:44.102Z] --- PASS: TestNetworkLocalhostTCPNat (1.08s) [2020-03-13T10:12:44.102Z] === RUN TestNetworkLoopbackNat [2020-03-13T10:12:44.211Z] --- PASS: TestContainerStartOnDaemonRestart (3.32s) [2020-03-13T10:12:45.033Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-03-13T10:12:45.146Z] --- PASS: TestDaemonRestartIpcMode (4.15s) [2020-03-13T10:12:45.405Z] --- PASS: TestDaemonHostGatewayIP (4.55s) [2020-03-13T10:12:45.405Z] PASS [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === Skipped [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-03-13T10:12:45.405Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-13T10:12:45.405Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-13T10:12:45.405Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:12:45.405Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-13T10:12:45.405Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-03-13T10:12:45.405Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] [2020-03-13T10:12:45.405Z] DONE 199 tests, 6 skipped in 129.328s [2020-03-13T10:12:45.405Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-03-13T10:12:45.405Z] ++ 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-03-13T10:12:45.405Z] ++ set -e [2020-03-13T10:12:45.405Z] ++ '[' -n 0 ']' [2020-03-13T10:12:45.405Z] ++ set -x [2020-03-13T10:12:45.405Z] ++ env -i DEST=/go/src/github.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-03-13T10:12:45.425Z] ok github.com/docker/docker/api/server/httputils 0.052s coverage: 14.7% of statements [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/server/middleware 0.012s coverage: 37.7% of statements [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/types/strslice 0.028s coverage: 90.0% of statements [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.5% of statements [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/api/types/versions 0.023s coverage: 75.0% of statements [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-13T10:12:45.425Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-13T10:12:45.425Z] ok github.com/docker/docker/builder/dockerignore 0.053s coverage: 96.8% of statements [2020-03-13T10:12:45.620Z] --- PASS: TestNetworkLoopbackNat (1.59s) [2020-03-13T10:12:45.620Z] === RUN TestPause [2020-03-13T10:12:45.663Z] INFO: Testing against a local daemon [2020-03-13T10:12:45.663Z] === RUN TestCommitInheritsEnv [2020-03-13T10:12:46.232Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-03-13T10:12:46.232Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-13T10:12:46.232Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-03-13T10:12:46.232Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-03-13T10:12:46.232Z] === RUN TestImagesFilterMultiReference [2020-03-13T10:12:46.232Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-03-13T10:12:46.232Z] === RUN TestImagePullPlatformInvalid [2020-03-13T10:12:46.232Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-03-13T10:12:46.232Z] === RUN TestRemoveImageOrphaning [2020-03-13T10:12:46.563Z] --- PASS: TestPause (0.88s) [2020-03-13T10:12:46.563Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-13T10:12:46.563Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:12:46.563Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:12:46.563Z] === RUN TestPauseStopPausedContainer [2020-03-13T10:12:46.801Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2020-03-13T10:12:46.801Z] === RUN TestRemoveImageGarbageCollector [2020-03-13T10:12:46.801Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:12:46.801Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:12:46.801Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-13T10:12:46.942Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2020-03-13T10:12:47.059Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-03-13T10:12:47.059Z] === RUN TestTagInvalidReference [2020-03-13T10:12:47.059Z] --- PASS: TestTagInvalidReference (0.04s) [2020-03-13T10:12:47.059Z] === RUN TestTagValidPrefixedRepo [2020-03-13T10:12:47.059Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-03-13T10:12:47.059Z] === RUN TestTagExistedNameWithoutForce [2020-03-13T10:12:47.059Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-03-13T10:12:47.059Z] === RUN TestTagOfficialNames [2020-03-13T10:12:47.059Z] --- PASS: TestTagOfficialNames (0.08s) [2020-03-13T10:12:47.059Z] === RUN TestTagMatchesDigest [2020-03-13T10:12:47.125Z] --- PASS: TestImportExtremelyLargeImageWorks (79.58s) [2020-03-13T10:12:47.125Z] PASS [2020-03-13T10:12:47.125Z] [2020-03-13T10:12:47.125Z] === Skipped [2020-03-13T10:12:47.125Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:12:47.125Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:12:47.125Z] [2020-03-13T10:12:47.125Z] [2020-03-13T10:12:47.125Z] DONE 12 tests, 1 skipped in 80.984s [2020-03-13T10:12:47.125Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-03-13T10:12:47.125Z] ++ 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-03-13T10:12:47.125Z] ++ set -e [2020-03-13T10:12:47.125Z] ++ '[' -n 0 ']' [2020-03-13T10:12:47.125Z] ++ set -x [2020-03-13T10:12:47.125Z] ++ env -i DEST=/go/src/github.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-03-13T10:12:47.125Z] INFO: Testing against a local daemon [2020-03-13T10:12:47.125Z] === RUN TestNetworkCreateDelete [2020-03-13T10:12:47.125Z] --- PASS: TestNetworkCreateDelete (0.14s) [2020-03-13T10:12:47.125Z] === RUN TestDockerNetworkDeletePreferID [2020-03-13T10:12:47.125Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2020-03-13T10:12:47.125Z] === RUN TestInspectNetwork [2020-03-13T10:12:47.318Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-03-13T10:12:47.318Z] PASS [2020-03-13T10:12:47.318Z] [2020-03-13T10:12:47.318Z] === Skipped [2020-03-13T10:12:47.318Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-03-13T10:12:47.318Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-03-13T10:12:47.318Z] [2020-03-13T10:12:47.318Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:12:47.318Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:12:47.318Z] [2020-03-13T10:12:47.318Z] [2020-03-13T10:12:47.318Z] DONE 12 tests, 2 skipped in 1.860s [2020-03-13T10:12:47.318Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-03-13T10:12:47.318Z] ++ 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-03-13T10:12:47.318Z] ++ set -e [2020-03-13T10:12:47.318Z] ++ '[' -n 0 ']' [2020-03-13T10:12:47.318Z] ++ set -x [2020-03-13T10:12:47.318Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:12:47.318Z] INFO: Testing against a local daemon [2020-03-13T10:12:47.318Z] === RUN TestNetworkCreateDelete [2020-03-13T10:12:47.495Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2020-03-13T10:12:47.495Z] === RUN TestPsFilter [2020-03-13T10:12:47.495Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-03-13T10:12:47.495Z] --- PASS: TestPsFilter (0.23s) [2020-03-13T10:12:47.495Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-13T10:12:47.885Z] --- PASS: TestNetworkCreateDelete (0.39s) [2020-03-13T10:12:47.885Z] === RUN TestDockerNetworkDeletePreferID [2020-03-13T10:12:48.427Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.95s) [2020-03-13T10:12:48.427Z] === RUN TestRemoveContainerWithVolume [2020-03-13T10:12:48.819Z] --- PASS: TestDockerNetworkDeletePreferID (1.15s) [2020-03-13T10:12:48.819Z] === RUN TestInspectNetwork [2020-03-13T10:12:49.030Z] ok github.com/docker/docker/builder/remotecontext/git 5.110s coverage: 86.3% of statements [2020-03-13T10:12:49.358Z] --- PASS: TestRemoveContainerWithVolume (0.86s) [2020-03-13T10:12:49.358Z] === RUN TestRemoveContainerRunning [2020-03-13T10:12:50.554Z] ok github.com/docker/docker/builder/remotecontext 0.650s coverage: 13.6% of statements [2020-03-13T10:12:50.570Z] === RUN TestInspectNetwork/full_network_id [2020-03-13T10:12:50.571Z] === RUN TestInspectNetwork/partial_network_id [2020-03-13T10:12:50.571Z] === RUN TestInspectNetwork/network_name [2020-03-13T10:12:50.571Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-13T10:12:51.257Z] --- PASS: TestRemoveContainerRunning (1.75s) [2020-03-13T10:12:51.257Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-13T10:12:52.188Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2020-03-13T10:12:52.188Z] === RUN TestRemoveInvalidContainer [2020-03-13T10:12:52.188Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-03-13T10:12:52.188Z] === RUN TestRenameLinkedContainer [2020-03-13T10:12:53.284Z] ok github.com/docker/docker/builder/dockerfile 1.488s coverage: 48.2% of statements [2020-03-13T10:12:53.284Z] ? github.com/docker/docker/cli [no test files] [2020-03-13T10:12:53.284Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-13T10:12:53.558Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-03-13T10:12:54.086Z] === RUN TestInspectNetwork/full_network_id [2020-03-13T10:12:54.086Z] === RUN TestInspectNetwork/partial_network_id [2020-03-13T10:12:54.086Z] === RUN TestInspectNetwork/network_name [2020-03-13T10:12:54.086Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-13T10:12:54.927Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-03-13T10:12:56.041Z] --- PASS: TestInspectNetwork (10.94s) [2020-03-13T10:12:56.041Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2020-03-13T10:12:56.041Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-13T10:12:56.041Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-13T10:12:56.041Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-13T10:12:56.041Z] === RUN TestRunContainerWithBridgeNone [2020-03-13T10:12:56.823Z] --- PASS: TestRenameLinkedContainer (4.82s) [2020-03-13T10:12:56.823Z] === RUN TestRenameStoppedContainer [2020-03-13T10:12:57.081Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-03-13T10:12:57.645Z] --- PASS: TestRenameStoppedContainer (0.92s) [2020-03-13T10:12:57.645Z] === RUN TestRenameRunningContainerAndReuse [2020-03-13T10:12:58.709Z] --- PASS: TestRunContainerWithBridgeNone (2.38s) [2020-03-13T10:12:58.709Z] === RUN TestNetworkInvalidJSON [2020-03-13T10:12:58.709Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-13T10:12:58.709Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-13T10:12:58.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:12:58.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:12:58.709Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:12:58.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:12:58.709Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-13T10:12:58.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:12:58.709Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:12:58.709Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-03-13T10:12:58.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-13T10:12:58.709Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-13T10:12:58.709Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-13T10:12:58.709Z] === RUN TestHostIPv4BridgeLabel [2020-03-13T10:12:58.989Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-03-13T10:12:58.989Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-13T10:12:59.350Z] --- PASS: TestInspectNetwork (9.48s) [2020-03-13T10:12:59.350Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-13T10:12:59.350Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-13T10:12:59.350Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-13T10:12:59.350Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-13T10:12:59.350Z] === RUN TestRunContainerWithBridgeNone [2020-03-13T10:12:59.992Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2020-03-13T10:12:59.992Z] === RUN TestDaemonDefaultNetworkPools [2020-03-13T10:13:00.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-03-13T10:13:00.170Z] --- PASS: TestRenameRunningContainerAndReuse (2.54s) [2020-03-13T10:13:00.170Z] === RUN TestRenameInvalidName [2020-03-13T10:13:00.210Z] ok github.com/docker/docker/client 0.745s coverage: 75.8% of statements [2020-03-13T10:13:00.995Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2020-03-13T10:13:00.995Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-13T10:13:01.101Z] --- PASS: TestRenameInvalidName (0.96s) [2020-03-13T10:13:01.101Z] === RUN TestRenameAnonymousContainer [2020-03-13T10:13:01.251Z] --- PASS: TestRunContainerWithBridgeNone (2.54s) [2020-03-13T10:13:01.251Z] === RUN TestNetworkInvalidJSON [2020-03-13T10:13:01.251Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-13T10:13:01.251Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-13T10:13:01.251Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:13:01.251Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:13:01.251Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:13:01.251Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:13:01.251Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-13T10:13:01.251Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:13:01.251Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:13:01.251Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-03-13T10:13:01.251Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-13T10:13:01.251Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-13T10:13:01.251Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-13T10:13:01.251Z] === RUN TestHostIPv4BridgeLabel [2020-03-13T10:13:01.818Z] --- PASS: TestHostIPv4BridgeLabel (0.77s) [2020-03-13T10:13:01.818Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-13T10:13:02.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-03-13T10:13:02.470Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-03-13T10:13:02.497Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2020-03-13T10:13:02.497Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-13T10:13:03.193Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s) [2020-03-13T10:13:03.193Z] === RUN TestDaemonDefaultNetworkPools [2020-03-13T10:13:03.400Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-03-13T10:13:03.501Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2020-03-13T10:13:03.501Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-13T10:13:04.113Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.67s) [2020-03-13T10:13:04.113Z] === RUN TestServiceWithPredefinedNetwork [2020-03-13T10:13:04.568Z] --- PASS: TestDaemonDefaultNetworkPools (1.26s) [2020-03-13T10:13:04.568Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-13T10:13:05.296Z] --- PASS: TestRenameAnonymousContainer (3.80s) [2020-03-13T10:13:05.296Z] === RUN TestRenameContainerWithSameName [2020-03-13T10:13:06.227Z] --- PASS: TestRenameContainerWithSameName (1.00s) [2020-03-13T10:13:06.227Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-13T10:13:06.470Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.97s) [2020-03-13T10:13:06.470Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-13T10:13:07.570Z] --- PASS: TestServiceWithPredefinedNetwork (3.61s) [2020-03-13T10:13:07.570Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-13T10:13:07.570Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:13:07.570Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:13:07.570Z] === RUN TestServiceWithDataPathPortInit [2020-03-13T10:13:08.121Z] --- PASS: TestRenameContainerWithLinkedContainer (1.87s) [2020-03-13T10:13:08.121Z] === RUN TestResize [2020-03-13T10:13:08.378Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-03-13T10:13:08.943Z] --- PASS: TestResize (0.98s) [2020-03-13T10:13:08.943Z] === RUN TestResizeWithInvalidSize [2020-03-13T10:13:09.001Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.28s) [2020-03-13T10:13:09.001Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-13T10:13:09.568Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.83s) [2020-03-13T10:13:09.568Z] === RUN TestServiceWithPredefinedNetwork [2020-03-13T10:13:09.875Z] --- PASS: TestResizeWithInvalidSize (1.03s) [2020-03-13T10:13:09.875Z] === RUN TestResizeWhenContainerNotStarted [2020-03-13T10:13:10.132Z] === RUN TestDockerSuite/TestBuildBlankName [2020-03-13T10:13:10.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-03-13T10:13:10.698Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:10.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:10.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:10.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:13:10.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:13:12.067Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-03-13T10:13:12.853Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s) [2020-03-13T10:13:12.853Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-13T10:13:12.853Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:13:12.853Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:13:12.853Z] === RUN TestServiceWithDataPathPortInit [2020-03-13T10:13:13.438Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:13.438Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-03-13T10:13:13.696Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:15.066Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:13:15.323Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:13:16.253Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-03-13T10:13:16.511Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:13:16.769Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:13:17.702Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-03-13T10:13:17.959Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-03-13T10:13:19.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:13:19.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:13:19.586Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-03-13T10:13:20.518Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-03-13T10:13:22.413Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-03-13T10:13:22.670Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:13:23.234Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:13:23.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.68s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.02s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.59s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.60s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.65s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.54s) [2020-03-13T10:13:25.758Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s) [2020-03-13T10:13:25.758Z] === RUN TestCgroupNamespacesRun [2020-03-13T10:13:25.967Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-13T10:13:26.018Z] ok github.com/docker/docker/api/server/httputils 0.178s coverage: 14.7% of statements [2020-03-13T10:13:26.018Z] ok github.com/docker/docker/api/server/middleware 0.172s coverage: 37.7% of statements [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-13T10:13:26.018Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-13T10:13:26.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-03-13T10:13:26.986Z] ok github.com/docker/docker/api/types/filters 0.115s coverage: 92.2% of statements [2020-03-13T10:13:26.986Z] ok github.com/docker/docker/api/types/strslice 0.087s coverage: 90.0% of statements [2020-03-13T10:13:26.986Z] ok github.com/docker/docker/api/server/router/swarm 0.145s coverage: 4.5% of statements [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-13T10:13:26.986Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-13T10:13:26.986Z] ok github.com/docker/docker/api/types/time 0.250s coverage: 100.0% of statements [2020-03-13T10:13:27.694Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2020-03-13T10:13:27.694Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-13T10:13:27.694Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-03-13T10:13:27.954Z] ok github.com/docker/docker/api/types/versions 0.062s coverage: 75.0% of statements [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-13T10:13:27.954Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-13T10:13:28.413Z] ok github.com/docker/docker/builder/dockerignore 0.082s coverage: 96.8% of statements [2020-03-13T10:13:29.066Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) [2020-03-13T10:13:29.066Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-13T10:13:29.869Z] --- PASS: TestServiceWithDataPathPortInit (21.16s) [2020-03-13T10:13:29.869Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-13T10:13:30.931Z] --- PASS: TestServiceWithDataPathPortInit (18.20s) [2020-03-13T10:13:30.931Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-13T10:13:30.962Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.93s) [2020-03-13T10:13:30.962Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-13T10:13:31.893Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-03-13T10:13:32.187Z] ok github.com/docker/docker/cli/debug 0.081s coverage: 100.0% of statements [2020-03-13T10:13:32.646Z] ok github.com/docker/docker/builder/remotecontext 0.676s coverage: 9.2% of statements [2020-03-13T10:13:32.646Z] ok github.com/docker/docker/builder/dockerfile 0.783s coverage: 46.3% of statements [2020-03-13T10:13:33.262Z] --- PASS: TestCgroupNamespacesRunHostMode (2.03s) [2020-03-13T10:13:33.262Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-13T10:13:33.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-03-13T10:13:35.157Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-03-13T10:13:35.157Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-13T10:13:35.721Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2020-03-13T10:13:35.721Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-13T10:13:36.652Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-03-13T10:13:36.652Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2020-03-13T10:13:36.652Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-13T10:13:38.022Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-03-13T10:13:38.302Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-03-13T10:13:38.302Z] === RUN TestKernelTCPMemory [2020-03-13T10:13:39.702Z] --- PASS: TestKernelTCPMemory (1.07s) [2020-03-13T10:13:39.702Z] === RUN TestNISDomainname [2020-03-13T10:13:40.135Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.61s) [2020-03-13T10:13:40.136Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s7oulfvk6rwlceaap49bv3u6m Created:2020-03-13 10:13:30.335967845 +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[dab2cbd45c82e05a8bb76d0f0dbe98c922e89e624b77d1a5036c8963877b50e1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u516ycx713byypy7nifnrhxng EndpointID:9cce5870aecd73c8bc4fe575c9d18fc5a4c0795f31da838b1eb37a8e25a6fa69 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:393ce4b92bba41f11e99b4689456bff64821eecb71e516c6c9095874a880d1ae 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:5014f32173a3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.u516ycx713byypy7nifnrhxng EndpointID:9cce5870aecd73c8bc4fe575c9d18fc5a4c0795f31da838b1eb37a8e25a6fa69 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-13T10:13:40.136Z] PASS [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] === Skipped [2020-03-13T10:13:40.136Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:13:40.136Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] DONE 22 tests, 1 skipped in 54.842s [2020-03-13T10:13:40.136Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:13:40.136Z] ++ 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-03-13T10:13:40.136Z] ++ set -e [2020-03-13T10:13:40.136Z] ++ '[' -n 0 ']' [2020-03-13T10:13:40.136Z] ++ set -x [2020-03-13T10:13:40.136Z] ++ env -i DEST=/go/src/github.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-03-13T10:13:40.136Z] INFO: Testing against a local daemon [2020-03-13T10:13:40.136Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-13T10:13:40.136Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:13:40.136Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.136Z] === RUN TestDockerNetworkIpvlan [2020-03-13T10:13:40.136Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:13:40.136Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.136Z] PASS [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] === Skipped [2020-03-13T10:13:40.136Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:13:40.136Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:13:40.136Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] [2020-03-13T10:13:40.136Z] DONE 2 tests, 2 skipped in 0.080s [2020-03-13T10:13:40.136Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:13:40.136Z] ++ 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-03-13T10:13:40.136Z] ++ set -e [2020-03-13T10:13:40.136Z] ++ '[' -n 0 ']' [2020-03-13T10:13:40.136Z] ++ set -x [2020-03-13T10:13:40.136Z] ++ env -i DEST=/go/src/github.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-03-13T10:13:40.136Z] INFO: Testing against a local daemon [2020-03-13T10:13:40.136Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-13T10:13:40.633Z] --- PASS: TestNISDomainname (1.16s) [2020-03-13T10:13:40.633Z] === RUN TestHostnameDnsResolution [2020-03-13T10:13:40.633Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-03-13T10:13:40.903Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s) [2020-03-13T10:13:40.903Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:4n5xxs2q0ajiyxncond80vyau Created:2020-03-13 10:13:32.68659618 +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[7f8d7c9464ebba7dca6e58e3466657b369429ec97ba9db921b76da0fdf37aede:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vuuiv8hxqkzc7cfk8n1zzzstj EndpointID:30febab4210e7c97ff786f3b0bfbb1e0abc38e62f1dae072a97c9ed252ffae88 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:eedb100de2251a7692cfd78f629de1fe3d5bde2b9bf8a03efeda7e6c8448a7af 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:54dc69533fe9 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vuuiv8hxqkzc7cfk8n1zzzstj EndpointID:30febab4210e7c97ff786f3b0bfbb1e0abc38e62f1dae072a97c9ed252ffae88 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-13T10:13:40.903Z] PASS [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] === Skipped [2020-03-13T10:13:40.903Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:13:40.903Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] DONE 22 tests, 1 skipped in 52.883s [2020-03-13T10:13:40.903Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:13:40.903Z] ++ 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-03-13T10:13:40.903Z] ++ set -e [2020-03-13T10:13:40.903Z] ++ '[' -n 0 ']' [2020-03-13T10:13:40.903Z] ++ set -x [2020-03-13T10:13:40.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=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-03-13T10:13:40.903Z] INFO: Testing against a local daemon [2020-03-13T10:13:40.903Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-13T10:13:40.903Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-03-13T10:13:40.903Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.903Z] === RUN TestDockerNetworkIpvlan [2020-03-13T10:13:40.903Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:13:40.903Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.903Z] PASS [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] === Skipped [2020-03-13T10:13:40.903Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-03-13T10:13:40.903Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:13:40.903Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] [2020-03-13T10:13:40.903Z] DONE 2 tests, 2 skipped in 0.155s [2020-03-13T10:13:40.903Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:13:40.903Z] ++ 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-03-13T10:13:40.903Z] ++ set -e [2020-03-13T10:13:40.903Z] ++ '[' -n 0 ']' [2020-03-13T10:13:40.903Z] ++ set -x [2020-03-13T10:13:40.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:13:40.904Z] INFO: Testing against a local daemon [2020-03-13T10:13:40.904Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-13T10:13:41.143Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) [2020-03-13T10:13:41.143Z] === RUN TestDockerNetworkMacvlan [2020-03-13T10:13:42.003Z] --- PASS: TestHostnameDnsResolution (1.46s) [2020-03-13T10:13:42.003Z] === RUN TestStats [2020-03-13T10:13:42.151Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-13T10:13:42.766Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-13T10:13:42.805Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.06s) [2020-03-13T10:13:42.805Z] === RUN TestDockerNetworkMacvlan [2020-03-13T10:13:43.739Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-13T10:13:43.774Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-13T10:13:43.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-03-13T10:13:43.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-03-13T10:13:43.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-03-13T10:13:44.153Z] --- PASS: TestStats (2.01s) [2020-03-13T10:13:44.153Z] === RUN TestStopContainerWithTimeout [2020-03-13T10:13:44.153Z] === RUN TestStopContainerWithTimeout/0 [2020-03-13T10:13:44.153Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-13T10:13:44.153Z] === RUN TestStopContainerWithTimeout/1 [2020-03-13T10:13:44.153Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-13T10:13:44.153Z] === RUN TestStopContainerWithTimeout/3 [2020-03-13T10:13:44.153Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-13T10:13:44.153Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-13T10:13:44.153Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-13T10:13:44.153Z] === CONT TestStopContainerWithTimeout/0 [2020-03-13T10:13:44.153Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-13T10:13:44.674Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-13T10:13:45.022Z] ok github.com/docker/docker/client 0.692s coverage: 75.3% of statements [2020-03-13T10:13:45.085Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-03-13T10:13:45.343Z] === CONT TestStopContainerWithTimeout/3 [2020-03-13T10:13:45.568Z] ......... [ 86%] [2020-03-13T10:13:46.050Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-13T10:13:47.238Z] === CONT TestStopContainerWithTimeout/1 [2020-03-13T10:13:47.806Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-03-13T10:13:48.156Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-13T10:13:48.371Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-03-13T10:13:49.300Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-03-13T10:13:49.300Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2020-03-13T10:13:49.300Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2020-03-13T10:13:49.300Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2020-03-13T10:13:49.300Z] --- PASS: TestStopContainerWithTimeout/1 (2.01s) [2020-03-13T10:13:49.300Z] === RUN TestDeleteDevicemapper [2020-03-13T10:13:49.300Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-13T10:13:49.300Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:13:49.300Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-13T10:13:49.344Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-13T10:13:51.609Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-13T10:13:51.825Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-03-13T10:13:51.828Z] tests/integration/models_images_test.py ............... [ 89%] [2020-03-13T10:13:52.083Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-03-13T10:13:53.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-03-13T10:13:53.015Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.66s) [2020-03-13T10:13:53.015Z] === RUN TestUpdateMemory [2020-03-13T10:13:53.015Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-13T10:13:53.015Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:13:53.015Z] === RUN TestUpdateCPUQuota [2020-03-13T10:13:53.481Z] tests/integration/models_networks_test.py .... [ 90%] [2020-03-13T10:13:53.541Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-13T10:13:54.387Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-03-13T10:13:54.645Z] --- PASS: TestUpdateCPUQuota (1.65s) [2020-03-13T10:13:54.645Z] === RUN TestUpdatePidsLimit [2020-03-13T10:13:54.645Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-13T10:13:55.209Z] === RUN TestUpdatePidsLimit/no_change [2020-03-13T10:13:55.466Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-13T10:13:55.723Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-13T10:13:56.288Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-03-13T10:13:56.288Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-13T10:13:56.545Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-13T10:13:57.112Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-03-13T10:13:57.112Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-13T10:13:57.150Z] ok github.com/docker/docker/cmd/dockerd 0.269s coverage: 30.7% of statements [2020-03-13T10:13:58.419Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit (4.04s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/no_change (0.35s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.48s) [2020-03-13T10:13:59.008Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-03-13T10:13:59.008Z] === RUN TestUpdateRestartPolicy [2020-03-13T10:13:59.265Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-03-13T10:13:59.819Z] ok github.com/docker/docker/builder/remotecontext/git 28.979s coverage: 86.3% of statements [2020-03-13T10:13:59.819Z] ? github.com/docker/docker/cli [no test files] [2020-03-13T10:13:59.819Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-13T10:14:00.040Z] tests/integration/models_nodes_test.py . [ 91%] [2020-03-13T10:14:00.102Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan (18.95s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.46s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.47s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.27s) [2020-03-13T10:14:00.449Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s) [2020-03-13T10:14:00.449Z] PASS [2020-03-13T10:14:00.449Z] [2020-03-13T10:14:00.449Z] DONE 8 tests in 20.542s [2020-03-13T10:14:00.449Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-13T10:14:00.449Z] ++ 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-03-13T10:14:00.449Z] ++ set -e [2020-03-13T10:14:00.449Z] ++ '[' -n 0 ']' [2020-03-13T10:14:00.449Z] ++ set -x [2020-03-13T10:14:00.449Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:00.449Z] testing: warning: no tests to run [2020-03-13T10:14:00.449Z] PASS [2020-03-13T10:14:00.449Z] [2020-03-13T10:14:00.449Z] DONE 0 tests in 0.015s [2020-03-13T10:14:00.449Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-13T10:14:00.449Z] ++ 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-03-13T10:14:00.449Z] ++ set -e [2020-03-13T10:14:00.449Z] ++ '[' -n 0 ']' [2020-03-13T10:14:00.449Z] ++ set -x [2020-03-13T10:14:00.449Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:00.449Z] INFO: Testing against a local daemon [2020-03-13T10:14:00.449Z] === RUN TestAuthZPluginAllowRequest [2020-03-13T10:14:00.600Z] tests/integration/models_resources_test.py . [ 91%] [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan (18.42s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.00s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.14s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.79s) [2020-03-13T10:14:01.038Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2020-03-13T10:14:01.038Z] PASS [2020-03-13T10:14:01.038Z] [2020-03-13T10:14:01.038Z] DONE 8 tests in 20.640s [2020-03-13T10:14:01.038Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-13T10:14:01.039Z] ++ 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-03-13T10:14:01.039Z] ++ set -e [2020-03-13T10:14:01.039Z] ++ '[' -n 0 ']' [2020-03-13T10:14:01.039Z] ++ set -x [2020-03-13T10:14:01.039Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:01.039Z] testing: warning: no tests to run [2020-03-13T10:14:01.039Z] PASS [2020-03-13T10:14:01.039Z] [2020-03-13T10:14:01.039Z] DONE 0 tests in 0.038s [2020-03-13T10:14:01.039Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-13T10:14:01.039Z] ++ 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-03-13T10:14:01.039Z] ++ set -e [2020-03-13T10:14:01.039Z] ++ '[' -n 0 ']' [2020-03-13T10:14:01.039Z] ++ set -x [2020-03-13T10:14:01.039Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:01.297Z] INFO: Testing against a local daemon [2020-03-13T10:14:01.297Z] === RUN TestAuthZPluginAllowRequest [2020-03-13T10:14:01.593Z] ok github.com/docker/docker/container 0.211s coverage: 34.9% of statements [2020-03-13T10:14:01.593Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-13T10:14:01.593Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-13T10:14:01.593Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-13T10:14:01.593Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-13T10:14:01.788Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-03-13T10:14:01.921Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) [2020-03-13T10:14:01.921Z] === RUN TestAuthZPluginTLS [2020-03-13T10:14:02.536Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-03-13T10:14:02.536Z] === RUN TestAuthZPluginDenyRequest [2020-03-13T10:14:02.720Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-03-13T10:14:03.151Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-03-13T10:14:03.151Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-13T10:14:03.200Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) [2020-03-13T10:14:03.200Z] === RUN TestAuthZPluginTLS [2020-03-13T10:14:03.765Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-03-13T10:14:03.765Z] === RUN TestAuthZPluginDenyResponse [2020-03-13T10:14:03.767Z] --- PASS: TestAuthZPluginTLS (0.70s) [2020-03-13T10:14:03.767Z] === RUN TestAuthZPluginDenyRequest [2020-03-13T10:14:04.047Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-03-13T10:14:04.048Z] === RUN TestAuthZPluginAllowEventStream [2020-03-13T10:14:04.334Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2020-03-13T10:14:04.334Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-13T10:14:04.613Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-03-13T10:14:05.270Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-03-13T10:14:05.270Z] === RUN TestAuthZPluginDenyResponse [2020-03-13T10:14:05.544Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-03-13T10:14:05.544Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-03-13T10:14:05.837Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) [2020-03-13T10:14:05.837Z] === RUN TestAuthZPluginAllowEventStream [2020-03-13T10:14:06.066Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.025s coverage: 67.4% of statements [2020-03-13T10:14:06.073Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2020-03-13T10:14:06.073Z] === RUN TestAuthZPluginErrorResponse [2020-03-13T10:14:06.355Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-03-13T10:14:06.355Z] === RUN TestAuthZPluginErrorRequest [2020-03-13T10:14:06.475Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-03-13T10:14:06.679Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-03-13T10:14:06.969Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-03-13T10:14:06.969Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-13T10:14:07.041Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-03-13T10:14:07.251Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-03-13T10:14:07.251Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-13T10:14:07.739Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2020-03-13T10:14:07.739Z] === RUN TestAuthZPluginErrorResponse [2020-03-13T10:14:08.306Z] --- PASS: TestAuthZPluginErrorResponse (0.68s) [2020-03-13T10:14:08.306Z] === RUN TestAuthZPluginErrorRequest [2020-03-13T10:14:08.873Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2020-03-13T10:14:08.873Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-13T10:14:09.562Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-03-13T10:14:09.808Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.71s) [2020-03-13T10:14:09.808Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-13T10:14:09.928Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2020-03-13T10:14:09.928Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-13T10:14:10.126Z] ok github.com/docker/docker/cmd/dockerd 0.644s coverage: 19.2% of statements [2020-03-13T10:14:10.584Z] ok github.com/docker/docker/container 0.562s coverage: 41.6% of statements [2020-03-13T10:14:11.042Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-13T10:14:11.042Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-13T10:14:11.042Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-13T10:14:11.042Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-13T10:14:11.189Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-03-13T10:14:11.189Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-03-13T10:14:11.956Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2020-03-13T10:14:11.956Z] === RUN TestAuthZPluginHeader [2020-03-13T10:14:12.008Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.314s coverage: 65.3% of statements [2020-03-13T10:14:12.086Z] --- PASS: TestUpdateRestartPolicy (13.38s) [2020-03-13T10:14:12.086Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-13T10:14:12.347Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.28s) [2020-03-13T10:14:12.347Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-13T10:14:12.572Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-03-13T10:14:12.572Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-13T10:14:12.572Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:14:12.572Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:12.572Z] === RUN TestAuthZPluginV2Disable [2020-03-13T10:14:12.572Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:14:12.572Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:12.572Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-13T10:14:12.572Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:14:12.572Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:12.572Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-13T10:14:12.572Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:14:12.572Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:12.572Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-13T10:14:12.650Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-03-13T10:14:12.908Z] --- PASS: TestUpdateRestartWithAutoRemove (0.94s) [2020-03-13T10:14:12.908Z] === RUN TestWaitNonBlocked [2020-03-13T10:14:12.908Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:14:12.908Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:14:12.908Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:14:12.908Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:14:12.908Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:14:12.908Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:14:14.257Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.28s) [2020-03-13T10:14:14.257Z] === RUN TestAuthZPluginHeader [2020-03-13T10:14:14.277Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-03-13T10:14:14.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.93s) [2020-03-13T10:14:14.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.09s) [2020-03-13T10:14:14.277Z] === RUN TestWaitBlocked [2020-03-13T10:14:14.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:14:14.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:14:14.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:14:14.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:14:14.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:14:14.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:14:14.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-03-13T10:14:14.277Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-03-13T10:14:14.527Z] ok github.com/docker/docker/daemon/cluster/convert 0.038s coverage: 35.6% of statements [2020-03-13T10:14:15.192Z] --- PASS: TestAuthZPluginHeader (1.00s) [2020-03-13T10:14:15.192Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-13T10:14:15.192Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:14:15.192Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:15.192Z] === RUN TestAuthZPluginV2Disable [2020-03-13T10:14:15.192Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:14:15.192Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:15.192Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-13T10:14:15.192Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:14:15.192Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:15.192Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-13T10:14:15.192Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:14:15.192Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:15.192Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-13T10:14:15.208Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-03-13T10:14:15.465Z] --- PASS: TestWaitBlocked (0.05s) [2020-03-13T10:14:15.465Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2020-03-13T10:14:15.465Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.30s) [2020-03-13T10:14:15.465Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:14:15.465Z] === CONT TestIpcModeOlderClient [2020-03-13T10:14:15.465Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-03-13T10:14:15.465Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:14:16.000Z] tests/integration/regression_test.py ...... [ 98%] [2020-03-13T10:14:16.254Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-03-13T10:14:16.254Z] tests/integration/credentials/utils_test.py . [100%] [2020-03-13T10:14:16.254Z] [2020-03-13T10:14:16.254Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-03-13T10:14:16.254Z] =========================== short test summary info ============================ [2020-03-13T10:14:16.254Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-03-13T10:14:16.254Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-03-13T10:14:16.254Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-03-13T10:14:16.254Z] Not supported on most drivers [2020-03-13T10:14:16.254Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-03-13T10:14:16.254Z] Can fail if eth0 has multiple IP addresses [2020-03-13T10:14:16.254Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-03-13T10:14:16.254Z] This doesn't seem to be taken into account by the engine [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-03-13T10:14:16.254Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-03-13T10:14:16.254Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-03-13T10:14:16.254Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 382.38 seconds == [2020-03-13T10:14:16.510Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-03-13T10:14:16.834Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-03-13T10:14:16.834Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-03-13T10:14:17.262Z] ok github.com/docker/docker/daemon/cluster 0.129s coverage: 0.5% of statements [2020-03-13T10:14:17.793Z] ok github.com/docker/docker/daemon/cluster/convert 1.151s coverage: 35.6% of statements [2020-03-13T10:14:19.358Z] --- PASS: TestContainerStartOnDaemonRestart (3.74s) [2020-03-13T10:14:19.358Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:14:19.922Z] --- PASS: TestDaemonHostGatewayIP (4.45s) [2020-03-13T10:14:20.486Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-03-13T10:14:22.473Z] ok github.com/docker/docker/daemon/cluster 1.403s coverage: 0.5% of statements [2020-03-13T10:14:22.816Z] ok github.com/docker/docker/daemon/discovery 0.017s coverage: 30.0% of statements [2020-03-13T10:14:23.011Z] --- PASS: TestDaemonRestartIpcMode (3.39s) [2020-03-13T10:14:23.011Z] PASS [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === Skipped [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-03-13T10:14:23.011Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-13T10:14:23.011Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-13T10:14:23.011Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:14:23.011Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-13T10:14:23.011Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-03-13T10:14:23.011Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] [2020-03-13T10:14:23.011Z] DONE 199 tests, 6 skipped in 152.003s [2020-03-13T10:14:23.011Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-03-13T10:14:23.011Z] ++ 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-03-13T10:14:23.011Z] ++ set -e [2020-03-13T10:14:23.011Z] ++ '[' -n 0 ']' [2020-03-13T10:14:23.011Z] ++ set -x [2020-03-13T10:14:23.011Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:23.011Z] INFO: Testing against a local daemon [2020-03-13T10:14:23.011Z] === RUN TestCommitInheritsEnv [2020-03-13T10:14:23.270Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-03-13T10:14:23.270Z] --- PASS: TestCommitInheritsEnv (0.51s) [2020-03-13T10:14:23.270Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-13T10:14:23.270Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-13T10:14:23.270Z] === RUN TestImagesFilterMultiReference [2020-03-13T10:14:23.527Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2020-03-13T10:14:23.528Z] === RUN TestImagePullPlatformInvalid [2020-03-13T10:14:23.528Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-03-13T10:14:23.528Z] === RUN TestRemoveImageOrphaning [2020-03-13T10:14:24.093Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-03-13T10:14:24.093Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2020-03-13T10:14:24.093Z] === RUN TestRemoveImageGarbageCollector [2020-03-13T10:14:24.680Z] ok github.com/docker/docker/daemon/config 0.766s coverage: 79.6% of statements [2020-03-13T10:14:24.966Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-03-13T10:14:25.139Z] ok github.com/docker/docker/daemon/discovery 0.256s coverage: 30.0% of statements [2020-03-13T10:14:25.988Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-03-13T10:14:25.988Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-03-13T10:14:26.008Z] ok github.com/docker/docker/daemon/config 0.114s coverage: 81.7% of statements [2020-03-13T10:14:26.552Z] --- PASS: TestRemoveImageGarbageCollector (2.52s) [2020-03-13T10:14:26.552Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-13T10:14:26.552Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-03-13T10:14:26.552Z] === RUN TestTagInvalidReference [2020-03-13T10:14:26.673Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.013s coverage: 10.9% of statements [2020-03-13T10:14:26.673Z] ok github.com/docker/docker/daemon/events 0.331s coverage: 50.0% of statements [2020-03-13T10:14:26.809Z] --- PASS: TestTagInvalidReference (0.03s) [2020-03-13T10:14:26.809Z] === RUN TestTagValidPrefixedRepo [2020-03-13T10:14:26.809Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-03-13T10:14:26.809Z] === RUN TestTagExistedNameWithoutForce [2020-03-13T10:14:26.809Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-03-13T10:14:26.809Z] === RUN TestTagOfficialNames [2020-03-13T10:14:26.809Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-03-13T10:14:26.809Z] --- PASS: TestTagOfficialNames (0.07s) [2020-03-13T10:14:26.809Z] === RUN TestTagMatchesDigest [2020-03-13T10:14:26.809Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-03-13T10:14:26.809Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-13T10:14:27.375Z] === RUN TestDockerSuite/TestBuildCmd [2020-03-13T10:14:27.632Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-03-13T10:14:28.195Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-03-13T10:14:28.207Z] ok github.com/docker/docker/daemon/graphdriver 0.150s coverage: 2.3% of statements [2020-03-13T10:14:28.207Z] ok github.com/docker/docker/daemon/links 0.067s coverage: 93.0% of statements [2020-03-13T10:14:28.452Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-03-13T10:14:28.452Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-03-13T10:14:28.693Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:14:28.693Z] [2020-03-13T10:14:28.693Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:14:28.693Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:14:28.693Z] [2020-03-13T10:14:28.693Z] To set a process to complain mode, use the command line tool [2020-03-13T10:14:28.693Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:14:28.693Z] [2020-03-13T10:14:28.729Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements Post stage [Pipeline] junit [2020-03-13T10:14:29.304Z] Recording test results [2020-03-13T10:14:29.822Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [Pipeline] sh [2020-03-13T10:14:30.385Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-03-13T10:14:30.576Z] + echo Ensuring container killed. [2020-03-13T10:14:30.576Z] Ensuring container killed. [2020-03-13T10:14:30.576Z] + docker rm -vf docker-pr9 [2020-03-13T10:14:30.576Z] Error: No such container: docker-pr9 [2020-03-13T10:14:30.576Z] + true [Pipeline] sh [2020-03-13T10:14:30.940Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:14:30.940Z] Chowning /workspace to jenkins user [2020-03-13T10:14:30.940Z] + id -u [2020-03-13T10:14:30.940Z] + id -g [2020-03-13T10:14:30.940Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/workspace busybox chown -R 1000:1000 /workspace [2020-03-13T10:14:31.016Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2020-03-13T10:14:31.016Z] PASS [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] === Skipped [2020-03-13T10:14:31.016Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:14:31.016Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:14:31.016Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:14:31.016Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:14:31.016Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] DONE 17 tests, 4 skipped in 29.043s [2020-03-13T10:14:31.016Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-13T10:14:31.016Z] ++ 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-03-13T10:14:31.016Z] ++ set -e [2020-03-13T10:14:31.016Z] ++ '[' -n 0 ']' [2020-03-13T10:14:31.016Z] ++ set -x [2020-03-13T10:14:31.016Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:31.016Z] INFO: Testing against a local daemon [2020-03-13T10:14:31.016Z] === RUN TestPluginInvalidJSON [2020-03-13T10:14:31.016Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:31.016Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:31.016Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:31.016Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-03-13T10:14:31.016Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-13T10:14:31.016Z] PASS [2020-03-13T10:14:31.016Z] [2020-03-13T10:14:31.016Z] DONE 2 tests in 0.079s [2020-03-13T10:14:31.016Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-13T10:14:31.016Z] ++ 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-03-13T10:14:31.016Z] ++ set -e [2020-03-13T10:14:31.016Z] ++ '[' -n 0 ']' [2020-03-13T10:14:31.016Z] ++ set -x [2020-03-13T10:14:31.016Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:31.016Z] INFO: Testing against a local daemon [2020-03-13T10:14:31.016Z] === RUN TestExternalGraphDriver [2020-03-13T10:14:31.016Z] === RUN TestExternalGraphDriver/json [2020-03-13T10:14:31.441Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.526s coverage: 13.7% of statements [2020-03-13T10:14:31.631Z] === RUN TestExternalGraphDriver/spec [2020-03-13T10:14:31.935Z] ok github.com/docker/docker/daemon 3.500s coverage: 9.2% of statements [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-03-13T10:14:31.935Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:14:32.626Z] + bundleName=docker-py [2020-03-13T10:14:32.626Z] + echo Creating docker-py-bundles.tar.gz [2020-03-13T10:14:32.626Z] Creating docker-py-bundles.tar.gz [2020-03-13T10:14:32.626Z] + 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-03-13T10:14:32.634Z] Archiving artifacts [2020-03-13T10:14:32.899Z] ok github.com/docker/docker/daemon/logger/awslogs 0.736s coverage: 77.4% of statements [2020-03-13T10:14:32.899Z] ok github.com/docker/docker/daemon/images 0.851s coverage: 4.9% of statements [2020-03-13T10:14:32.899Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-13T10:14:32.899Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-13T10:14:32.949Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.031s coverage: 2.9% of statements [2020-03-13T10:14:33.267Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.06s) [2020-03-13T10:14:33.267Z] PASS [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] === Skipped [2020-03-13T10:14:33.267Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:14:33.267Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:14:33.267Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:14:33.267Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:14:33.267Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] DONE 17 tests, 4 skipped in 32.153s [2020-03-13T10:14:33.267Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-13T10:14:33.267Z] ++ 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-03-13T10:14:33.267Z] ++ set -e [2020-03-13T10:14:33.267Z] ++ '[' -n 0 ']' [2020-03-13T10:14:33.267Z] ++ set -x [2020-03-13T10:14:33.267Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:33.267Z] INFO: Testing against a local daemon [2020-03-13T10:14:33.267Z] === RUN TestPluginInvalidJSON [2020-03-13T10:14:33.267Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:33.267Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:33.267Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:14:33.267Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-03-13T10:14:33.267Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-13T10:14:33.267Z] PASS [2020-03-13T10:14:33.267Z] [2020-03-13T10:14:33.267Z] DONE 2 tests in 0.173s [2020-03-13T10:14:33.357Z] ok github.com/docker/docker/daemon/logger 1.101s coverage: 42.1% of statements [2020-03-13T10:14:33.357Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-03-13T10:14:33.357Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-13T10:14:33.357Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-13T10:14:33.357Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-03-13T10:14:33.357Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-03-13T10:14:33.525Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-13T10:14:33.526Z] ++ 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-03-13T10:14:33.526Z] ++ set -e [2020-03-13T10:14:33.526Z] ++ '[' -n 0 ']' [2020-03-13T10:14:33.526Z] ++ set -x [2020-03-13T10:14:33.526Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-03-13T10:14:33.526Z] INFO: Testing against a local daemon [2020-03-13T10:14:33.526Z] === RUN TestExternalGraphDriver [2020-03-13T10:14:33.660Z] === RUN TestExternalGraphDriver/pull [2020-03-13T10:14:33.784Z] === RUN TestExternalGraphDriver/json [2020-03-13T10:14:34.325Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.208s coverage: 88.3% of statements [2020-03-13T10:14:35.006Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.053s coverage: 57.9% of statements [2020-03-13T10:14:35.291Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.449s coverage: 62.1% of statements [2020-03-13T10:14:35.654Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-03-13T10:14:35.682Z] --- PASS: TestExternalGraphDriver (6.23s) [2020-03-13T10:14:35.682Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2020-03-13T10:14:35.682Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-03-13T10:14:35.682Z] --- PASS: TestExternalGraphDriver/pull (2.04s) [2020-03-13T10:14:35.682Z] === RUN TestGraphdriverPluginV2 [2020-03-13T10:14:35.682Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-03-13T10:14:35.682Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:35.682Z] PASS [2020-03-13T10:14:35.682Z] [2020-03-13T10:14:35.682Z] === Skipped [2020-03-13T10:14:35.682Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-03-13T10:14:35.682Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:35.682Z] [2020-03-13T10:14:35.682Z] [2020-03-13T10:14:35.682Z] DONE 5 tests, 1 skipped in 6.382s [2020-03-13T10:14:35.682Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-13T10:14:35.682Z] ++ 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-03-13T10:14:35.682Z] ++ set -e [2020-03-13T10:14:35.682Z] ++ '[' -n 0 ']' [2020-03-13T10:14:35.682Z] ++ set -x [2020-03-13T10:14:35.682Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:35.682Z] INFO: Testing against a local daemon [2020-03-13T10:14:35.682Z] === RUN TestContinueAfterPluginCrash [2020-03-13T10:14:35.682Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:14:35.682Z] === RUN TestReadPluginNoRead [2020-03-13T10:14:35.682Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:14:35.682Z] === RUN TestDaemonStartWithLogOpt [2020-03-13T10:14:35.682Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:14:35.682Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:14:35.682Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:14:36.032Z] ok github.com/docker/docker/daemon 12.555s coverage: 17.5% of statements [2020-03-13T10:14:36.032Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-13T10:14:36.032Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-13T10:14:36.032Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-13T10:14:36.032Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-13T10:14:36.256Z] ok github.com/docker/docker/daemon/logger/local 0.620s coverage: 74.7% of statements [2020-03-13T10:14:36.256Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-13T10:14:36.314Z] === RUN TestExternalGraphDriver/spec [2020-03-13T10:14:36.714Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.178s coverage: 21.4% of statements [2020-03-13T10:14:37.023Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-03-13T10:14:37.172Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.258s coverage: 33.3% of statements [2020-03-13T10:14:37.280Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-03-13T10:14:37.537Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-03-13T10:14:37.896Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-03-13T10:14:38.101Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-03-13T10:14:38.242Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh binary-daemon [2020-03-13T10:14:38.707Z] ok github.com/docker/docker/daemon/logger/syslog 0.212s coverage: 47.8% of statements [2020-03-13T10:14:38.841Z] [2020-03-13T10:14:38.841Z] Removing bundles/ [2020-03-13T10:14:38.841Z] [2020-03-13T10:14:38.841Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-03-13T10:14:38.841Z] Building: bundles/binary-daemon/dockerd-dev [2020-03-13T10:14:38.842Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:14:38.844Z] === RUN TestExternalGraphDriver/pull [2020-03-13T10:14:39.033Z] === RUN TestDockerSuite/TestBuildContChar [2020-03-13T10:14:39.165Z] ok github.com/docker/docker/daemon/logger/templates 0.491s coverage: 8.3% of statements [2020-03-13T10:14:39.550Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-03-13T10:14:39.847Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.183s coverage: 68.6% of statements [2020-03-13T10:14:40.704Z] ok github.com/docker/docker/daemon/logger/splunk 2.332s coverage: 82.5% of statements [2020-03-13T10:14:40.705Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-13T10:14:40.705Z] ? github.com/docker/docker/daemon/network [no test files] [2020-03-13T10:14:40.705Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-13T10:14:41.373Z] --- PASS: TestExternalGraphDriver (7.34s) [2020-03-13T10:14:41.374Z] --- PASS: TestExternalGraphDriver/json (2.43s) [2020-03-13T10:14:41.374Z] --- PASS: TestExternalGraphDriver/spec (2.71s) [2020-03-13T10:14:41.374Z] --- PASS: TestExternalGraphDriver/pull (2.08s) [2020-03-13T10:14:41.374Z] === RUN TestGraphdriverPluginV2 [2020-03-13T10:14:41.374Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-03-13T10:14:41.374Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:41.374Z] PASS [2020-03-13T10:14:41.374Z] [2020-03-13T10:14:41.374Z] === Skipped [2020-03-13T10:14:41.374Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-03-13T10:14:41.374Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:14:41.374Z] [2020-03-13T10:14:41.374Z] [2020-03-13T10:14:41.374Z] DONE 5 tests, 1 skipped in 7.539s [2020-03-13T10:14:41.374Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-13T10:14:41.374Z] ++ 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-03-13T10:14:41.374Z] ++ set -e [2020-03-13T10:14:41.374Z] ++ '[' -n 0 ']' [2020-03-13T10:14:41.374Z] ++ set -x [2020-03-13T10:14:41.374Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-03-13T10:14:41.374Z] INFO: Testing against a local daemon [2020-03-13T10:14:41.374Z] === RUN TestContinueAfterPluginCrash [2020-03-13T10:14:41.374Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:14:41.374Z] === RUN TestReadPluginNoRead [2020-03-13T10:14:41.374Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:14:41.374Z] === RUN TestDaemonStartWithLogOpt [2020-03-13T10:14:41.374Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:14:41.374Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:14:41.374Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:14:41.374Z] === CONT TestReadPluginNoRead [2020-03-13T10:14:42.240Z] ok github.com/docker/docker/distribution 1.372s coverage: 20.3% of statements [2020-03-13T10:14:42.240Z] ok github.com/docker/docker/distribution/metadata 1.283s coverage: 48.2% of statements [2020-03-13T10:14:42.563Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.336s coverage: 45.9% of statements [2020-03-13T10:14:42.563Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-13T10:14:42.697Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-13T10:14:42.854Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.404s coverage: 49.5% of statements [2020-03-13T10:14:43.155Z] ok github.com/docker/docker/errdefs 0.116s coverage: 49.4% of statements [2020-03-13T10:14:43.208Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-03-13T10:14:43.208Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-03-13T10:14:44.059Z] --- PASS: TestDaemonStartWithLogOpt (8.13s) [2020-03-13T10:14:44.059Z] === CONT TestReadPluginNoRead [2020-03-13T10:14:44.578Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-03-13T10:14:44.578Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-03-13T10:14:44.690Z] ok github.com/docker/docker/distribution/xfer 2.514s coverage: 77.3% of statements [2020-03-13T10:14:44.691Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-13T10:14:44.691Z] ok github.com/docker/docker/image/cache 0.215s coverage: 19.2% of statements [2020-03-13T10:14:44.835Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-03-13T10:14:44.835Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-03-13T10:14:45.093Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-03-13T10:14:45.148Z] ok github.com/docker/docker/image/v1 0.184s coverage: 25.0% of statements [2020-03-13T10:14:45.148Z] ok github.com/docker/docker/image 0.817s coverage: 86.4% of statements [2020-03-13T10:14:45.350Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-03-13T10:14:45.606Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-13T10:14:45.606Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-13T10:14:45.915Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-03-13T10:14:46.173Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-03-13T10:14:46.351Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.730s coverage: 76.1% of statements [2020-03-13T10:14:46.735Z] === RUN TestReadPluginNoRead/default [2020-03-13T10:14:47.142Z] ok github.com/docker/docker/libcontainerd/queue 0.164s coverage: 100.0% of statements [2020-03-13T10:14:47.385Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.035s coverage: 58.0% of statements [2020-03-13T10:14:47.385Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.012s coverage: 3.0% of statements [2020-03-13T10:14:48.108Z] ok github.com/docker/docker/layer 0.545s coverage: 30.1% of statements [2020-03-13T10:14:48.108Z] ok github.com/docker/docker/pkg/aaparser 0.060s coverage: 50.0% of statements [2020-03-13T10:14:48.565Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-13T10:14:48.760Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-13T10:14:48.894Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.806s coverage: 55.4% of statements [2020-03-13T10:14:48.894Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-13T10:14:48.894Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-13T10:14:49.023Z] ok github.com/docker/docker/opts 0.208s coverage: 67.7% of statements [2020-03-13T10:14:49.043Z] --- PASS: TestContinueAfterPluginCrash (13.20s) [2020-03-13T10:14:49.447Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-03-13T10:14:49.524Z] ok github.com/docker/docker/daemon/links 0.038s coverage: 93.0% of statements [2020-03-13T10:14:49.704Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-03-13T10:14:49.988Z] ok github.com/docker/docker/libcontainerd/local 0.536s coverage: 1.0% of statements [2020-03-13T10:14:49.988Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-13T10:14:49.988Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-13T10:14:49.988Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-13T10:14:49.988Z] ? github.com/docker/docker/oci [no test files] [2020-03-13T10:14:49.988Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-13T10:14:49.988Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2020-03-13T10:14:50.515Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-13T10:14:50.960Z] ok github.com/docker/docker/pkg/authorization 0.466s coverage: 26.8% of statements [2020-03-13T10:14:50.960Z] ok github.com/docker/docker/pkg/capabilities 0.055s coverage: 87.5% of statements [2020-03-13T10:14:51.926Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2020-03-13T10:14:51.926Z] ok github.com/docker/docker/pkg/chrootarchive 0.128s coverage: 15.4% of statements [2020-03-13T10:14:52.386Z] ok github.com/docker/docker/pkg/discovery 0.064s coverage: 58.3% of statements [2020-03-13T10:14:52.537Z] --- PASS: TestReadPluginNoRead (8.53s) [2020-03-13T10:14:52.537Z] --- PASS: TestReadPluginNoRead/default (1.86s) [2020-03-13T10:14:52.537Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.97s) [2020-03-13T10:14:52.537Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.99s) [2020-03-13T10:14:52.537Z] read_test.go:91: [d31f34cb0521a] daemon is not started [2020-03-13T10:14:52.537Z] PASS [2020-03-13T10:14:52.537Z] [2020-03-13T10:14:52.537Z] DONE 6 tests in 16.743s [2020-03-13T10:14:52.537Z] 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-03-13T10:14:52.537Z] ++ 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-03-13T10:14:52.537Z] ++ set -e [2020-03-13T10:14:52.537Z] ++ '[' -n 0 ']' [2020-03-13T10:14:52.537Z] ++ set -x [2020-03-13T10:14:52.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-03-13T10:14:52.537Z] testing: warning: no tests to run [2020-03-13T10:14:52.537Z] PASS [2020-03-13T10:14:52.537Z] [2020-03-13T10:14:52.537Z] DONE 0 tests in 0.032s [2020-03-13T10:14:52.537Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-13T10:14:52.537Z] ++ 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-03-13T10:14:52.537Z] ++ set -e [2020-03-13T10:14:52.537Z] ++ '[' -n 0 ']' [2020-03-13T10:14:52.537Z] ++ set -x [2020-03-13T10:14:52.537Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-03-13T10:14:52.537Z] INFO: Testing against a local daemon [2020-03-13T10:14:52.537Z] === RUN TestPluginWithDevMounts [2020-03-13T10:14:52.537Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:14:52.537Z] === CONT TestPluginWithDevMounts [2020-03-13T10:14:52.981Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-03-13T10:14:53.351Z] ok github.com/docker/docker/pkg/discovery/file 0.158s coverage: 92.9% of statements [2020-03-13T10:14:53.597Z] === RUN TestReadPluginNoRead/default [2020-03-13T10:14:53.810Z] ok github.com/docker/docker/pkg/discovery/memory 0.113s coverage: 92.3% of statements [2020-03-13T10:14:53.864Z] --- PASS: TestDaemonStartWithLogOpt (12.59s) [2020-03-13T10:14:53.960Z] ok github.com/docker/docker/daemon/logger 0.305s coverage: 41.8% of statements [2020-03-13T10:14:53.960Z] ok github.com/docker/docker/daemon/logger/gelf 0.021s coverage: 67.0% of statements [2020-03-13T10:14:54.560Z] --- PASS: TestPluginWithDevMounts (1.81s) [2020-03-13T10:14:54.560Z] PASS [2020-03-13T10:14:54.560Z] [2020-03-13T10:14:54.560Z] DONE 1 tests in 1.891s [2020-03-13T10:14:54.560Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-03-13T10:14:54.560Z] ++ 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-03-13T10:14:54.560Z] ++ set -e [2020-03-13T10:14:54.560Z] ++ '[' -n 0 ']' [2020-03-13T10:14:54.560Z] ++ set -x [2020-03-13T10:14:54.560Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:54.560Z] INFO: Testing against a local daemon [2020-03-13T10:14:54.560Z] === RUN TestSecretInspect [2020-03-13T10:14:54.776Z] ok github.com/docker/docker/pkg/discovery/nodes 0.203s coverage: 93.8% of statements [2020-03-13T10:14:54.799Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-13T10:14:54.880Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-03-13T10:14:55.766Z] ok github.com/docker/docker/pkg/filenotify 0.131s coverage: 36.2% of statements [2020-03-13T10:14:56.067Z] ok github.com/docker/docker/daemon/images 0.070s coverage: 4.9% of statements [2020-03-13T10:14:56.068Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-13T10:14:56.068Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-13T10:14:56.225Z] ok github.com/docker/docker/pkg/fileutils 0.116s coverage: 87.7% of statements [2020-03-13T10:14:56.683Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2020-03-13T10:14:56.694Z] ok github.com/docker/docker/daemon/logger/awslogs 0.625s coverage: 77.8% of statements [2020-03-13T10:14:56.695Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-13T10:14:56.695Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-13T10:14:56.700Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-13T10:14:57.321Z] ok github.com/docker/docker/daemon/logger/journald 0.053s coverage: 26.2% of statements [2020-03-13T10:14:57.648Z] ok github.com/docker/docker/pkg/discovery/kv 3.439s coverage: 84.1% of statements [2020-03-13T10:14:57.648Z] ok github.com/docker/docker/pkg/idtools 0.184s coverage: 6.3% of statements [2020-03-13T10:14:57.950Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.037s coverage: 62.1% of statements [2020-03-13T10:14:58.240Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.034s coverage: 88.3% of statements [2020-03-13T10:14:58.601Z] --- PASS: TestReadPluginNoRead (17.17s) [2020-03-13T10:14:58.601Z] --- PASS: TestReadPluginNoRead/default (2.05s) [2020-03-13T10:14:58.601Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.83s) [2020-03-13T10:14:58.601Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.91s) [2020-03-13T10:14:58.601Z] read_test.go:91: [d2cebe88a3c48] daemon is not started [2020-03-13T10:14:58.601Z] --- PASS: TestContinueAfterPluginCrash (17.37s) [2020-03-13T10:14:58.601Z] PASS [2020-03-13T10:14:58.601Z] [2020-03-13T10:14:58.601Z] DONE 6 tests in 17.529s [2020-03-13T10:14:58.601Z] 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-03-13T10:14:58.601Z] ++ 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-03-13T10:14:58.601Z] ++ set -e [2020-03-13T10:14:58.601Z] ++ '[' -n 0 ']' [2020-03-13T10:14:58.601Z] ++ set -x [2020-03-13T10:14:58.601Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:58.601Z] testing: warning: no tests to run [2020-03-13T10:14:58.601Z] PASS [2020-03-13T10:14:58.601Z] [2020-03-13T10:14:58.601Z] DONE 0 tests in 0.052s [2020-03-13T10:14:58.601Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-13T10:14:58.601Z] ++ 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-03-13T10:14:58.601Z] ++ set -e [2020-03-13T10:14:58.601Z] ++ '[' -n 0 ']' [2020-03-13T10:14:58.601Z] ++ set -x [2020-03-13T10:14:58.601Z] ++ env -i DEST=/go/src/github.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-03-13T10:14:58.860Z] INFO: Testing against a local daemon [2020-03-13T10:14:58.860Z] === RUN TestPluginWithDevMounts [2020-03-13T10:14:58.860Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:14:58.860Z] === CONT TestPluginWithDevMounts [2020-03-13T10:14:58.940Z] --- PASS: TestSecretInspect (3.79s) [2020-03-13T10:14:58.940Z] === RUN TestSecretList [2020-03-13T10:14:59.057Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-03-13T10:14:59.180Z] ok github.com/docker/docker/pkg/locker 0.196s coverage: 88.9% of statements [2020-03-13T10:14:59.181Z] ok github.com/docker/docker/pkg/jsonmessage 0.259s coverage: 91.7% of statements [2020-03-13T10:14:59.181Z] ok github.com/docker/docker/pkg/ioutils 0.857s coverage: 69.2% of statements [2020-03-13T10:15:00.146Z] ok github.com/docker/docker/pkg/longpath 0.052s coverage: 100.0% of statements [2020-03-13T10:15:00.146Z] ok github.com/docker/docker/pkg/namesgenerator 0.051s coverage: 85.7% of statements [2020-03-13T10:15:00.146Z] ok github.com/docker/docker/pkg/archive 8.817s coverage: 62.0% of statements [2020-03-13T10:15:00.426Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-03-13T10:15:00.604Z] ok github.com/docker/docker/pkg/parsers 0.101s coverage: 97.0% of statements [2020-03-13T10:15:00.965Z] ok github.com/docker/docker/daemon/logger/local 0.087s coverage: 74.7% of statements [2020-03-13T10:15:00.965Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-13T10:15:01.062Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2020-03-13T10:15:01.358Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-03-13T10:15:01.390Z] --- PASS: TestPluginWithDevMounts (2.21s) [2020-03-13T10:15:01.390Z] PASS [2020-03-13T10:15:01.390Z] [2020-03-13T10:15:01.390Z] DONE 1 tests in 2.385s [2020-03-13T10:15:01.390Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-13T10:15:01.390Z] ++ 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-03-13T10:15:01.390Z] ++ set -e [2020-03-13T10:15:01.390Z] ++ '[' -n 0 ']' [2020-03-13T10:15:01.390Z] ++ set -x [2020-03-13T10:15:01.390Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:15:01.390Z] INFO: Testing against a local daemon [2020-03-13T10:15:01.390Z] === RUN TestSecretInspect [2020-03-13T10:15:02.394Z] --- PASS: TestSecretList (3.60s) [2020-03-13T10:15:02.394Z] === RUN TestSecretsCreateAndDelete [2020-03-13T10:15:02.502Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 19.9% of statements [2020-03-13T10:15:02.502Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.041s coverage: 33.3% of statements [2020-03-13T10:15:02.597Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.157s coverage: 56.8% of statements [2020-03-13T10:15:02.731Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-03-13T10:15:03.296Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-03-13T10:15:04.010Z] ok github.com/docker/docker/daemon/logger/templates 0.019s coverage: 8.3% of statements [2020-03-13T10:15:04.134Z] ok github.com/docker/docker/pkg/plugins/transport 0.526s coverage: 85.7% of statements [2020-03-13T10:15:04.134Z] ok github.com/docker/docker/pkg/pools 0.100s coverage: 88.2% of statements [2020-03-13T10:15:04.675Z] --- PASS: TestSecretInspect (3.26s) [2020-03-13T10:15:04.675Z] === RUN TestSecretList [2020-03-13T10:15:05.100Z] ok github.com/docker/docker/pkg/progress 0.044s coverage: 75.9% of statements [2020-03-13T10:15:05.514Z] ok github.com/docker/docker/daemon/logger/syslog 0.035s coverage: 47.8% of statements [2020-03-13T10:15:05.823Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-03-13T10:15:05.851Z] --- PASS: TestSecretsCreateAndDelete (3.57s) [2020-03-13T10:15:05.851Z] === RUN TestSecretsUpdate [2020-03-13T10:15:06.066Z] ok github.com/docker/docker/pkg/reexec 0.107s coverage: 82.4% of statements [2020-03-13T10:15:06.066Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 73.9% of statements [2020-03-13T10:15:06.141Z] ok github.com/docker/docker/daemon/network 0.030s coverage: 63.8% of statements [2020-03-13T10:15:07.032Z] ok github.com/docker/docker/pkg/signal 0.039s coverage: 20.3% of statements [2020-03-13T10:15:07.032Z] ok github.com/docker/docker/pkg/stdcopy 0.060s coverage: 100.0% of statements [2020-03-13T10:15:07.165Z] ok github.com/docker/docker/daemon/logger/splunk 3.200s coverage: 82.5% of statements [2020-03-13T10:15:07.165Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-13T10:15:07.165Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-13T10:15:07.719Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-03-13T10:15:07.960Z] --- PASS: TestSecretList (3.38s) [2020-03-13T10:15:07.960Z] === RUN TestSecretsCreateAndDelete [2020-03-13T10:15:07.999Z] ok github.com/docker/docker/pkg/stringid 0.079s coverage: 70.6% of statements [2020-03-13T10:15:08.457Z] ok github.com/docker/docker/pkg/streamformatter 0.064s coverage: 66.2% of statements [2020-03-13T10:15:08.915Z] ok github.com/docker/docker/pkg/sysinfo 0.037s coverage: 38.2% of statements [2020-03-13T10:15:09.308Z] --- PASS: TestSecretsUpdate (3.73s) [2020-03-13T10:15:09.308Z] === RUN TestTemplatedSecret [2020-03-13T10:15:09.613Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-03-13T10:15:09.881Z] ok github.com/docker/docker/pkg/system 0.068s coverage: 13.8% of statements [2020-03-13T10:15:10.339Z] ok github.com/docker/docker/pkg/tailfile 0.175s coverage: 88.6% of statements [2020-03-13T10:15:11.242Z] --- PASS: TestSecretsCreateAndDelete (3.32s) [2020-03-13T10:15:11.242Z] === RUN TestSecretsUpdate [2020-03-13T10:15:11.615Z] ok github.com/docker/docker/distribution/metadata 0.177s coverage: 48.2% of statements [2020-03-13T10:15:11.615Z] ok github.com/docker/docker/errdefs 0.013s coverage: 49.4% of statements [2020-03-13T10:15:11.873Z] ok github.com/docker/docker/pkg/tarsum 0.150s coverage: 89.3% of statements [2020-03-13T10:15:11.873Z] ok github.com/docker/docker/pkg/term 0.048s coverage: 30.8% of statements [2020-03-13T10:15:12.762Z] --- PASS: TestTemplatedSecret (3.61s) [2020-03-13T10:15:12.762Z] === RUN TestSecretCreateResolve [2020-03-13T10:15:12.839Z] testing: warning: no tests to run [2020-03-13T10:15:12.839Z] ok github.com/docker/docker/pkg/term/windows 0.074s coverage: 0.0% of statements [no tests to run] [2020-03-13T10:15:12.839Z] ok github.com/docker/docker/pkg/truncindex 0.131s coverage: 91.5% of statements [2020-03-13T10:15:12.887Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-03-13T10:15:12.887Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-03-13T10:15:13.117Z] ok github.com/docker/docker/distribution 0.467s coverage: 22.1% of statements [2020-03-13T10:15:13.117Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-13T10:15:13.298Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2020-03-13T10:15:13.756Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2020-03-13T10:15:14.144Z] ok github.com/docker/docker/distribution/xfer 1.713s coverage: 85.1% of statements [2020-03-13T10:15:14.144Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-13T10:15:14.527Z] --- PASS: TestSecretsUpdate (3.27s) [2020-03-13T10:15:14.527Z] === RUN TestTemplatedSecret [2020-03-13T10:15:14.782Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-03-13T10:15:14.782Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-03-13T10:15:14.782Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-03-13T10:15:14.782Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-03-13T10:15:14.782Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-03-13T10:15:14.782Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-13T10:15:15.290Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-13T10:15:15.346Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-03-13T10:15:15.748Z] ok github.com/docker/docker/plugin/v2 0.109s coverage: 20.1% of statements [2020-03-13T10:15:15.748Z] ok github.com/docker/docker/plugin 0.242s coverage: 11.7% of statements [2020-03-13T10:15:15.911Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-03-13T10:15:16.218Z] ok github.com/docker/docker/image 0.191s coverage: 86.4% of statements [2020-03-13T10:15:16.475Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-03-13T10:15:16.505Z] ok github.com/docker/docker/image/cache 0.067s coverage: 19.2% of statements [2020-03-13T10:15:16.505Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-13T10:15:16.716Z] ok github.com/docker/docker/reference 0.237s coverage: 84.4% of statements [2020-03-13T10:15:17.156Z] --- PASS: TestSecretCreateResolve (3.69s) [2020-03-13T10:15:17.156Z] PASS [2020-03-13T10:15:17.156Z] [2020-03-13T10:15:17.156Z] DONE 6 tests in 22.061s [2020-03-13T10:15:17.156Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-03-13T10:15:17.156Z] ++ 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-03-13T10:15:17.156Z] ++ set -e [2020-03-13T10:15:17.156Z] ++ '[' -n 0 ']' [2020-03-13T10:15:17.156Z] ++ set -x [2020-03-13T10:15:17.156Z] ++ env -i DEST=/go/src/github.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-03-13T10:15:17.156Z] INFO: Testing against a local daemon [2020-03-13T10:15:17.156Z] === RUN TestServiceCreateInit [2020-03-13T10:15:17.156Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-13T10:15:17.530Z] ok github.com/docker/docker/image/v1 0.041s coverage: 25.0% of statements [2020-03-13T10:15:17.531Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-13T10:15:17.682Z] ok github.com/docker/docker/registry/resumable 0.296s coverage: 100.0% of statements [2020-03-13T10:15:17.810Z] --- PASS: TestTemplatedSecret (3.42s) [2020-03-13T10:15:17.810Z] === RUN TestSecretCreateResolve [2020-03-13T10:15:17.820Z] ok github.com/docker/docker/libcontainerd/queue 0.056s coverage: 87.5% of statements [2020-03-13T10:15:18.140Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2020-03-13T10:15:18.597Z] ok github.com/docker/docker/registry 0.454s coverage: 51.7% of statements [2020-03-13T10:15:19.003Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-03-13T10:15:19.003Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-03-13T10:15:19.565Z] ok github.com/docker/docker/runconfig 0.266s coverage: 54.5% of statements [2020-03-13T10:15:19.565Z] ok github.com/docker/docker/testutil 0.074s coverage: 62.5% of statements [2020-03-13T10:15:19.876Z] ok github.com/docker/docker/pkg/aaparser 0.018s coverage: 50.0% of statements [2020-03-13T10:15:19.933Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-03-13T10:15:20.498Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-03-13T10:15:21.093Z] --- PASS: TestSecretCreateResolve (3.25s) [2020-03-13T10:15:21.093Z] PASS [2020-03-13T10:15:21.093Z] [2020-03-13T10:15:21.093Z] DONE 6 tests in 20.056s [2020-03-13T10:15:21.093Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-03-13T10:15:21.093Z] ++ 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-03-13T10:15:21.093Z] ++ set -e [2020-03-13T10:15:21.093Z] ++ '[' -n 0 ']' [2020-03-13T10:15:21.093Z] ++ set -x [2020-03-13T10:15:21.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-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-03-13T10:15:21.351Z] INFO: Testing against a local daemon [2020-03-13T10:15:21.351Z] === RUN TestServiceCreateInit [2020-03-13T10:15:21.351Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-13T10:15:22.394Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-03-13T10:15:22.463Z] ok github.com/docker/docker/volume/drivers 0.176s coverage: 36.1% of statements [2020-03-13T10:15:22.463Z] ok github.com/docker/docker/volume/local 0.161s coverage: 37.7% of statements [2020-03-13T10:15:22.463Z] ok github.com/docker/docker/volume/mounts 0.221s coverage: 66.2% of statements [2020-03-13T10:15:22.617Z] ok github.com/docker/docker/opts 0.091s coverage: 67.4% of statements [2020-03-13T10:15:22.644Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-13T10:15:24.113Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2020-03-13T10:15:24.113Z] ok github.com/docker/docker/pkg/authorization 0.729s coverage: 68.3% of statements [2020-03-13T10:15:24.635Z] ok github.com/docker/docker/volume/service 0.476s coverage: 70.3% of statements [2020-03-13T10:15:25.145Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-03-13T10:15:25.434Z] ok github.com/docker/docker/pkg/archive 1.534s coverage: 77.0% of statements [2020-03-13T10:15:26.575Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-03-13T10:15:26.575Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-03-13T10:15:26.618Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-13T10:15:26.939Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2020-03-13T10:15:27.024Z] --- PASS: TestServiceCreateInit (10.59s) [2020-03-13T10:15:27.024Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2020-03-13T10:15:27.024Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.32s) [2020-03-13T10:15:27.024Z] === RUN TestCreateServiceMultipleTimes [2020-03-13T10:15:27.507Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-03-13T10:15:27.568Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2020-03-13T10:15:28.198Z] ok github.com/docker/docker/pkg/discovery/file 0.033s coverage: 92.9% of statements [2020-03-13T10:15:29.235Z] ok github.com/docker/docker/layer 7.154s coverage: 68.8% of statements [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/oci [no test files] [2020-03-13T10:15:29.235Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-13T10:15:29.429Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-03-13T10:15:29.524Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2020-03-13T10:15:30.365Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-03-13T10:15:30.549Z] ok github.com/docker/docker/pkg/discovery/nodes 0.013s coverage: 93.8% of statements [2020-03-13T10:15:30.549Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2020-03-13T10:15:30.929Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-03-13T10:15:31.573Z] ok github.com/docker/docker/pkg/chrootarchive 4.396s coverage: 43.2% of statements [2020-03-13T10:15:31.574Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-13T10:15:31.574Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-13T10:15:31.884Z] --- PASS: TestServiceCreateInit (10.39s) [2020-03-13T10:15:31.884Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.25s) [2020-03-13T10:15:31.884Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2020-03-13T10:15:31.884Z] === RUN TestCreateServiceMultipleTimes [2020-03-13T10:15:32.200Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2020-03-13T10:15:32.200Z] ok github.com/docker/docker/pkg/filenotify 0.628s coverage: 67.0% of statements [2020-03-13T10:15:33.453Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-03-13T10:15:33.700Z] ok github.com/docker/docker/pkg/fsutils 0.377s coverage: 85.1% of statements [2020-03-13T10:15:33.700Z] ok github.com/docker/docker/pkg/discovery/kv 3.190s coverage: 84.1% of statements [2020-03-13T10:15:33.700Z] ok github.com/docker/docker/pkg/homedir 0.013s coverage: 11.4% of statements [2020-03-13T10:15:35.764Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2020-03-13T10:15:35.764Z] ok github.com/docker/docker/pkg/locker 0.054s coverage: 88.9% of statements [2020-03-13T10:15:36.393Z] ok github.com/docker/docker/pkg/idtools 0.828s coverage: 70.1% of statements [2020-03-13T10:15:36.792Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-03-13T10:15:37.022Z] ok github.com/docker/docker/pkg/longpath 0.021s coverage: 100.0% of statements [2020-03-13T10:15:37.311Z] ok github.com/docker/docker/pkg/ioutils 1.647s coverage: 68.8% of statements [2020-03-13T10:15:37.311Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-13T10:15:37.599Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-03-13T10:15:38.623Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-03-13T10:15:38.623Z] ok github.com/docker/docker/pkg/parsers/kernel 0.005s coverage: 60.0% of statements [2020-03-13T10:15:39.250Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.049s coverage: 91.4% of statements [2020-03-13T10:15:39.250Z] ok github.com/docker/docker/pkg/mount 0.939s coverage: 70.5% of statements [2020-03-13T10:15:39.250Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-13T10:15:39.314Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-03-13T10:15:39.461Z] ok github.com/docker/docker/pkg/plugins 35.118s coverage: 73.4% of statements [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/rootless [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/volume [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-13T10:15:39.461Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === Skipped [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-03-13T10:15:39.461Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-03-13T10:15:39.461Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-03-13T10:15:39.461Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-03-13T10:15:39.461Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-03-13T10:15:39.461Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-03-13T10:15:39.461Z] client_test.go:23: runtime.GOOS == "windows" [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-03-13T10:15:39.461Z] daemon_test.go:147: root required [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-03-13T10:15:39.461Z] reload_test.go:520: root required [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-03-13T10:15:39.461Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-03-13T10:15:39.461Z] pull_v2_test.go:73: Needs fixing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-03-13T10:15:39.461Z] pull_v2_test.go:118: Needs fixing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-03-13T10:15:39.461Z] download_test.go:268: Needs fixing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-03-13T10:15:39.461Z] layer_test.go:304: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-03-13T10:15:39.461Z] layer_test.go:353: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-03-13T10:15:39.461Z] layer_test.go:468: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-03-13T10:15:39.461Z] layer_test.go:697: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-03-13T10:15:39.461Z] migration_test.go:46: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-03-13T10:15:39.461Z] migration_test.go:182: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-03-13T10:15:39.461Z] mount_test.go:17: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-03-13T10:15:39.461Z] mount_test.go:76: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-03-13T10:15:39.461Z] mount_test.go:125: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-03-13T10:15:39.461Z] mount_test.go:212: Failing on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:133: Xz not present in msys2 [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:238: Failing on Windows CI machines [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-03-13T10:15:39.461Z] archive_windows_test.go:16: Currently fails [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-03-13T10:15:39.461Z] changes_test.go:192: needs more investigation [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-03-13T10:15:39.461Z] changes_test.go:405: needs further investigation [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-03-13T10:15:39.461Z] changes_test.go:441: needs further investigation [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-03-13T10:15:39.461Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-03-13T10:15:39.461Z] poller_test.go:41: No chmod on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-03-13T10:15:39.461Z] fileutils_test.go:134: Needs porting to Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-03-13T10:15:39.461Z] fileutils_test.go:180: Needs porting to Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-03-13T10:15:39.461Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-03-13T10:15:39.461Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-03-13T10:15:39.461Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-03-13T10:15:39.461Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-03-13T10:15:39.461Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-03-13T10:15:39.461Z] local_test.go:181: runtime.GOOS == "windows" [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] [2020-03-13T10:15:39.461Z] DONE 1772 tests, 46 skipped in 207.574s [2020-03-13T10:15:39.461Z] INFO: make.ps1 ended at 03/13/2020 10:15:39 [2020-03-13T10:15:39.891Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2020-03-13T10:15:39.891Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-13T10:15:39.891Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-13T10:15:40.932Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2020-03-13T10:15:41.636Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-03-13T10:15:41.636Z] INFO: Unit tests ended at 03/13/2020 10:15:41. Duration:00:03:43.1217641 [2020-03-13T10:15:41.636Z] INFO: Building busybox [2020-03-13T10:15:42.094Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-03-13T10:15:42.094Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-03-13T10:15:42.094Z] [2020-03-13T10:15:42.094Z] Sending build context to Docker daemon 2.56kB [2020-03-13T10:15:42.094Z] [2020-03-13T10:15:42.094Z] Step 1/6 : FROM microsoft/windowsservercore [2020-03-13T10:15:42.094Z] ---> 80e84fd280e2 [2020-03-13T10:15:42.094Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-03-13T10:15:42.094Z] ---> Running in a4753b4feeca [2020-03-13T10:15:42.428Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements [2020-03-13T10:15:42.428Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2020-03-13T10:15:42.428Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2020-03-13T10:15:42.589Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-03-13T10:15:43.452Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-03-13T10:15:44.474Z] ok github.com/docker/docker/pkg/pubsub 1.170s coverage: 73.9% of statements [2020-03-13T10:15:44.486Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-03-13T10:15:44.764Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-03-13T10:15:45.417Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-03-13T10:15:45.791Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2020-03-13T10:15:45.791Z] ok github.com/docker/docker/pkg/streamformatter 0.018s coverage: 66.2% of statements [2020-03-13T10:15:46.416Z] ok github.com/docker/docker/pkg/symlink 0.016s coverage: 87.7% of statements [2020-03-13T10:15:46.787Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-03-13T10:15:46.787Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-03-13T10:15:47.064Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 70.8% of statements [2020-03-13T10:15:47.351Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-03-13T10:15:47.353Z] ok github.com/docker/docker/pkg/signal 3.390s coverage: 61.0% of statements [2020-03-13T10:15:48.382Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 37.2% of statements [2020-03-13T10:15:48.382Z] ok github.com/docker/docker/pkg/tailfile 0.175s coverage: 88.6% of statements [2020-03-13T10:15:49.170Z] Removing intermediate container a4753b4feeca [2020-03-13T10:15:49.170Z] ---> 269176659647 [2020-03-13T10:15:49.170Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-03-13T10:15:49.248Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-03-13T10:15:49.342Z] --- PASS: TestCreateServiceMultipleTimes (21.66s) [2020-03-13T10:15:49.342Z] === RUN TestCreateServiceConflict [2020-03-13T10:15:49.879Z] ok github.com/docker/docker/pkg/term 0.010s coverage: 84.8% of statements [2020-03-13T10:15:49.879Z] testing: warning: no tests to run [2020-03-13T10:15:49.879Z] coverage: [no statements] [2020-03-13T10:15:49.879Z] ok github.com/docker/docker/pkg/term/windows 0.007s coverage: [no statements] [no tests to run] [2020-03-13T10:15:50.135Z] [2020-03-13T10:15:50.165Z] ok github.com/docker/docker/pkg/tarsum 0.218s coverage: 89.3% of statements [2020-03-13T10:15:50.620Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-03-13T10:15:50.791Z] ok github.com/docker/docker/pkg/urlutil 0.013s coverage: 100.0% of statements [2020-03-13T10:15:50.791Z] ok github.com/docker/docker/pkg/truncindex 0.115s coverage: 91.5% of statements [2020-03-13T10:15:51.080Z] ok github.com/docker/docker/pkg/useragent 0.017s coverage: 88.9% of statements [2020-03-13T10:15:51.102Z] ---> 31ed8b9772da [2020-03-13T10:15:51.102Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-03-13T10:15:51.102Z] ---> Running in 0fab245687f8 [2020-03-13T10:15:52.636Z] [2020-03-13T10:15:52.636Z] SUCCESS: Specified value was saved. [2020-03-13T10:15:52.797Z] --- PASS: TestCreateServiceConflict (3.65s) [2020-03-13T10:15:52.797Z] === RUN TestCreateServiceMaxReplicas [2020-03-13T10:15:53.809Z] --- PASS: TestCreateServiceMultipleTimes (19.44s) [2020-03-13T10:15:53.809Z] === RUN TestCreateServiceConflict [2020-03-13T10:15:53.809Z] --- PASS: TestCreateServiceConflict (2.74s) [2020-03-13T10:15:53.809Z] === RUN TestCreateServiceMaxReplicas [2020-03-13T10:15:54.605Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2020-03-13T10:15:54.796Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-03-13T10:15:54.796Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-03-13T10:15:54.894Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 68.8% of statements [2020-03-13T10:15:55.053Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-03-13T10:15:55.921Z] ok github.com/docker/docker/reference 0.035s coverage: 84.4% of statements [2020-03-13T10:15:56.253Z] --- PASS: TestCreateServiceMaxReplicas (3.88s) [2020-03-13T10:15:56.253Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-13T10:15:56.947Z] ok github.com/docker/docker/plugin 0.604s coverage: 27.1% of statements [2020-03-13T10:15:56.947Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-03-13T10:15:57.314Z] Removing intermediate container 0fab245687f8 [2020-03-13T10:15:57.314Z] ---> 7b247edb257c [2020-03-13T10:15:57.314Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-03-13T10:15:57.314Z] ---> Running in 0e341b20e826 [2020-03-13T10:15:57.978Z] ok github.com/docker/docker/registry/resumable 0.024s coverage: 100.0% of statements [2020-03-13T10:15:58.002Z] --- PASS: TestCreateServiceMaxReplicas (3.75s) [2020-03-13T10:15:58.002Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-13T10:15:58.316Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-03-13T10:15:59.008Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements [2020-03-13T10:15:59.686Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-03-13T10:15:59.686Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-03-13T10:16:00.266Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-03-13T10:16:00.266Z] Copying nested executables into bundles/binary-daemon [2020-03-13T10:16:00.266Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-03-13T10:16:00.507Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2020-03-13T10:16:00.507Z] ok github.com/docker/docker/runconfig 0.024s coverage: 68.2% of statements [2020-03-13T10:16:00.629Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh cross [2020-03-13T10:16:00.800Z] ok github.com/docker/docker/registry 0.405s coverage: 56.0% of statements [2020-03-13T10:16:01.231Z] [2020-03-13T10:16:01.231Z] Removing bundles/ [2020-03-13T10:16:01.231Z] [2020-03-13T10:16:01.231Z] ---> Making bundle: cross (in bundles/cross) [2020-03-13T10:16:01.231Z] Cross building: bundles/cross/linux/amd64 [2020-03-13T10:16:01.231Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-03-13T10:16:01.231Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-03-13T10:16:04.303Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2020-03-13T10:16:04.407Z] Cannot create a file when that file already exists. [2020-03-13T10:16:07.030Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2020-03-13T10:16:07.321Z] ok github.com/docker/docker/volume/local 0.041s coverage: 73.0% of statements [2020-03-13T10:16:08.341Z] ok github.com/docker/docker/volume/service 0.032s coverage: 73.0% of statements [2020-03-13T10:16:09.640Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-03-13T10:16:11.471Z] Removing intermediate container 0e341b20e826 [2020-03-13T10:16:11.471Z] ---> 122284108e8c [2020-03-13T10:16:11.471Z] Step 6/6 : CMD ["sh"] [2020-03-13T10:16:11.471Z] ---> Running in 1b109a8ccd09 [2020-03-13T10:16:12.161Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-03-13T10:16:12.435Z] Removing intermediate container 1b109a8ccd09 [2020-03-13T10:16:12.435Z] ---> 7f1dd2409268 [2020-03-13T10:16:12.435Z] Successfully built 7f1dd2409268 [2020-03-13T10:16:12.435Z] Successfully tagged busybox:latest [2020-03-13T10:16:12.435Z] INFO: Docker images of the daemon under test [2020-03-13T10:16:12.435Z] [2020-03-13T10:16:12.435Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-03-13T10:16:12.435Z] busybox latest 7f1dd2409268 Less than a second ago 4.97GB [2020-03-13T10:16:12.435Z] mcr.microsoft.com/windows/servercore ltsc2019 80e84fd280e2 6 days ago 4.94GB [2020-03-13T10:16:12.435Z] microsoft/windowsservercore latest 80e84fd280e2 6 days ago 4.94GB [2020-03-13T10:16:12.435Z] [2020-03-13T10:16:12.435Z] INFO: Running integration tests at 03/13/2020 10:16:11... [2020-03-13T10:16:12.435Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-03-13T10:16:12.435Z] INFO: Integration API tests being run from the host: [2020-03-13T10:16:12.435Z] INFO: make.ps1 starting at 03/13/2020 10:16:11 [2020-03-13T10:16:12.726Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-03-13T10:16:12.872Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.79s) [2020-03-13T10:16:12.872Z] === RUN TestCreateServiceSecretFileMode [2020-03-13T10:16:13.401Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-03-13T10:16:14.620Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-03-13T10:16:14.697Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.35s) [2020-03-13T10:16:14.697Z] === RUN TestCreateServiceSecretFileMode [2020-03-13T10:16:14.877Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-03-13T10:16:15.311Z] --- PASS: TestCreateServiceSecretFileMode (3.52s) [2020-03-13T10:16:15.311Z] === RUN TestCreateServiceConfigFileMode [2020-03-13T10:16:16.155Z] --- PASS: TestCreateServiceSecretFileMode (3.49s) [2020-03-13T10:16:16.155Z] === RUN TestCreateServiceConfigFileMode [2020-03-13T10:16:16.758Z] ok github.com/docker/docker/pkg/plugins 33.672s coverage: 76.6% of statements [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/rootless [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/volume [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-13T10:16:16.758Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === Skipped [2020-03-13T10:16:16.758Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-13T10:16:16.758Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-13T10:16:16.758Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-13T10:16:16.758Z] time="2020-03-13T10:14:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-13T10:16:16.758Z] time="2020-03-13T10:14:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-13T10:16:16.758Z] time="2020-03-13T10:14:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-13T10:16:16.758Z] time="2020-03-13T10:14:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-13T10:16:16.758Z] time="2020-03-13T10:14:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:16:16.758Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:16:16.758Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-13T10:16:16.758Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-13T10:16:16.758Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-13T10:16:16.758Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-13T10:16:16.758Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-13T10:16:16.758Z] [2020-03-13T10:16:16.758Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.759Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.759Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.759Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.759Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:16:16.759Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-13T10:16:16.759Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-13T10:16:16.759Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-13T10:16:16.759Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] [2020-03-13T10:16:16.759Z] DONE 2174 tests, 26 skipped in 347.791s Post stage [Pipeline] junit [2020-03-13T10:16:16.798Z] Recording test results [2020-03-13T10:16:17.400Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-03-13T10:16:17.657Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-13T10:16:19.028Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-03-13T10:16:19.099Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -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:745fa04e521f84ce09658008ae24227ca57c2f49 hack/make.sh dynbinary test-integration [2020-03-13T10:16:19.440Z] --- PASS: TestCreateServiceConfigFileMode (3.23s) [2020-03-13T10:16:19.440Z] === RUN TestCreateServiceSysctls [2020-03-13T10:16:19.695Z] --- PASS: TestCreateServiceConfigFileMode (3.72s) [2020-03-13T10:16:19.695Z] === RUN TestCreateServiceSysctls [2020-03-13T10:16:19.726Z] [2020-03-13T10:16:19.726Z] Removing bundles/ [2020-03-13T10:16:19.726Z] [2020-03-13T10:16:19.726Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-13T10:16:19.726Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:16:19.726Z] GOOS="" GOARCH="" GOARM="" [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite (350.25s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.32s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.08s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.60s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.71s) [2020-03-13T10:16:23.216Z] docker_cli_daemon_test.go:1449: [d4dbfabf7b159] daemon is not started [2020-03-13T10:16:23.216Z] check_test.go:309: [d2a7a68820aa7] daemon is not started [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.08s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.30s) [2020-03-13T10:16:23.216Z] check_test.go:309: [d83f6ab6e188e] daemon is not started [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.79s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.54s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.89s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.80s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.06s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.18s) [2020-03-13T10:16:23.216Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.01s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d80fc78a46d70] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d794c3897ea1b] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.37s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d1920d0075ca9] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.54s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.35s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.37s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.55s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d1a10d0608385] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.57s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.58s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.29s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.43s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.78s) [2020-03-13T10:16:23.475Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-03-13T10:16:23.475Z] check_test.go:309: [d7520dc9875f5] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.01s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.26s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.80s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d4c94d975d740] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.05s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2020-03-13T10:16:23.475Z] check_test.go:309: [db13c7f6ba628] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.96s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_plugins_test.go:79: [d07cacdde3ef7] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.97s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_plugins_test.go:169: [d21d361d9f27d] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.52s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d48fedc71a351] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.77s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.63s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.98s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.89s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.77s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.80s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.22s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.62s) [2020-03-13T10:16:23.475Z] check_test.go:309: [dffed7895c4d4] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.56s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (12.53s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.32s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.05s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.40s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.09s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d89d9769b62af] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.58s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.76s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.02s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.19s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.57s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.69s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.14s) [2020-03-13T10:16:23.475Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-03-13T10:16:23.475Z] check_test.go:309: [dc4f09a0bf92d] daemon is not started [2020-03-13T10:16:23.475Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-03-13T10:16:23.475Z] check_test.go:309: [d8cad88192eb9] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.77s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d123494dab1bd] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.14s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.34s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.16s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.11s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.06s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.84s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.89s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.50s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d91fb875d6b5d] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.68s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.59s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.06s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d83d722fabd06] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.09s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.10s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-03-13T10:16:23.475Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-03-13T10:16:23.475Z] check_test.go:309: [ddb4939fabc01] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.18s) [2020-03-13T10:16:23.475Z] check_test.go:309: [db9e47b54070e] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.69s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d31f2307f48cf] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.19s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.01s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.25s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2020-03-13T10:16:23.475Z] check_test.go:309: [d8a9846e5b588] daemon is not started [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.55s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.92s) [2020-03-13T10:16:23.475Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.08s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.00s) [2020-03-13T10:16:23.476Z] check_test.go:309: [d212a5a86df8e] daemon is not started [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.55s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.30s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-03-13T10:16:23.476Z] check_test.go:309: [d8e3d49c247df] daemon is not started [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.77s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.66s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.80s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.99s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.73s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.60s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.41s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.00s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.82s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.00s) [2020-03-13T10:16:23.476Z] docker_cli_daemon_test.go:2542: [d0fbf6561ee28] daemon is not started [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.80s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.83s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.13s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.14s) [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2020-03-13T10:16:23.476Z] check_test.go:309: [daf377cba82a9] daemon is not started [2020-03-13T10:16:23.476Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.78s) [2020-03-13T10:16:23.476Z] === RUN TestDockerSwarmSuite [2020-03-13T10:16:23.476Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-03-13T10:16:23.626Z] --- PASS: TestCreateServiceSysctls (4.18s) [2020-03-13T10:16:23.626Z] === RUN TestCreateServiceCapabilities [2020-03-13T10:16:24.091Z] --- PASS: TestCreateServiceSysctls (4.44s) [2020-03-13T10:16:24.091Z] === RUN TestCreateServiceCapabilities [2020-03-13T10:16:26.751Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-03-13T10:16:26.910Z] --- PASS: TestCreateServiceCapabilities (3.47s) [2020-03-13T10:16:26.910Z] === RUN TestInspect [2020-03-13T10:16:27.546Z] --- PASS: TestCreateServiceCapabilities (3.59s) [2020-03-13T10:16:27.546Z] === RUN TestInspect [2020-03-13T10:16:30.195Z] --- PASS: TestInspect (3.59s) [2020-03-13T10:16:30.195Z] === RUN TestCreateJob [2020-03-13T10:16:30.231Z] --- PASS: TestInspect (3.12s) [2020-03-13T10:16:30.231Z] === RUN TestCreateJob [2020-03-13T10:16:30.928Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-03-13T10:16:33.450Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-03-13T10:16:34.381Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-03-13T10:16:34.381Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-03-13T10:16:34.614Z] --- PASS: TestCreateJob (4.53s) [2020-03-13T10:16:34.614Z] === RUN TestReplicatedJob [2020-03-13T10:16:35.461Z] --- PASS: TestCreateJob (4.36s) [2020-03-13T10:16:35.461Z] === RUN TestReplicatedJob [2020-03-13T10:16:36.906Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-03-13T10:16:41.083Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-03-13T10:16:42.029Z] --- PASS: TestReplicatedJob (6.62s) [2020-03-13T10:16:42.029Z] === RUN TestUpdateReplicatedJob [2020-03-13T10:16:42.978Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-03-13T10:16:42.999Z] --- PASS: TestReplicatedJob (7.27s) [2020-03-13T10:16:42.999Z] === RUN TestUpdateReplicatedJob [2020-03-13T10:16:43.362Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:16:43.362Z] INFO: Testing against a local daemon [2020-03-13T10:16:45.527Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-03-13T10:16:46.215Z] --- PASS: TestUpdateReplicatedJob (4.24s) [2020-03-13T10:16:46.215Z] === RUN TestServiceListWithStatuses [2020-03-13T10:16:46.215Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-13T10:16:46.215Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:16:46.215Z] === RUN TestDockerNetworkConnectAlias [2020-03-13T10:16:46.454Z] --- PASS: TestUpdateReplicatedJob (4.10s) [2020-03-13T10:16:46.454Z] === RUN TestServiceListWithStatuses [2020-03-13T10:16:46.454Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-13T10:16:46.454Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:16:46.454Z] === RUN TestDockerNetworkConnectAlias [2020-03-13T10:16:50.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-03-13T10:16:50.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-03-13T10:16:52.776Z] --- PASS: TestDockerNetworkConnectAlias (6.75s) [2020-03-13T10:16:52.776Z] === RUN TestDockerNetworkReConnect [2020-03-13T10:16:54.061Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-03-13T10:16:54.837Z] --- PASS: TestDockerNetworkConnectAlias (8.00s) [2020-03-13T10:16:54.837Z] === RUN TestDockerNetworkReConnect [2020-03-13T10:16:55.726Z] ok github.com/docker/docker/integration/build 15.416s [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === Skipped [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-03-13T10:16:55.726Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-03-13T10:16:55.726Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-03-13T10:16:55.726Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-03-13T10:16:55.726Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-03-13T10:16:55.726Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-03-13T10:16:55.726Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-03-13T10:16:55.726Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) [2020-03-13T10:16:55.726Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-03-13T10:16:55.726Z] build_test.go:491: testEnv.OSType == "windows" [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-03-13T10:16:55.726Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] DONE 22 tests, 10 skipped in 41.758s [2020-03-13T10:16:55.726Z] [2020-03-13T10:16:55.726Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-03-13T10:16:56.584Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-03-13T10:16:57.261Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:16:57.261Z] INFO: Testing against a local daemon [2020-03-13T10:16:57.261Z] ok github.com/docker/docker/integration/config 0.185s [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === Skipped [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-03-13T10:16:57.717Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] DONE 8 tests, 8 skipped in 2.551s [2020-03-13T10:16:57.717Z] [2020-03-13T10:16:57.717Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-03-13T10:16:58.043Z] --- PASS: TestDockerNetworkReConnect (5.11s) [2020-03-13T10:16:58.043Z] === RUN TestServicePlugin [2020-03-13T10:16:58.043Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-13T10:16:58.043Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:16:58.043Z] === RUN TestServiceUpdateLabel [2020-03-13T10:16:59.109Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-03-13T10:17:00.322Z] --- PASS: TestDockerNetworkReConnect (6.44s) [2020-03-13T10:17:00.323Z] === RUN TestServicePlugin [2020-03-13T10:17:00.323Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-13T10:17:00.323Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:17:00.323Z] === RUN TestServiceUpdateLabel [2020-03-13T10:17:00.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:17:00.619Z] INFO: Testing against a local daemon [2020-03-13T10:17:01.333Z] --- PASS: TestServiceUpdateLabel (3.36s) [2020-03-13T10:17:01.333Z] === RUN TestServiceUpdateSecrets [2020-03-13T10:17:03.789Z] --- PASS: TestServiceUpdateLabel (3.26s) [2020-03-13T10:17:03.789Z] === RUN TestServiceUpdateSecrets [2020-03-13T10:17:16.206Z] --- PASS: TestServiceUpdateSecrets (15.32s) [2020-03-13T10:17:16.206Z] === RUN TestServiceUpdateConfigs [2020-03-13T10:17:21.011Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-03-13T10:17:21.011Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-03-13T10:17:21.011Z] --- PASS: TestImportExtremelyLargeImageWorks (172.21s) [2020-03-13T10:17:21.011Z] PASS [2020-03-13T10:17:21.011Z] [2020-03-13T10:17:21.011Z] DONE 12 tests in 176.484s [2020-03-13T10:17:21.011Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-03-13T10:17:21.011Z] ++ 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-03-13T10:17:21.011Z] ++ set -e [2020-03-13T10:17:21.011Z] ++ '[' -n 0 ']' [2020-03-13T10:17:21.011Z] ++ set -x [2020-03-13T10:17:21.011Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:21.011Z] INFO: Testing against a local daemon [2020-03-13T10:17:21.011Z] === RUN TestNetworkCreateDelete [2020-03-13T10:17:21.011Z] --- PASS: TestNetworkCreateDelete (0.16s) [2020-03-13T10:17:21.011Z] === RUN TestDockerNetworkDeletePreferID [2020-03-13T10:17:21.011Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-03-13T10:17:21.011Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-03-13T10:17:21.011Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s) [2020-03-13T10:17:21.011Z] === RUN TestInspectNetwork [2020-03-13T10:17:22.233Z] --- PASS: TestServiceUpdateSecrets (15.99s) [2020-03-13T10:17:22.233Z] === RUN TestServiceUpdateConfigs [2020-03-13T10:17:22.695Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-03-13T10:17:22.695Z] Copying nested executables into bundles/cross/linux/amd64 [2020-03-13T10:17:22.695Z] Cross building: bundles/cross/windows/amd64 [2020-03-13T10:17:22.695Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-03-13T10:17:22.695Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-03-13T10:17:23.541Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-03-13T10:17:23.797Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-03-13T10:17:24.055Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-03-13T10:17:24.985Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-03-13T10:17:24.985Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-03-13T10:17:25.242Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-03-13T10:17:25.242Z] === RUN TestInspectNetwork/full_network_id [2020-03-13T10:17:25.242Z] === RUN TestInspectNetwork/partial_network_id [2020-03-13T10:17:25.242Z] === RUN TestInspectNetwork/network_name [2020-03-13T10:17:25.242Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-13T10:17:25.499Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-03-13T10:17:28.021Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-03-13T10:17:29.389Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-03-13T10:17:29.646Z] --- PASS: TestInspectNetwork (9.91s) [2020-03-13T10:17:29.646Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-13T10:17:29.646Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-13T10:17:29.646Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-13T10:17:29.646Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-13T10:17:29.646Z] === RUN TestRunContainerWithBridgeNone [2020-03-13T10:17:30.577Z] === RUN TestDockerSuite/TestBuildEnv [2020-03-13T10:17:32.474Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-03-13T10:17:32.474Z] --- PASS: TestRunContainerWithBridgeNone (2.73s) [2020-03-13T10:17:32.474Z] === RUN TestNetworkInvalidJSON [2020-03-13T10:17:32.474Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-13T10:17:32.474Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-13T10:17:32.474Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:17:32.474Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:17:32.474Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:17:32.474Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:17:32.474Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-13T10:17:32.474Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:17:32.474Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:17:32.474Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-03-13T10:17:32.474Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-13T10:17:32.474Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-13T10:17:32.474Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-13T10:17:32.474Z] === RUN TestHostIPv4BridgeLabel [2020-03-13T10:17:33.038Z] --- PASS: TestHostIPv4BridgeLabel (0.62s) [2020-03-13T10:17:33.038Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-13T10:17:33.970Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-03-13T10:17:34.227Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-03-13T10:17:34.227Z] === RUN TestDaemonDefaultNetworkPools [2020-03-13T10:17:34.408Z] --- PASS: TestServiceUpdateConfigs (15.47s) [2020-03-13T10:17:34.408Z] === RUN TestServiceUpdateNetwork [2020-03-13T10:17:35.158Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-03-13T10:17:35.158Z] --- PASS: TestDaemonDefaultNetworkPools (1.12s) [2020-03-13T10:17:35.158Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-13T10:17:36.530Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2020-03-13T10:17:36.530Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-13T10:17:37.448Z] --- PASS: TestServiceUpdateConfigs (15.39s) [2020-03-13T10:17:37.448Z] === RUN TestServiceUpdateNetwork [2020-03-13T10:17:37.899Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2020-03-13T10:17:37.899Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-13T10:17:38.156Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2020-03-13T10:17:38.156Z] === RUN TestServiceWithPredefinedNetwork [2020-03-13T10:17:40.677Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-03-13T10:17:41.241Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-03-13T10:17:41.614Z] --- PASS: TestServiceWithPredefinedNetwork (3.23s) [2020-03-13T10:17:41.614Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-13T10:17:41.614Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:17:41.614Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:17:41.614Z] === RUN TestServiceWithDataPathPortInit [2020-03-13T10:17:43.002Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-03-13T10:17:46.682Z] --- PASS: TestServiceUpdateNetwork (14.72s) [2020-03-13T10:17:46.682Z] PASS [2020-03-13T10:17:46.682Z] [2020-03-13T10:17:46.682Z] === Skipped [2020-03-13T10:17:46.682Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-13T10:17:46.682Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:17:46.682Z] [2020-03-13T10:17:46.682Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-03-13T10:17:46.682Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:17:46.682Z] [2020-03-13T10:17:46.682Z] [2020-03-13T10:17:46.682Z] DONE 23 tests, 2 skipped in 145.176s [2020-03-13T10:17:46.683Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-03-13T10:17:46.683Z] ++ 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-03-13T10:17:46.683Z] ++ set -e [2020-03-13T10:17:46.683Z] ++ '[' -n 0 ']' [2020-03-13T10:17:46.683Z] ++ set -x [2020-03-13T10:17:46.683Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:46.683Z] INFO: Testing against a local daemon [2020-03-13T10:17:46.683Z] === RUN TestSessionCreate [2020-03-13T10:17:46.683Z] --- PASS: TestSessionCreate (0.05s) [2020-03-13T10:17:46.683Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-13T10:17:46.683Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-03-13T10:17:46.683Z] PASS [2020-03-13T10:17:46.683Z] [2020-03-13T10:17:46.683Z] DONE 2 tests in 0.245s [2020-03-13T10:17:46.683Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-03-13T10:17:46.683Z] ++ 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-03-13T10:17:46.683Z] ++ set -e [2020-03-13T10:17:46.683Z] ++ '[' -n 0 ']' [2020-03-13T10:17:46.683Z] ++ set -x [2020-03-13T10:17:46.683Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:46.683Z] INFO: Testing against a local daemon [2020-03-13T10:17:46.683Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-13T10:17:46.683Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:17:46.683Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:17:46.683Z] === RUN TestEventsExecDie [2020-03-13T10:17:47.621Z] --- PASS: TestEventsExecDie (0.92s) [2020-03-13T10:17:47.621Z] === RUN TestEventsBackwardsCompatible [2020-03-13T10:17:47.621Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-03-13T10:17:47.621Z] === RUN TestInfoBinaryCommits [2020-03-13T10:17:47.879Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-03-13T10:17:47.879Z] === RUN TestInfoAPIVersioned [2020-03-13T10:17:47.879Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-03-13T10:17:47.879Z] === RUN TestInfoDiscoveryBackend [2020-03-13T10:17:48.446Z] --- PASS: TestInfoDiscoveryBackend (0.67s) [2020-03-13T10:17:48.446Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-13T10:17:49.380Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-13T10:17:49.380Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-13T10:17:50.316Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-03-13T10:17:50.316Z] === RUN TestInfoAPI [2020-03-13T10:17:50.316Z] --- PASS: TestInfoAPI (0.05s) [2020-03-13T10:17:50.316Z] === RUN TestInfoAPIWarnings [2020-03-13T10:17:50.883Z] --- PASS: TestInfoAPIWarnings (0.61s) [2020-03-13T10:17:50.883Z] === RUN TestInfoDebug [2020-03-13T10:17:51.449Z] --- PASS: TestInfoDebug (0.62s) [2020-03-13T10:17:51.449Z] === RUN TestInfoInsecureRegistries [2020-03-13T10:17:52.016Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-03-13T10:17:52.016Z] === RUN TestInfoRegistryMirrors [2020-03-13T10:17:52.583Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-03-13T10:17:52.583Z] === RUN TestLoginFailsWithBadCredentials [2020-03-13T10:17:52.662Z] --- PASS: TestServiceUpdateNetwork (16.11s) [2020-03-13T10:17:52.662Z] PASS [2020-03-13T10:17:52.662Z] [2020-03-13T10:17:52.662Z] === Skipped [2020-03-13T10:17:52.662Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-03-13T10:17:52.662Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:17:52.662Z] [2020-03-13T10:17:52.662Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-03-13T10:17:52.662Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:17:52.662Z] [2020-03-13T10:17:52.662Z] [2020-03-13T10:17:52.662Z] DONE 23 tests, 2 skipped in 154.701s [2020-03-13T10:17:52.662Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-03-13T10:17:52.662Z] ++ 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-03-13T10:17:52.662Z] ++ set -e [2020-03-13T10:17:52.662Z] ++ '[' -n 0 ']' [2020-03-13T10:17:52.662Z] ++ set -x [2020-03-13T10:17:52.662Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:52.662Z] INFO: Testing against a local daemon [2020-03-13T10:17:52.662Z] === RUN TestSessionCreate [2020-03-13T10:17:52.662Z] --- PASS: TestSessionCreate (0.02s) [2020-03-13T10:17:52.662Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-13T10:17:52.662Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2020-03-13T10:17:52.662Z] PASS [2020-03-13T10:17:52.662Z] [2020-03-13T10:17:52.662Z] DONE 2 tests in 0.098s [2020-03-13T10:17:52.662Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-03-13T10:17:52.662Z] ++ 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-03-13T10:17:52.662Z] ++ set -e [2020-03-13T10:17:52.662Z] ++ '[' -n 0 ']' [2020-03-13T10:17:52.662Z] ++ set -x [2020-03-13T10:17:52.662Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:52.662Z] INFO: Testing against a local daemon [2020-03-13T10:17:52.662Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-13T10:17:52.662Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:17:52.662Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:17:52.662Z] === RUN TestEventsExecDie [2020-03-13T10:17:52.662Z] --- PASS: TestEventsExecDie (0.99s) [2020-03-13T10:17:52.662Z] === RUN TestEventsBackwardsCompatible [2020-03-13T10:17:52.662Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-03-13T10:17:52.663Z] === RUN TestInfoBinaryCommits [2020-03-13T10:17:52.663Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-13T10:17:52.663Z] === RUN TestInfoAPIVersioned [2020-03-13T10:17:52.663Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-13T10:17:52.663Z] === RUN TestInfoDiscoveryBackend [2020-03-13T10:17:52.842Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2020-03-13T10:17:52.842Z] === RUN TestPingCacheHeaders [2020-03-13T10:17:52.945Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-03-13T10:17:52.945Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-13T10:17:53.100Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-03-13T10:17:53.100Z] === RUN TestPingGet [2020-03-13T10:17:53.100Z] --- PASS: TestPingGet (0.03s) [2020-03-13T10:17:53.100Z] === RUN TestPingHead [2020-03-13T10:17:53.100Z] --- PASS: TestPingHead (0.05s) [2020-03-13T10:17:53.100Z] === RUN TestVersion [2020-03-13T10:17:53.100Z] --- PASS: TestVersion (0.05s) [2020-03-13T10:17:53.100Z] PASS [2020-03-13T10:17:53.100Z] [2020-03-13T10:17:53.100Z] === Skipped [2020-03-13T10:17:53.100Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:17:53.100Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:17:53.100Z] [2020-03-13T10:17:53.100Z] [2020-03-13T10:17:53.100Z] DONE 18 tests, 1 skipped in 6.569s [2020-03-13T10:17:53.100Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-13T10:17:53.100Z] ++ 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-03-13T10:17:53.100Z] ++ set -e [2020-03-13T10:17:53.100Z] ++ '[' -n 0 ']' [2020-03-13T10:17:53.100Z] ++ set -x [2020-03-13T10:17:53.100Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:53.358Z] INFO: Testing against a local daemon [2020-03-13T10:17:53.358Z] === RUN TestVolumesCreateAndList [2020-03-13T10:17:53.358Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-03-13T10:17:53.358Z] === RUN TestVolumesRemove [2020-03-13T10:17:53.358Z] --- PASS: TestVolumesRemove (0.12s) [2020-03-13T10:17:53.358Z] === RUN TestVolumesInspect [2020-03-13T10:17:53.617Z] --- PASS: TestVolumesInspect (0.03s) [2020-03-13T10:17:53.617Z] === RUN TestVolumesInvalidJSON [2020-03-13T10:17:53.617Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:53.617Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:53.617Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:53.617Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-03-13T10:17:53.617Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-13T10:17:53.617Z] PASS [2020-03-13T10:17:53.617Z] [2020-03-13T10:17:53.617Z] DONE 5 tests in 0.388s [2020-03-13T10:17:53.617Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:17:53.875Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:17:53.875Z] +++ kill 13324 [2020-03-13T10:17:53.972Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-13T10:17:53.972Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-13T10:17:54.590Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-03-13T10:17:54.590Z] === RUN TestInfoAPI [2020-03-13T10:17:54.590Z] --- PASS: TestInfoAPI (0.03s) [2020-03-13T10:17:54.590Z] === RUN TestInfoAPIWarnings [2020-03-13T10:17:55.205Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-03-13T10:17:55.205Z] === RUN TestInfoDebug [2020-03-13T10:17:55.250Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:17:55.250Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:17:55.250Z] [2020-03-13T10:17:55.250Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:17:55.250Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:17:55.250Z] [2020-03-13T10:17:55.250Z] To set a process to complain mode, use the command line tool [2020-03-13T10:17:55.250Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:17:55.250Z] +++ true [2020-03-13T10:17:55.250Z] [2020-03-13T10:17:55.499Z] --- PASS: TestInfoDebug (0.52s) [2020-03-13T10:17:55.499Z] === RUN TestInfoInsecureRegistries [2020-03-13T10:17:56.114Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-03-13T10:17:56.114Z] === RUN TestInfoRegistryMirrors [2020-03-13T10:17:56.728Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-03-13T10:17:56.728Z] === RUN TestLoginFailsWithBadCredentials [2020-03-13T10:17:57.011Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2020-03-13T10:17:57.011Z] === RUN TestPingCacheHeaders [2020-03-13T10:17:57.011Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-03-13T10:17:57.011Z] === RUN TestPingGet [2020-03-13T10:17:57.011Z] --- PASS: TestPingGet (0.01s) [2020-03-13T10:17:57.011Z] === RUN TestPingHead [2020-03-13T10:17:57.011Z] --- PASS: TestPingHead (0.01s) [2020-03-13T10:17:57.011Z] === RUN TestVersion [2020-03-13T10:17:57.011Z] --- PASS: TestVersion (0.01s) [2020-03-13T10:17:57.011Z] PASS [2020-03-13T10:17:57.011Z] [2020-03-13T10:17:57.011Z] === Skipped [2020-03-13T10:17:57.011Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:17:57.011Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:17:57.011Z] [2020-03-13T10:17:57.011Z] [2020-03-13T10:17:57.011Z] DONE 18 tests, 1 skipped in 5.688s [2020-03-13T10:17:57.011Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-03-13T10:17:57.011Z] ++ 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-03-13T10:17:57.011Z] ++ set -e [2020-03-13T10:17:57.011Z] ++ '[' -n 0 ']' [2020-03-13T10:17:57.011Z] ++ set -x [2020-03-13T10:17:57.011Z] ++ env -i DEST=/go/src/github.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-03-13T10:17:57.011Z] INFO: Testing against a local daemon [2020-03-13T10:17:57.011Z] === RUN TestVolumesCreateAndList [2020-03-13T10:17:57.011Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-03-13T10:17:57.011Z] === RUN TestVolumesRemove [2020-03-13T10:17:57.293Z] --- PASS: TestVolumesRemove (0.13s) [2020-03-13T10:17:57.293Z] === RUN TestVolumesInspect [2020-03-13T10:17:57.293Z] --- PASS: TestVolumesInspect (0.01s) [2020-03-13T10:17:57.293Z] === RUN TestVolumesInvalidJSON [2020-03-13T10:17:57.293Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:57.293Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:57.293Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-13T10:17:57.293Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-03-13T10:17:57.293Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-13T10:17:57.293Z] PASS [2020-03-13T10:17:57.293Z] [2020-03-13T10:17:57.294Z] DONE 5 tests in 0.233s [2020-03-13T10:17:57.294Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:17:57.294Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:17:57.294Z] +++ kill 11759 Post stage [Pipeline] junit [2020-03-13T10:17:57.794Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:17:58.593Z] + echo Ensuring container killed. [2020-03-13T10:17:58.593Z] Ensuring container killed. [2020-03-13T10:17:58.593Z] + docker rm -vf docker-pr9 [2020-03-13T10:17:58.593Z] Error: No such container: docker-pr9 [2020-03-13T10:17:58.593Z] + true [Pipeline] sh [2020-03-13T10:17:58.765Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:17:58.765Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:17:58.765Z] [2020-03-13T10:17:58.765Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:17:58.765Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:17:58.765Z] [2020-03-13T10:17:58.765Z] To set a process to complain mode, use the command line tool [2020-03-13T10:17:58.765Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:17:58.765Z] +++ true [2020-03-13T10:17:58.765Z] [2020-03-13T10:17:58.884Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:17:58.884Z] Chowning /workspace to jenkins user [2020-03-13T10:17:58.884Z] + id -u [2020-03-13T10:17:58.884Z] + id -g [2020-03-13T10:17:58.884Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/workspace busybox chown -R 1000:1000 /workspace Post stage [Pipeline] junit [2020-03-13T10:17:59.811Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:18:00.460Z] + echo Ensuring container killed. [2020-03-13T10:18:00.460Z] Ensuring container killed. [2020-03-13T10:18:00.460Z] + docker rm -vf docker-pr9 [2020-03-13T10:18:00.460Z] Error: No such container: docker-pr9 [2020-03-13T10:18:00.460Z] + true [Pipeline] sh [2020-03-13T10:18:00.836Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:18:00.836Z] Chowning /workspace to jenkins user [2020-03-13T10:18:00.836Z] + id -u [2020-03-13T10:18:00.836Z] + id -g [2020-03-13T10:18:00.836Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-38788:/workspace busybox chown -R 1001:1001 /workspace [2020-03-13T10:18:01.061Z] --- PASS: TestServiceWithDataPathPortInit (17.54s) [2020-03-13T10:18:01.061Z] === RUN TestServiceWithDefaultAddressPoolInit [Pipeline] catchError [Pipeline] { [Pipeline] sh [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:18:03.261Z] + bundleName=s390x-integration [2020-03-13T10:18:03.261Z] + echo Creating s390x-integration-bundles.tar.gz [2020-03-13T10:18:03.261Z] Creating s390x-integration-bundles.tar.gz [2020-03-13T10:18:03.261Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-03-13T10:18:03.261Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-03-13T10:18:03.298Z] Archiving artifacts [2020-03-13T10:18:03.371Z] + bundleName=arm64-integration [2020-03-13T10:18:03.371Z] + echo Creating arm64-integration-bundles.tar.gz [2020-03-13T10:18:03.371Z] Creating arm64-integration-bundles.tar.gz [2020-03-13T10:18:03.371Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof+ -o -name *-report.xml )xargs -print [2020-03-13T10:18:03.371Z] tar -czf arm64-integration-bundles.tar.gz [2020-03-13T10:18:03.626Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] archiveArtifacts [2020-03-13T10:18:03.662Z] Archiving artifacts [Pipeline] sh [2020-03-13T10:18:03.910Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T10:18:04.031Z] + make clean [2020-03-13T10:18:04.227Z] + make clean [2020-03-13T10:18:04.313Z] docker volume rm -f docker-dev-cache [2020-03-13T10:18:04.313Z] docker-dev-cache [Pipeline] deleteDir [2020-03-13T10:18:04.794Z] docker volume rm -f docker-dev-cache [2020-03-13T10:18:04.794Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-13T10:18:06.316Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-03-13T10:18:07.246Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-03-13T10:18:07.503Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.44s) [2020-03-13T10:18:07.503Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zkrhswtfstv2zo3f3f98hqpe8 Created:2020-03-13 10:18:00.239847999 +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[30b20c1d69416661ba4b06f6f65d8083027b7ddb5983eb50fb967068ffabed2f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wdf304cy64l9tdipmybxdch4o EndpointID:cc4b2313e7167da96ba9d1cb6421d92fcc352661c1522d460be08eca6c85a2eb MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:317581c2566459583c67e88c1930a69d331b7a518d8ce75ddfd84e561ac3c65b 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:ebe1108eb0f7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wdf304cy64l9tdipmybxdch4o EndpointID:cc4b2313e7167da96ba9d1cb6421d92fcc352661c1522d460be08eca6c85a2eb EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-13T10:18:07.503Z] PASS [2020-03-13T10:18:07.503Z] [2020-03-13T10:18:07.503Z] === Skipped [2020-03-13T10:18:07.503Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:18:07.503Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:18:07.503Z] [2020-03-13T10:18:07.503Z] [2020-03-13T10:18:07.503Z] DONE 22 tests, 1 skipped in 48.371s [2020-03-13T10:18:07.503Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:18:07.503Z] ++ 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-03-13T10:18:07.503Z] ++ set -e [2020-03-13T10:18:07.503Z] ++ '[' -n 0 ']' [2020-03-13T10:18:07.503Z] ++ set -x [2020-03-13T10:18:07.503Z] ++ env -i DEST=/go/src/github.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-03-13T10:18:07.760Z] INFO: Testing against a local daemon [2020-03-13T10:18:07.760Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-13T10:18:07.760Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.02s) [2020-03-13T10:18:07.760Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:18:07.760Z] === RUN TestDockerNetworkIpvlan [2020-03-13T10:18:07.760Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:18:07.760Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:18:07.760Z] PASS [2020-03-13T10:18:07.760Z] [2020-03-13T10:18:07.760Z] === Skipped [2020-03-13T10:18:07.760Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.02s) [2020-03-13T10:18:07.760Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:18:07.760Z] [2020-03-13T10:18:07.760Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:18:07.760Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:18:07.760Z] [2020-03-13T10:18:07.760Z] [2020-03-13T10:18:07.760Z] DONE 2 tests, 2 skipped in 0.190s [2020-03-13T10:18:07.760Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:18:07.760Z] ++ 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-03-13T10:18:07.760Z] ++ set -e [2020-03-13T10:18:07.760Z] ++ '[' -n 0 ']' [2020-03-13T10:18:07.760Z] ++ set -x [2020-03-13T10:18:07.760Z] ++ env -i DEST=/go/src/github.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-03-13T10:18:07.760Z] INFO: Testing against a local daemon [2020-03-13T10:18:07.760Z] === RUN TestDockerNetworkMacvlanPersistance [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-13T10:18:09.133Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-03-13T10:18:09.133Z] === RUN TestDockerNetworkMacvlan [2020-03-13T10:18:10.064Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-13T10:18:10.994Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-13T10:18:11.926Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-13T10:18:12.689Z] ok github.com/docker/docker/integration/container 61.816s [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === Skipped [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-03-13T10:18:12.689Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-03-13T10:18:12.689Z] copy_test.go:25: testEnv.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-03-13T10:18:12.689Z] copy_test.go:39: testEnv.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-03-13T10:18:12.689Z] copy_test.go:51: testEnv.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-03-13T10:18:12.689Z] copy_test.go:65: testEnv.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-03-13T10:18:12.689Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-03-13T10:18:12.689Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-03-13T10:18:12.689Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-03-13T10:18:12.689Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.01s) [2020-03-13T10:18:12.689Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-03-13T10:18:12.689Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-03-13T10:18:12.689Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-03-13T10:18:12.689Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-03-13T10:18:12.689Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-03-13T10:18:12.689Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-03-13T10:18:12.689Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-03-13T10:18:12.689Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-03-13T10:18:12.689Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-03-13T10:18:12.689Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-03-13T10:18:12.689Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-03-13T10:18:12.689Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-03-13T10:18:12.689Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-03-13T10:18:12.689Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-03-13T10:18:12.689Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-13T10:18:12.689Z] [2020-03-13T10:18:12.689Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-03-13T10:18:12.690Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-03-13T10:18:12.690Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-03-13T10:18:12.690Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-03-13T10:18:12.690Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-03-13T10:18:12.690Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-03-13T10:18:12.690Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-03-13T10:18:12.690Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-03-13T10:18:12.690Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-03-13T10:18:12.690Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-03-13T10:18:12.690Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-03-13T10:18:12.690Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-03-13T10:18:12.690Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-03-13T10:18:12.690Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:18:12.690Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-03-13T10:18:12.690Z] stats_test.go:20: !testEnv.DaemonInfo.MemoryLimit [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-03-13T10:18:12.690Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-03-13T10:18:12.690Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 80 tests, 41 skipped in 64.749s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-03-13T10:18:12.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:12.690Z] INFO: Testing against a local daemon [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/image 0.498s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === Skipped [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-03-13T10:18:12.690Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-03-13T10:18:12.690Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-03-13T10:18:12.690Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-03-13T10:18:12.690Z] tag_test.go:98: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 11 tests, 4 skipped in 2.804s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-03-13T10:18:12.690Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:12.690Z] INFO: Testing against a local daemon [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/network 0.275s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === Skipped [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-03-13T10:18:12.690Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-03-13T10:18:12.690Z] 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-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-03-13T10:18:12.690Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-03-13T10:18:12.690Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-03-13T10:18:12.690Z] network_test.go:96: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:29: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:52: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:96: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:130: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:181: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:206: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:326: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-13T10:18:12.690Z] service_test.go:394: testEnv.OSType == "windows" [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 18 tests, 14 skipped in 2.745s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-03-13T10:18:12.690Z] testing: warning: no tests to run [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/network/ipvlan 0.073s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 0 tests in 0.850s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-03-13T10:18:12.690Z] testing: warning: no tests to run [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/network/macvlan 0.078s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 0 tests in 0.802s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-03-13T10:18:12.690Z] testing: warning: no tests to run [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/plugin 0.071s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 0 tests in 0.865s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-03-13T10:18:12.690Z] testing: warning: no tests to run [2020-03-13T10:18:12.690Z] ok github.com/docker/docker/integration/plugin/authz 0.069s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] DONE 0 tests in 0.793s [2020-03-13T10:18:12.690Z] [2020-03-13T10:18:12.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-03-13T10:18:14.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:14.223Z] INFO: Testing against a local daemon [2020-03-13T10:18:14.223Z] ok github.com/docker/docker/integration/plugin/common 0.183s [2020-03-13T10:18:14.223Z] [2020-03-13T10:18:14.223Z] DONE 2 tests in 2.257s [2020-03-13T10:18:14.223Z] [2020-03-13T10:18:14.223Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-03-13T10:18:15.200Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-13T10:18:17.724Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-03-13T10:18:17.951Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:17.951Z] INFO: Testing against a local daemon [2020-03-13T10:18:17.951Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.241s [2020-03-13T10:18:17.951Z] [2020-03-13T10:18:17.951Z] === Skipped [2020-03-13T10:18:17.951Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2020-03-13T10:18:17.951Z] external_test.go:48: runtime.GOOS == "windows" [2020-03-13T10:18:17.951Z] [2020-03-13T10:18:17.951Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-03-13T10:18:17.951Z] external_test.go:407: runtime.GOOS == "windows" [2020-03-13T10:18:17.951Z] [2020-03-13T10:18:17.951Z] [2020-03-13T10:18:17.951Z] DONE 2 tests, 2 skipped in 3.899s [2020-03-13T10:18:17.951Z] [2020-03-13T10:18:17.951Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-03-13T10:18:17.981Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-13T10:18:18.545Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-03-13T10:18:19.111Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-03-13T10:18:19.689Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-03-13T10:18:21.057Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-03-13T10:18:21.058Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-03-13T10:18:21.315Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-03-13T10:18:24.589Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan (16.51s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.92s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.06s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.80s) [2020-03-13T10:18:25.958Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.22s) [2020-03-13T10:18:25.958Z] PASS [2020-03-13T10:18:25.958Z] [2020-03-13T10:18:25.958Z] DONE 8 tests in 18.043s [2020-03-13T10:18:25.958Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-13T10:18:25.958Z] ++ 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-03-13T10:18:25.958Z] ++ set -e [2020-03-13T10:18:25.958Z] ++ '[' -n 0 ']' [2020-03-13T10:18:25.958Z] ++ set -x [2020-03-13T10:18:25.958Z] ++ env -i DEST=/go/src/github.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-03-13T10:18:25.958Z] testing: warning: no tests to run [2020-03-13T10:18:25.958Z] PASS [2020-03-13T10:18:25.958Z] [2020-03-13T10:18:25.958Z] DONE 0 tests in 0.037s [2020-03-13T10:18:25.958Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-13T10:18:25.958Z] ++ 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-03-13T10:18:25.958Z] ++ set -e [2020-03-13T10:18:25.958Z] ++ '[' -n 0 ']' [2020-03-13T10:18:25.958Z] ++ set -x [2020-03-13T10:18:25.958Z] ++ env -i DEST=/go/src/github.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-03-13T10:18:25.958Z] INFO: Testing against a local daemon [2020-03-13T10:18:25.959Z] === RUN TestAuthZPluginAllowRequest [2020-03-13T10:18:26.547Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:26.547Z] INFO: Testing against a local daemon [2020-03-13T10:18:26.547Z] ok github.com/docker/docker/integration/plugin/logging 0.240s [2020-03-13T10:18:26.547Z] [2020-03-13T10:18:26.547Z] === Skipped [2020-03-13T10:18:26.547Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-03-13T10:18:26.547Z] read_test.go:21: no unix domain sockets on Windows [2020-03-13T10:18:26.547Z] [2020-03-13T10:18:26.547Z] [2020-03-13T10:18:26.547Z] DONE 1 tests, 1 skipped in 7.870s [2020-03-13T10:18:26.547Z] [2020-03-13T10:18:26.547Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-03-13T10:18:26.966Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-13T10:18:26.966Z] [2020-03-13T10:18:26.966Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-13T10:18:26.966Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-13T10:18:26.966Z] HOSTNAME=075a04e24d67 [2020-03-13T10:18:26.966Z] TESTDEBUG=0 [2020-03-13T10:18:26.966Z] DEST=bundles/test-integration [2020-03-13T10:18:26.966Z] PWD=/go/src/github.com/docker/docker [2020-03-13T10:18:26.966Z] DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 [2020-03-13T10:18:26.966Z] container=docker [2020-03-13T10:18:26.966Z] HOME=/root [2020-03-13T10:18:26.966Z] GOLANG_VERSION=1.13.8 [2020-03-13T10:18:26.966Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-13T10:18:26.966Z] VALIDATE_BRANCH=master [2020-03-13T10:18:26.966Z] TERM=xterm [2020-03-13T10:18:26.966Z] DOCKER_PKG=github.com/docker/docker [2020-03-13T10:18:26.966Z] SHLVL=1 [2020-03-13T10:18:26.966Z] TIMEOUT=120m [2020-03-13T10:18:26.966Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-13T10:18:26.966Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-13T10:18:26.966Z] GO111MODULE=off [2020-03-13T10:18:26.966Z] DOCKER_EXPERIMENTAL=1 [2020-03-13T10:18:26.966Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-13T10:18:26.966Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-13T10:18:26.966Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-13T10:18:26.966Z] GOPATH=/go [2020-03-13T10:18:26.966Z] PKG_CONFIG=pkg-config [2020-03-13T10:18:26.966Z] _=/usr/bin/env [2020-03-13T10:18:26.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:18:27.512Z] testing: warning: no tests to run [2020-03-13T10:18:27.512Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.137s [2020-03-13T10:18:27.512Z] [2020-03-13T10:18:27.512Z] DONE 0 tests in 1.363s [2020-03-13T10:18:27.512Z] [2020-03-13T10:18:27.512Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-03-13T10:18:27.858Z] --- PASS: TestAuthZPluginAllowRequest (1.69s) [2020-03-13T10:18:27.858Z] === RUN TestAuthZPluginTLS [2020-03-13T10:18:28.115Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-03-13T10:18:28.115Z] === RUN TestAuthZPluginDenyRequest [2020-03-13T10:18:28.678Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-03-13T10:18:28.678Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-13T10:18:29.242Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-03-13T10:18:29.242Z] === RUN TestAuthZPluginDenyResponse [2020-03-13T10:18:29.806Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-03-13T10:18:29.806Z] --- PASS: TestAuthZPluginDenyResponse (0.62s) [2020-03-13T10:18:29.806Z] === RUN TestAuthZPluginAllowEventStream [2020-03-13T10:18:30.409Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:30.409Z] INFO: Testing against a local daemon [2020-03-13T10:18:30.409Z] ok github.com/docker/docker/integration/plugin/volumes 0.267s [2020-03-13T10:18:30.409Z] [2020-03-13T10:18:30.409Z] === Skipped [2020-03-13T10:18:30.409Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-03-13T10:18:30.409Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:30.409Z] [2020-03-13T10:18:30.409Z] [2020-03-13T10:18:30.409Z] DONE 1 tests, 1 skipped in 2.771s [2020-03-13T10:18:30.409Z] [2020-03-13T10:18:30.409Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-03-13T10:18:30.457Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-03-13T10:18:30.711Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-03-13T10:18:30.711Z] remote: Enumerating objects: 2, done. [2020-03-13T10:18:30.711Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-03-13T10:18:30.711Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-03-13T10:18:30.711Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-03-13T10:18:30.711Z] 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-03-13T10:18:30.711Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-03-13T10:18:32.329Z] --- PASS: TestAuthZPluginAllowEventStream (1.94s) [2020-03-13T10:18:32.329Z] === RUN TestAuthZPluginErrorResponse [2020-03-13T10:18:32.587Z] --- PASS: TestAuthZPluginErrorResponse (0.62s) [2020-03-13T10:18:32.587Z] === RUN TestAuthZPluginErrorRequest [2020-03-13T10:18:32.597Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:32.597Z] INFO: Testing against a local daemon [2020-03-13T10:18:32.597Z] ok github.com/docker/docker/integration/secret 0.222s [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === Skipped [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-03-13T10:18:32.597Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] DONE 6 tests, 6 skipped in 2.298s [2020-03-13T10:18:32.597Z] [2020-03-13T10:18:32.597Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-03-13T10:18:33.151Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2020-03-13T10:18:33.151Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-13T10:18:33.715Z] === RUN TestDockerSuite/TestBuildExpose [2020-03-13T10:18:33.715Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.60s) [2020-03-13T10:18:33.715Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-13T10:18:33.971Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-03-13T10:18:34.903Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-03-13T10:18:35.161Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-03-13T10:18:35.500Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:35.500Z] INFO: Testing against a local daemon [2020-03-13T10:18:35.500Z] ok github.com/docker/docker/integration/service 0.385s [2020-03-13T10:18:35.500Z] [2020-03-13T10:18:35.500Z] === Skipped [2020-03-13T10:18:35.500Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-13T10:18:35.500Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-13T10:18:35.500Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.500Z] [2020-03-13T10:18:35.500Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-13T10:18:35.500Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-13T10:18:35.500Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.500Z] [2020-03-13T10:18:35.500Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-03-13T10:18:35.500Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.500Z] [2020-03-13T10:18:35.500Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-03-13T10:18:35.500Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.500Z] [2020-03-13T10:18:35.500Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-03-13T10:18:35.501Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-03-13T10:18:35.501Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-03-13T10:18:35.501Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-03-13T10:18:35.501Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2020-03-13T10:18:35.501Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2020-03-13T10:18:35.501Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-03-13T10:18:35.501Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-03-13T10:18:35.501Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-03-13T10:18:35.501Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-03-13T10:18:35.501Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-03-13T10:18:35.501Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-03-13T10:18:35.501Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-03-13T10:18:35.501Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-03-13T10:18:35.501Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-03-13T10:18:35.501Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-03-13T10:18:35.501Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-03-13T10:18:35.501Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-03-13T10:18:35.501Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] DONE 23 tests, 22 skipped in 3.100s [2020-03-13T10:18:35.501Z] [2020-03-13T10:18:35.501Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-03-13T10:18:35.725Z] === RUN TestDockerSuite/TestBuildFails [2020-03-13T10:18:35.983Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) [2020-03-13T10:18:35.983Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-13T10:18:35.984Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-13T10:18:36.432Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/test/unit [2020-03-13T10:18:36.546Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-03-13T10:18:36.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-03-13T10:18:37.674Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:37.674Z] INFO: Testing against a local daemon [2020-03-13T10:18:37.674Z] ok github.com/docker/docker/integration/session 0.182s [2020-03-13T10:18:37.916Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.10s) [2020-03-13T10:18:37.916Z] === RUN TestAuthZPluginHeader [2020-03-13T10:18:38.132Z] [2020-03-13T10:18:38.132Z] === Skipped [2020-03-13T10:18:38.132Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-03-13T10:18:38.132Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:38.132Z] [2020-03-13T10:18:38.132Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-03-13T10:18:38.132Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:38.132Z] [2020-03-13T10:18:38.132Z] [2020-03-13T10:18:38.132Z] DONE 2 tests, 2 skipped in 2.202s [2020-03-13T10:18:38.132Z] [2020-03-13T10:18:38.132Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-03-13T10:18:38.845Z] --- PASS: TestAuthZPluginHeader (0.86s) [2020-03-13T10:18:38.845Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-13T10:18:38.938Z] ? github.com/docker/docker/api [no test files] [2020-03-13T10:18:39.103Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-03-13T10:18:40.301Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:40.301Z] INFO: Testing against a local daemon [2020-03-13T10:18:41.266Z] ok github.com/docker/docker/integration/system 1.259s [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === Skipped [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:18:41.266Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-03-13T10:18:41.266Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-03-13T10:18:41.266Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-03-13T10:18:41.266Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-03-13T10:18:41.266Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-03-13T10:18:41.266Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-03-13T10:18:41.266Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] DONE 13 tests, 7 skipped in 3.336s [2020-03-13T10:18:41.266Z] [2020-03-13T10:18:41.266Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-03-13T10:18:41.628Z] === RUN TestDockerSuite/TestBuildForceRm [2020-03-13T10:18:43.521Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.56s) [2020-03-13T10:18:43.522Z] === RUN TestAuthZPluginV2Disable [2020-03-13T10:18:43.522Z] === RUN TestDockerSuite/TestBuildFromGit [2020-03-13T10:18:44.171Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:44.171Z] INFO: Testing against a local daemon [2020-03-13T10:18:44.171Z] ok github.com/docker/docker/integration/volume 0.233s [2020-03-13T10:18:44.171Z] [2020-03-13T10:18:44.171Z] === Skipped [2020-03-13T10:18:44.171Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-03-13T10:18:44.171Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-03-13T10:18:44.171Z] [2020-03-13T10:18:44.171Z] [2020-03-13T10:18:44.171Z] DONE 5 tests, 1 skipped in 2.457s [2020-03-13T10:18:44.171Z] [2020-03-13T10:18:44.171Z] INFO: make.ps1 ended at 03/13/2020 10:18:43 [2020-03-13T10:18:44.171Z] INFO: Integration CLI tests being run from the host: [2020-03-13T10:18:44.171Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2020-03-13T10:18:45.416Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-03-13T10:18:45.416Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-03-13T10:18:46.787Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-03-13T10:18:47.044Z] --- PASS: TestAuthZPluginV2Disable (3.57s) [2020-03-13T10:18:47.044Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-13T10:18:48.951Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-03-13T10:18:49.517Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-03-13T10:18:49.773Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-03-13T10:18:50.030Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.10s) [2020-03-13T10:18:50.030Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-13T10:18:52.555Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-03-13T10:18:52.742Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-13T10:18:52.742Z] INFO: Testing against a local daemon [2020-03-13T10:18:53.888Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2020-03-13T10:18:55.830Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-03-13T10:18:58.353Z] === RUN TestDockerSuite/TestBuildHistory [2020-03-13T10:19:02.528Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.01s) [2020-03-13T10:19:02.528Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-13T10:19:03.092Z] === RUN TestDockerSuite/TestBuildIidFile [2020-03-13T10:19:03.656Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-03-13T10:19:03.656Z] === RUN TestDockerSuite/TestBuildInheritance [2020-03-13T10:19:04.586Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-03-13T10:19:04.586Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-03-13T10:19:04.842Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-03-13T10:19:04.842Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-03-13T10:19:06.211Z] === RUN TestDockerSuite/TestBuildLabel [2020-03-13T10:19:06.469Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-03-13T10:19:07.033Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-03-13T10:19:07.595Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-03-13T10:19:07.853Z] === RUN TestDockerSuite/TestBuildLabels [2020-03-13T10:19:08.416Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-03-13T10:19:09.785Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-03-13T10:19:12.305Z] === RUN TestDockerSuite/TestBuildLastModified [2020-03-13T10:19:14.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:19:16.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:19:17.555Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-03-13T10:19:18.926Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2020-03-13T10:19:18.926Z] PASS [2020-03-13T10:19:18.926Z] [2020-03-13T10:19:18.926Z] DONE 17 tests in 52.815s [2020-03-13T10:19:18.926Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-13T10:19:18.926Z] ++ 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-03-13T10:19:18.926Z] ++ set -e [2020-03-13T10:19:18.926Z] ++ '[' -n 0 ']' [2020-03-13T10:19:18.926Z] ++ set -x [2020-03-13T10:19:18.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-03-13T10:19:18.926Z] INFO: Testing against a local daemon [2020-03-13T10:19:18.926Z] === RUN TestPluginInvalidJSON [2020-03-13T10:19:18.926Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:19:18.926Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:19:18.926Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:19:18.926Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-03-13T10:19:18.926Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-13T10:19:18.926Z] PASS [2020-03-13T10:19:18.926Z] [2020-03-13T10:19:18.926Z] DONE 2 tests in 0.155s [2020-03-13T10:19:18.926Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-13T10:19:18.926Z] ++ 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-03-13T10:19:18.926Z] ++ set -e [2020-03-13T10:19:18.926Z] ++ '[' -n 0 ']' [2020-03-13T10:19:18.926Z] ++ set -x [2020-03-13T10:19:18.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-03-13T10:19:18.926Z] INFO: Testing against a local daemon [2020-03-13T10:19:18.926Z] === RUN TestExternalGraphDriver [2020-03-13T10:19:19.186Z] === RUN TestExternalGraphDriver/json [2020-03-13T10:19:20.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:19:21.081Z] === RUN TestExternalGraphDriver/spec [2020-03-13T10:19:21.338Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-03-13T10:19:21.595Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-03-13T10:19:21.595Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-03-13T10:19:21.854Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-03-13T10:19:21.854Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-03-13T10:19:22.418Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-03-13T10:19:23.349Z] === RUN TestExternalGraphDriver/pull [2020-03-13T10:19:23.913Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-03-13T10:19:25.282Z] --- PASS: TestExternalGraphDriver (6.04s) [2020-03-13T10:19:25.282Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2020-03-13T10:19:25.282Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2020-03-13T10:19:25.282Z] --- PASS: TestExternalGraphDriver/pull (1.87s) [2020-03-13T10:19:25.282Z] === RUN TestGraphdriverPluginV2 [2020-03-13T10:19:25.540Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-03-13T10:19:29.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-03-13T10:19:29.971Z] --- PASS: TestGraphdriverPluginV2 (4.84s) [2020-03-13T10:19:29.971Z] PASS [2020-03-13T10:19:29.971Z] [2020-03-13T10:19:29.971Z] DONE 5 tests in 11.043s [2020-03-13T10:19:29.971Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-13T10:19:29.971Z] ++ 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-03-13T10:19:29.971Z] ++ set -e [2020-03-13T10:19:29.971Z] ++ '[' -n 0 ']' [2020-03-13T10:19:29.971Z] ++ set -x [2020-03-13T10:19:29.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:19:29.971Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-03-13T10:19:29.971Z] INFO: Testing against a local daemon [2020-03-13T10:19:29.971Z] === RUN TestContinueAfterPluginCrash [2020-03-13T10:19:29.971Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:19:29.971Z] === RUN TestReadPluginNoRead [2020-03-13T10:19:29.971Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:19:29.971Z] === RUN TestDaemonStartWithLogOpt [2020-03-13T10:19:29.971Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:19:29.971Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:19:29.971Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:19:30.535Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-03-13T10:19:31.468Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-03-13T10:19:46.330Z] --- PASS: TestDaemonStartWithLogOpt (15.58s) [2020-03-13T10:19:46.330Z] === CONT TestReadPluginNoRead [2020-03-13T10:19:46.330Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-03-13T10:19:49.605Z] === RUN TestReadPluginNoRead/default [2020-03-13T10:19:50.535Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-03-13T10:19:50.793Z] --- PASS: TestContinueAfterPluginCrash (20.62s) [2020-03-13T10:19:51.050Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-13T10:19:51.980Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-03-13T10:19:52.911Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-13T10:19:53.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-03-13T10:19:54.774Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-03-13T10:19:54.774Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-03-13T10:19:55.033Z] --- PASS: TestReadPluginNoRead (9.27s) [2020-03-13T10:19:55.033Z] --- PASS: TestReadPluginNoRead/default (2.07s) [2020-03-13T10:19:55.033Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.92s) [2020-03-13T10:19:55.033Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.95s) [2020-03-13T10:19:55.033Z] read_test.go:91: [d9f791cfedb84] daemon is not started [2020-03-13T10:19:55.033Z] PASS [2020-03-13T10:19:55.033Z] [2020-03-13T10:19:55.033Z] DONE 6 tests in 25.059s [2020-03-13T10:19:55.033Z] 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-03-13T10:19:55.033Z] ++ 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-03-13T10:19:55.033Z] ++ set -e [2020-03-13T10:19:55.033Z] ++ '[' -n 0 ']' [2020-03-13T10:19:55.033Z] ++ set -x [2020-03-13T10:19:55.033Z] ++ env -i DEST=/go/src/github.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-03-13T10:19:55.033Z] testing: warning: no tests to run [2020-03-13T10:19:55.033Z] PASS [2020-03-13T10:19:55.033Z] [2020-03-13T10:19:55.033Z] DONE 0 tests in 0.061s [2020-03-13T10:19:55.033Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-13T10:19:55.033Z] ++ 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-03-13T10:19:55.033Z] ++ set -e [2020-03-13T10:19:55.033Z] ++ '[' -n 0 ']' [2020-03-13T10:19:55.033Z] ++ set -x [2020-03-13T10:19:55.033Z] ++ env -i DEST=/go/src/github.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-03-13T10:19:55.290Z] INFO: Testing against a local daemon [2020-03-13T10:19:55.290Z] === RUN TestPluginWithDevMounts [2020-03-13T10:19:55.290Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:19:55.290Z] === CONT TestPluginWithDevMounts [2020-03-13T10:19:57.833Z] --- PASS: TestPluginWithDevMounts (2.54s) [2020-03-13T10:19:57.833Z] PASS [2020-03-13T10:19:57.833Z] [2020-03-13T10:19:57.833Z] DONE 1 tests in 2.704s [2020-03-13T10:19:57.833Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-13T10:19:57.833Z] ++ 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-03-13T10:19:57.833Z] ++ set -e [2020-03-13T10:19:57.833Z] ++ '[' -n 0 ']' [2020-03-13T10:19:57.833Z] ++ set -x [2020-03-13T10:19:57.833Z] ++ env -i DEST=/go/src/github.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-03-13T10:19:57.833Z] INFO: Testing against a local daemon [2020-03-13T10:19:57.833Z] === RUN TestSecretInspect [2020-03-13T10:19:58.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-03-13T10:20:00.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:20:00.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:20:00.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:20:01.674Z] --- PASS: TestSecretInspect (3.12s) [2020-03-13T10:20:01.674Z] === RUN TestSecretList [2020-03-13T10:20:01.674Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-03-13T10:20:01.674Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-13T10:20:01.704Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2020-03-13T10:20:01.704Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-13T10:20:01.704Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-13T10:20:02.263Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 4.5% of statements [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/types [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-13T10:20:02.263Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-13T10:20:02.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:20:02.822Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-13T10:20:02.822Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-13T10:20:02.822Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-13T10:20:03.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:20:03.076Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2020-03-13T10:20:03.076Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-13T10:20:03.331Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-13T10:20:03.890Z] ok github.com/docker/docker/builder/dockerignore 0.022s coverage: 96.8% of statements [2020-03-13T10:20:04.949Z] --- PASS: TestSecretList (3.33s) [2020-03-13T10:20:04.949Z] === RUN TestSecretsCreateAndDelete [2020-03-13T10:20:04.949Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-03-13T10:20:04.949Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-03-13T10:20:06.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:20:07.147Z] ok github.com/docker/docker/builder/dockerfile 0.541s coverage: 48.2% of statements [2020-03-13T10:20:07.473Z] === RUN TestDockerSuite/TestBuildNetNone [2020-03-13T10:20:07.473Z] --- PASS: TestSecretsCreateAndDelete (3.01s) [2020-03-13T10:20:07.473Z] === RUN TestSecretsUpdate [2020-03-13T10:20:07.705Z] ok github.com/docker/docker/builder/remotecontext 0.242s coverage: 13.6% of statements [2020-03-13T10:20:08.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:20:08.037Z] === RUN TestDockerSuite/TestBuildNoContext [2020-03-13T10:20:08.628Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-03-13T10:20:09.409Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-03-13T10:20:09.580Z] ok github.com/docker/docker/builder/remotecontext/git 1.332s coverage: 86.3% of statements [2020-03-13T10:20:09.580Z] ? github.com/docker/docker/cli [no test files] [2020-03-13T10:20:09.580Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-13T10:20:10.341Z] --- PASS: TestSecretsUpdate (2.92s) [2020-03-13T10:20:10.341Z] === RUN TestTemplatedSecret [2020-03-13T10:20:10.597Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-03-13T10:20:10.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:20:12.490Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-03-13T10:20:12.747Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-03-13T10:20:13.311Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-03-13T10:20:13.311Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-03-13T10:20:13.801Z] ok github.com/docker/docker/client 0.178s coverage: 75.8% of statements [2020-03-13T10:20:13.875Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-03-13T10:20:13.876Z] --- PASS: TestTemplatedSecret (3.42s) [2020-03-13T10:20:13.876Z] === RUN TestSecretCreateResolve [2020-03-13T10:20:14.133Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-03-13T10:20:15.062Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-03-13T10:20:15.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:20:15.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:20:17.584Z] --- PASS: TestSecretCreateResolve (3.39s) [2020-03-13T10:20:17.584Z] PASS [2020-03-13T10:20:17.584Z] [2020-03-13T10:20:17.584Z] DONE 6 tests in 19.386s [2020-03-13T10:20:17.584Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-03-13T10:20:17.584Z] ++ 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-03-13T10:20:17.584Z] ++ set -e [2020-03-13T10:20:17.584Z] ++ '[' -n 0 ']' [2020-03-13T10:20:17.584Z] ++ set -x [2020-03-13T10:20:17.584Z] ++ env -i DEST=/go/src/github.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-03-13T10:20:17.584Z] INFO: Testing against a local daemon [2020-03-13T10:20:17.584Z] === RUN TestServiceCreateInit [2020-03-13T10:20:17.584Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-13T10:20:17.584Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-03-13T10:20:18.515Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-03-13T10:20:19.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:20:21.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:20:21.790Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-03-13T10:20:23.159Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-13T10:20:23.416Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-03-13T10:20:24.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:20:25.937Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-03-13T10:20:26.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:20:27.322Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-03-13T10:20:28.346Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:20:28.692Z] --- PASS: TestServiceCreateInit (11.11s) [2020-03-13T10:20:28.693Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.67s) [2020-03-13T10:20:28.693Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.42s) [2020-03-13T10:20:28.693Z] === RUN TestCreateServiceMultipleTimes [2020-03-13T10:20:29.257Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-03-13T10:20:29.821Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-03-13T10:20:31.045Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-13T10:20:31.045Z] Using test binary docker [2020-03-13T10:20:31.045Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-13T10:20:31.045Z] +++ /etc/init.d/apparmor start [2020-03-13T10:20:31.045Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-13T10:20:31.045Z] INFO: Waiting for daemon to start... [2020-03-13T10:20:31.045Z] Starting dockerd [2020-03-13T10:20:31.045Z] +++ 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-03-13T10:20:32.523Z] . [2020-03-13T10:20:32.523Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-13T10:20:32.823Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-13T10:20:32.823Z] Error: No such image: emptyfs [2020-03-13T10:20:32.823Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-13T10:20:32.823Z] ++++ docker load [2020-03-13T10:20:33.112Z] Running integration-test (iteration 1) [2020-03-13T10:20:33.112Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-03-13T10:20:33.112Z] ++ 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-03-13T10:20:33.112Z] ++ set -e [2020-03-13T10:20:33.112Z] ++ '[' -n 0 ']' [2020-03-13T10:20:33.112Z] ++ set -x [2020-03-13T10:20:33.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=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-03-13T10:20:33.998Z] === RUN TestDockerSuite/TestBuildPATH [2020-03-13T10:20:36.523Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-03-13T10:20:37.892Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-03-13T10:20:38.821Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-03-13T10:20:48.391Z] Loaded image: buildpack-deps:jessie [2020-03-13T10:20:48.391Z] Loaded image: busybox:latest [2020-03-13T10:20:48.391Z] Loaded image: busybox:glibc [2020-03-13T10:20:48.391Z] Loaded image: debian:jessie [2020-03-13T10:20:48.391Z] Loaded image: hello-world:latest [2020-03-13T10:20:48.391Z] INFO: Testing against a local daemon [2020-03-13T10:20:48.391Z] === RUN TestCgroupNamespacesBuild [2020-03-13T10:20:48.677Z] --- PASS: TestCgroupNamespacesBuild (1.60s) [2020-03-13T10:20:48.677Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-13T10:20:48.771Z] --- PASS: TestCreateServiceMultipleTimes (18.86s) [2020-03-13T10:20:48.771Z] === RUN TestCreateServiceConflict [2020-03-13T10:20:48.771Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-03-13T10:20:50.162Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.62s) [2020-03-13T10:20:50.162Z] === RUN TestBuildWithSession [2020-03-13T10:20:50.162Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-13T10:20:50.162Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:20:50.162Z] === RUN TestBuildSquashParent [2020-03-13T10:20:50.664Z] --- PASS: TestCreateServiceConflict (3.20s) [2020-03-13T10:20:50.664Z] === RUN TestCreateServiceMaxReplicas [2020-03-13T10:20:52.515Z] ok github.com/docker/docker/cmd/dockerd 0.075s coverage: 30.7% of statements [2020-03-13T10:20:52.769Z] ok github.com/docker/docker/container 0.136s coverage: 34.9% of statements [2020-03-13T10:20:52.769Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-13T10:20:52.769Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-13T10:20:52.769Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-13T10:20:52.769Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-13T10:20:53.939Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-03-13T10:20:54.195Z] --- PASS: TestCreateServiceMaxReplicas (3.49s) [2020-03-13T10:20:54.195Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-13T10:20:55.673Z] --- PASS: TestBuildSquashParent (5.23s) [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:20:55.673Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:20:55.673Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:20:55.673Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-13T10:20:55.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-13T10:20:55.673Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-13T10:20:55.673Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-13T10:20:56.090Z] === RUN TestDockerSuite/TestBuildRm [2020-03-13T10:20:58.405Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-13T10:20:58.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-13T10:20:59.366Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-03-13T10:21:00.296Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.66s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.18s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.29s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.33s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.11s) [2020-03-13T10:21:00.739Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.02s) [2020-03-13T10:21:00.739Z] === RUN TestBuildMultiStageCopy [2020-03-13T10:21:00.739Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-13T10:21:01.227Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-03-13T10:21:01.484Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-03-13T10:21:02.068Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-03-13T10:21:02.741Z] ok github.com/docker/docker/daemon/cluster 0.067s coverage: 0.5% of statements [2020-03-13T10:21:02.779Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-13T10:21:02.999Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-03-13T10:21:03.064Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-13T10:21:03.350Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-13T10:21:03.981Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-13T10:21:04.100Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy (3.50s) [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.86s) [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.41s) [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.41s) [2020-03-13T10:21:04.266Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2020-03-13T10:21:04.266Z] === RUN TestBuildMultiStageParentConfig [2020-03-13T10:21:04.368Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-03-13T10:21:05.281Z] --- PASS: TestBuildMultiStageParentConfig (1.03s) [2020-03-13T10:21:05.281Z] === RUN TestBuildLabelWithTargets [2020-03-13T10:21:05.544Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.6% of statements [2020-03-13T10:21:05.736Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-03-13T10:21:06.764Z] --- PASS: TestBuildLabelWithTargets (1.55s) [2020-03-13T10:21:06.764Z] === RUN TestBuildWithEmptyLayers [2020-03-13T10:21:07.105Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-03-13T10:21:07.783Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2020-03-13T10:21:07.783Z] === RUN TestBuildMultiStageOnBuild [2020-03-13T10:21:08.999Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.82s) [2020-03-13T10:21:08.999Z] === RUN TestCreateServiceSecretFileMode [2020-03-13T10:21:09.826Z] --- PASS: TestBuildMultiStageOnBuild (2.15s) [2020-03-13T10:21:09.826Z] === RUN TestBuildUncleanTarFilenames [2020-03-13T10:21:10.853Z] --- PASS: TestBuildUncleanTarFilenames (1.20s) [2020-03-13T10:21:10.853Z] === RUN TestBuildMultiStageLayerLeak [2020-03-13T10:21:12.275Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-03-13T10:21:12.275Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-03-13T10:21:12.275Z] --- PASS: TestCreateServiceSecretFileMode (3.28s) [2020-03-13T10:21:12.275Z] === RUN TestCreateServiceConfigFileMode [2020-03-13T10:21:12.532Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-03-13T10:21:12.532Z] === RUN TestDockerSuite/TestBuildSpaces [2020-03-13T10:21:13.097Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-03-13T10:21:13.550Z] --- PASS: TestBuildMultiStageLayerLeak (2.30s) [2020-03-13T10:21:13.550Z] === RUN TestBuildWithHugeFile [2020-03-13T10:21:13.697Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.8% of statements [2020-03-13T10:21:14.029Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-03-13T10:21:14.286Z] === RUN TestDockerSuite/TestBuildStderr [2020-03-13T10:21:14.620Z] ok github.com/docker/docker/daemon 12.230s coverage: 17.5% of statements [2020-03-13T10:21:14.621Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-13T10:21:14.621Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-13T10:21:15.218Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-03-13T10:21:15.474Z] --- PASS: TestCreateServiceConfigFileMode (3.26s) [2020-03-13T10:21:15.474Z] === RUN TestCreateServiceSysctls [2020-03-13T10:21:15.980Z] ok github.com/docker/docker/daemon/config 0.037s coverage: 81.7% of statements [2020-03-13T10:21:15.980Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-03-13T10:21:16.902Z] ok github.com/docker/docker/daemon/events 0.061s coverage: 50.0% of statements [2020-03-13T10:21:16.902Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-13T10:21:16.902Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-13T10:21:17.825Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-03-13T10:21:17.994Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-03-13T10:21:19.892Z] --- PASS: TestCreateServiceSysctls (4.44s) [2020-03-13T10:21:19.892Z] === RUN TestCreateServiceCapabilities [2020-03-13T10:21:20.417Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-03-13T10:21:20.832Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-03-13T10:21:20.976Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.210s coverage: 57.0% of statements [2020-03-13T10:21:22.201Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-03-13T10:21:23.570Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-03-13T10:21:23.570Z] --- PASS: TestCreateServiceCapabilities (3.51s) [2020-03-13T10:21:23.570Z] === RUN TestInspect [2020-03-13T10:21:24.134Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-03-13T10:21:24.235Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.288s coverage: 72.5% of statements [2020-03-13T10:21:24.533Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.653s coverage: 46.2% of statements [2020-03-13T10:21:25.067Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-03-13T10:21:25.893Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2020-03-13T10:21:25.893Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-13T10:21:26.965Z] --- PASS: TestInspect (3.29s) [2020-03-13T10:21:26.965Z] === RUN TestCreateJob [2020-03-13T10:21:26.965Z] === RUN TestDockerSuite/TestBuildUser [2020-03-13T10:21:27.419Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.203s coverage: 49.5% of statements [2020-03-13T10:21:28.779Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.306s coverage: 76.1% of statements [2020-03-13T10:21:29.486Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-03-13T10:21:30.139Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-03-13T10:21:30.395Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.150s coverage: 61.0% of statements [2020-03-13T10:21:30.395Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-13T10:21:30.395Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-13T10:21:30.872Z] --- PASS: TestCreateJob (4.22s) [2020-03-13T10:21:30.872Z] === RUN TestReplicatedJob [2020-03-13T10:21:30.954Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.033s coverage: 3.0% of statements [2020-03-13T10:21:32.357Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2020-03-13T10:21:33.394Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-03-13T10:21:33.805Z] ok github.com/docker/docker/daemon/images 0.017s coverage: 4.9% of statements [2020-03-13T10:21:33.805Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-13T10:21:33.805Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-13T10:21:34.364Z] ok github.com/docker/docker/daemon/logger 0.240s coverage: 41.8% of statements [2020-03-13T10:21:35.768Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-03-13T10:21:35.768Z] ok github.com/docker/docker/daemon/logger/awslogs 0.157s coverage: 77.4% of statements [2020-03-13T10:21:35.768Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-13T10:21:35.768Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-13T10:21:36.693Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-03-13T10:21:37.253Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 62.1% of statements [2020-03-13T10:21:37.508Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2020-03-13T10:21:37.573Z] --- PASS: TestReplicatedJob (6.79s) [2020-03-13T10:21:37.573Z] === RUN TestUpdateReplicatedJob [2020-03-13T10:21:38.432Z] ok github.com/docker/docker/daemon/logger/local 0.039s coverage: 74.7% of statements [2020-03-13T10:21:38.432Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-13T10:21:38.992Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.045s coverage: 19.9% of statements [2020-03-13T10:21:39.916Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 33.3% of statements [2020-03-13T10:21:41.276Z] ok github.com/docker/docker/daemon/logger/syslog 0.008s coverage: 47.8% of statements [2020-03-13T10:21:41.531Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-03-13T10:21:41.749Z] --- PASS: TestUpdateReplicatedJob (4.14s) [2020-03-13T10:21:41.749Z] === RUN TestServiceListWithStatuses [2020-03-13T10:21:41.749Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-13T10:21:41.749Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:21:41.749Z] === RUN TestDockerNetworkConnectAlias [2020-03-13T10:21:42.090Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-03-13T10:21:42.344Z] ok github.com/docker/docker/daemon/logger/splunk 1.649s coverage: 82.5% of statements [2020-03-13T10:21:42.344Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-13T10:21:42.344Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-13T10:21:44.853Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 48.2% of statements [2020-03-13T10:21:44.853Z] ok github.com/docker/docker/distribution 0.181s coverage: 22.1% of statements [2020-03-13T10:21:44.853Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-13T10:21:46.295Z] ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements [2020-03-13T10:21:47.220Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-03-13T10:21:48.144Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-03-13T10:21:48.144Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 85.6% of statements [2020-03-13T10:21:48.144Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-13T10:21:48.144Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-13T10:21:48.294Z] --- PASS: TestDockerNetworkConnectAlias (6.53s) [2020-03-13T10:21:48.294Z] === RUN TestDockerNetworkReConnect [2020-03-13T10:21:49.549Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2020-03-13T10:21:49.549Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-13T10:21:50.474Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2020-03-13T10:21:51.398Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-03-13T10:21:51.398Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-03-13T10:21:52.468Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-03-13T10:21:53.399Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-03-13T10:21:53.405Z] ok github.com/docker/docker/pkg/archive 0.389s coverage: 77.3% of statements [2020-03-13T10:21:53.657Z] --- PASS: TestDockerNetworkReConnect (5.18s) [2020-03-13T10:21:53.657Z] === RUN TestServicePlugin [2020-03-13T10:21:53.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-03-13T10:21:53.914Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-03-13T10:21:54.327Z] ok github.com/docker/docker/pkg/authorization 0.153s coverage: 68.3% of statements [2020-03-13T10:21:54.327Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-03-13T10:21:54.581Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-03-13T10:21:55.283Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-03-13T10:21:56.657Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-03-13T10:21:58.550Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-03-13T10:21:58.550Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-03-13T10:21:58.550Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-03-13T10:21:58.550Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-03-13T10:21:58.550Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-03-13T10:21:58.881Z] ok github.com/docker/docker/layer 7.646s coverage: 68.8% of statements [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/oci [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-13T10:21:58.881Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2020-03-13T10:21:58.881Z] ok github.com/docker/docker/pkg/chrootarchive 2.938s coverage: 43.2% of statements [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-13T10:21:58.881Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-13T10:21:59.135Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2020-03-13T10:21:59.135Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2020-03-13T10:22:00.233Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2020-03-13T10:22:00.446Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-03-13T10:22:00.488Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-03-13T10:22:00.702Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-03-13T10:22:00.703Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-03-13T10:22:00.786Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-03-13T10:22:02.072Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-03-13T10:22:02.232Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-03-13T10:22:02.832Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2020-03-13T10:22:03.005Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-03-13T10:22:03.391Z] ok github.com/docker/docker/pkg/fsutils 0.210s coverage: 85.1% of statements [2020-03-13T10:22:03.391Z] ok github.com/docker/docker/pkg/discovery/kv 3.052s coverage: 84.1% of statements [2020-03-13T10:22:03.950Z] ok github.com/docker/docker/pkg/homedir 0.012s coverage: 11.4% of statements [2020-03-13T10:22:04.376Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-03-13T10:22:04.376Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-03-13T10:22:05.000Z] ok github.com/docker/docker/pkg/idtools 0.555s coverage: 70.1% of statements [2020-03-13T10:22:05.298Z] ok github.com/docker/docker/pkg/ioutils 0.498s coverage: 69.3% of statements [2020-03-13T10:22:05.553Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-03-13T10:22:05.553Z] ok github.com/docker/docker/pkg/locker 0.018s coverage: 88.9% of statements [2020-03-13T10:22:05.808Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 100.0% of statements [2020-03-13T10:22:05.808Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-13T10:22:06.367Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-03-13T10:22:06.622Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-03-13T10:22:06.920Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-03-13T10:22:07.175Z] ok github.com/docker/docker/pkg/mount 0.602s coverage: 70.5% of statements [2020-03-13T10:22:07.175Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-13T10:22:07.430Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 91.4% of statements [2020-03-13T10:22:07.430Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2020-03-13T10:22:07.430Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-13T10:22:07.430Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-13T10:22:07.671Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-03-13T10:22:08.353Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-03-13T10:22:09.277Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-03-13T10:22:09.566Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-03-13T10:22:09.572Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-03-13T10:22:09.572Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-03-13T10:22:10.935Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-03-13T10:22:10.972Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-03-13T10:22:11.193Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-03-13T10:22:11.227Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-03-13T10:22:11.757Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-03-13T10:22:11.757Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-03-13T10:22:13.126Z] === RUN TestDockerSuite/TestBuildXZHost [2020-03-13T10:22:14.483Z] ok github.com/docker/docker/pkg/signal 2.374s coverage: 61.0% of statements [2020-03-13T10:22:14.483Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-03-13T10:22:14.737Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-03-13T10:22:14.991Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-03-13T10:22:15.246Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2020-03-13T10:22:15.500Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-03-13T10:22:15.647Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-03-13T10:22:15.647Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-03-13T10:22:15.647Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-03-13T10:22:16.099Z] ok github.com/docker/docker/pkg/system 0.021s coverage: 37.2% of statements [2020-03-13T10:22:16.578Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-03-13T10:22:16.659Z] ok github.com/docker/docker/pkg/tailfile 0.092s coverage: 88.6% of statements [2020-03-13T10:22:17.218Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2020-03-13T10:22:17.517Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-03-13T10:22:17.772Z] testing: warning: no tests to run [2020-03-13T10:22:17.772Z] coverage: [no statements] [2020-03-13T10:22:17.772Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-03-13T10:22:17.947Z] === RUN TestDockerSuite/TestCommitChange [2020-03-13T10:22:18.026Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-03-13T10:22:18.281Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-03-13T10:22:18.536Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-03-13T10:22:18.880Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-03-13T10:22:19.810Z] === RUN TestDockerSuite/TestCommitHardlink [2020-03-13T10:22:21.043Z] ok github.com/docker/docker/plugin 0.533s coverage: 27.1% of statements [2020-03-13T10:22:21.341Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-03-13T10:22:21.703Z] === RUN TestDockerSuite/TestCommitNewFile [2020-03-13T10:22:22.308Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-03-13T10:22:22.562Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-03-13T10:22:23.597Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-03-13T10:22:24.053Z] ok github.com/docker/docker/registry 0.073s coverage: 56.0% of statements [2020-03-13T10:22:24.528Z] === RUN TestDockerSuite/TestCommitTTY [2020-03-13T10:22:24.612Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-03-13T10:22:24.952Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-03-13T10:22:25.511Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-03-13T10:22:25.766Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-03-13T10:22:26.425Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-03-13T10:22:26.989Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-03-13T10:22:27.553Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-03-13T10:22:28.275Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-03-13T10:22:28.922Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-03-13T10:22:29.199Z] ok github.com/docker/docker/volume/local 0.022s coverage: 73.0% of statements [2020-03-13T10:22:29.758Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2020-03-13T10:22:29.853Z] --- PASS: TestServicePlugin (36.27s) [2020-03-13T10:22:29.853Z] plugin_test.go:62: [d33492ae0feee] joining swarm manager [d87813e1fbfcb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:22:29.853Z] plugin_test.go:65: [d28978148e94f] joining swarm manager [d87813e1fbfcb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:22:29.853Z] === RUN TestServiceUpdateLabel [2020-03-13T10:22:30.110Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-03-13T10:22:30.110Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-03-13T10:22:30.110Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-03-13T10:22:30.367Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-03-13T10:22:30.367Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-03-13T10:22:30.367Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-03-13T10:22:30.624Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-03-13T10:22:30.723Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2020-03-13T10:22:32.522Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-03-13T10:22:33.460Z] --- PASS: TestServiceUpdateLabel (3.43s) [2020-03-13T10:22:33.460Z] === RUN TestServiceUpdateSecrets [2020-03-13T10:22:34.392Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-03-13T10:22:34.392Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-03-13T10:22:35.323Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-03-13T10:22:35.645Z] --- PASS: TestBuildWithHugeFile (82.29s) [2020-03-13T10:22:35.645Z] === RUN TestBuildWithEmptyDockerfile [2020-03-13T10:22:35.645Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:22:35.645Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:22:35.645Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:22:35.645Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:22:35.645Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:22:35.645Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:22:35.645Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-13T10:22:35.645Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-13T10:22:35.645Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-13T10:22:35.938Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2020-03-13T10:22:35.938Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.33s) [2020-03-13T10:22:35.938Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.33s) [2020-03-13T10:22:35.938Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.34s) [2020-03-13T10:22:35.938Z] === RUN TestBuildPreserveOwnership [2020-03-13T10:22:35.938Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-13T10:22:36.694Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-03-13T10:22:37.258Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-03-13T10:22:38.188Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-03-13T10:22:39.118Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-03-13T10:22:39.118Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-03-13T10:22:39.118Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-03-13T10:22:39.418Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-13T10:22:39.681Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-03-13T10:22:39.681Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-03-13T10:22:39.937Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-03-13T10:22:39.937Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-03-13T10:22:39.937Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-03-13T10:22:40.868Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-03-13T10:22:40.903Z] --- PASS: TestBuildPreserveOwnership (4.82s) [2020-03-13T10:22:40.903Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.18s) [2020-03-13T10:22:40.903Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.63s) [2020-03-13T10:22:40.903Z] === RUN TestBuildPlatformInvalid [2020-03-13T10:22:40.903Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-03-13T10:22:40.903Z] PASS [2020-03-13T10:22:40.903Z] [2020-03-13T10:22:40.903Z] === Skipped [2020-03-13T10:22:40.903Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-03-13T10:22:40.903Z] build_session_test.go:25: TODO: BuildKit [2020-03-13T10:22:40.903Z] [2020-03-13T10:22:40.903Z] [2020-03-13T10:22:40.903Z] DONE 32 tests, 1 skipped in 127.964s [2020-03-13T10:22:40.903Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-03-13T10:22:40.903Z] ++ 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-03-13T10:22:40.903Z] ++ set -e [2020-03-13T10:22:40.903Z] ++ '[' -n 0 ']' [2020-03-13T10:22:40.903Z] ++ set -x [2020-03-13T10:22:40.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-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-03-13T10:22:41.189Z] INFO: Testing against a local daemon [2020-03-13T10:22:41.189Z] === RUN TestConfigList [2020-03-13T10:22:41.798Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-03-13T10:22:42.730Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-03-13T10:22:42.730Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-03-13T10:22:42.993Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/rootless [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/volume [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-13T10:22:42.993Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === Skipped [2020-03-13T10:22:42.993Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-13T10:22:42.993Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-13T10:22:42.993Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-13T10:22:42.993Z] time="2020-03-13T10:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-13T10:22:42.993Z] time="2020-03-13T10:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-13T10:22:42.993Z] time="2020-03-13T10:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-13T10:22:42.993Z] time="2020-03-13T10:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-13T10:22:42.993Z] time="2020-03-13T10:21:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-13T10:22:42.993Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-13T10:22:42.993Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-13T10:22:42.993Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-13T10:22:42.993Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-13T10:22:42.993Z] graphtest_unix.go:73: No driver to put! [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-13T10:22:42.993Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-13T10:22:42.993Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] [2020-03-13T10:22:42.993Z] DONE 2174 tests, 26 skipped in 244.505s Post stage [Pipeline] junit [2020-03-13T10:22:43.004Z] Recording test results [2020-03-13T10:22:43.229Z] --- PASS: TestConfigList (2.25s) [2020-03-13T10:22:43.229Z] === RUN TestConfigsCreateAndDelete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-03-13T10:22:43.992Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-38788/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:745fa04e521f84ce09658008ae24227ca57c2f49 hack/validate/vendor [2020-03-13T10:22:44.622Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-03-13T10:22:44.915Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [2020-03-13T10:22:45.185Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-03-13T10:22:45.185Z] === RUN TestDockerSuite/TestContainerAPIGetAll [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-03-13T10:22:45.532Z] + echo Building e2e image [2020-03-13T10:22:45.532Z] Building e2e image [2020-03-13T10:22:45.532Z] + docker build --build-arg DOCKER_GITCOMMIT=745fa04e521f84ce09658008ae24227ca57c2f49 -t moby-e2e-test -f Dockerfile.e2e . [2020-03-13T10:22:45.532Z] #2 [internal] load .dockerignore [2020-03-13T10:22:45.532Z] #2 transferring context: 34B done [2020-03-13T10:22:45.532Z] #2 DONE 0.0s [2020-03-13T10:22:45.532Z] [2020-03-13T10:22:45.532Z] #1 [internal] load build definition from Dockerfile.e2e [2020-03-13T10:22:45.532Z] #1 transferring dockerfile: 3.21kB done [2020-03-13T10:22:45.532Z] #1 DONE 0.0s [2020-03-13T10:22:45.532Z] [2020-03-13T10:22:45.532Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-03-13T10:22:45.831Z] #4 DONE 0.3s [2020-03-13T10:22:45.831Z] [2020-03-13T10:22:45.831Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-03-13T10:22:45.831Z] #3 DONE 0.3s [2020-03-13T10:22:45.831Z] [2020-03-13T10:22:45.831Z] #8 [internal] load build context [2020-03-13T10:22:45.924Z] --- PASS: TestConfigsCreateAndDelete (2.25s) [2020-03-13T10:22:45.924Z] === RUN TestConfigsUpdate [2020-03-13T10:22:46.114Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-03-13T10:22:46.131Z] #8 transferring context: 830.34kB 0.3s done [2020-03-13T10:22:46.131Z] #8 DONE 0.3s [2020-03-13T10:22:46.131Z] [2020-03-13T10:22:46.131Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-13T10:22:46.131Z] #14 resolve docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a done [2020-03-13T10:22:46.131Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-03-13T10:22:46.131Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-03-13T10:22:46.131Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 20.64MB / 126.88MB 0.4s [2020-03-13T10:22:46.131Z] #14 sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a 1.65kB / 1.65kB done [2020-03-13T10:22:46.131Z] #14 sha256:5247a2e7ca4e484c93ce8177bdebf5922f9dbb14065583c4af5a5de35fa30987 1.36kB / 1.36kB done [2020-03-13T10:22:46.131Z] #14 sha256:e1fd9820be161c48c976bef05a2c2cffeb4e93b26acd8fdf1a9ff67f4b58c17a 3.83kB / 3.83kB done [2020-03-13T10:22:46.131Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.2s [2020-03-13T10:22:46.131Z] #14 sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 126B / 126B 0.1s done [2020-03-13T10:22:46.386Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 30.13MB / 126.88MB 0.5s [2020-03-13T10:22:46.386Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-03-13T10:22:46.386Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 38.56MB / 126.88MB 0.6s [2020-03-13T10:22:46.386Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-03-13T10:22:46.640Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 55.34MB / 126.88MB 0.8s [2020-03-13T10:22:46.982Z] #14 ... [2020-03-13T10:22:46.982Z] [2020-03-13T10:22:46.982Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-03-13T10:22:46.982Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-03-13T10:22:46.982Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-03-13T10:22:46.982Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.2s done [2020-03-13T10:22:46.982Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-03-13T10:22:46.982Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-03-13T10:22:46.982Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.3s done [2020-03-13T10:22:46.982Z] #5 DONE 0.8s [2020-03-13T10:22:46.982Z] [2020-03-13T10:22:46.982Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-13T10:22:46.982Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 74.65MB / 126.88MB 1.0s [2020-03-13T10:22:46.982Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 87.68MB / 126.88MB 1.1s [2020-03-13T10:22:46.982Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 100.65MB / 126.88MB 1.2s [2020-03-13T10:22:47.046Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-03-13T10:22:47.236Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 120.14MB / 126.88MB 1.4s [2020-03-13T10:22:47.490Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.6s [2020-03-13T10:22:47.490Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.6s done [2020-03-13T10:22:47.745Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 0.1s [2020-03-13T10:22:47.964Z] --- PASS: TestConfigsUpdate (2.28s) [2020-03-13T10:22:47.964Z] === RUN TestTemplatedConfig [2020-03-13T10:22:47.975Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-03-13T10:22:47.999Z] #14 ... [2020-03-13T10:22:47.999Z] [2020-03-13T10:22:47.999Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-03-13T10:22:47.999Z] #6 DONE 1.2s [2020-03-13T10:22:47.999Z] [2020-03-13T10:22:47.999Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-13T10:22:48.904Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-03-13T10:22:48.904Z] --- PASS: TestServiceUpdateSecrets (15.57s) [2020-03-13T10:22:48.904Z] === RUN TestServiceUpdateConfigs [2020-03-13T10:22:48.904Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-03-13T10:22:49.835Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-03-13T10:22:50.670Z] --- PASS: TestTemplatedConfig (2.74s) [2020-03-13T10:22:50.670Z] === RUN TestConfigInspect [2020-03-13T10:22:50.766Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-03-13T10:22:51.695Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-03-13T10:22:51.695Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-03-13T10:22:52.627Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-03-13T10:22:52.708Z] --- PASS: TestConfigInspect (2.20s) [2020-03-13T10:22:52.708Z] === RUN TestConfigCreateWithLabels [2020-03-13T10:22:53.229Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.4s [2020-03-13T10:22:53.229Z] #14 ... [2020-03-13T10:22:53.229Z] [2020-03-13T10:22:53.229Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-03-13T10:22:53.229Z] #7 0.978 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-13T10:22:53.229Z] #7 2.130 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-13T10:22:53.229Z] #7 2.225 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-03-13T10:22:53.229Z] #7 2.230 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-03-13T10:22:53.229Z] #7 2.239 (3/30) Installing readline (8.0.0-r0) [2020-03-13T10:22:53.229Z] #7 2.245 (4/30) Installing bash (5.0.0-r0) [2020-03-13T10:22:53.229Z] #7 2.261 Executing bash-5.0.0-r0.post-install [2020-03-13T10:22:53.229Z] #7 2.264 (5/30) Installing ca-certificates (20190108-r0) [2020-03-13T10:22:53.229Z] #7 2.284 (6/30) Installing libgcc (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 2.288 (7/30) Installing libstdc++ (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 2.305 (8/30) Installing binutils (2.32-r0) [2020-03-13T10:22:53.229Z] #7 2.399 (9/30) Installing gmp (6.1.2-r1) [2020-03-13T10:22:53.229Z] #7 2.408 (10/30) Installing isl (0.18-r0) [2020-03-13T10:22:53.229Z] #7 2.431 (11/30) Installing libgomp (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 2.437 (12/30) Installing libatomic (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 2.440 (13/30) Installing mpfr3 (3.1.5-r1) [2020-03-13T10:22:53.229Z] #7 2.446 (14/30) Installing mpc1 (1.1.0-r0) [2020-03-13T10:22:53.229Z] #7 2.450 (15/30) Installing gcc (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 3.329 (16/30) Installing musl-dev (1.1.22-r3) [2020-03-13T10:22:53.229Z] #7 3.424 (17/30) Installing libc-dev (0.7.1-r0) [2020-03-13T10:22:53.229Z] #7 3.426 (18/30) Installing g++ (8.3.0-r0) [2020-03-13T10:22:53.229Z] #7 3.961 (19/30) Installing nghttp2-libs (1.39.2-r0) [2020-03-13T10:22:53.229Z] #7 3.965 (20/30) Installing libcurl (7.66.0-r0) [2020-03-13T10:22:53.229Z] #7 3.974 (21/30) Installing expat (2.2.8-r0) [2020-03-13T10:22:53.229Z] #7 3.978 (22/30) Installing pcre2 (10.33-r0) [2020-03-13T10:22:53.229Z] #7 3.988 (23/30) Installing git (2.22.2-r0) [2020-03-13T10:22:53.229Z] #7 4.183 (24/30) Installing libmnl (1.0.4-r0) [2020-03-13T10:22:53.229Z] #7 4.185 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-03-13T10:22:53.230Z] #7 4.189 (26/30) Installing iptables (1.8.3-r0) [2020-03-13T10:22:53.230Z] #7 4.214 (27/30) Installing pigz (2.4-r0) [2020-03-13T10:22:53.230Z] #7 4.230 (28/30) Installing tar (1.32-r0) [2020-03-13T10:22:53.230Z] #7 4.237 (29/30) Installing xz-libs (5.2.4-r0) [2020-03-13T10:22:53.230Z] #7 4.240 (30/30) Installing xz (5.2.4-r0) [2020-03-13T10:22:53.230Z] #7 4.245 Executing busybox-1.30.1-r3.trigger [2020-03-13T10:22:53.230Z] #7 4.249 Executing ca-certificates-20190108-r0.trigger [2020-03-13T10:22:53.230Z] #7 4.297 OK: 178 MiB in 44 packages [2020-03-13T10:22:53.230Z] #7 DONE 5.4s [2020-03-13T10:22:53.484Z] [2020-03-13T10:22:53.484Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-03-13T10:22:53.484Z] #9 DONE 0.1s [2020-03-13T10:22:53.484Z] [2020-03-13T10:22:53.484Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-03-13T10:22:53.738Z] #10 DONE 0.1s [2020-03-13T10:22:53.738Z] [2020-03-13T10:22:53.738Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-03-13T10:22:53.738Z] #11 DONE 0.1s [2020-03-13T10:22:53.738Z] [2020-03-13T10:22:53.738Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-03-13T10:22:53.738Z] #12 DONE 0.1s [2020-03-13T10:22:53.738Z] [2020-03-13T10:22:53.738Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-03-13T10:22:53.738Z] #13 DONE 0.1s [2020-03-13T10:22:53.738Z] [2020-03-13T10:22:53.738Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-13T10:22:53.738Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 6.1s done [2020-03-13T10:22:53.738Z] #14 extracting sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 done [2020-03-13T10:22:53.993Z] #14 DONE 8.0s [2020-03-13T10:22:53.993Z] [2020-03-13T10:22:53.993Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-03-13T10:22:53.999Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-03-13T10:22:54.956Z] #15 0.736 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-13T10:22:55.407Z] --- PASS: TestConfigCreateWithLabels (2.26s) [2020-03-13T10:22:55.407Z] === RUN TestConfigCreateResolve [2020-03-13T10:22:55.879Z] #15 1.805 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-13T10:22:55.879Z] #15 1.888 (1/43) Upgrading musl (1.1.24-r0 -> 1.1.24-r1) [2020-03-13T10:22:55.879Z] #15 1.897 (2/43) Installing ncurses-terminfo-base (6.1_p20200118-r2) [2020-03-13T10:22:55.879Z] #15 1.901 (3/43) Installing ncurses-libs (6.1_p20200118-r2) [2020-03-13T10:22:55.879Z] #15 1.907 (4/43) Installing readline (8.0.1-r0) [2020-03-13T10:22:55.879Z] #15 1.911 (5/43) Installing bash (5.0.11-r1) [2020-03-13T10:22:55.879Z] #15 1.924 Executing bash-5.0.11-r1.post-install [2020-03-13T10:22:55.879Z] #15 1.926 (6/43) Installing linux-headers (4.19.36-r0) [2020-03-13T10:22:55.879Z] #15 1.998 (7/43) Installing libblkid (2.34-r1) [2020-03-13T10:22:55.879Z] #15 2.003 (8/43) Installing libuuid (2.34-r1) [2020-03-13T10:22:55.879Z] #15 2.005 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-03-13T10:22:55.879Z] #15 2.010 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-03-13T10:22:55.879Z] #15 2.015 (11/43) Installing libgcc (9.2.0-r3) [2020-03-13T10:22:55.879Z] #15 2.017 (12/43) Installing libstdc++ (9.2.0-r3) [2020-03-13T10:22:55.879Z] #15 2.029 (13/43) Installing binutils (2.33.1-r0) [2020-03-13T10:22:55.879Z] #15 2.096 (14/43) Installing libmagic (5.37-r1) [2020-03-13T10:22:55.879Z] #15 2.124 (15/43) Installing file (5.37-r1) [2020-03-13T10:22:55.892Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-03-13T10:22:55.892Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-03-13T10:22:55.892Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-03-13T10:22:55.892Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-03-13T10:22:55.892Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-03-13T10:22:56.134Z] #15 2.126 (16/43) Installing gmp (6.1.2-r1) [2020-03-13T10:22:56.134Z] #15 2.132 (17/43) Installing isl (0.18-r0) [2020-03-13T10:22:56.134Z] #15 2.147 (18/43) Installing libgomp (9.2.0-r3) [2020-03-13T10:22:56.134Z] #15 2.150 (19/43) Installing libatomic (9.2.0-r3) [2020-03-13T10:22:56.134Z] #15 2.151 (20/43) Installing mpfr4 (4.0.2-r1) [2020-03-13T10:22:56.134Z] #15 2.157 (21/43) Installing mpc1 (1.1.0-r1) [2020-03-13T10:22:56.134Z] #15 2.159 (22/43) Installing gcc (9.2.0-r3) [2020-03-13T10:22:56.455Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-03-13T10:22:56.694Z] #15 2.824 (23/43) Installing musl-dev (1.1.24-r1) [2020-03-13T10:22:56.950Z] #15 2.899 (24/43) Installing libc-dev (0.7.2-r0) [2020-03-13T10:22:56.950Z] #15 2.900 (25/43) Installing g++ (9.2.0-r3) [2020-03-13T10:22:57.214Z] #15 3.312 (26/43) Installing make (4.2.1-r2) [2020-03-13T10:22:57.214Z] #15 3.316 (27/43) Installing fortify-headers (1.1-r0) [2020-03-13T10:22:57.214Z] #15 3.318 (28/43) Installing build-base (0.5-r1) [2020-03-13T10:22:57.214Z] #15 3.319 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-03-13T10:22:57.214Z] #15 3.322 (30/43) Installing libcurl (7.67.0-r0) [2020-03-13T10:22:57.214Z] #15 3.328 (31/43) Installing curl (7.67.0-r0) [2020-03-13T10:22:57.214Z] #15 3.331 (32/43) Installing oniguruma (6.9.4-r0) [2020-03-13T10:22:57.214Z] #15 3.337 (33/43) Installing jq (1.6-r0) [2020-03-13T10:22:57.214Z] #15 3.344 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-03-13T10:22:57.214Z] #15 3.349 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-03-13T10:22:57.214Z] #15 3.351 (36/43) Installing libaio (0.3.112-r1) [2020-03-13T10:22:57.214Z] #15 3.352 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-03-13T10:22:57.214Z] #15 3.381 (38/43) Installing libfdisk (2.34-r1) [2020-03-13T10:22:57.214Z] #15 3.387 (39/43) Installing libmount (2.34-r1) [2020-03-13T10:22:57.214Z] #15 3.392 (40/43) Installing libsmartcols (2.34-r1) [2020-03-13T10:22:57.214Z] #15 3.395 (41/43) Installing pkgconf (1.6.3-r0) [2020-03-13T10:22:57.214Z] #15 3.398 (42/43) Installing util-linux-dev (2.34-r1) [2020-03-13T10:22:57.214Z] #15 3.419 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-03-13T10:22:57.446Z] --- PASS: TestConfigCreateResolve (2.19s) [2020-03-13T10:22:57.446Z] === RUN TestConfigDaemonLibtrustID [2020-03-13T10:22:57.520Z] #15 3.424 Executing busybox-1.31.1-r9.trigger [2020-03-13T10:22:57.520Z] #15 3.429 OK: 196 MiB in 57 packages [2020-03-13T10:22:57.732Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-03-13T10:22:57.732Z] PASS [2020-03-13T10:22:57.732Z] [2020-03-13T10:22:57.732Z] DONE 8 tests in 16.824s [2020-03-13T10:22:57.732Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-03-13T10:22:57.732Z] ++ 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-03-13T10:22:57.732Z] ++ set -e [2020-03-13T10:22:57.732Z] ++ '[' -n 0 ']' [2020-03-13T10:22:57.732Z] ++ set -x [2020-03-13T10:22:57.732Z] ++ env -i DEST=/go/src/github.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-03-13T10:22:57.779Z] #15 DONE 3.9s [2020-03-13T10:22:57.779Z] [2020-03-13T10:22:57.779Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-03-13T10:22:58.019Z] INFO: Testing against a local daemon [2020-03-13T10:22:58.019Z] === RUN TestCheckpoint [2020-03-13T10:22:58.019Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-13T10:22:58.019Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:22:58.019Z] === RUN TestContainerInvalidJSON [2020-03-13T10:22:58.019Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:22:58.019Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:22:58.019Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:22:58.019Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:22:58.019Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:22:58.019Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:22:58.019Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-13T10:22:58.019Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-13T10:22:58.019Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-13T10:22:58.019Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-13T10:22:58.019Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-13T10:22:58.019Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-13T10:22:58.019Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-13T10:22:58.019Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-13T10:22:58.019Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-03-13T10:22:58.019Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-13T10:22:58.019Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-03-13T10:22:58.019Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-13T10:22:58.304Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-03-13T10:22:58.304Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-13T10:22:58.304Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-03-13T10:22:58.304Z] === RUN TestCopyFromContainer [2020-03-13T10:22:58.757Z] #16 DONE 0.9s [2020-03-13T10:22:58.757Z] [2020-03-13T10:22:58.757Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-03-13T10:22:59.331Z] #17 DONE 0.7s [2020-03-13T10:22:59.591Z] [2020-03-13T10:22:59.591Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-03-13T10:22:59.591Z] #18 DONE 0.0s [2020-03-13T10:22:59.591Z] [2020-03-13T10:22:59.591Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-13T10:22:59.591Z] #22 DONE 0.1s [2020-03-13T10:22:59.591Z] [2020-03-13T10:22:59.591Z] #31 [builder 1/4] COPY . . [2020-03-13T10:22:59.591Z] #31 ... [2020-03-13T10:22:59.591Z] [2020-03-13T10:22:59.591Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-03-13T10:22:59.591Z] #19 DONE 0.1s [2020-03-13T10:22:59.591Z] [2020-03-13T10:22:59.591Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-03-13T10:22:59.591Z] #26 DONE 0.1s [2020-03-13T10:22:59.796Z] === RUN TestCopyFromContainer// [2020-03-13T10:22:59.796Z] === RUN TestCopyFromContainer//bar/root [2020-03-13T10:22:59.847Z] [2020-03-13T10:22:59.847Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-13T10:22:59.847Z] #23 DONE 0.1s [2020-03-13T10:22:59.847Z] [2020-03-13T10:22:59.847Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-03-13T10:22:59.847Z] #27 DONE 0.1s [2020-03-13T10:22:59.847Z] [2020-03-13T10:22:59.847Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-03-13T10:22:59.847Z] #28 DONE 0.2s [2020-03-13T10:22:59.847Z] [2020-03-13T10:22:59.847Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-03-13T10:23:00.082Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-13T10:23:00.082Z] === RUN TestCopyFromContainer/bar/quux [2020-03-13T10:23:00.082Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-13T10:23:00.375Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-13T10:23:00.376Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-13T10:23:00.376Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-13T10:23:00.661Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-13T10:23:00.661Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer (2.52s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer// (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-03-13T10:23:00.661Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-03-13T10:23:00.661Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-13T10:23:00.812Z] #29 ... [2020-03-13T10:23:00.812Z] [2020-03-13T10:23:00.812Z] #31 [builder 1/4] COPY . . [2020-03-13T10:23:00.812Z] #31 DONE 1.2s [2020-03-13T10:23:00.812Z] [2020-03-13T10:23:00.812Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-03-13T10:23:00.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:23:00.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:23:00.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:23:00.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:23:00.949Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:23:00.949Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:23:00.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-13T10:23:00.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-13T10:23:00.949Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-13T10:23:00.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-03-13T10:23:00.949Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-13T10:23:00.949Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-03-13T10:23:00.949Z] === RUN TestCreateWithInvalidEnv [2020-03-13T10:23:00.949Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-13T10:23:00.949Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-13T10:23:00.949Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-13T10:23:00.949Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-13T10:23:00.949Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-13T10:23:00.949Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-13T10:23:00.949Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-13T10:23:00.949Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-13T10:23:00.949Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-13T10:23:00.949Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-03-13T10:23:00.949Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-03-13T10:23:00.949Z] === RUN TestCreateTmpfsMountsTarget [2020-03-13T10:23:00.949Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-13T10:23:00.949Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-13T10:23:01.729Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-03-13T10:23:01.730Z] === RUN TestDockerSuite/TestContainerAPITop [2020-03-13T10:23:02.659Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-03-13T10:23:02.659Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-03-13T10:23:02.659Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-03-13T10:23:02.695Z] #32 DONE 1.7s [2020-03-13T10:23:02.695Z] [2020-03-13T10:23:02.695Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-03-13T10:23:02.695Z] #24 1.466 + RM_GOPATH=0 [2020-03-13T10:23:02.695Z] #24 1.466 + TMP_GOPATH= [2020-03-13T10:23:02.695Z] #24 1.466 + : /build [2020-03-13T10:23:02.695Z] #24 1.466 + '[' -z '' ']' [2020-03-13T10:23:02.695Z] #24 1.466 ++ mktemp -d [2020-03-13T10:23:02.695Z] #24 1.466 + export GOPATH=/tmp/tmp.hbmdPk [2020-03-13T10:23:02.695Z] #24 1.466 + GOPATH=/tmp/tmp.hbmdPk [2020-03-13T10:23:02.695Z] #24 1.466 + RM_GOPATH=1 [2020-03-13T10:23:02.695Z] #24 1.467 ++ dirname ./install.sh [2020-03-13T10:23:02.695Z] #24 1.469 Install docker/cli version 17.06.2-ce from stable [2020-03-13T10:23:02.695Z] #24 1.469 + dir=. [2020-03-13T10:23:02.695Z] #24 1.469 + bin=dockercli [2020-03-13T10:23:02.695Z] #24 1.469 + shift [2020-03-13T10:23:02.695Z] #24 1.469 + '[' '!' -f ./dockercli.installer ']' [2020-03-13T10:23:02.695Z] #24 1.469 + . ./dockercli.installer [2020-03-13T10:23:02.695Z] #24 1.469 ++ : stable [2020-03-13T10:23:02.695Z] #24 1.469 ++ : 17.06.2-ce [2020-03-13T10:23:02.695Z] #24 1.469 + install_dockercli [2020-03-13T10:23:02.695Z] #24 1.469 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-03-13T10:23:02.695Z] #24 1.469 ++ uname -m [2020-03-13T10:23:02.695Z] #24 1.471 + arch=x86_64 [2020-03-13T10:23:02.695Z] #24 1.471 + '[' x86_64 '!=' x86_64 ']' [2020-03-13T10:23:02.695Z] #24 1.471 + url=https://download.docker.com/linux/static [2020-03-13T10:23:02.695Z] #24 1.472 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-03-13T10:23:02.695Z] #24 1.474 + tar -xz docker/docker [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s) [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:23:02.987Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-13T10:23:02.987Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-03-13T10:23:02.987Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-03-13T10:23:02.987Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-13T10:23:04.029Z] --- PASS: TestServiceUpdateConfigs (15.20s) [2020-03-13T10:23:04.029Z] === RUN TestServiceUpdateNetwork [2020-03-13T10:23:04.619Z] #24 4.715 + mkdir -p /build [2020-03-13T10:23:04.619Z] #24 4.716 + mv docker/docker /build/ [2020-03-13T10:23:04.619Z] #24 4.718 + rmdir docker [2020-03-13T10:23:04.619Z] #24 DONE 4.8s [2020-03-13T10:23:04.619Z] [2020-03-13T10:23:04.619Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-03-13T10:23:04.619Z] #20 2.694 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-03-13T10:23:04.619Z] #20 3.345 curl: option --progress: is ambiguous [2020-03-13T10:23:04.619Z] #20 3.349 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:04.619Z] #20 3.751 curl: option --progress: is ambiguous [2020-03-13T10:23:04.619Z] #20 3.758 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:04.619Z] #20 4.163 curl: option --progress: is ambiguous [2020-03-13T10:23:04.619Z] #20 4.166 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:04.619Z] #20 4.725 curl: option --progress: is ambiguous [2020-03-13T10:23:04.619Z] #20 4.725 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:04.873Z] #20 5.320 [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.96s) [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:23:05.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:23:05.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:23:05.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:23:05.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:23:05.031Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:23:05.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:23:05.031Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-13T10:23:05.031Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-13T10:23:05.031Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-13T10:23:05.031Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-13T10:23:05.031Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-03-13T10:23:05.031Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-03-13T10:23:05.031Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-13T10:23:05.398Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-03-13T10:23:05.652Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2020-03-13T10:23:05.652Z] === RUN TestContainerStartOnDaemonRestart [2020-03-13T10:23:05.652Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-13T10:23:05.652Z] === RUN TestDaemonRestartIpcMode [2020-03-13T10:23:05.652Z] === PAUSE TestDaemonRestartIpcMode [2020-03-13T10:23:05.652Z] === RUN TestDaemonHostGatewayIP [2020-03-13T10:23:05.652Z] === PAUSE TestDaemonHostGatewayIP [2020-03-13T10:23:05.652Z] === RUN TestDiff [2020-03-13T10:23:06.232Z] #20 6.363 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-03-13T10:23:06.232Z] #20 6.723 curl: option --progress: is ambiguous [2020-03-13T10:23:06.232Z] #20 6.728 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:06.273Z] --- PASS: TestDiff (0.67s) [2020-03-13T10:23:06.273Z] === RUN TestExecWithCloseStdin [2020-03-13T10:23:06.329Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-03-13T10:23:06.790Z] #20 7.140 [2020-03-13T10:23:07.287Z] --- PASS: TestExecWithCloseStdin (0.79s) [2020-03-13T10:23:07.287Z] === RUN TestExec [2020-03-13T10:23:07.698Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-03-13T10:23:07.714Z] #20 8.275 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-03-13T10:23:07.908Z] --- PASS: TestExec (0.77s) [2020-03-13T10:23:07.908Z] === RUN TestExecUser [2020-03-13T10:23:08.273Z] #20 8.655 curl: option --progress: is ambiguous [2020-03-13T10:23:08.273Z] #20 8.665 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:08.570Z] #20 8.972 [2020-03-13T10:23:08.923Z] --- PASS: TestExecUser (0.79s) [2020-03-13T10:23:08.923Z] === RUN TestExportContainerAndImportImage [2020-03-13T10:23:09.494Z] #20 10.00 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-03-13T10:23:09.793Z] #20 10.26 curl: option --progress: is ambiguous [2020-03-13T10:23:09.793Z] #20 10.27 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:09.943Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2020-03-13T10:23:09.943Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-13T10:23:10.048Z] #20 10.63 [2020-03-13T10:23:11.408Z] #20 11.71 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-03-13T10:23:11.429Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) [2020-03-13T10:23:11.429Z] === RUN TestHealthCheckWorkdir [2020-03-13T10:23:11.663Z] #20 12.10 curl: option --progress: is ambiguous [2020-03-13T10:23:11.663Z] #20 12.10 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-13T10:23:12.052Z] --- PASS: TestHealthCheckWorkdir (0.94s) [2020-03-13T10:23:12.052Z] === RUN TestHealthKillContainer [2020-03-13T10:23:12.221Z] #20 12.45 [2020-03-13T10:23:12.221Z] #20 12.54 Download of images into '/build' complete. [2020-03-13T10:23:12.221Z] #20 12.54 Use something like the following to load the result into a Docker daemon: [2020-03-13T10:23:12.221Z] #20 12.54 tar -cC '/build' . | docker load [2020-03-13T10:23:12.221Z] #20 DONE 12.7s [2020-03-13T10:23:12.221Z] [2020-03-13T10:23:12.221Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-13T10:23:12.221Z] #33 1.499 [2020-03-13T10:23:12.221Z] #33 1.734 Removing bundles/ [2020-03-13T10:23:12.221Z] #33 1.735 [2020-03-13T10:23:12.221Z] #33 1.741 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-03-13T10:23:12.221Z] #33 3.400 Building test suite binary ./integration-cli/test.main [2020-03-13T10:23:12.952Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-03-13T10:23:12.952Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-03-13T10:23:13.146Z] #33 ... [2020-03-13T10:23:13.146Z] [2020-03-13T10:23:13.146Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-03-13T10:23:13.400Z] #21 DONE 0.1s [2020-03-13T10:23:13.400Z] [2020-03-13T10:23:13.400Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-03-13T10:23:13.400Z] #25 DONE 0.1s [2020-03-13T10:23:13.400Z] [2020-03-13T10:23:13.400Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-03-13T10:23:14.845Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-03-13T10:23:15.521Z] --- PASS: TestHealthKillContainer (2.90s) [2020-03-13T10:23:15.521Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-13T10:23:15.806Z] --- PASS: TestInspectCpusetInConfigPre120 (0.67s) [2020-03-13T10:23:15.806Z] === RUN TestIpcModeNone [2020-03-13T10:23:16.217Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-03-13T10:23:16.430Z] --- PASS: TestIpcModeNone (0.80s) [2020-03-13T10:23:16.430Z] === RUN TestIpcModePrivate [2020-03-13T10:23:17.452Z] --- PASS: TestIpcModePrivate (0.79s) [2020-03-13T10:23:17.452Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-03-13T10:23:17.452Z] === RUN TestIpcModeShareable [2020-03-13T10:23:17.585Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-03-13T10:23:18.074Z] --- PASS: TestIpcModeShareable (0.74s) [2020-03-13T10:23:18.074Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-03-13T10:23:18.074Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-13T10:23:18.953Z] --- PASS: TestServiceUpdateNetwork (14.83s) [2020-03-13T10:23:18.953Z] PASS [2020-03-13T10:23:18.953Z] [2020-03-13T10:23:18.953Z] === Skipped [2020-03-13T10:23:18.953Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-13T10:23:18.953Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:23:18.953Z] [2020-03-13T10:23:18.953Z] [2020-03-13T10:23:18.953Z] DONE 23 tests, 1 skipped in 181.661s [2020-03-13T10:23:18.953Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-03-13T10:23:18.953Z] ++ 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-03-13T10:23:18.953Z] ++ set -e [2020-03-13T10:23:18.953Z] ++ '[' -n 0 ']' [2020-03-13T10:23:18.953Z] ++ set -x [2020-03-13T10:23:18.954Z] ++ env -i DEST=/go/src/github.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-03-13T10:23:18.954Z] INFO: Testing against a local daemon [2020-03-13T10:23:18.954Z] === RUN TestSessionCreate [2020-03-13T10:23:18.954Z] --- PASS: TestSessionCreate (0.03s) [2020-03-13T10:23:18.954Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-13T10:23:18.954Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-03-13T10:23:18.954Z] PASS [2020-03-13T10:23:18.954Z] [2020-03-13T10:23:18.954Z] DONE 2 tests in 0.172s [2020-03-13T10:23:18.954Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-03-13T10:23:18.954Z] ++ 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-03-13T10:23:18.954Z] ++ set -e [2020-03-13T10:23:18.954Z] ++ '[' -n 0 ']' [2020-03-13T10:23:18.954Z] ++ set -x [2020-03-13T10:23:18.954Z] ++ env -i DEST=/go/src/github.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-03-13T10:23:19.210Z] INFO: Testing against a local daemon [2020-03-13T10:23:19.210Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-13T10:23:19.210Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:23:19.210Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:23:19.210Z] === RUN TestEventsExecDie [2020-03-13T10:23:19.467Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-03-13T10:23:20.031Z] --- PASS: TestEventsExecDie (0.97s) [2020-03-13T10:23:20.031Z] === RUN TestEventsBackwardsCompatible [2020-03-13T10:23:20.288Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-03-13T10:23:20.288Z] === RUN TestInfoBinaryCommits [2020-03-13T10:23:20.288Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-13T10:23:20.288Z] === RUN TestInfoAPIVersioned [2020-03-13T10:23:20.288Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-13T10:23:20.288Z] === RUN TestInfoDiscoveryBackend [2020-03-13T10:23:20.769Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.27s) [2020-03-13T10:23:20.769Z] === RUN TestAPIIpcModeHost [2020-03-13T10:23:20.851Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-03-13T10:23:20.851Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-13T10:23:20.851Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-03-13T10:23:21.055Z] --- PASS: TestAPIIpcModeHost (0.66s) [2020-03-13T10:23:21.055Z] === RUN TestDaemonIpcModeShareable [2020-03-13T10:23:21.782Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-13T10:23:21.782Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-13T10:23:22.345Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-03-13T10:23:22.345Z] === RUN TestInfoAPI [2020-03-13T10:23:22.345Z] --- PASS: TestInfoAPI (0.02s) [2020-03-13T10:23:22.345Z] === RUN TestInfoAPIWarnings [2020-03-13T10:23:22.602Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-03-13T10:23:22.859Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-03-13T10:23:22.859Z] === RUN TestInfoDebug [2020-03-13T10:23:23.095Z] --- PASS: TestDaemonIpcModeShareable (1.68s) [2020-03-13T10:23:23.095Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-03-13T10:23:23.095Z] === RUN TestDaemonIpcModePrivate [2020-03-13T10:23:23.421Z] --- PASS: TestInfoDebug (0.53s) [2020-03-13T10:23:23.421Z] === RUN TestInfoInsecureRegistries [2020-03-13T10:23:23.984Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-03-13T10:23:23.984Z] === RUN TestInfoRegistryMirrors [2020-03-13T10:23:24.241Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8c020_} [2020-03-13T10:23:24.498Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-03-13T10:23:24.498Z] === RUN TestLoginFailsWithBadCredentials [2020-03-13T10:23:24.591Z] --- PASS: TestDaemonIpcModePrivate (1.69s) [2020-03-13T10:23:24.591Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-03-13T10:23:24.591Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-13T10:23:24.755Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2020-03-13T10:23:24.756Z] === RUN TestPingCacheHeaders [2020-03-13T10:23:24.756Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-03-13T10:23:24.756Z] === RUN TestPingGet [2020-03-13T10:23:24.756Z] --- PASS: TestPingGet (0.01s) [2020-03-13T10:23:24.756Z] === RUN TestPingHead [2020-03-13T10:23:24.756Z] --- PASS: TestPingHead (0.02s) [2020-03-13T10:23:24.756Z] === RUN TestVersion [2020-03-13T10:23:24.756Z] --- PASS: TestVersion (0.03s) [2020-03-13T10:23:24.756Z] PASS [2020-03-13T10:23:24.756Z] [2020-03-13T10:23:24.756Z] === Skipped [2020-03-13T10:23:24.756Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:23:24.756Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:23:24.756Z] [2020-03-13T10:23:24.756Z] [2020-03-13T10:23:24.756Z] DONE 18 tests, 1 skipped in 5.711s [2020-03-13T10:23:24.756Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-13T10:23:24.756Z] ++ 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-03-13T10:23:24.756Z] ++ set -e [2020-03-13T10:23:24.756Z] ++ '[' -n 0 ']' [2020-03-13T10:23:24.756Z] ++ set -x [2020-03-13T10:23:24.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:23:25.012Z] INFO: Testing against a local daemon [2020-03-13T10:23:25.012Z] === RUN TestVolumesCreateAndList [2020-03-13T10:23:25.012Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-03-13T10:23:25.012Z] === RUN TestVolumesRemove [2020-03-13T10:23:25.012Z] --- PASS: TestVolumesRemove (0.11s) [2020-03-13T10:23:25.012Z] === RUN TestVolumesInspect [2020-03-13T10:23:25.012Z] --- PASS: TestVolumesInspect (0.02s) [2020-03-13T10:23:25.012Z] === RUN TestVolumesInvalidJSON [2020-03-13T10:23:25.012Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-13T10:23:25.012Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-13T10:23:25.012Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-13T10:23:25.012Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-03-13T10:23:25.012Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-13T10:23:25.012Z] PASS [2020-03-13T10:23:25.012Z] [2020-03-13T10:23:25.012Z] DONE 5 tests in 0.296s [2020-03-13T10:23:25.012Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:23:25.269Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:23:25.269Z] +++ kill 5432 [2020-03-13T10:23:25.832Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1206607522_/foo_false____} [2020-03-13T10:23:26.079Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2020-03-13T10:23:26.079Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-03-13T10:23:26.079Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-13T10:23:26.395Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:23:26.395Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:23:26.395Z] [2020-03-13T10:23:26.395Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:23:26.395Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:23:26.395Z] [2020-03-13T10:23:26.395Z] To set a process to complain mode, use the command line tool [2020-03-13T10:23:26.395Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:23:26.395Z] +++ true [2020-03-13T10:23:26.395Z] [2020-03-13T10:23:27.326Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1206607522_/foo_true____} [2020-03-13T10:23:27.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-03-13T10:23:28.114Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s) [2020-03-13T10:23:28.115Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-03-13T10:23:28.115Z] === RUN TestIpcModeOlderClient [2020-03-13T10:23:28.115Z] === PAUSE TestIpcModeOlderClient [2020-03-13T10:23:28.115Z] === RUN TestKillContainerInvalidSignal [2020-03-13T10:23:28.401Z] --- PASS: TestKillContainerInvalidSignal (0.70s) [2020-03-13T10:23:28.401Z] === RUN TestKillContainer [2020-03-13T10:23:28.401Z] === RUN TestKillContainer/no_signal [2020-03-13T10:23:29.023Z] === RUN TestKillContainer/non_killing_signal [2020-03-13T10:23:29.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_false____} [2020-03-13T10:23:29.645Z] === RUN TestKillContainer/killing_signal [2020-03-13T10:23:30.662Z] --- PASS: TestKillContainer (2.02s) [2020-03-13T10:23:30.662Z] --- PASS: TestKillContainer/no_signal (0.64s) [2020-03-13T10:23:30.662Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2020-03-13T10:23:30.662Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2020-03-13T10:23:30.662Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-13T10:23:30.662Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-13T10:23:31.187Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_true____} [2020-03-13T10:23:31.282Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-13T10:23:31.506Z] #29 29.62 # github.com/docker/docker/contrib/httpserver [2020-03-13T10:23:31.506Z] #29 29.62 loadinternal: cannot find runtime/cgo [2020-03-13T10:23:31.506Z] #29 DONE 29.9s [2020-03-13T10:23:31.506Z] [2020-03-13T10:23:31.506Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-13T10:23:31.506Z] #33 ... [2020-03-13T10:23:31.506Z] [2020-03-13T10:23:31.506Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-03-13T10:23:31.506Z] #30 DONE 0.1s [2020-03-13T10:23:31.506Z] [2020-03-13T10:23:31.506Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-13T10:23:31.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2020-03-13T10:23:31.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2020-03-13T10:23:31.903Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.46s) [2020-03-13T10:23:31.903Z] === RUN TestKillStoppedContainer [2020-03-13T10:23:31.903Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-03-13T10:23:31.903Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-13T10:23:31.903Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-03-13T10:23:31.903Z] === RUN TestKillDifferentUserContainer [2020-03-13T10:23:32.527Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2020-03-13T10:23:32.527Z] === RUN TestInspectOomKilledTrue [2020-03-13T10:23:32.555Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_true__0xc000b8c0a0__} [2020-03-13T10:23:34.023Z] --- PASS: TestInspectOomKilledTrue (1.28s) [2020-03-13T10:23:34.023Z] === RUN TestInspectOomKilledFalse [2020-03-13T10:23:34.450Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8c0c0_} [2020-03-13T10:23:34.646Z] --- PASS: TestInspectOomKilledFalse (0.64s) [2020-03-13T10:23:34.646Z] === RUN TestLinksEtcHostsContentMatch [2020-03-13T10:23:35.268Z] --- PASS: TestLinksEtcHostsContentMatch (0.54s) [2020-03-13T10:23:35.268Z] === RUN TestLinksContainerNames [2020-03-13T10:23:35.822Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8c0e0_} [2020-03-13T10:23:36.285Z] --- PASS: TestLinksContainerNames (1.30s) [2020-03-13T10:23:36.285Z] === RUN TestLogsFollowTailEmpty [2020-03-13T10:23:37.311Z] --- PASS: TestLogsFollowTailEmpty (0.65s) [2020-03-13T10:23:37.311Z] === RUN TestContainerNetworkMountsNoChown [2020-03-13T10:23:37.596Z] --- PASS: TestContainerNetworkMountsNoChown (0.65s) [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/default [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/default [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/private [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/private [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/rprivate [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/slave [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/slave [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/rslave [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/shared [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/shared [2020-03-13T10:23:37.596Z] === RUN TestMountDaemonRoot/rshared [2020-03-13T10:23:37.596Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-13T10:23:37.716Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8c100_} [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/default [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/rshared [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/shared [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/rslave [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/rprivate [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:23:37.883Z] === CONT TestMountDaemonRoot/slave [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-13T10:23:37.883Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:23:37.883Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/private [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-13T10:23:37.884Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-13T10:23:37.884Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-13T10:23:37.884Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-13T10:23:38.171Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2020-03-13T10:23:38.171Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-03-13T10:23:38.171Z] === RUN TestContainerBindMountNonRecursive [2020-03-13T10:23:39.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8c120_} [2020-03-13T10:23:39.662Z] --- PASS: TestContainerBindMountNonRecursive (1.62s) [2020-03-13T10:23:39.662Z] === RUN TestNetworkNat [2020-03-13T10:23:40.681Z] --- PASS: TestNetworkNat (0.72s) [2020-03-13T10:23:40.681Z] === RUN TestNetworkLocalhostTCPNat [2020-03-13T10:23:40.977Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-03-13T10:23:41.314Z] --- PASS: TestNetworkLocalhostTCPNat (0.71s) [2020-03-13T10:23:41.314Z] === RUN TestNetworkLoopbackNat [2020-03-13T10:23:42.330Z] --- PASS: TestNetworkLoopbackNat (0.95s) [2020-03-13T10:23:42.330Z] === RUN TestPause [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-03-13T10:23:42.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-03-13T10:23:42.604Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-03-13T10:23:42.861Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-03-13T10:23:42.861Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-03-13T10:23:42.861Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-03-13T10:23:42.861Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-03-13T10:23:42.953Z] --- PASS: TestPause (0.69s) [2020-03-13T10:23:42.953Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-13T10:23:42.953Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:23:42.953Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:23:42.953Z] === RUN TestPauseStopPausedContainer [2020-03-13T10:23:43.575Z] --- PASS: TestPauseStopPausedContainer (0.71s) [2020-03-13T10:23:43.575Z] === RUN TestPsFilter [2020-03-13T10:23:43.862Z] --- PASS: TestPsFilter (0.20s) [2020-03-13T10:23:43.862Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-13T10:23:44.486Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.67s) [2020-03-13T10:23:44.486Z] === RUN TestRemoveContainerWithVolume [2020-03-13T10:23:45.107Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2020-03-13T10:23:45.107Z] === RUN TestRemoveContainerRunning [2020-03-13T10:23:45.733Z] --- PASS: TestRemoveContainerRunning (0.67s) [2020-03-13T10:23:45.733Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-13T10:23:46.132Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-03-13T10:23:46.354Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2020-03-13T10:23:46.354Z] === RUN TestRemoveInvalidContainer [2020-03-13T10:23:46.354Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2020-03-13T10:23:46.354Z] === RUN TestRenameLinkedContainer [2020-03-13T10:23:48.651Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-03-13T10:23:49.064Z] --- PASS: TestRenameLinkedContainer (2.64s) [2020-03-13T10:23:49.064Z] === RUN TestRenameStoppedContainer [2020-03-13T10:23:49.688Z] --- PASS: TestRenameStoppedContainer (0.71s) [2020-03-13T10:23:49.688Z] === RUN TestRenameRunningContainerAndReuse [2020-03-13T10:23:51.172Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-03-13T10:23:51.173Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2020-03-13T10:23:51.173Z] === RUN TestRenameInvalidName [2020-03-13T10:23:51.796Z] --- PASS: TestRenameInvalidName (0.69s) [2020-03-13T10:23:51.796Z] === RUN TestRenameAnonymousContainer [2020-03-13T10:23:53.067Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-03-13T10:23:53.323Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-03-13T10:23:54.253Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-03-13T10:23:54.524Z] --- PASS: TestRenameAnonymousContainer (2.45s) [2020-03-13T10:23:54.524Z] === RUN TestRenameContainerWithSameName [2020-03-13T10:23:55.144Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2020-03-13T10:23:55.144Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-13T10:23:55.184Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-03-13T10:23:56.553Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-03-13T10:23:56.627Z] --- PASS: TestRenameContainerWithLinkedContainer (1.39s) [2020-03-13T10:23:56.627Z] === RUN TestResize [2020-03-13T10:23:57.117Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-03-13T10:23:57.247Z] --- PASS: TestResize (0.68s) [2020-03-13T10:23:57.247Z] === RUN TestResizeWithInvalidSize [2020-03-13T10:23:57.871Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2020-03-13T10:23:57.871Z] === RUN TestResizeWhenContainerNotStarted [2020-03-13T10:23:58.064Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-03-13T10:23:58.522Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:23:58.522Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:23:58.522Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:23:58.522Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-13T10:23:58.522Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:23:58.522Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:23:58.522Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-13T10:23:59.443Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-03-13T10:24:00.373Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-03-13T10:24:00.584Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-13T10:24:00.584Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-13T10:24:01.304Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-03-13T10:24:02.103Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-13T10:24:02.235Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-03-13T10:24:02.738Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-13T10:24:02.738Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-13T10:24:03.028Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-13T10:24:03.604Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-03-13T10:24:04.535Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-03-13T10:24:05.465Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-03-13T10:24:05.741Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-13T10:24:06.029Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-13T10:24:06.395Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-03-13T10:24:07.764Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.13s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.25s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.56s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.09s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.15s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.54s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.39s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.26s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.29s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.09s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.78s) [2020-03-13T10:24:08.075Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.10s) [2020-03-13T10:24:08.075Z] === RUN TestCgroupNamespacesRun [2020-03-13T10:24:09.132Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-03-13T10:24:10.061Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-03-13T10:24:10.061Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-03-13T10:24:10.113Z] --- PASS: TestCgroupNamespacesRun (1.61s) [2020-03-13T10:24:10.113Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-13T10:24:10.991Z] === RUN TestDockerSuite/TestCpRelativePath [2020-03-13T10:24:11.596Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2020-03-13T10:24:11.597Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-13T10:24:11.922Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-03-13T10:24:13.082Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.59s) [2020-03-13T10:24:13.082Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-13T10:24:13.289Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-03-13T10:24:13.853Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-03-13T10:24:14.569Z] --- PASS: TestCgroupNamespacesRunHostMode (1.66s) [2020-03-13T10:24:14.569Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-13T10:24:15.222Z] === RUN TestDockerSuite/TestCpToCaseA [2020-03-13T10:24:16.606Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.64s) [2020-03-13T10:24:16.606Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-13T10:24:17.114Z] === RUN TestDockerSuite/TestCpToCaseB [2020-03-13T10:24:17.227Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2020-03-13T10:24:17.227Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-13T10:24:17.677Z] === RUN TestDockerSuite/TestCpToCaseC [2020-03-13T10:24:18.242Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2020-03-13T10:24:18.242Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-13T10:24:19.729Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.59s) [2020-03-13T10:24:19.729Z] === RUN TestKernelTCPMemory [2020-03-13T10:24:20.353Z] --- PASS: TestKernelTCPMemory (0.81s) [2020-03-13T10:24:20.353Z] === RUN TestNISDomainname [2020-03-13T10:24:20.951Z] === RUN TestDockerSuite/TestCpToCaseD [2020-03-13T10:24:21.371Z] --- PASS: TestNISDomainname (0.90s) [2020-03-13T10:24:21.371Z] === RUN TestHostnameDnsResolution [2020-03-13T10:24:22.391Z] --- PASS: TestHostnameDnsResolution (1.04s) [2020-03-13T10:24:22.391Z] === RUN TestStats [2020-03-13T10:24:24.426Z] --- PASS: TestStats (1.70s) [2020-03-13T10:24:24.426Z] === RUN TestStopContainerWithTimeout [2020-03-13T10:24:24.426Z] === RUN TestStopContainerWithTimeout/0 [2020-03-13T10:24:24.426Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-13T10:24:24.426Z] === RUN TestStopContainerWithTimeout/1 [2020-03-13T10:24:24.426Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-13T10:24:24.426Z] === RUN TestStopContainerWithTimeout/3 [2020-03-13T10:24:24.426Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-13T10:24:24.426Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-13T10:24:24.426Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-13T10:24:24.426Z] === CONT TestStopContainerWithTimeout/0 [2020-03-13T10:24:24.426Z] === CONT TestStopContainerWithTimeout/3 [2020-03-13T10:24:24.426Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-13T10:24:24.426Z] === CONT TestStopContainerWithTimeout/1 [2020-03-13T10:24:26.207Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-03-13T10:24:26.207Z] === RUN TestDockerSuite/TestCpToCaseE [2020-03-13T10:24:27.925Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-03-13T10:24:27.925Z] --- PASS: TestStopContainerWithTimeout/0 (1.30s) [2020-03-13T10:24:27.925Z] --- PASS: TestStopContainerWithTimeout/1 (2.31s) [2020-03-13T10:24:27.925Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2020-03-13T10:24:27.925Z] --- PASS: TestStopContainerWithTimeout/-1 (3.24s) [2020-03-13T10:24:27.925Z] === RUN TestDeleteDevicemapper [2020-03-13T10:24:27.925Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-13T10:24:27.925Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:24:27.925Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-13T10:24:29.413Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.94s) [2020-03-13T10:24:29.413Z] === RUN TestUpdateMemory [2020-03-13T10:24:29.493Z] === RUN TestDockerSuite/TestCpToCaseF [2020-03-13T10:24:30.055Z] === RUN TestDockerSuite/TestCpToCaseG [2020-03-13T10:24:30.429Z] --- PASS: TestUpdateMemory (0.91s) [2020-03-13T10:24:30.429Z] === RUN TestUpdateCPUQuota [2020-03-13T10:24:31.447Z] --- PASS: TestUpdateCPUQuota (1.21s) [2020-03-13T10:24:31.447Z] === RUN TestUpdatePidsLimit [2020-03-13T10:24:31.447Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-13T10:24:31.734Z] === RUN TestUpdatePidsLimit/no_change [2020-03-13T10:24:32.022Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-13T10:24:32.308Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-13T10:24:32.593Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-13T10:24:33.225Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-13T10:24:33.511Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit (3.29s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/no_change (0.31s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/update_lower (0.33s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.31s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.34s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2020-03-13T10:24:35.072Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.32s) [2020-03-13T10:24:35.072Z] === RUN TestUpdateRestartPolicy [2020-03-13T10:24:35.306Z] === RUN TestDockerSuite/TestCpToCaseH [2020-03-13T10:24:38.578Z] === RUN TestDockerSuite/TestCpToCaseI [2020-03-13T10:24:39.508Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-03-13T10:24:44.762Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-03-13T10:24:45.326Z] === RUN TestDockerSuite/TestCpToDot [2020-03-13T10:24:46.257Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-03-13T10:24:46.820Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-03-13T10:24:47.630Z] --- PASS: TestUpdateRestartPolicy (12.11s) [2020-03-13T10:24:47.630Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-13T10:24:47.630Z] --- PASS: TestUpdateRestartWithAutoRemove (0.68s) [2020-03-13T10:24:47.630Z] === RUN TestWaitNonBlocked [2020-03-13T10:24:47.630Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:24:47.630Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:24:47.630Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:24:47.630Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:24:47.630Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-13T10:24:47.630Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-13T10:24:48.188Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-03-13T10:24:48.648Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-03-13T10:24:48.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.85s) [2020-03-13T10:24:48.648Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2020-03-13T10:24:48.648Z] === RUN TestWaitBlocked [2020-03-13T10:24:48.648Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:24:48.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:24:48.648Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:24:48.648Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:24:48.648Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-13T10:24:48.648Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-13T10:24:49.674Z] --- PASS: TestWaitBlocked (0.05s) [2020-03-13T10:24:49.674Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2020-03-13T10:24:49.674Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.05s) [2020-03-13T10:24:49.674Z] === CONT TestContainerStartOnDaemonRestart [2020-03-13T10:24:49.674Z] === CONT TestIpcModeOlderClient [2020-03-13T10:24:49.674Z] === CONT TestDaemonHostGatewayIP [2020-03-13T10:24:49.674Z] === CONT TestDaemonRestartIpcMode [2020-03-13T10:24:49.674Z] --- PASS: TestIpcModeOlderClient (0.17s) [2020-03-13T10:24:50.710Z] === RUN TestDockerSuite/TestCpToStdout [2020-03-13T10:24:51.273Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-03-13T10:24:51.274Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-03-13T10:24:54.100Z] --- PASS: TestContainerStartOnDaemonRestart (3.85s) [2020-03-13T10:24:54.100Z] --- PASS: TestDaemonRestartIpcMode (4.70s) [2020-03-13T10:24:54.388Z] --- PASS: TestDaemonHostGatewayIP (4.76s) [2020-03-13T10:24:54.388Z] PASS [2020-03-13T10:24:54.388Z] [2020-03-13T10:24:54.388Z] === Skipped [2020-03-13T10:24:54.388Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-03-13T10:24:54.388Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-13T10:24:54.388Z] [2020-03-13T10:24:54.388Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-13T10:24:54.389Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-13T10:24:54.389Z] [2020-03-13T10:24:54.389Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-03-13T10:24:54.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-13T10:24:54.389Z] [2020-03-13T10:24:54.389Z] [2020-03-13T10:24:54.389Z] DONE 199 tests, 3 skipped in 116.435s [2020-03-13T10:24:54.389Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-03-13T10:24:54.389Z] ++ 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-03-13T10:24:54.389Z] ++ set -e [2020-03-13T10:24:54.389Z] ++ '[' -n 0 ']' [2020-03-13T10:24:54.389Z] ++ set -x [2020-03-13T10:24:54.389Z] ++ env -i DEST=/go/src/github.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-03-13T10:24:54.389Z] INFO: Testing against a local daemon [2020-03-13T10:24:54.389Z] === RUN TestCommitInheritsEnv [2020-03-13T10:24:55.010Z] --- PASS: TestCommitInheritsEnv (0.44s) [2020-03-13T10:24:55.010Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-13T10:24:55.010Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-13T10:24:55.010Z] === RUN TestImagesFilterMultiReference [2020-03-13T10:24:55.010Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-03-13T10:24:55.010Z] === RUN TestImagePullPlatformInvalid [2020-03-13T10:24:55.010Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-03-13T10:24:55.010Z] === RUN TestRemoveImageOrphaning [2020-03-13T10:24:55.296Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2020-03-13T10:24:55.296Z] === RUN TestRemoveImageGarbageCollector [2020-03-13T10:24:55.296Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:24:55.296Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:24:55.296Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-13T10:24:55.296Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-03-13T10:24:55.296Z] === RUN TestTagInvalidReference [2020-03-13T10:24:55.447Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-03-13T10:24:55.447Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-03-13T10:24:55.582Z] --- PASS: TestTagInvalidReference (0.05s) [2020-03-13T10:24:55.582Z] === RUN TestTagValidPrefixedRepo [2020-03-13T10:24:55.582Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-03-13T10:24:55.582Z] === RUN TestTagExistedNameWithoutForce [2020-03-13T10:24:55.582Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-03-13T10:24:55.582Z] === RUN TestTagOfficialNames [2020-03-13T10:24:55.582Z] --- PASS: TestTagOfficialNames (0.06s) [2020-03-13T10:24:55.582Z] === RUN TestTagMatchesDigest [2020-03-13T10:24:55.582Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-03-13T10:24:55.582Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-13T10:24:56.816Z] === RUN TestDockerSuite/TestCpVolumePath [2020-03-13T10:24:58.712Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-03-13T10:24:58.969Z] === RUN TestDockerSuite/TestCreateArgs [2020-03-13T10:24:58.969Z] === RUN TestDockerSuite/TestCreateByImageID [2020-03-13T10:24:59.900Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-03-13T10:25:00.463Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-03-13T10:25:00.463Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-03-13T10:25:00.720Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-03-13T10:25:01.675Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-03-13T10:25:01.936Z] === RUN TestDockerSuite/TestCreateLabels [2020-03-13T10:25:01.936Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-03-13T10:25:02.192Z] === RUN TestDockerSuite/TestCreateRM [2020-03-13T10:25:02.192Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-03-13T10:25:02.192Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-03-13T10:25:02.449Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-03-13T10:25:02.449Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-03-13T10:25:04.971Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-03-13T10:25:05.228Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-03-13T10:25:05.228Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-03-13T10:25:09.403Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-03-13T10:25:10.333Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-03-13T10:25:10.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-03-13T10:25:11.702Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-03-13T10:25:12.634Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-03-13T10:25:15.155Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-03-13T10:25:16.526Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-03-13T10:25:17.895Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-03-13T10:25:18.458Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-03-13T10:25:18.715Z] === RUN TestDockerSuite/TestDevicePermissions [2020-03-13T10:25:19.644Z] === RUN TestDockerSuite/TestDockerFails [2020-03-13T10:25:19.644Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-03-13T10:25:19.644Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-03-13T10:25:19.644Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-03-13T10:25:21.013Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-03-13T10:25:21.578Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-03-13T10:25:22.983Z] #33 129.9 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-13T10:25:22.983Z] #33 132.4 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-13T10:25:22.983Z] #33 133.7 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-13T10:25:22.983Z] #33 135.6 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-13T10:25:22.983Z] #33 138.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-13T10:25:22.983Z] #33 139.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-13T10:25:22.983Z] #33 140.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-13T10:25:23.472Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-03-13T10:25:23.472Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-03-13T10:25:23.472Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-03-13T10:25:23.472Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-03-13T10:25:24.055Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-13T10:25:24.325Z] #33 142.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-13T10:25:25.686Z] #33 143.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-13T10:25:27.046Z] #33 144.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-13T10:25:28.407Z] #33 146.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-13T10:25:28.722Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-03-13T10:25:30.093Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-03-13T10:25:30.291Z] #33 147.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-13T10:25:30.850Z] #33 148.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-13T10:25:32.295Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-13T10:25:33.218Z] #33 151.0 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-13T10:25:33.383Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-03-13T10:25:35.726Z] #33 152.8 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-13T10:25:36.285Z] #33 153.8 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-13T10:25:36.665Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-03-13T10:25:37.644Z] #33 154.9 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-13T10:25:38.032Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-03-13T10:25:38.568Z] #33 156.1 [2020-03-13T10:25:38.822Z] #33 DONE 156.4s [2020-03-13T10:25:38.822Z] [2020-03-13T10:25:38.822Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-03-13T10:25:39.400Z] === RUN TestDockerSuite/TestEventsAttach [2020-03-13T10:25:40.180Z] #34 DONE 1.3s [2020-03-13T10:25:40.330Z] === RUN TestDockerSuite/TestEventsCommit [2020-03-13T10:25:41.260Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-03-13T10:25:41.580Z] [2020-03-13T10:25:41.580Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-03-13T10:25:42.183Z] #35 DONE 0.6s [2020-03-13T10:25:42.183Z] [2020-03-13T10:25:42.183Z] #36 exporting to image [2020-03-13T10:25:42.183Z] #36 exporting layers [2020-03-13T10:25:42.191Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-03-13T10:25:43.121Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-03-13T10:25:43.684Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-03-13T10:25:43.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-03-13T10:25:44.150Z] #36 exporting layers 1.8s done [2020-03-13T10:25:44.150Z] #36 writing image sha256:1106f5782f3b968ad860bfc89a64e6e087c5ecab936c91d44f7664780a7a6d64 done [2020-03-13T10:25:44.150Z] #36 naming to docker.io/library/moby-e2e-test done [2020-03-13T10:25:44.150Z] #36 DONE 1.8s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:25:44.623Z] + echo Ensuring container killed. [2020-03-13T10:25:44.623Z] Ensuring container killed. [2020-03-13T10:25:44.623Z] + docker rm -vf docker-pr9 [2020-03-13T10:25:44.623Z] Error: No such container: docker-pr9 [2020-03-13T10:25:44.623Z] + true [Pipeline] sh [2020-03-13T10:25:44.922Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:25:44.922Z] Chowning /workspace to jenkins user [2020-03-13T10:25:44.922Z] + id -u [2020-03-13T10:25:44.922Z] + id -g [2020-03-13T10:25:44.922Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/workspace busybox chown -R 1000:1000 /workspace [2020-03-13T10:25:45.834Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:25:46.569Z] + bundleName=unit [2020-03-13T10:25:46.569Z] + echo Creating unit-bundles.tar.gz [2020-03-13T10:25:46.569Z] Creating unit-bundles.tar.gz [2020-03-13T10:25:46.569Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-03-13T10:25:46.569Z] bundles/junit-report.xml [2020-03-13T10:25:46.569Z] bundles/go-test-report.json [2020-03-13T10:25:46.569Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-03-13T10:25:46.577Z] Archiving artifacts [2020-03-13T10:25:47.007Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T10:25:47.311Z] + make clean [2020-03-13T10:25:47.311Z] docker volume rm -f docker-dev-cache [2020-03-13T10:25:47.566Z] docker-dev-cache [Pipeline] deleteDir [2020-03-13T10:25:47.729Z] === RUN TestDockerSuite/TestEventsContainerRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-13T10:25:50.249Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-03-13T10:25:51.180Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-03-13T10:25:53.793Z] === RUN TestDockerSuite/TestEventsCopy [2020-03-13T10:25:55.690Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-03-13T10:25:57.587Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-03-13T10:25:58.518Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-03-13T10:25:58.775Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-03-13T10:26:00.668Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-03-13T10:26:01.232Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-03-13T10:26:01.232Z] === RUN TestDockerSuite/TestEventsFilterType [2020-03-13T10:26:01.807Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-03-13T10:26:01.807Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-03-13T10:26:01.807Z] === RUN TestDockerSuite/TestEventsFilters [2020-03-13T10:26:03.725Z] === RUN TestDockerSuite/TestEventsFormat [2020-03-13T10:26:05.619Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-03-13T10:26:05.619Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-03-13T10:26:05.620Z] === RUN TestDockerSuite/TestEventsImageImport [2020-03-13T10:26:06.184Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-03-13T10:26:06.441Z] === RUN TestDockerSuite/TestEventsImagePull [2020-03-13T10:26:07.004Z] === RUN TestDockerSuite/TestEventsImageTag [2020-03-13T10:26:07.934Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-03-13T10:26:08.191Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-03-13T10:26:08.191Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-03-13T10:26:08.191Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-03-13T10:26:10.085Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-03-13T10:26:11.014Z] === RUN TestDockerSuite/TestEventsRename [2020-03-13T10:26:11.944Z] === RUN TestDockerSuite/TestEventsResize [2020-03-13T10:26:12.508Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-03-13T10:26:13.438Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-03-13T10:26:14.368Z] === RUN TestDockerSuite/TestEventsStreaming [2020-03-13T10:26:15.299Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-03-13T10:26:18.572Z] === RUN TestDockerSuite/TestEventsTop [2020-03-13T10:26:19.136Z] === RUN TestDockerSuite/TestEventsUntag [2020-03-13T10:26:19.392Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-03-13T10:26:21.913Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-03-13T10:26:22.170Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-03-13T10:26:23.544Z] === RUN TestDockerSuite/TestExec [2020-03-13T10:26:24.475Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-03-13T10:26:25.040Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-03-13T10:26:25.971Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-03-13T10:26:27.341Z] === RUN TestDockerSuite/TestExecAPIStart [2020-03-13T10:26:29.244Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-03-13T10:26:29.832Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-03-13T10:26:30.762Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-03-13T10:26:32.131Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-03-13T10:26:32.696Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-03-13T10:26:33.627Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-03-13T10:26:34.998Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-03-13T10:26:36.891Z] === RUN TestDockerSuite/TestExecCgroup [2020-03-13T10:26:37.821Z] === RUN TestDockerSuite/TestExecEnv [2020-03-13T10:26:38.750Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-03-13T10:26:40.644Z] === RUN TestDockerSuite/TestExecExitStatus [2020-03-13T10:26:41.208Z] === RUN TestDockerSuite/TestExecInspectID [2020-03-13T10:26:44.479Z] === RUN TestDockerSuite/TestExecInteractive [2020-03-13T10:26:45.409Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-03-13T10:26:45.409Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-03-13T10:26:46.340Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-03-13T10:26:47.271Z] === RUN TestDockerSuite/TestExecParseError [2020-03-13T10:26:48.202Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-03-13T10:26:48.765Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-03-13T10:26:49.696Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-03-13T10:26:52.221Z] === RUN TestDockerSuite/TestExecSetEnv [2020-03-13T10:26:52.785Z] === RUN TestDockerSuite/TestExecStartFails [2020-03-13T10:26:54.153Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-03-13T10:27:06.354Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-03-13T10:27:06.354Z] === RUN TestDockerSuite/TestExecTTY [2020-03-13T10:27:06.917Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-03-13T10:27:08.285Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-03-13T10:27:08.849Z] === RUN TestDockerSuite/TestExecUlimits [2020-03-13T10:27:09.778Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-03-13T10:27:09.779Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-03-13T10:27:12.299Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-03-13T10:27:12.864Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-03-13T10:27:13.427Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-03-13T10:27:13.991Z] === RUN TestDockerSuite/TestExecWithTERM [2020-03-13T10:27:14.927Z] === RUN TestDockerSuite/TestExecWithUser [2020-03-13T10:27:16.297Z] === RUN TestDockerSuite/TestGetContainerStats [2020-03-13T10:27:21.550Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-03-13T10:27:25.722Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-03-13T10:27:27.615Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-03-13T10:27:32.868Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-03-13T10:27:33.431Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-03-13T10:27:33.431Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-03-13T10:27:33.431Z] === RUN TestDockerSuite/TestHealth [2020-03-13T10:27:39.993Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-03-13T10:27:54.844Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-03-13T10:27:54.844Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-03-13T10:27:54.844Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-03-13T10:27:54.844Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-03-13T10:27:55.774Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-03-13T10:27:55.774Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-03-13T10:27:56.704Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-03-13T10:27:56.704Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-03-13T10:27:56.704Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-03-13T10:27:56.704Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-03-13T10:27:56.961Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-03-13T10:27:57.217Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-03-13T10:27:57.780Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-03-13T10:27:57.780Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-03-13T10:27:58.710Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-03-13T10:27:58.710Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-03-13T10:27:59.639Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-03-13T10:28:00.569Z] === RUN TestDockerSuite/TestImagesFormat [2020-03-13T10:28:00.826Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-03-13T10:28:01.758Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-03-13T10:28:05.030Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-03-13T10:28:05.030Z] === RUN TestDockerSuite/TestImportBadURL [2020-03-13T10:28:05.030Z] === RUN TestDockerSuite/TestImportDisplay [2020-03-13T10:28:06.926Z] === RUN TestDockerSuite/TestImportFile [2020-03-13T10:28:08.823Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-03-13T10:28:08.823Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-03-13T10:28:10.716Z] === RUN TestDockerSuite/TestImportGzipped [2020-03-13T10:28:12.611Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-03-13T10:28:14.511Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-03-13T10:28:15.074Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-03-13T10:28:16.005Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-03-13T10:28:16.935Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-03-13T10:28:16.935Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-03-13T10:28:16.935Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-03-13T10:28:17.865Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-03-13T10:28:18.432Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-03-13T10:28:19.362Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-03-13T10:28:19.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-03-13T10:28:20.184Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-03-13T10:28:21.115Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-03-13T10:28:22.047Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-03-13T10:28:22.047Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-03-13T10:28:24.571Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-03-13T10:28:25.134Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-03-13T10:28:26.064Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-03-13T10:28:26.064Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-03-13T10:28:26.995Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-03-13T10:28:26.995Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-03-13T10:28:28.368Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-03-13T10:28:29.299Z] === RUN TestDockerSuite/TestInspectDefault [2020-03-13T10:28:29.863Z] === RUN TestDockerSuite/TestInspectHistory [2020-03-13T10:28:31.232Z] === RUN TestDockerSuite/TestInspectImage [2020-03-13T10:28:31.232Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-03-13T10:28:31.232Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-03-13T10:28:31.232Z] === RUN TestDockerSuite/TestInspectInt64 [2020-03-13T10:28:31.797Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-03-13T10:28:32.727Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-03-13T10:28:32.727Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-03-13T10:28:33.657Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-03-13T10:28:34.588Z] === RUN TestDockerSuite/TestInspectPlugin [2020-03-13T10:28:36.483Z] === RUN TestDockerSuite/TestInspectRootFS [2020-03-13T10:28:36.483Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-03-13T10:28:37.047Z] === RUN TestDockerSuite/TestInspectStatus [2020-03-13T10:28:38.418Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-03-13T10:28:40.318Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-03-13T10:28:41.249Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-03-13T10:28:42.179Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-03-13T10:28:43.110Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-03-13T10:28:44.044Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-03-13T10:28:44.975Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-03-13T10:28:45.232Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-03-13T10:28:45.489Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-03-13T10:28:45.746Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-03-13T10:28:48.268Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-03-13T10:28:50.791Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-03-13T10:28:50.791Z] === RUN TestDockerSuite/TestLinksEnvs [2020-03-13T10:28:52.160Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-03-13T10:28:52.724Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-03-13T10:28:52.981Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-03-13T10:28:54.876Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-03-13T10:28:56.246Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-03-13T10:28:57.176Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-03-13T10:29:00.452Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-03-13T10:29:00.452Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-03-13T10:29:00.452Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-03-13T10:29:02.974Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-03-13T10:29:03.231Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-03-13T10:29:03.231Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-03-13T10:29:04.164Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-03-13T10:29:06.688Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-03-13T10:29:11.949Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-03-13T10:29:17.203Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-03-13T10:29:17.203Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-03-13T10:29:20.477Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-03-13T10:29:21.848Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-03-13T10:29:22.779Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-03-13T10:29:25.300Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-03-13T10:29:25.300Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-03-13T10:29:25.864Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-03-13T10:29:25.864Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-03-13T10:29:25.864Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-03-13T10:29:26.794Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-03-13T10:29:27.358Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-03-13T10:29:31.529Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-03-13T10:29:32.093Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-03-13T10:29:37.343Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-03-13T10:29:37.907Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-03-13T10:29:37.907Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-03-13T10:29:38.837Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-03-13T10:29:40.205Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-03-13T10:29:41.136Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-03-13T10:29:42.070Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-03-13T10:29:42.638Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-03-13T10:29:43.575Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-03-13T10:29:46.851Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-03-13T10:29:47.414Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-03-13T10:29:48.345Z] === RUN TestDockerSuite/TestLogsSince [2020-03-13T10:29:52.518Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-03-13T10:29:55.791Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-03-13T10:29:56.354Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-03-13T10:30:01.606Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-03-13T10:30:01.864Z] === RUN TestDockerSuite/TestLogsTail [2020-03-13T10:30:02.794Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-03-13T10:30:03.193Z] --- PASS: TestImportExtremelyLargeImageWorks (296.34s) [2020-03-13T10:30:03.193Z] PASS [2020-03-13T10:30:03.193Z] [2020-03-13T10:30:03.193Z] === Skipped [2020-03-13T10:30:03.193Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-13T10:30:03.193Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:30:03.193Z] [2020-03-13T10:30:03.193Z] [2020-03-13T10:30:03.193Z] DONE 12 tests, 1 skipped in 297.717s [2020-03-13T10:30:03.193Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-03-13T10:30:03.193Z] ++ 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-03-13T10:30:03.193Z] ++ set -e [2020-03-13T10:30:03.193Z] ++ '[' -n 0 ']' [2020-03-13T10:30:03.193Z] ++ set -x [2020-03-13T10:30:03.193Z] ++ env -i DEST=/go/src/github.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-03-13T10:30:03.193Z] INFO: Testing against a local daemon [2020-03-13T10:30:03.193Z] === RUN TestNetworkCreateDelete [2020-03-13T10:30:03.193Z] --- PASS: TestNetworkCreateDelete (0.22s) [2020-03-13T10:30:03.193Z] === RUN TestDockerNetworkDeletePreferID [2020-03-13T10:30:03.193Z] --- PASS: TestDockerNetworkDeletePreferID (0.62s) [2020-03-13T10:30:03.193Z] === RUN TestInspectNetwork [2020-03-13T10:30:03.193Z] === RUN TestInspectNetwork/full_network_id [2020-03-13T10:30:03.193Z] === RUN TestInspectNetwork/partial_network_id [2020-03-13T10:30:03.193Z] === RUN TestInspectNetwork/network_name [2020-03-13T10:30:03.193Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-13T10:30:03.193Z] --- PASS: TestInspectNetwork (7.63s) [2020-03-13T10:30:03.193Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-13T10:30:03.193Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-13T10:30:03.193Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2020-03-13T10:30:03.193Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-13T10:30:03.193Z] === RUN TestRunContainerWithBridgeNone [2020-03-13T10:30:03.193Z] --- PASS: TestRunContainerWithBridgeNone (2.30s) [2020-03-13T10:30:03.193Z] === RUN TestNetworkInvalidJSON [2020-03-13T10:30:03.193Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-13T10:30:03.193Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-13T10:30:03.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:30:03.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:30:03.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:30:03.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:30:03.193Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-13T10:30:03.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-13T10:30:03.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-13T10:30:03.193Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-03-13T10:30:03.193Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-13T10:30:03.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-13T10:30:03.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-13T10:30:03.193Z] === RUN TestHostIPv4BridgeLabel [2020-03-13T10:30:03.480Z] --- PASS: TestHostIPv4BridgeLabel (0.63s) [2020-03-13T10:30:03.480Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-13T10:30:03.724Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-03-13T10:30:04.289Z] === RUN TestDockerSuite/TestMountIntoProc [2020-03-13T10:30:04.519Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-03-13T10:30:04.519Z] === RUN TestDaemonDefaultNetworkPools [2020-03-13T10:30:04.852Z] === RUN TestDockerSuite/TestMountIntoSys [2020-03-13T10:30:05.540Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2020-03-13T10:30:05.540Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-13T10:30:05.782Z] === RUN TestDockerSuite/TestNetHostname [2020-03-13T10:30:06.565Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.25s) [2020-03-13T10:30:06.566Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-13T10:30:08.059Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.50s) [2020-03-13T10:30:08.059Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-13T10:30:08.305Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-03-13T10:30:08.565Z] === RUN TestDockerSuite/TestNetworkEvents [2020-03-13T10:30:08.692Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-03-13T10:30:08.692Z] === RUN TestServiceWithPredefinedNetwork [2020-03-13T10:30:09.495Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-03-13T10:30:09.752Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-03-13T10:30:11.390Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2020-03-13T10:30:11.390Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-13T10:30:11.390Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:30:11.390Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:30:11.390Z] === RUN TestServiceWithDataPathPortInit [2020-03-13T10:30:13.030Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-03-13T10:30:13.030Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-03-13T10:30:13.296Z] === RUN TestDockerSuite/TestPluginActive [2020-03-13T10:30:15.191Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-03-13T10:30:16.123Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-03-13T10:30:19.402Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-03-13T10:30:21.925Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-03-13T10:30:21.925Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-03-13T10:30:22.856Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-03-13T10:30:23.786Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-03-13T10:30:26.657Z] --- PASS: TestServiceWithDataPathPortInit (14.92s) [2020-03-13T10:30:26.657Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-13T10:30:27.058Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-03-13T10:30:27.315Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-03-13T10:30:28.684Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-03-13T10:30:30.579Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-03-13T10:30:30.579Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-03-13T10:30:33.488Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.46s) [2020-03-13T10:30:33.488Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:dy27qktrh5dosvrpr8cpqzwd5 Created:2020-03-13 10:30:27.19585183 +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[6796315868d70588cb826c6f53004bf0a29f34ba43fe15150a2d89222f870332:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v5b6bfd7q7lov7c13sns2v718 EndpointID:75783bdecbd0cbf32ffa840c7d776c3db90844e62bc2c956742047f959fda435 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:efcec00638ce95ad4fea8af03b3d5edb8d43ef2a33a966b0ca2faeef13a0d7b1 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:54b2f8dcc28f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v5b6bfd7q7lov7c13sns2v718 EndpointID:75783bdecbd0cbf32ffa840c7d776c3db90844e62bc2c956742047f959fda435 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-13T10:30:33.488Z] PASS [2020-03-13T10:30:33.488Z] [2020-03-13T10:30:33.488Z] === Skipped [2020-03-13T10:30:33.488Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-13T10:30:33.488Z] service_test.go:236: FLAKY_TEST [2020-03-13T10:30:33.488Z] [2020-03-13T10:30:33.488Z] [2020-03-13T10:30:33.488Z] DONE 22 tests, 1 skipped in 41.500s [2020-03-13T10:30:33.488Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:30:33.489Z] ++ 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-03-13T10:30:33.489Z] ++ set -e [2020-03-13T10:30:33.489Z] ++ '[' -n 0 ']' [2020-03-13T10:30:33.489Z] ++ set -x [2020-03-13T10:30:33.489Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:30:33.776Z] INFO: Testing against a local daemon [2020-03-13T10:30:33.776Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-13T10:30:33.776Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:30:33.776Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:30:33.776Z] === RUN TestDockerNetworkIpvlan [2020-03-13T10:30:33.776Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:30:33.776Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:30:33.776Z] PASS [2020-03-13T10:30:33.776Z] [2020-03-13T10:30:33.776Z] === Skipped [2020-03-13T10:30:33.776Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-13T10:30:33.776Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:30:33.776Z] [2020-03-13T10:30:33.776Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-13T10:30:33.776Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-13T10:30:33.776Z] [2020-03-13T10:30:33.776Z] [2020-03-13T10:30:33.776Z] DONE 2 tests, 2 skipped in 0.110s [2020-03-13T10:30:33.776Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-13T10:30:33.776Z] ++ 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-03-13T10:30:33.776Z] ++ set -e [2020-03-13T10:30:33.776Z] ++ '[' -n 0 ']' [2020-03-13T10:30:33.776Z] ++ set -x [2020-03-13T10:30:33.776Z] ++ env -i DEST=/go/src/github.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-03-13T10:30:33.776Z] INFO: Testing against a local daemon [2020-03-13T10:30:33.776Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-13T10:30:33.853Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-03-13T10:30:35.262Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.49s) [2020-03-13T10:30:35.262Z] === RUN TestDockerNetworkMacvlan [2020-03-13T10:30:35.747Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-03-13T10:30:36.280Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-13T10:30:37.116Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-03-13T10:30:37.301Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-13T10:30:38.047Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-03-13T10:30:38.318Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-13T10:30:39.944Z] === RUN TestDockerSuite/TestPortHostBinding [2020-03-13T10:30:41.017Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-13T10:30:41.313Z] === RUN TestDockerSuite/TestPortList [2020-03-13T10:30:43.072Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-13T10:30:43.834Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-03-13T10:30:48.582Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan (13.65s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.27s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.10s) [2020-03-13T10:30:48.868Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.89s) [2020-03-13T10:30:48.868Z] PASS [2020-03-13T10:30:48.868Z] [2020-03-13T10:30:48.868Z] DONE 8 tests in 15.243s [2020-03-13T10:30:48.868Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-13T10:30:48.868Z] ++ 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-03-13T10:30:48.868Z] ++ set -e [2020-03-13T10:30:48.868Z] ++ '[' -n 0 ']' [2020-03-13T10:30:48.868Z] ++ set -x [2020-03-13T10:30:48.868Z] ++ env -i DEST=/go/src/github.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-03-13T10:30:48.868Z] testing: warning: no tests to run [2020-03-13T10:30:48.868Z] PASS [2020-03-13T10:30:48.868Z] [2020-03-13T10:30:48.868Z] DONE 0 tests in 0.019s [2020-03-13T10:30:48.868Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-13T10:30:48.868Z] ++ 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-03-13T10:30:48.868Z] ++ set -e [2020-03-13T10:30:48.868Z] ++ '[' -n 0 ']' [2020-03-13T10:30:48.868Z] ++ set -x [2020-03-13T10:30:48.868Z] ++ env -i DEST=/go/src/github.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-03-13T10:30:49.153Z] INFO: Testing against a local daemon [2020-03-13T10:30:49.153Z] === RUN TestAuthZPluginAllowRequest [2020-03-13T10:30:50.383Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-03-13T10:30:50.636Z] --- PASS: TestAuthZPluginAllowRequest (1.58s) [2020-03-13T10:30:50.636Z] === RUN TestAuthZPluginTLS [2020-03-13T10:30:51.258Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-03-13T10:30:51.258Z] === RUN TestAuthZPluginDenyRequest [2020-03-13T10:30:51.878Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-03-13T10:30:51.878Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-13T10:30:52.276Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-03-13T10:30:52.507Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-03-13T10:30:52.507Z] === RUN TestAuthZPluginDenyResponse [2020-03-13T10:30:53.132Z] --- PASS: TestAuthZPluginDenyResponse (0.59s) [2020-03-13T10:30:53.132Z] === RUN TestAuthZPluginAllowEventStream [2020-03-13T10:30:54.170Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-03-13T10:30:54.620Z] --- PASS: TestAuthZPluginAllowEventStream (1.58s) [2020-03-13T10:30:54.620Z] === RUN TestAuthZPluginErrorResponse [2020-03-13T10:30:55.241Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-03-13T10:30:55.241Z] === RUN TestAuthZPluginErrorRequest [2020-03-13T10:30:55.866Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-03-13T10:30:55.866Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-13T10:30:56.153Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-03-13T10:30:56.153Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-13T10:30:58.854Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2020-03-13T10:30:58.854Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-13T10:31:00.341Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.05s) [2020-03-13T10:31:00.341Z] === RUN TestAuthZPluginHeader [2020-03-13T10:31:01.365Z] --- PASS: TestAuthZPluginHeader (0.96s) [2020-03-13T10:31:01.365Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-13T10:31:01.365Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:31:01.365Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:01.365Z] === RUN TestAuthZPluginV2Disable [2020-03-13T10:31:01.365Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:31:01.365Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:01.365Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-13T10:31:01.365Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:31:01.365Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:01.365Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-13T10:31:01.365Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:31:01.365Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:01.365Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-13T10:31:02.262Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-03-13T10:31:02.262Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-03-13T10:31:02.262Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-03-13T10:31:02.262Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-03-13T10:31:02.262Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-03-13T10:31:02.833Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-03-13T10:31:03.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-03-13T10:31:03.090Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-03-13T10:31:04.020Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-03-13T10:31:04.020Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-03-13T10:31:05.915Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-03-13T10:31:05.915Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-03-13T10:31:06.173Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-03-13T10:31:09.445Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-03-13T10:31:10.375Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-03-13T10:31:10.632Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-03-13T10:31:11.196Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-03-13T10:31:11.196Z] === RUN TestDockerSuite/TestPsByOrder [2020-03-13T10:31:13.717Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-03-13T10:31:14.648Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-03-13T10:31:16.019Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-03-13T10:31:19.301Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-03-13T10:31:19.867Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-03-13T10:31:19.889Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.82s) [2020-03-13T10:31:19.889Z] PASS [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] === Skipped [2020-03-13T10:31:19.889Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-13T10:31:19.889Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-13T10:31:19.889Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-13T10:31:19.889Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-13T10:31:19.889Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] DONE 17 tests, 4 skipped in 29.212s [2020-03-13T10:31:19.889Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-13T10:31:19.889Z] ++ 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-03-13T10:31:19.889Z] ++ set -e [2020-03-13T10:31:19.889Z] ++ '[' -n 0 ']' [2020-03-13T10:31:19.889Z] ++ set -x [2020-03-13T10:31:19.889Z] ++ env -i DEST=/go/src/github.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-03-13T10:31:19.889Z] INFO: Testing against a local daemon [2020-03-13T10:31:19.889Z] === RUN TestPluginInvalidJSON [2020-03-13T10:31:19.889Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:31:19.889Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:31:19.889Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-13T10:31:19.889Z] --- PASS: TestPluginInvalidJSON (0.05s) [2020-03-13T10:31:19.889Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-13T10:31:19.889Z] PASS [2020-03-13T10:31:19.889Z] [2020-03-13T10:31:19.889Z] DONE 2 tests in 0.134s [2020-03-13T10:31:19.889Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-13T10:31:19.889Z] ++ 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-03-13T10:31:19.889Z] ++ set -e [2020-03-13T10:31:19.889Z] ++ '[' -n 0 ']' [2020-03-13T10:31:19.889Z] ++ set -x [2020-03-13T10:31:19.889Z] ++ env -i DEST=/go/src/github.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-03-13T10:31:19.889Z] INFO: Testing against a local daemon [2020-03-13T10:31:19.889Z] === RUN TestExternalGraphDriver [2020-03-13T10:31:19.889Z] === RUN TestExternalGraphDriver/json [2020-03-13T10:31:20.908Z] === RUN TestExternalGraphDriver/spec [2020-03-13T10:31:22.392Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-03-13T10:31:22.952Z] === RUN TestExternalGraphDriver/pull [2020-03-13T10:31:24.992Z] --- PASS: TestExternalGraphDriver (6.35s) [2020-03-13T10:31:24.992Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2020-03-13T10:31:24.992Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2020-03-13T10:31:24.992Z] --- PASS: TestExternalGraphDriver/pull (2.08s) [2020-03-13T10:31:24.992Z] === RUN TestGraphdriverPluginV2 [2020-03-13T10:31:24.992Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2020-03-13T10:31:24.992Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:24.992Z] PASS [2020-03-13T10:31:24.992Z] [2020-03-13T10:31:24.992Z] === Skipped [2020-03-13T10:31:24.992Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2020-03-13T10:31:24.992Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:31:24.992Z] [2020-03-13T10:31:24.992Z] [2020-03-13T10:31:24.992Z] DONE 5 tests, 1 skipped in 6.504s [2020-03-13T10:31:24.992Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-13T10:31:24.992Z] ++ 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-03-13T10:31:24.992Z] ++ set -e [2020-03-13T10:31:24.992Z] ++ '[' -n 0 ']' [2020-03-13T10:31:24.992Z] ++ set -x [2020-03-13T10:31:24.993Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-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-03-13T10:31:24.993Z] INFO: Testing against a local daemon [2020-03-13T10:31:24.993Z] === RUN TestContinueAfterPluginCrash [2020-03-13T10:31:24.993Z] === PAUSE TestContinueAfterPluginCrash [2020-03-13T10:31:24.993Z] === RUN TestReadPluginNoRead [2020-03-13T10:31:24.993Z] === PAUSE TestReadPluginNoRead [2020-03-13T10:31:24.993Z] === RUN TestDaemonStartWithLogOpt [2020-03-13T10:31:24.993Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-13T10:31:24.993Z] === CONT TestContinueAfterPluginCrash [2020-03-13T10:31:24.993Z] === CONT TestDaemonStartWithLogOpt [2020-03-13T10:31:24.993Z] === CONT TestReadPluginNoRead [2020-03-13T10:31:25.667Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-03-13T10:31:25.667Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-03-13T10:31:29.842Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-03-13T10:31:36.386Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-03-13T10:31:37.317Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-03-13T10:31:39.213Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-03-13T10:31:41.736Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-03-13T10:31:43.105Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-03-13T10:31:45.000Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-03-13T10:31:46.369Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-03-13T10:31:47.440Z] === RUN TestReadPluginNoRead/default [2020-03-13T10:31:47.440Z] --- PASS: TestDaemonStartWithLogOpt (22.52s) [2020-03-13T10:31:48.456Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-13T10:31:48.890Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-03-13T10:31:49.147Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-03-13T10:31:49.939Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-13T10:31:51.042Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-03-13T10:31:51.300Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-03-13T10:31:51.977Z] --- PASS: TestReadPluginNoRead (26.73s) [2020-03-13T10:31:51.977Z] --- PASS: TestReadPluginNoRead/default (1.88s) [2020-03-13T10:31:51.977Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.78s) [2020-03-13T10:31:51.977Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s) [2020-03-13T10:31:51.977Z] read_test.go:91: [d9bf70b8bc353] daemon is not started [2020-03-13T10:31:52.250Z] === RUN TestDockerSuite/TestPsRightTagName [2020-03-13T10:31:52.263Z] --- PASS: TestContinueAfterPluginCrash (27.30s) [2020-03-13T10:31:52.263Z] PASS [2020-03-13T10:31:52.263Z] [2020-03-13T10:31:52.263Z] DONE 6 tests in 27.398s [2020-03-13T10:31:52.263Z] 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-03-13T10:31:52.263Z] ++ 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-03-13T10:31:52.263Z] ++ set -e [2020-03-13T10:31:52.263Z] ++ '[' -n 0 ']' [2020-03-13T10:31:52.263Z] ++ set -x [2020-03-13T10:31:52.263Z] ++ env -i DEST=/go/src/github.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-03-13T10:31:52.263Z] testing: warning: no tests to run [2020-03-13T10:31:52.263Z] PASS [2020-03-13T10:31:52.263Z] [2020-03-13T10:31:52.263Z] DONE 0 tests in 0.021s [2020-03-13T10:31:52.263Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-13T10:31:52.263Z] ++ 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-03-13T10:31:52.263Z] ++ set -e [2020-03-13T10:31:52.263Z] ++ '[' -n 0 ']' [2020-03-13T10:31:52.263Z] ++ set -x [2020-03-13T10:31:52.263Z] ++ env -i DEST=/go/src/github.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-03-13T10:31:52.549Z] INFO: Testing against a local daemon [2020-03-13T10:31:52.549Z] === RUN TestPluginWithDevMounts [2020-03-13T10:31:52.549Z] === PAUSE TestPluginWithDevMounts [2020-03-13T10:31:52.549Z] === CONT TestPluginWithDevMounts [2020-03-13T10:31:54.778Z] === RUN TestDockerSuite/TestPsShowMounts [2020-03-13T10:31:55.242Z] --- PASS: TestPluginWithDevMounts (2.28s) [2020-03-13T10:31:55.242Z] PASS [2020-03-13T10:31:55.242Z] [2020-03-13T10:31:55.242Z] DONE 1 tests in 2.386s [2020-03-13T10:31:55.242Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-03-13T10:31:55.242Z] ++ 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-03-13T10:31:55.242Z] ++ set -e [2020-03-13T10:31:55.242Z] ++ '[' -n 0 ']' [2020-03-13T10:31:55.242Z] ++ set -x [2020-03-13T10:31:55.242Z] ++ env -i DEST=/go/src/github.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-03-13T10:31:55.242Z] INFO: Testing against a local daemon [2020-03-13T10:31:55.242Z] === RUN TestSecretInspect [2020-03-13T10:31:57.281Z] --- PASS: TestSecretInspect (2.32s) [2020-03-13T10:31:57.281Z] === RUN TestSecretList [2020-03-13T10:31:58.053Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-03-13T10:31:58.310Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-03-13T10:31:58.310Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-03-13T10:31:59.366Z] --- PASS: TestSecretList (2.30s) [2020-03-13T10:31:59.366Z] === RUN TestSecretsCreateAndDelete [2020-03-13T10:31:59.678Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-03-13T10:31:59.678Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-03-13T10:31:59.935Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-03-13T10:32:00.865Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-03-13T10:32:02.061Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2020-03-13T10:32:02.061Z] === RUN TestSecretsUpdate [2020-03-13T10:32:02.759Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-03-13T10:32:02.759Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-03-13T10:32:04.102Z] --- PASS: TestSecretsUpdate (2.28s) [2020-03-13T10:32:04.102Z] === RUN TestTemplatedSecret [2020-03-13T10:32:04.128Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-03-13T10:32:05.059Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-03-13T10:32:05.623Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-03-13T10:32:06.812Z] --- PASS: TestTemplatedSecret (2.73s) [2020-03-13T10:32:06.812Z] === RUN TestSecretCreateResolve [2020-03-13T10:32:08.884Z] --- PASS: TestSecretCreateResolve (2.29s) [2020-03-13T10:32:08.884Z] PASS [2020-03-13T10:32:09.169Z] [2020-03-13T10:32:09.169Z] DONE 6 tests in 14.255s [2020-03-13T10:32:09.169Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-03-13T10:32:09.170Z] ++ 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-03-13T10:32:09.170Z] ++ set -e [2020-03-13T10:32:09.170Z] ++ '[' -n 0 ']' [2020-03-13T10:32:09.170Z] ++ set -x [2020-03-13T10:32:09.170Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:32:09.170Z] INFO: Testing against a local daemon [2020-03-13T10:32:09.170Z] === RUN TestServiceCreateInit [2020-03-13T10:32:09.170Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-13T10:32:13.578Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-13T10:32:13.722Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-03-13T10:32:15.090Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-03-13T10:32:17.611Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-03-13T10:32:17.611Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-03-13T10:32:17.611Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-03-13T10:32:17.868Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-03-13T10:32:17.985Z] --- PASS: TestServiceCreateInit (8.16s) [2020-03-13T10:32:17.985Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.00s) [2020-03-13T10:32:17.985Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.12s) [2020-03-13T10:32:17.985Z] === RUN TestCreateServiceMultipleTimes [2020-03-13T10:32:20.475Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-03-13T10:32:22.369Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-03-13T10:32:26.561Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-03-13T10:32:26.561Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-03-13T10:32:27.930Z] === RUN TestDockerSuite/TestRmiBlank [2020-03-13T10:32:27.930Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-03-13T10:32:27.930Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-03-13T10:32:29.824Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-03-13T10:32:32.348Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-03-13T10:32:32.912Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-03-13T10:32:33.843Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-03-13T10:32:34.100Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-03-13T10:32:36.493Z] --- PASS: TestCreateServiceMultipleTimes (16.35s) [2020-03-13T10:32:36.493Z] === RUN TestCreateServiceConflict [2020-03-13T10:32:36.493Z] --- PASS: TestCreateServiceConflict (2.27s) [2020-03-13T10:32:36.493Z] === RUN TestCreateServiceMaxReplicas [2020-03-13T10:32:36.623Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-03-13T10:32:37.555Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-03-13T10:32:39.194Z] --- PASS: TestCreateServiceMaxReplicas (3.01s) [2020-03-13T10:32:39.194Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-13T10:32:39.449Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-03-13T10:32:40.013Z] === RUN TestDockerSuite/TestRmiTag [2020-03-13T10:32:40.270Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-03-13T10:32:41.200Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-03-13T10:32:46.453Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-03-13T10:32:46.453Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-03-13T10:32:47.383Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-03-13T10:32:47.946Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-03-13T10:32:49.315Z] === RUN TestDockerSuite/TestRunAddHost [2020-03-13T10:32:50.247Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-03-13T10:32:50.504Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-03-13T10:32:51.434Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-03-13T10:32:51.434Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-03-13T10:32:52.366Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-03-13T10:32:54.259Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-03-13T10:32:54.259Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-03-13T10:32:54.460Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.47s) [2020-03-13T10:32:54.460Z] === RUN TestCreateServiceSecretFileMode [2020-03-13T10:32:54.824Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-03-13T10:32:55.084Z] --- PASS: TestCreateServiceSecretFileMode (2.61s) [2020-03-13T10:32:55.084Z] === RUN TestCreateServiceConfigFileMode [2020-03-13T10:32:55.754Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-03-13T10:32:57.125Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-03-13T10:32:57.782Z] --- PASS: TestCreateServiceConfigFileMode (2.52s) [2020-03-13T10:32:57.782Z] === RUN TestCreateServiceSysctls [2020-03-13T10:32:59.019Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-03-13T10:33:00.386Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-03-13T10:33:01.265Z] --- PASS: TestCreateServiceSysctls (3.35s) [2020-03-13T10:33:01.265Z] === RUN TestCreateServiceCapabilities [2020-03-13T10:33:01.316Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-03-13T10:33:02.249Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-03-13T10:33:02.506Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-03-13T10:33:03.437Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-03-13T10:33:03.965Z] --- PASS: TestCreateServiceCapabilities (2.69s) [2020-03-13T10:33:03.965Z] === RUN TestInspect [2020-03-13T10:33:04.368Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-03-13T10:33:05.298Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-03-13T10:33:05.298Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-03-13T10:33:06.667Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-03-13T10:33:06.677Z] --- PASS: TestInspect (2.82s) [2020-03-13T10:33:06.677Z] === RUN TestCreateJob [2020-03-13T10:33:08.039Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-03-13T10:33:08.602Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-03-13T10:33:09.532Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-03-13T10:33:10.155Z] --- PASS: TestCreateJob (3.36s) [2020-03-13T10:33:10.155Z] === RUN TestReplicatedJob [2020-03-13T10:33:10.468Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-03-13T10:33:10.468Z] === RUN TestDockerSuite/TestRunBindMounts [2020-03-13T10:33:12.995Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-03-13T10:33:13.925Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-03-13T10:33:14.489Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-03-13T10:33:15.419Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-03-13T10:33:15.680Z] --- PASS: TestReplicatedJob (5.72s) [2020-03-13T10:33:15.680Z] === RUN TestUpdateReplicatedJob [2020-03-13T10:33:16.349Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-03-13T10:33:16.349Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-03-13T10:33:17.279Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-03-13T10:33:17.842Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-03-13T10:33:18.773Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-03-13T10:33:19.156Z] --- PASS: TestUpdateReplicatedJob (3.51s) [2020-03-13T10:33:19.156Z] === RUN TestServiceListWithStatuses [2020-03-13T10:33:19.156Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-13T10:33:19.156Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:33:19.156Z] === RUN TestDockerNetworkConnectAlias [2020-03-13T10:33:19.709Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-03-13T10:33:20.272Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-03-13T10:33:20.272Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-03-13T10:33:21.212Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-03-13T10:33:21.212Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-03-13T10:33:21.469Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-03-13T10:33:22.838Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-03-13T10:33:23.572Z] --- PASS: TestDockerNetworkConnectAlias (4.58s) [2020-03-13T10:33:23.573Z] === RUN TestDockerNetworkReConnect [2020-03-13T10:33:23.769Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-03-13T10:33:24.699Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-03-13T10:33:25.645Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-03-13T10:33:25.645Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-03-13T10:33:26.575Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-03-13T10:33:27.986Z] --- PASS: TestDockerNetworkReConnect (4.02s) [2020-03-13T10:33:27.986Z] === RUN TestServicePlugin [2020-03-13T10:33:27.986Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-13T10:33:27.986Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:33:27.986Z] === RUN TestServiceUpdateLabel [2020-03-13T10:33:28.470Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-03-13T10:33:29.840Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-03-13T10:33:30.027Z] --- PASS: TestServiceUpdateLabel (2.31s) [2020-03-13T10:33:30.027Z] === RUN TestServiceUpdateSecrets [2020-03-13T10:33:31.734Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-03-13T10:33:32.298Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-03-13T10:33:33.230Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-03-13T10:33:33.795Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-03-13T10:33:34.725Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-03-13T10:33:35.655Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-03-13T10:33:37.553Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-03-13T10:33:40.825Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-03-13T10:33:40.825Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-03-13T10:33:40.825Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-03-13T10:33:41.756Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-03-13T10:33:45.031Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-03-13T10:33:45.293Z] --- PASS: TestServiceUpdateSecrets (14.78s) [2020-03-13T10:33:45.293Z] === RUN TestServiceUpdateConfigs [2020-03-13T10:33:46.401Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-03-13T10:33:49.686Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-03-13T10:33:49.686Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-03-13T10:33:52.213Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-03-13T10:33:52.213Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-03-13T10:33:52.213Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-03-13T10:33:53.144Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-03-13T10:33:55.038Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-03-13T10:33:56.408Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-03-13T10:33:58.932Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-03-13T10:33:59.864Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-03-13T10:34:00.559Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2020-03-13T10:34:00.559Z] === RUN TestServiceUpdateNetwork [2020-03-13T10:34:01.759Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-03-13T10:34:02.323Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-03-13T10:34:02.323Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-03-13T10:34:03.254Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-03-13T10:34:05.148Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-03-13T10:34:05.148Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-03-13T10:34:05.711Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-03-13T10:34:06.641Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-03-13T10:34:07.570Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-03-13T10:34:08.134Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-03-13T10:34:08.134Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-03-13T10:34:09.064Z] === RUN TestDockerSuite/TestRunEnvironment [2020-03-13T10:34:09.995Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-03-13T10:34:10.558Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-03-13T10:34:11.491Z] === RUN TestDockerSuite/TestRunExitCode [2020-03-13T10:34:12.421Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-03-13T10:34:12.985Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-03-13T10:34:13.120Z] --- PASS: TestServiceUpdateNetwork (12.95s) [2020-03-13T10:34:13.120Z] PASS [2020-03-13T10:34:13.120Z] [2020-03-13T10:34:13.120Z] === Skipped [2020-03-13T10:34:13.120Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-03-13T10:34:13.120Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-13T10:34:13.120Z] [2020-03-13T10:34:13.120Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-03-13T10:34:13.120Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-13T10:34:13.120Z] [2020-03-13T10:34:13.120Z] [2020-03-13T10:34:13.120Z] DONE 23 tests, 2 skipped in 123.365s [2020-03-13T10:34:13.120Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-03-13T10:34:13.120Z] ++ 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-03-13T10:34:13.120Z] ++ set -e [2020-03-13T10:34:13.120Z] ++ '[' -n 0 ']' [2020-03-13T10:34:13.120Z] ++ set -x [2020-03-13T10:34:13.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=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-03-13T10:34:13.120Z] INFO: Testing against a local daemon [2020-03-13T10:34:13.120Z] === RUN TestSessionCreate [2020-03-13T10:34:13.120Z] --- PASS: TestSessionCreate (0.05s) [2020-03-13T10:34:13.120Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-13T10:34:13.120Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-03-13T10:34:13.120Z] PASS [2020-03-13T10:34:13.120Z] [2020-03-13T10:34:13.120Z] DONE 2 tests in 0.192s [2020-03-13T10:34:13.120Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-03-13T10:34:13.120Z] ++ 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-03-13T10:34:13.120Z] ++ set -e [2020-03-13T10:34:13.120Z] ++ '[' -n 0 ']' [2020-03-13T10:34:13.120Z] ++ set -x [2020-03-13T10:34:13.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=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-03-13T10:34:13.120Z] INFO: Testing against a local daemon [2020-03-13T10:34:13.120Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-13T10:34:13.120Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:34:13.120Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:34:13.120Z] === RUN TestEventsExecDie [2020-03-13T10:34:13.406Z] --- PASS: TestEventsExecDie (0.80s) [2020-03-13T10:34:13.406Z] === RUN TestEventsBackwardsCompatible [2020-03-13T10:34:13.692Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-03-13T10:34:13.692Z] === RUN TestInfoBinaryCommits [2020-03-13T10:34:13.692Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-03-13T10:34:13.692Z] === RUN TestInfoAPIVersioned [2020-03-13T10:34:13.692Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-13T10:34:13.692Z] === RUN TestInfoDiscoveryBackend [2020-03-13T10:34:13.915Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-03-13T10:34:14.311Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-03-13T10:34:14.311Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-13T10:34:14.847Z] === RUN TestDockerSuite/TestRunExposePort [2020-03-13T10:34:14.847Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-03-13T10:34:15.337Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-13T10:34:15.337Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-13T10:34:15.783Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-03-13T10:34:15.960Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-03-13T10:34:15.960Z] === RUN TestInfoAPI [2020-03-13T10:34:15.960Z] --- PASS: TestInfoAPI (0.05s) [2020-03-13T10:34:15.960Z] === RUN TestInfoAPIWarnings [2020-03-13T10:34:16.349Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-03-13T10:34:16.583Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-03-13T10:34:16.584Z] === RUN TestInfoDebug [2020-03-13T10:34:16.869Z] --- PASS: TestInfoDebug (0.55s) [2020-03-13T10:34:16.869Z] === RUN TestInfoInsecureRegistries [2020-03-13T10:34:17.489Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-03-13T10:34:17.489Z] === RUN TestInfoRegistryMirrors [2020-03-13T10:34:18.107Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-03-13T10:34:18.107Z] === RUN TestLoginFailsWithBadCredentials [2020-03-13T10:34:18.243Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-03-13T10:34:18.393Z] --- PASS: TestLoginFailsWithBadCredentials (0.44s) [2020-03-13T10:34:18.393Z] === RUN TestPingCacheHeaders [2020-03-13T10:34:18.393Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-03-13T10:34:18.393Z] === RUN TestPingGet [2020-03-13T10:34:18.501Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-03-13T10:34:18.501Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-03-13T10:34:18.679Z] --- PASS: TestPingGet (0.05s) [2020-03-13T10:34:18.679Z] === RUN TestPingHead [2020-03-13T10:34:18.679Z] --- PASS: TestPingHead (0.05s) [2020-03-13T10:34:18.679Z] === RUN TestVersion [2020-03-13T10:34:18.679Z] --- PASS: TestVersion (0.04s) [2020-03-13T10:34:18.679Z] PASS [2020-03-13T10:34:18.679Z] [2020-03-13T10:34:18.679Z] === Skipped [2020-03-13T10:34:18.679Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-13T10:34:18.679Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-13T10:34:18.679Z] [2020-03-13T10:34:18.679Z] [2020-03-13T10:34:18.679Z] DONE 18 tests, 1 skipped in 5.989s [2020-03-13T10:34:18.679Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-03-13T10:34:18.679Z] ++ 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-03-13T10:34:18.679Z] ++ set -e [2020-03-13T10:34:18.679Z] ++ '[' -n 0 ']' [2020-03-13T10:34:18.679Z] ++ set -x [2020-03-13T10:34:18.679Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-03-13T10:34:18.679Z] INFO: Testing against a local daemon [2020-03-13T10:34:18.679Z] === RUN TestVolumesCreateAndList [2020-03-13T10:34:18.679Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-03-13T10:34:18.679Z] === RUN TestVolumesRemove [2020-03-13T10:34:18.965Z] --- PASS: TestVolumesRemove (0.10s) [2020-03-13T10:34:18.965Z] === RUN TestVolumesInspect [2020-03-13T10:34:18.965Z] --- PASS: TestVolumesInspect (0.04s) [2020-03-13T10:34:18.965Z] === RUN TestVolumesInvalidJSON [2020-03-13T10:34:18.965Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-13T10:34:18.965Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-13T10:34:18.965Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-13T10:34:18.965Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-03-13T10:34:18.965Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-13T10:34:18.965Z] PASS [2020-03-13T10:34:18.965Z] [2020-03-13T10:34:18.965Z] DONE 5 tests in 0.322s [2020-03-13T10:34:18.965Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:34:19.250Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:34:19.250Z] +++ kill 13497 [2020-03-13T10:34:20.735Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:34:20.735Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:34:20.735Z] [2020-03-13T10:34:20.735Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:34:20.735Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:34:20.735Z] [2020-03-13T10:34:20.735Z] To set a process to complain mode, use the command line tool [2020-03-13T10:34:20.735Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:34:20.735Z] +++ true [2020-03-13T10:34:20.735Z] [2020-03-13T10:34:22.674Z] === RUN TestDockerSuite/TestRunInspectMacAddress Post stage [Pipeline] junit [2020-03-13T10:34:22.809Z] Recording test results [2020-03-13T10:34:22.931Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:34:23.958Z] + echo Ensuring container killed. [2020-03-13T10:34:23.958Z] Ensuring container killed. [2020-03-13T10:34:23.958Z] + docker rm -vf docker-pr9 [2020-03-13T10:34:23.958Z] Error: No such container: docker-pr9 [2020-03-13T10:34:23.958Z] + true [Pipeline] sh [2020-03-13T10:34:24.348Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:34:24.348Z] Chowning /workspace to jenkins user [2020-03-13T10:34:24.348Z] + id -u [2020-03-13T10:34:24.348Z] + id -g [2020-03-13T10:34:24.348Z] + docker run --rm -v /home/docker/workspace/moby_PR-38788:/workspace busybox chown -R 1001:1001 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:34:26.790Z] + bundleName=ppc64le-integration [2020-03-13T10:34:26.790Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-03-13T10:34:26.790Z] Creating ppc64le-integration-bundles.tar.gz [2020-03-13T10:34:26.790Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [2020-03-13T10:34:26.790Z] + 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-03-13T10:34:27.122Z] Archiving artifacts [2020-03-13T10:34:29.841Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T10:34:30.241Z] + make clean [2020-03-13T10:34:30.861Z] make: command: Command not found [2020-03-13T10:34:30.861Z] make: command: Command not found [2020-03-13T10:34:30.861Z] docker volume rm -f docker-dev-cache [2020-03-13T10:34:30.861Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-13T10:34:35.177Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-03-13T10:34:35.741Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-03-13T10:34:37.634Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-03-13T10:34:37.635Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-03-13T10:34:37.635Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-03-13T10:34:37.635Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-03-13T10:34:38.211Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-03-13T10:34:41.486Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-03-13T10:34:43.379Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-03-13T10:34:44.748Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-03-13T10:34:45.678Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-03-13T10:34:46.609Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-03-13T10:34:47.173Z] === RUN TestDockerSuite/TestRunModeHostname [2020-03-13T10:34:48.103Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-03-13T10:34:48.103Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-03-13T10:34:48.360Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-03-13T10:34:50.254Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-03-13T10:34:51.625Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-03-13T10:34:52.996Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-03-13T10:34:52.996Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-03-13T10:34:53.253Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-03-13T10:34:55.147Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-03-13T10:34:56.517Z] === RUN TestDockerSuite/TestRunMount [2020-03-13T10:35:03.063Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-03-13T10:35:03.626Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-03-13T10:35:04.556Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-03-13T10:35:06.454Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-03-13T10:35:08.978Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-03-13T10:35:12.378Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-03-13T10:35:14.902Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-03-13T10:35:17.425Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-03-13T10:35:18.795Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-03-13T10:35:20.692Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-03-13T10:35:20.692Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-03-13T10:35:21.257Z] === RUN TestDockerSuite/TestRunNetHost [2020-03-13T10:35:22.627Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-03-13T10:35:23.190Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-03-13T10:35:24.120Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-03-13T10:35:26.643Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-03-13T10:35:29.165Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-03-13T10:35:31.690Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-03-13T10:35:34.214Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-03-13T10:35:34.779Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-03-13T10:35:34.779Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-03-13T10:35:36.152Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-03-13T10:35:36.152Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-03-13T10:35:36.716Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-03-13T10:35:36.983Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-03-13T10:35:37.574Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-03-13T10:35:37.831Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-03-13T10:35:38.763Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-03-13T10:35:39.695Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-03-13T10:35:39.695Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-03-13T10:35:40.626Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-03-13T10:35:41.557Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-03-13T10:35:43.452Z] === RUN TestDockerSuite/TestRunPortInUse [2020-03-13T10:35:44.384Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-03-13T10:35:45.314Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-03-13T10:35:46.245Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-03-13T10:35:46.245Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-03-13T10:35:46.809Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-03-13T10:35:47.739Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-03-13T10:35:48.669Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-03-13T10:35:48.669Z] === RUN TestDockerSuite/TestRunPublishPort [2020-03-13T10:35:49.602Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-03-13T10:35:50.168Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-03-13T10:35:50.168Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-03-13T10:35:51.097Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-03-13T10:35:52.991Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-03-13T10:35:52.991Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-03-13T10:35:54.361Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-03-13T10:35:58.732Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-03-13T10:35:58.732Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-03-13T10:35:58.732Z] === RUN TestDockerSuite/TestRunRm [2020-03-13T10:35:58.732Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-03-13T10:36:02.909Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-03-13T10:36:03.492Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-03-13T10:36:03.492Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-03-13T10:36:04.438Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-03-13T10:36:06.333Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-03-13T10:36:07.262Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-03-13T10:36:10.535Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-03-13T10:36:11.465Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-03-13T10:36:15.643Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-03-13T10:36:15.643Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-03-13T10:36:16.574Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-03-13T10:36:17.505Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-03-13T10:36:18.071Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-03-13T10:36:19.002Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-03-13T10:36:19.933Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-03-13T10:36:20.866Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-03-13T10:36:21.431Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-03-13T10:36:22.361Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-03-13T10:36:23.296Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-03-13T10:36:23.296Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-03-13T10:36:24.230Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-03-13T10:36:24.230Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-03-13T10:36:25.160Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-03-13T10:36:27.057Z] === RUN TestDockerSuite/TestRunState [2020-03-13T10:36:27.988Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-03-13T10:36:28.551Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-03-13T10:36:29.482Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-03-13T10:36:30.419Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-03-13T10:36:30.677Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-03-13T10:36:30.677Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-03-13T10:36:31.608Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-03-13T10:36:32.538Z] === RUN TestDockerSuite/TestRunSysctls [2020-03-13T10:36:33.907Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-03-13T10:36:33.907Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-03-13T10:36:34.165Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-03-13T10:36:34.730Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-03-13T10:36:38.002Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-03-13T10:36:38.259Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-03-13T10:36:40.780Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-03-13T10:36:44.957Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-03-13T10:36:47.476Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-03-13T10:36:48.407Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-03-13T10:36:48.971Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-03-13T10:36:49.902Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-03-13T10:36:52.423Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-03-13T10:36:53.793Z] === RUN TestDockerSuite/TestRunUserByID [2020-03-13T10:36:54.357Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-03-13T10:36:54.357Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-03-13T10:36:54.614Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-03-13T10:36:55.544Z] === RUN TestDockerSuite/TestRunUserByName [2020-03-13T10:36:56.475Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-03-13T10:36:57.038Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-03-13T10:36:57.038Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-03-13T10:36:57.295Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-03-13T10:36:58.247Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-03-13T10:37:03.500Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-03-13T10:37:03.500Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-03-13T10:37:04.869Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-03-13T10:37:07.393Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-03-13T10:37:08.762Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-03-13T10:37:11.289Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-03-13T10:37:14.564Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-03-13T10:37:14.820Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-03-13T10:37:15.750Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-03-13T10:37:16.682Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-03-13T10:37:16.682Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-03-13T10:37:16.682Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-03-13T10:37:16.682Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-03-13T10:37:16.682Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-03-13T10:37:17.612Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-03-13T10:37:18.543Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-03-13T10:37:19.474Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-03-13T10:37:20.843Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-03-13T10:37:21.774Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-03-13T10:37:21.774Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-03-13T10:37:22.705Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-03-13T10:37:22.705Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-03-13T10:37:23.639Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-03-13T10:37:23.639Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-03-13T10:37:23.639Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-03-13T10:37:23.639Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-03-13T10:37:23.639Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-03-13T10:37:23.982Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-03-13T10:37:24.240Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-03-13T10:37:24.240Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-03-13T10:37:24.497Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-03-13T10:37:24.755Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-03-13T10:37:25.686Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-03-13T10:37:26.615Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-03-13T10:37:27.178Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-03-13T10:37:27.178Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-03-13T10:37:28.108Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-03-13T10:37:28.365Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-03-13T10:37:29.294Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-03-13T10:37:29.294Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-03-13T10:37:30.227Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-03-13T10:37:31.157Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-03-13T10:37:31.157Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-03-13T10:37:31.157Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-03-13T10:37:32.088Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-03-13T10:37:33.981Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-03-13T10:37:34.545Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-03-13T10:37:34.545Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-03-13T10:37:35.108Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-03-13T10:37:35.108Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-03-13T10:37:37.002Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-03-13T10:37:37.566Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-03-13T10:37:40.088Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-03-13T10:37:41.019Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-03-13T10:37:41.019Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-03-13T10:37:41.019Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-03-13T10:37:42.389Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-03-13T10:37:43.319Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-03-13T10:37:44.687Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-03-13T10:37:44.687Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-03-13T10:37:47.212Z] === RUN TestDockerSuite/TestSaveImageId [2020-03-13T10:37:47.212Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-03-13T10:37:47.212Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-03-13T10:37:49.733Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-03-13T10:37:49.733Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-03-13T10:37:51.121Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-03-13T10:37:51.379Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-03-13T10:37:51.379Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-03-13T10:37:52.749Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-03-13T10:37:54.644Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-03-13T10:37:54.900Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-03-13T10:37:54.900Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-03-13T10:37:54.900Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-03-13T10:37:54.900Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-03-13T10:37:55.567Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-03-13T10:37:58.089Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-03-13T10:38:03.339Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-03-13T10:38:05.862Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-03-13T10:38:07.230Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-03-13T10:38:08.601Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-03-13T10:38:11.874Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-03-13T10:38:14.394Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-03-13T10:38:14.957Z] === RUN TestDockerSuite/TestStartRecordError [2020-03-13T10:38:16.851Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-03-13T10:38:19.393Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-03-13T10:38:19.393Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-03-13T10:38:21.915Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-03-13T10:38:25.188Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-03-13T10:38:30.439Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-03-13T10:38:32.344Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-03-13T10:38:32.601Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-03-13T10:38:37.854Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-03-13T10:38:37.854Z] === RUN TestDockerSuite/TestStatsNoStream [2020-03-13T10:38:41.128Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-03-13T10:38:43.021Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-03-13T10:38:43.585Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-03-13T10:38:44.515Z] === RUN TestDockerSuite/TestTopPrivileged [2020-03-13T10:38:45.446Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-03-13T10:38:45.446Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-03-13T10:38:46.010Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-03-13T10:38:51.266Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-03-13T10:38:54.569Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-03-13T10:38:54.825Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-03-13T10:38:55.756Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-03-13T10:38:55.756Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-03-13T10:38:56.686Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-03-13T10:38:58.581Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-03-13T10:38:58.581Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-03-13T10:38:59.949Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-03-13T10:39:00.880Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-03-13T10:39:01.810Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-03-13T10:39:03.704Z] === RUN TestDockerSuite/TestUpdateStats [2020-03-13T10:39:07.984Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-03-13T10:39:09.354Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-03-13T10:39:09.354Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-03-13T10:39:10.285Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-03-13T10:39:11.215Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-03-13T10:39:15.389Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-03-13T10:39:18.660Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-03-13T10:39:21.948Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-03-13T10:39:24.471Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-03-13T10:39:28.645Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-03-13T10:39:33.898Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-03-13T10:39:36.420Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-03-13T10:39:38.941Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-03-13T10:39:40.311Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-03-13T10:39:42.210Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-03-13T10:39:44.732Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-03-13T10:39:47.254Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-03-13T10:39:49.146Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-03-13T10:39:52.420Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-03-13T10:39:54.341Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-03-13T10:40:09.191Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-03-13T10:40:09.191Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-03-13T10:40:09.448Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-03-13T10:40:10.378Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-03-13T10:40:10.378Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-03-13T10:40:10.378Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-03-13T10:40:10.378Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-03-13T10:40:11.311Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-03-13T10:40:11.311Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-03-13T10:40:12.244Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-03-13T10:40:12.502Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-03-13T10:40:12.502Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-03-13T10:40:12.502Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-03-13T10:40:12.502Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-03-13T10:40:15.023Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-03-13T10:40:15.023Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-03-13T10:40:15.280Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-03-13T10:40:15.280Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-03-13T10:40:15.280Z] === RUN TestDockerSuite/TestVolumeEvents [2020-03-13T10:40:16.210Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-03-13T10:40:18.733Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-03-13T10:40:18.733Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-03-13T10:40:18.733Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-03-13T10:40:22.006Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-03-13T10:40:26.181Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite (1792.24s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.37s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.04s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.02s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.28s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.98s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.22s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.37s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.42s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.99s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.20s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.21s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.40s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.06s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.35s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.24s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.35s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachDetach (1.34s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.35s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.61s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.39s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.24s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.91s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.60s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.80s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.16s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.23s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.61s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.68s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.61s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.34s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.56s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.00s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.25s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.79s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.99s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.87s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.44s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.73s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.96s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.28s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.47s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.12s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.11s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.38s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.08s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.30s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.27s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.33s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.77s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.84s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.79s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.50s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.79s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.73s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.02s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.41s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.99s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.46s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.29s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.07s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.14s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.75s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.86s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.47s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.38s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.72s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.74s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.61s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.60s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.01s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.35s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.69s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.55s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.90s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.50s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCmd (0.36s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.40s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2020-03-13T10:40:26.181Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-03-13T10:40:26.181Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.84s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.29s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.32s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContChar (3.96s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.36s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.33s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.77s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.17s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.10s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.84s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.98s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.13s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.95s) [2020-03-13T10:40:26.181Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-03-13T10:40:26.181Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.181Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-13T10:40:26.181Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.181Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-13T10:40:26.181Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.181Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-03-13T10:40:26.181Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.27s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.62s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.06s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.83s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.69s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.80s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.79s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.91s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.62s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.66s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.51s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.07s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.97s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.23s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.22s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.14s) [2020-03-13T10:40:26.181Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.96s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.67s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.62s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.87s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.76s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.64s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.25s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.33s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.31s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.26s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.36s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.48s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnv (1.62s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.50s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.68s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.78s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.32s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.92s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.54s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.42s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.16s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildExpose (0.52s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFails (0.85s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.47s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.45s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.01s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.57s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.11s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.17s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.52s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.33s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (2.34s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildHistory (5.05s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.25s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.60s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.55s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.05s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabel (0.49s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.55s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabels (0.59s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.03s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.64s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.38s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.87s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.14s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.35s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.61s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.70s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.33s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.71s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.79s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (14.54s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.41s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.42s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.80s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.50s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.66s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.62s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.37s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.48s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.90s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.11s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.19s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.19s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.66s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.42s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.93s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.52s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.95s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.97s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.78s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.73s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.40s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.82s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.53s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.92s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildPATH (2.93s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.98s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.19s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.65s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.27s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRm (3.22s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.08s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.38s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.63s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.76s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.37s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.36s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.22s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (5.15s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.53s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildStderr (1.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.59s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.35s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.25s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.59s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.13s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildUser (2.27s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.20s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.88s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.17s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.41s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.41s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.39s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.80s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.13s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.24s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.07s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.18s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.16s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.17s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.05s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.44s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.64s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.14s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.40s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-03-13T10:40:26.182Z] docker_cli_sni_test.go:18: Flakey test [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.04s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.36s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitChange (1.07s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.07s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.72s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.72s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.97s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitTTY (1.74s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.97s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.80s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.20s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.22s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.08s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.89s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.93s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.88s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.18s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.79s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.80s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.13s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.83s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.85s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.91s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.84s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.85s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.84s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.98s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.87s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.93s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.87s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.55s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.60s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.76s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.58s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.75s) [2020-03-13T10:40:26.182Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-13T10:40:26.182Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.85s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.93s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.29s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.65s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.98s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.34s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.39s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.81s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.60s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.61s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.54s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b8c020_} (1.64s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1206607522_/foo_false____} (1.60s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1206607522_/foo_true____} (1.98s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_false____} (1.63s) [2020-03-13T10:40:26.182Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_true____} (1.66s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3821171097_/foo_true__0xc000b8c0a0__} (1.68s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b8c0c0_} (1.63s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b8c0e0_} (1.52s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b8c100_} (1.61s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b8c120_} (1.58s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.78s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.96s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.39s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.93s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.22s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.11s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.94s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.98s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.08s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.97s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.05s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.07s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.87s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.11s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.48s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.08s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.96s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.19s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.20s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.78s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.80s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.58s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.43s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToDot (0.93s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.70s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.33s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToStdout (1.15s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.57s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.52s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.08s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCpVolumePath (2.11s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateArgs (0.12s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.71s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.85s) [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.10s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.39s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.16s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.18s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.49s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.75s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.75s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.60s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.97s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.12s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.80s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.32s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.52s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.63s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.22s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.28s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsAttach (0.90s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsCommit (1.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.82s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.86s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.82s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.68s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.68s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsCopy (1.87s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.57s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.80s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.12s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFilters (1.72s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFormat (1.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.86s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.43s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.80s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsRename (0.86s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsResize (0.83s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.07s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsTop (0.88s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.64s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExec (0.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.83s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.93s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.16s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.91s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.92s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.93s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.98s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.12s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.66s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecCgroup (1.27s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecEnv (0.90s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.76s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecInspectID (2.96s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecInteractive (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.91s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.96s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecParseError (0.98s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.81s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.83s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.17s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecStartFails (1.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.17s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecTTY (0.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.18s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.72s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecUlimits (0.95s) [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.14s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.89s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.15s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.92s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestExecWithUser (1.21s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.78s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.95s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.89s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.90s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.87s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHealth (21.04s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.89s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.49s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.91s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.00s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportDisplay (1.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportFile (1.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.90s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportGzipped (1.94s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.83s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.89s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.86s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.85s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.86s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.82s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.99s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.05s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.36s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.83s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.84s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.85s) [2020-03-13T10:40:26.183Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-13T10:40:26.183Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-03-13T10:40:26.183Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.29s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.87s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectDefault (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectHistory (1.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s) [2020-03-13T10:40:26.184Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-13T10:40:26.184Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.10s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.74s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.77s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectStatus (1.04s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.24s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.98s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.87s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.98s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.70s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.67s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.19s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.76s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.39s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.97s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.62s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.69s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.76s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.92s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.05s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.94s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.85s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.55s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.12s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.14s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.16s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.15s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.75s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsSince (7.07s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.75s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsTail (0.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.53s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestNetHostname (2.42s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.36s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.21s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.71s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.86s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginActive (1.92s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.83s) [2020-03-13T10:40:26.184Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-13T10:40:26.184Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.80s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.64s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.05s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.18s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.31s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.72s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.55s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPortList (11.07s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.53s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.41s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.88s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.91s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.67s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.42s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.55s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsByOrder (3.49s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.17s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.78s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.59s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.49s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.66s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.57s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.75s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.72s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.96s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.29s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.91s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.52s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.62s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2020-03-13T10:40:26.184Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-13T10:40:26.184Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (1.37s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.97s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.57s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.73s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.89s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.37s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.69s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.23s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.31s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.64s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.56s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.13s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.63s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.58s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.36s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.36s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.08s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.08s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.74s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.05s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.85s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.52s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.97s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.44s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.60s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddHost (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.80s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.91s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.98s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.24s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.58s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.63s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.12s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.92s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.87s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.39s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.25s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.57s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.87s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.85s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.90s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.40s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (1.07s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.87s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.95s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.67s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.64s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.58s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.82s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.77s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.81s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.77s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.54s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.95s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.56s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.85s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.84s) [2020-03-13T10:40:26.184Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.98s) [2020-03-13T10:40:26.184Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-13T10:40:26.184Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.91s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.45s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.87s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.69s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.82s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.86s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.78s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunExitCode (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.84s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.59s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.40s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.59s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.87s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.58s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.24s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.69s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.16s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.59s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.87s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.67s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.66s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.17s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.24s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.60s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.26s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.69s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.30s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.61s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.66s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMount (6.30s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.63s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.55s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.34s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.40s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.64s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.68s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.71s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.71s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetHost (1.18s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.84s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.71s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.37s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.50s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.13s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.74s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (1.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.91s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.99s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.90s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.88s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.88s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.13s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.78s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.84s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (1.04s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.87s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.69s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.78s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.64s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.46s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.64s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRm (0.87s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.90s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.91s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.94s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.90s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.99s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.35s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.67s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.89s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.84s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.90s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.92s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.71s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunState (1.63s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunStdinPipe (1.11s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.22s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.86s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.78s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunSysctls (1.69s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.65s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.04s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.07s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.42s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.27s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserByID (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserByName (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.81s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.65s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.13s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.51s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.58s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.41s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.79s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.89s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.82s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.96s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.60s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.89s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.90s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.83s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.05s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.07s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.17s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.23s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.24s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.20s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.20s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.31s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.80s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.85s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.91s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.84s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.66s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.78s) [2020-03-13T10:40:26.185Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-03-13T10:40:26.185Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.68s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.61s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.78s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.67s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.81s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.13s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.14s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.39s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.99s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.54s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.09s) [2020-03-13T10:40:26.185Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents988456075 [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.78s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.55s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.54s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.37s) [2020-03-13T10:40:26.185Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.38s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.58s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.68s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.54s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.90s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.68s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.83s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartRecordError (1.81s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.50s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.16s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.11s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.99s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.32s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.97s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.86s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.87s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.87s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.83s) [2020-03-13T10:40:26.186Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-13T10:40:26.186Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.77s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.33s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.49s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.81s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.83s) [2020-03-13T10:40:26.186Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-13T10:40:26.186Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.93s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.80s) [2020-03-13T10:40:26.186Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-13T10:40:26.186Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.58s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.98s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.96s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.68s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateStats (3.93s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.70s) [2020-03-13T10:40:26.186Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-03-13T10:40:26.186Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.02s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.91s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.18s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.42s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.21s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.57s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.21s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.25s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.47s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.35s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.57s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.65s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.43s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.48s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.39s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.55s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.40s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.82s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.89s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.08s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.56s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.04s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.85s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.43s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.17s) [2020-03-13T10:40:26.186Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.28s) [2020-03-13T10:40:26.186Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-03-13T10:40:26.186Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-03-13T10:40:26.186Z] === RUN TestDockerRegistrySuite [2020-03-13T10:40:26.186Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-03-13T10:40:28.083Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-03-13T10:40:29.466Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-03-13T10:40:31.363Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-03-13T10:40:31.619Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-03-13T10:40:35.795Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-03-13T10:40:41.049Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-03-13T10:40:42.419Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-03-13T10:40:44.940Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-03-13T10:40:46.309Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-03-13T10:40:47.679Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-03-13T10:40:49.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-03-13T10:40:50.418Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-03-13T10:40:52.314Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-03-13T10:40:53.244Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-03-13T10:40:54.613Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-03-13T10:40:55.982Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-03-13T10:40:57.352Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-03-13T10:40:57.353Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-03-13T10:40:57.610Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-03-13T10:40:57.610Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-03-13T10:40:57.610Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-03-13T10:40:58.981Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-03-13T10:41:00.366Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-03-13T10:41:01.736Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-03-13T10:41:01.736Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-03-13T10:41:05.911Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-03-13T10:41:06.843Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-03-13T10:41:07.100Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-03-13T10:41:07.357Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-03-13T10:41:08.727Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-03-13T10:41:10.125Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-03-13T10:41:10.125Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-03-13T10:41:11.495Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-03-13T10:41:15.669Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-03-13T10:41:15.926Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-03-13T10:41:17.298Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-03-13T10:41:17.861Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-03-13T10:41:17.861Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-03-13T10:41:18.118Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-03-13T10:41:18.682Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-03-13T10:41:18.939Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-03-13T10:41:18.939Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-03-13T10:41:20.836Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-03-13T10:41:22.730Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-03-13T10:41:24.106Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-03-13T10:41:25.475Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-03-13T10:41:26.410Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite (61.11s) [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.78s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d3d6e54c1a615] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.54s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d8d769ebdc91c] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.86s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d93149be39f55] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.14s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d8ad68bd4f225] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.30s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d501cc125806c] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.43s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dc55c43829ef4] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.70s) [2020-03-13T10:41:27.348Z] check_test.go:196: [ded2720aa5a94] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.44s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d97c0ac9f110c] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.22s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d286900e8d80b] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.44s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d4b24ff5120d7] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.47s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d0e6f5d3ef78a] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.46s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d969c8167abee] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.27s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d652c36174e01] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.39s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d70e6ffac4217] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.84s) [2020-03-13T10:41:27.348Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bfbb274ad022a3a27ef0de34ceb50892676c0a7bdedfe3291c85a3b2b04fc36e [2020-03-13T10:41:27.348Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:56fb841eeb8bb0fc947a25b61fc40a5d44ac76d29b984c32f14b66ea27adad5d [2020-03-13T10:41:27.348Z] check_test.go:196: [d25cf1fe27f70] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.84s) [2020-03-13T10:41:27.348Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9be2c9e3ee1027f1166501f9652959541e003c23800d7c7d0647d7ed7535875d [2020-03-13T10:41:27.348Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:eae29230b54281f5ea5f1a8060f3b7ac262966782b6861ad48d097dbcb385018 [2020-03-13T10:41:27.348Z] check_test.go:196: [dfdc24cf5719f] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.39s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d33d1650be4f5] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.74s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dc2c78e22f87c] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.69s) [2020-03-13T10:41:27.348Z] check_test.go:196: [ddd780679675e] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dbd16d912ff02] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.49s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d76ec898ae712] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.37s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d2ccbfdbc8336] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.35s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dbbbad7a8c1fa] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (4.00s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d91e486d4380d] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dfe90bbcc9135] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.44s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d6936fb03a50f] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.49s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d1b996b3a8c51] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d4d0c5579c9e1] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d266954ffb479] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.30s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d8ac2fb2e1689] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.36s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d89468c86316d] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d5335196d8d77] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.49s) [2020-03-13T10:41:27.348Z] check_test.go:196: [d56817781156c] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.32s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dd31cb20deb45] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.18s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dc9d54746fe76] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.46s) [2020-03-13T10:41:27.348Z] check_test.go:196: [dbffcb86d234a] daemon is not started [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.08s) [2020-03-13T10:41:27.348Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2020-03-13T10:41:27.348Z] === RUN TestDockerSchema1RegistrySuite [2020-03-13T10:41:27.348Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-03-13T10:41:27.605Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-03-13T10:41:32.860Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-03-13T10:41:37.035Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-03-13T10:41:41.209Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-03-13T10:41:42.579Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-03-13T10:41:43.948Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-03-13T10:41:43.948Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-03-13T10:41:45.317Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-03-13T10:41:46.686Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-03-13T10:41:48.055Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-03-13T10:41:52.230Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-03-13T10:41:52.230Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-03-13T10:41:52.794Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-03-13T10:41:52.794Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-03-13T10:41:53.051Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-03-13T10:41:53.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-03-13T10:41:53.871Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite (26.56s) [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2020-03-13T10:41:53.871Z] check_test.go:223: [deb41ac3ae549] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.54s) [2020-03-13T10:41:53.871Z] check_test.go:223: [df59b38f01746] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.68s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d8ef810e61e1c] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.45s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d500994f50494] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.31s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d27099e174b22] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.39s) [2020-03-13T10:41:53.871Z] check_test.go:223: [de59435e9ab55] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d65869769c097] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.37s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d00c862e308c5] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.32s) [2020-03-13T10:41:53.871Z] check_test.go:223: [df0698eae8029] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.24s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d1a57ff71aaba] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.83s) [2020-03-13T10:41:53.871Z] check_test.go:223: [db9515068a73f] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-03-13T10:41:53.871Z] check_test.go:223: [dea43a199293b] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.47s) [2020-03-13T10:41:53.871Z] check_test.go:223: [da1a4bb123c7e] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d5a4da018ef6f] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2020-03-13T10:41:53.871Z] check_test.go:223: [dc32aa465aace] daemon is not started [2020-03-13T10:41:53.871Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2020-03-13T10:41:53.871Z] check_test.go:223: [d9d8a893c361b] daemon is not started [2020-03-13T10:41:53.872Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-03-13T10:41:53.872Z] check_test.go:223: [dca8003a32424] daemon is not started [2020-03-13T10:41:53.872Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-03-13T10:41:53.872Z] check_test.go:223: [d257f485aceeb] daemon is not started [2020-03-13T10:41:53.872Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-03-13T10:41:53.872Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-03-13T10:41:54.801Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-03-13T10:41:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-03-13T10:41:55.366Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-03-13T10:41:56.822Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-03-13T10:41:56.822Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-03-13T10:41:57.088Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-03-13T10:41:58.018Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.07s) [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.93s) [2020-03-13T10:41:58.018Z] check_test.go:252: [db1dfb34f0dc8] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.51s) [2020-03-13T10:41:58.018Z] check_test.go:252: [db2b1590c0f97] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-03-13T10:41:58.018Z] check_test.go:252: [db6e187ca38f4] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.12s) [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-03-13T10:41:58.018Z] check_test.go:252: [dd13be8f9646a] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-03-13T10:41:58.018Z] check_test.go:252: [d037715fd9326] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.60s) [2020-03-13T10:41:58.018Z] check_test.go:252: [d11b7b3380bcc] daemon is not started [2020-03-13T10:41:58.018Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-03-13T10:41:58.018Z] check_test.go:252: [d3e4e3250566f] daemon is not started [2020-03-13T10:41:58.018Z] === RUN TestDockerRegistryAuthTokenSuite [2020-03-13T10:41:58.018Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-03-13T10:42:03.269Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-03-13T10:42:03.269Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-03-13T10:42:03.525Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-03-13T10:42:03.525Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2020-03-13T10:42:03.782Z] check_test.go:279: [d4f3534b74961] daemon is not started [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-03-13T10:42:03.782Z] check_test.go:279: [dabcd0c7c5cab] daemon is not started [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-03-13T10:42:03.782Z] check_test.go:279: [d8c8d9df51bd6] daemon is not started [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-03-13T10:42:03.782Z] check_test.go:279: [d4517511e4db2] daemon is not started [2020-03-13T10:42:03.782Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-03-13T10:42:03.782Z] check_test.go:279: [de9229fa3308b] daemon is not started [2020-03-13T10:42:03.782Z] === RUN TestDockerNetworkSuite [2020-03-13T10:42:03.782Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-03-13T10:42:04.347Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-03-13T10:42:06.871Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-03-13T10:42:07.435Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-03-13T10:42:08.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-03-13T10:42:11.640Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-03-13T10:42:13.010Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-03-13T10:42:14.380Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-03-13T10:42:15.754Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-03-13T10:42:19.931Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-03-13T10:42:19.931Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-03-13T10:42:22.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-03-13T10:42:22.710Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-03-13T10:42:32.680Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-03-13T10:42:35.203Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-03-13T10:42:37.100Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-03-13T10:42:37.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-03-13T10:42:38.595Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-03-13T10:42:39.964Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-03-13T10:42:41.334Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-03-13T10:42:41.592Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-03-13T10:42:41.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-03-13T10:42:43.217Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-03-13T10:42:43.217Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-03-13T10:42:43.217Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-03-13T10:42:43.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-03-13T10:42:43.474Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-03-13T10:42:44.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-03-13T10:42:46.738Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-03-13T10:42:46.738Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-03-13T10:42:46.995Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-03-13T10:42:46.995Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-03-13T10:42:51.169Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-03-13T10:42:54.442Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-03-13T10:42:59.699Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-03-13T10:43:02.225Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-03-13T10:43:04.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-03-13T10:43:04.747Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-03-13T10:43:05.679Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-03-13T10:43:05.936Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-03-13T10:43:06.193Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-03-13T10:43:06.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-03-13T10:43:06.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-03-13T10:43:06.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-03-13T10:43:06.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-03-13T10:43:09.231Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-03-13T10:43:11.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-03-13T10:43:11.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-03-13T10:43:11.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-03-13T10:43:13.024Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-03-13T10:43:16.298Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-03-13T10:43:18.192Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-03-13T10:43:22.368Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-03-13T10:43:22.625Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-03-13T10:43:22.881Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-03-13T10:43:24.251Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-03-13T10:43:26.147Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-03-13T10:43:27.081Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-03-13T10:43:27.081Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-03-13T10:43:28.452Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-03-13T10:43:29.015Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-03-13T10:43:29.580Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-03-13T10:43:31.487Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-03-13T10:43:32.858Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-03-13T10:43:37.035Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite (94.31s) [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.99s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d5d535aa3a6a9] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.45s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dfc5b5aa9d094] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.95s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d7b9570be37bc] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.77s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d6e5a24677d57] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.11s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:1233: [d095ebda107d9] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (2.49s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d2c707c1bd878] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.24s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d025a130bbff8] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.44s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d4ff4189ae517] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.65s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d3d1d6fb87cd8] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.89s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d60a57fdf7ab7] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.85s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d83a10a1ec15e] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.36s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d57aec41dc4d4] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.43s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d4d5ac2c01c79] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.13s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d25e93a188a8f] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.28s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dd1060faa7043] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.29s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [daf5198373179] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.14s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [da2700540f48f] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [da4d529abf582] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d5c867a09b0ce] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.34s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dc619c10f7c44] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.65s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dc98a82e83b89] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dd6c873e2b5ad] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.41s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d9924cbd87f42] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d7bb7e8f75649] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.79s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:968: [dfd8049ba97e8] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.56s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d1cf698a756a8] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.31s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:1116: [dd7d78602a452] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.27s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dce6faa06034d] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.20s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dcd6d3fb02da7] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d8ec82e5b6d42] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.11s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [dfeee83e2f094] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [db280f65bcba7] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.13s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d11f5fc659644] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d7a7c952855a4] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.54s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [def13184db635] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d243e82f9f117] daemon is not started [2020-03-13T10:43:37.967Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [de6a98d5b02db] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.48s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d4273412944e4] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.42s) [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.59s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:1084: [dcee45e52071d] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d1aea7a1c9b74] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.39s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d2d0a178fd876] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.91s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d238b4d8ae06e] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d9b824749eccd] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.42s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d510701d75c85] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.93s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [de49f43b359ff] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.70s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [df6e815a3f204] daemon is not started [2020-03-13T10:43:37.967Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.85s) [2020-03-13T10:43:37.967Z] docker_cli_network_unix_test.go:46: [d46b8b8b6c921] daemon is not started [2020-03-13T10:43:37.967Z] === RUN TestDockerHubPullSuite [2020-03-13T10:43:37.967Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-03-13T10:43:39.862Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-03-13T10:43:39.862Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-03-13T10:43:41.755Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-03-13T10:43:42.084Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-03-13T10:43:42.652Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-03-13T10:43:43.583Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-03-13T10:43:43.841Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite (5.87s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.57s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.17s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.49s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2020-03-13T10:43:43.841Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2020-03-13T10:43:43.841Z] PASS [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === Skipped [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_sni_test.go:18: Flakey test [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-13T10:43:43.841Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2020-03-13T10:43:43.841Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.841Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:43:43.841Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:43:43.841Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-13T10:43:43.841Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-13T10:43:43.842Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-03-13T10:43:43.842Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-03-13T10:43:43.842Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-03-13T10:43:43.842Z] docker_cli_network_unix_test.go:46: [de6a98d5b02db] daemon is not started [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] [2020-03-13T10:43:43.842Z] DONE 1277 tests, 44 skipped in 2022.412s [2020-03-13T10:43:43.842Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:43:43.842Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:43:43.842Z] +++ kill 7453 [2020-03-13T10:43:45.211Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:43:45.211Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:43:45.211Z] [2020-03-13T10:43:45.211Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:43:45.211Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:43:45.211Z] [2020-03-13T10:43:45.211Z] To set a process to complain mode, use the command line tool [2020-03-13T10:43:45.211Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:43:45.211Z] +++ true [2020-03-13T10:43:45.211Z] [2020-03-13T10:44:41.399Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-03-13T10:44:53.589Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite (1727.60s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.51s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.70s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.10s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.60s) [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:563: [d1acc7e44b95d] joining swarm manager [db9887b05d51c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:585: [d11b5ce51bbf6] joining swarm manager [db9887b05d51c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.658Z] check_test.go:380: [d1acc7e44b95d] daemon is not started [2020-03-13T10:45:11.658Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.84s) [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:46: [da0b60cbb5c81] joining swarm manager [dfb2f26c834f2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.90s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.68s) [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (34.70s) [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:304: [d8b92f0f68767] joining swarm manager [d8d4bafd5da53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:305: [d4eb6de7382a7] joining swarm manager [d8d4bafd5da53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-03-13T10:45:11.658Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-03-13T10:45:11.658Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.83s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:272: [dd7a00fb424c9] joining swarm manager [d8dd264cd494b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:273: [d5eb742fc4904] joining swarm manager [d8dd264cd494b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.49s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.38s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.30s) [2020-03-13T10:45:11.659Z] docker_api_swarm_node_test.go:19: [da41c9a920905] joining swarm manager [db299d00c1987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_node_test.go:20: [d54c55d310b30] joining swarm manager [db299d00c1987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.68s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:502: [dec8f96123f5c] joining swarm manager [d53eba5593c01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:507: [ddc93b1b26506] joining swarm manager [d53eba5593c01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.58s) [2020-03-13T10:45:11.659Z] docker_api_swarm_node_test.go:80: [d3e65696abb52] joining swarm manager [da7234ae0ad1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.77s) [2020-03-13T10:45:11.659Z] docker_api_swarm_node_test.go:52: [d9e4f76516177] joining swarm manager [dcd888c5df656]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_node_test.go:53: [d70f9f25b65f6] joining swarm manager [dcd888c5df656]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.88s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (27.08s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:202: [d7a26ef09842d] joining swarm manager [db3adc2b23cb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.30s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:384: [da19e261dca15] joining swarm manager [d6ae513551d87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:385: [d007d5fc3a52c] joining swarm manager [d6ae513551d87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] check_test.go:380: [d007d5fc3a52c] daemon is not started [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.39s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:802: [d04012f675f8c] joining swarm manager [d7799ef50d46d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:802: [d20af28ea301e] joining swarm manager [d7799ef50d46d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:802: [d8513ca6b933f] joining swarm manager [d7799ef50d46d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:802: [d97c417cba82f] joining swarm manager [d7799ef50d46d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:810: [d349a4e7f3a57] joining swarm manager [d7799ef50d46d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.67s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.96s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:394: [dca40d60c479b] joining swarm manager [de98a5903bdb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:394: [de5980d9992b6] joining swarm manager [de98a5903bdb9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.65s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:342: [d453660bdefe9] joining swarm manager [dea038e05d8e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:342: [d776edb8bb5cc] joining swarm manager [dea038e05d8e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.02s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:489: [d84bbb41a0e30] joining swarm manager [d396cbe9c0771]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:489: [deb9b06ab3a10] joining swarm manager [d396cbe9c0771]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.15s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.17s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:127: [d7e4f48f447be] joining swarm manager [dc9db7d68f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:128: [de27cc82c27ae] joining swarm manager [dc9db7d68f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:136: [def50a833cb77] joining swarm manager [dc9db7d68f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:137: [d2280c7d90627] joining swarm manager [dc9db7d68f8d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.96s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.18s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:303: [d6d509cdf64bd] joining swarm manager [dcc8cdd563bc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:303: [d8c56ff665159] joining swarm manager [dcc8cdd563bc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.00s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:99: [d53ef0475b776] joining swarm manager [de66cceb1e9f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:100: [d84d66b2bd1b2] joining swarm manager [de66cceb1e9f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] check_test.go:380: [d53ef0475b776] daemon is not started [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.03s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:532: [d9382ea5c91d6] joining swarm manager [db5e3ef5c0220]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:533: [d8048035c248c] joining swarm manager [db5e3ef5c0220]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.24s) [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:147: [d07085c93c00d] joining swarm manager [d92e68b2ea8f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_api_swarm_service_test.go:147: [d9c11f86ea427] joining swarm manager [d92e68b2ea8f5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.48s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.18s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.58s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.35s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.63s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.31s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.09s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.00s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.17s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.43s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.45s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.90s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.04s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.28s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.30s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.48s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.30s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.54s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.28s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.11s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.26s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.77s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.74s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.51s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.21s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.16s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.27s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.31s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.46s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.24s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.13s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.69s) [2020-03-13T10:45:11.659Z] docker_cli_service_logs_test.go:241: checking task l65snez0qgee [2020-03-13T10:45:11.659Z] docker_cli_service_logs_test.go:246: checking messages for l65snez0qgee [2020-03-13T10:45:11.659Z] docker_cli_service_logs_test.go:241: checking task r8hcjj26azaz [2020-03-13T10:45:11.659Z] docker_cli_service_logs_test.go:246: checking messages for r8hcjj26azaz [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.06s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (21.17s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.17s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.13s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (21.10s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1901: [d4ec241d97f8b] joining swarm manager [d81838cba6873]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1902: [dfa54dc056409] joining swarm manager [d81838cba6873]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.36s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.77s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.25s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.46s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1802: [df034565e8420] joining swarm manager [db5ab7fcd8c39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1803: [dadcb6bdd7b5c] joining swarm manager [db5ab7fcd8c39]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.25s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (102.51s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1321: [d5d8bf4972560] joining swarm manager [dd20b2d45ed45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1322: [d5e4474ec3128] joining swarm manager [dd20b2d45ed45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.24s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.24s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.37s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.02s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.09s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.52s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.25s) [2020-03-13T10:45:11.659Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.90s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.92s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.06s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.80s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (57.24s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1186: [da9029fa2e967] joining swarm manager [dd16462f015c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1195: [d6ea9511254b1] joining swarm manager [dd16462f015c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.12s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.61s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (124.33s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1118: [d84ce85ff45d9] joining swarm manager [df46e3a002203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1119: [dd1a3515fdafb] joining swarm manager [df46e3a002203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1172: [d959ed7a7b1f4] joining swarm manager [df46e3a002203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.58s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1453: [d1327a94afb18] joining swarm manager [dad15f2117a53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] docker_cli_swarm_test.go:1454: [d6e8ae4daaa3b] joining swarm manager [dad15f2117a53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.02s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.81s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.23s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.16s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.44s) [2020-03-13T10:45:11.659Z] docker_cli_swarm_unix_test.go:62: [d027091495dd7] joining swarm manager [dd5a216b9e1af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.05s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.94s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.11s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.23s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.01s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.79s) [2020-03-13T10:45:11.659Z] docker_api_swarm_test.go:962: [d3ebb21833d77] joining swarm manager [dc17e10a5f69c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.23s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (3.46s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.32s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.65s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.17s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (6.08s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.32s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.20s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.78s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (4.34s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.71s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.96s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.31s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.94s) [2020-03-13T10:45:11.659Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.96s) [2020-03-13T10:45:11.659Z] === RUN TestDockerExternalVolumeSuite [2020-03-13T10:45:11.659Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-03-13T10:45:29.712Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-03-13T10:46:37.353Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-03-13T10:46:45.445Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-03-13T10:47:17.482Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-03-13T10:47:29.659Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-03-13T10:48:01.697Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-03-13T10:48:16.547Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-03-13T10:48:48.584Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-03-13T10:49:03.437Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-03-13T10:49:21.639Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-03-13T10:50:08.269Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-03-13T10:50:26.322Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-03-13T10:50:58.391Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-03-13T10:51:30.429Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-03-13T10:51:45.280Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-03-13T10:52:03.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-03-13T10:52:18.198Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite (441.37s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.99s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:53: [dc53539eebc52] daemon is not started [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.57s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:53: [de530fa353dbe] daemon is not started [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.57s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:53: [d523a9ec66092] daemon is not started [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:53: [ddf328778f9f2] daemon is not started [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.57s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.63s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.81s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.63s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.75s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.04s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.61s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.39s) [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:485: [d6337d8551d64] daemon is not started [2020-03-13T10:52:33.046Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-03-13T10:52:33.046Z] docker_cli_external_volume_driver_test.go:53: [dbc145c709868] daemon is not started [2020-03-13T10:52:33.046Z] PASS [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] === Skipped [2020-03-13T10:52:33.046Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-03-13T10:52:33.046Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2020-03-13T10:52:33.046Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-03-13T10:52:33.046Z] check_test.go:309: [d7520dc9875f5] daemon is not started [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-13T10:52:33.046Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-13T10:52:33.046Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-03-13T10:52:33.046Z] check_test.go:309: [dc4f09a0bf92d] daemon is not started [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-13T10:52:33.046Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-13T10:52:33.046Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-03-13T10:52:33.046Z] check_test.go:309: [d8cad88192eb9] daemon is not started [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-13T10:52:33.046Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-13T10:52:33.046Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-13T10:52:33.046Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-13T10:52:33.046Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] [2020-03-13T10:52:33.046Z] DONE 273 tests, 5 skipped in 2550.843s [2020-03-13T10:52:33.046Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-13T10:52:33.046Z] ++++ cat bundles/test-integration/docker.pid [2020-03-13T10:52:33.046Z] +++ kill 7419 [2020-03-13T10:52:33.975Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0a4743189d80/docker.pid [2020-03-13T10:52:33.975Z] +++ kill 4321 [2020-03-13T10:52:33.975Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4321 is not a child of this shell [2020-03-13T10:52:33.975Z] warning: PID 4321 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d0a4743189d80/docker.pid had a nonzero exit code [2020-03-13T10:52:33.975Z] +++ /etc/init.d/apparmor stop [2020-03-13T10:52:33.975Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-13T10:52:33.975Z] [2020-03-13T10:52:33.975Z] Unloading profiles will leave already running processes permanently [2020-03-13T10:52:33.975Z] unconfined, which can lead to unexpected situations. [2020-03-13T10:52:33.975Z] [2020-03-13T10:52:33.975Z] To set a process to complain mode, use the command line tool [2020-03-13T10:52:33.975Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-13T10:52:33.975Z] +++ true [2020-03-13T10:52:34.231Z] [2020-03-13T10:52:34.488Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-03-13T10:52:34.502Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-13T10:52:35.580Z] + echo Ensuring container killed. [2020-03-13T10:52:35.580Z] Ensuring container killed. [2020-03-13T10:52:35.580Z] + docker ps -aq -f name=docker-pr9-* [2020-03-13T10:52:35.580Z] + cids=b30067d11173 [2020-03-13T10:52:35.580Z] aa68fb5df8c9 [2020-03-13T10:52:35.580Z] 2ef8cd7a8725 [2020-03-13T10:52:35.580Z] + [ -n b30067d11173 [2020-03-13T10:52:35.580Z] aa68fb5df8c9 [2020-03-13T10:52:35.580Z] 2ef8cd7a8725 ] [2020-03-13T10:52:35.580Z] + docker rm -vf b30067d11173 aa68fb5df8c9 2ef8cd7a8725 [2020-03-13T10:52:37.475Z] b30067d11173 [2020-03-13T10:52:38.040Z] aa68fb5df8c9 [2020-03-13T10:52:38.607Z] 2ef8cd7a8725 [Pipeline] sh [2020-03-13T10:52:38.890Z] + echo Chowning /workspace to jenkins user [2020-03-13T10:52:38.890Z] Chowning /workspace to jenkins user [2020-03-13T10:52:38.890Z] + id -u [2020-03-13T10:52:38.890Z] + id -g [2020-03-13T10:52:38.890Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38788:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-13T10:52:43.367Z] + bundleName=amd64 [2020-03-13T10:52:43.367Z] + echo Creating amd64-bundles.tar.gz [2020-03-13T10:52:43.367Z] Creating amd64-bundles.tar.gz [2020-03-13T10:52:43.367Z] + xargs tar -czf amd64-bundles.tar.gz [2020-03-13T10:52:43.367Z] + 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-03-13T10:52:44.746Z] Archiving artifacts [2020-03-13T10:52:45.331Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T10:52:45.641Z] + make clean [2020-03-13T10:52:45.898Z] docker volume rm -f docker-dev-cache [2020-03-13T10:52:45.898Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-13T11:00:36.642Z] ok github.com/docker/docker/integration-cli 2503.782s [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === Skipped [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-03-13T11:00:36.642Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.642Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-03-13T11:00:36.642Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-03-13T11:00:36.642Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-03-13T11:00:36.642Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2020-03-13T11:00:36.642Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.48s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.78s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.78s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.18s) [2020-03-13T11:00:36.642Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.18s) [2020-03-13T11:00:36.642Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.642Z] [2020-03-13T11:00:36.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.53s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.44s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2020-03-13T11:00:36.643Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.40s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.40s) [2020-03-13T11:00:36.643Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2020-03-13T11:00:36.643Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.643Z] [2020-03-13T11:00:36.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-03-13T11:00:36.643Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.46s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.39s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.39s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.40s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.41s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.41s) [2020-03-13T11:00:36.644Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2020-03-13T11:00:36.644Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2020-03-13T11:00:36.644Z] docker_cli_sni_test.go:18: Flakey test [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-03-13T11:00:36.644Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2020-03-13T11:00:36.644Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-03-13T11:00:36.644Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.644Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-03-13T11:00:36.644Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-03-13T11:00:36.644Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.644Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-03-13T11:00:36.645Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-03-13T11:00:36.645Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-03-13T11:00:36.645Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-03-13T11:00:36.645Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-03-13T11:00:36.645Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-03-13T11:00:36.645Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.645Z] [2020-03-13T11:00:36.645Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-03-13T11:00:36.646Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-03-13T11:00:36.646Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-03-13T11:00:36.646Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-03-13T11:00:36.646Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2020-03-13T11:00:36.646Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-03-13T11:00:36.646Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-03-13T11:00:36.646Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-03-13T11:00:36.646Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-03-13T11:00:36.646Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-03-13T11:00:36.646Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-03-13T11:00:36.646Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2020-03-13T11:00:36.646Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-13T11:00:36.646Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.646Z] [2020-03-13T11:00:36.646Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-03-13T11:00:36.646Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2020-03-13T11:00:36.647Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-03-13T11:00:36.647Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-13T11:00:36.647Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2020-03-13T11:00:36.647Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.647Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2020-03-13T11:00:36.647Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2020-03-13T11:00:36.647Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.647Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.68s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.68s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.648Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-03-13T11:00:36.648Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-03-13T11:00:36.648Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.648Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.02s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-03-13T11:00:36.649Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-03-13T11:00:36.649Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-03-13T11:00:36.649Z] [2020-03-13T11:00:36.649Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-03-13T11:00:37.203Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.203Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-03-13T11:00:37.203Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-03-13T11:00:37.203Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.203Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2020-03-13T11:00:37.204Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-03-13T11:00:37.204Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-03-13T11:00:37.204Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-03-13T11:00:37.204Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.204Z] [2020-03-13T11:00:37.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-03-13T11:00:37.205Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-03-13T11:00:37.205Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] [2020-03-13T11:00:37.205Z] DONE 1096 tests, 549 skipped in 2512.924s [2020-03-13T11:00:37.205Z] INFO: Integration tests ended at 03/13/2020 11:00:36. Duration:00:41:53.0597047 [2020-03-13T11:00:37.206Z] INFO: Docker info of the daemon under test at end of run [2020-03-13T11:00:37.206Z] [2020-03-13T11:00:37.206Z] Containers: 2 [2020-03-13T11:00:37.206Z] Running: 0 [2020-03-13T11:00:37.206Z] Paused: 0 [2020-03-13T11:00:37.206Z] Stopped: 2 [2020-03-13T11:00:37.206Z] Images: 12 [2020-03-13T11:00:37.206Z] Server Version: 0.0.0-dev [2020-03-13T11:00:37.206Z] Storage Driver: windowsfilter [2020-03-13T11:00:37.206Z] Windows: [2020-03-13T11:00:37.206Z] Logging Driver: json-file [2020-03-13T11:00:37.206Z] Plugins: [2020-03-13T11:00:37.206Z] Volume: local [2020-03-13T11:00:37.206Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-13T11:00:37.206Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-13T11:00:37.206Z] Swarm: inactive [2020-03-13T11:00:37.206Z] Default Isolation: process [2020-03-13T11:00:37.206Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-13T11:00:37.206Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-13T11:00:37.206Z] OSType: windows [2020-03-13T11:00:37.206Z] Architecture: x86_64 [2020-03-13T11:00:37.206Z] CPUs: 4 [2020-03-13T11:00:37.206Z] Total Memory: 32GiB [2020-03-13T11:00:37.206Z] Name: azwin-2-ac3700 [2020-03-13T11:00:37.206Z] ID: MYX3:VU7I:I3AD:LSC7:AJM7:GEFC:TNAT:POJG:7ZKJ:3LXQ:WD64:UVCB [2020-03-13T11:00:37.206Z] Docker Root Dir: D:\CI\PR-38788\9\daemon [2020-03-13T11:00:37.206Z] Debug Mode (client): false [2020-03-13T11:00:37.206Z] Debug Mode (server): true [2020-03-13T11:00:37.206Z] File Descriptors: -1 [2020-03-13T11:00:37.206Z] Goroutines: 18 [2020-03-13T11:00:37.206Z] System Time: 2020-03-13T11:00:36.784172Z [2020-03-13T11:00:37.206Z] EventsListeners: 0 [2020-03-13T11:00:37.206Z] Registry: https://index.docker.io/v1/ [2020-03-13T11:00:37.206Z] Labels: [2020-03-13T11:00:37.206Z] Experimental: false [2020-03-13T11:00:37.206Z] Insecure Registries: [2020-03-13T11:00:37.206Z] 127.0.0.0/8 [2020-03-13T11:00:37.206Z] Live Restore Enabled: false [2020-03-13T11:00:37.206Z] [2020-03-13T11:00:37.206Z] [2020-03-13T11:00:37.206Z] INFO: Stopping daemon under test [2020-03-13T11:00:37.206Z] SUCCESS: The process with PID 7800 (child process of PID 6092) has been terminated. [2020-03-13T11:00:37.206Z] SUCCESS: The process with PID 6092 (child process of PID 2556) has been terminated. [2020-03-13T11:00:37.206Z] INFO: Stop tailing logs of the daemon under tests [2020-03-13T11:00:37.206Z] INFO: executeCI.ps1 Completed successfully at 03/13/2020 11:00:36. [2020-03-13T11:00:37.206Z] INFO: Tidying up at end of run [2020-03-13T11:00:37.206Z] INFO: Saving daemon under test log (d:\CI\PR-38788\9\dut.out) to C:\windows\TEMP\CIDUT.out [2020-03-13T11:00:37.206Z] INFO: Saving daemon under test log (d:\CI\PR-38788\9\dut.err) to C:\windows\TEMP\CIDUT.err [2020-03-13T11:00:37.206Z] INFO: Nuke-Everything... [2020-03-13T11:00:37.206Z] INFO: Container count on control daemon to delete is 2 [2020-03-13T11:00:37.749Z] aa7c6b213bf9 [2020-03-13T11:00:37.749Z] fcc7a348e804 [2020-03-13T11:00:38.295Z] INFO: Non-base image count on control daemon to delete is 1 [2020-03-13T11:00:39.370Z] Deleted: sha256:97560c289282c62260da448d296a3668d295e201443d93ab5821f0a6af5443a9 [2020-03-13T11:00:39.370Z] Deleted: sha256:238f90220c0e1be44cbbb0d1b2a04c09800046f07f6df90035eb9c69fa27edcb [2020-03-13T11:00:39.371Z] INFO: Tidying pidfile d:\CI\PR-38788\9\docker.pid [2020-03-13T11:00:39.371Z] INFO: Nuking d:\CI [2020-03-13T11:01:09.761Z] INFO: Zapped successfully [2020-03-13T11:01:09.761Z] [2020-03-13T11:01:09.761Z] INFO: executeCI.ps1 exiting at Fri Mar 13 11:01:09 CUT 2020. Duration 00:56:44.9891023 [2020-03-13T11:01:09.761Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-03-13T11:01:09.996Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-03-13T11:01:12.196Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-03-13T11:01:13.923Z] Archiving artifacts [2020-03-13T11:01:15.080Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-38788/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-13T11:01:15.991Z] + make clean [2020-03-13T11:01:16.949Z] docker volume rm -f docker-dev-cache [2020-03-13T11:01:16.949Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS