Pull request #40689 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 5e1b246b9a292255f3b732757adabb020309b383+37defbfd9b968f38e8e15dfa5f06d9f878bd65ba (186ddf11517b53cb7c96349a031f0f61f93c8e60) 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-16T08:47:13.776Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-03-16T08:47:13.781Z] Trying to pass milestone 11 [Pipeline] milestone [2020-03-16T08:47:13.811Z] Trying to pass milestone 12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-03-16T08:47:13.976Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fba82a025af4c8ac) in /home/ubuntu/workspace/moby_PR-40689 [Pipeline] { [Pipeline] checkout [2020-03-16T08:47:14.030Z] using credential docker-jenkins-github-credentials [2020-03-16T08:47:14.043Z] Cloning the remote Git repository [2020-03-16T08:47:14.043Z] Cloning with configured refspecs honoured and without tags [2020-03-16T08:47:14.045Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:14.045Z] > git init /home/ubuntu/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:14.065Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:14.065Z] > git --version # timeout=10 [2020-03-16T08:47:14.070Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:14.070Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:27.226Z] Fetching without tags [2020-03-16T08:47:27.462Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:27.950Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:27.951Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:47:27.196Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:27.200Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:47:27.210Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:27.216Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:27.228Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:27.228Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:27.229Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:27.463Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:27.471Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:27.925Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:47:27.933Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:47:27.952Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:27.968Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:28.465Z] Commit message: "test-integration: support more rootless tests" [2020-03-16T08:47:28.483Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:47:29.250Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/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-16T08:47:29.250Z] Unable to find image 'alpine:latest' locally [2020-03-16T08:47:29.250Z] latest: Pulling from library/alpine [2020-03-16T08:47:29.508Z] c9b1b535fdd9: Pulling fs layer [2020-03-16T08:47:29.508Z] c9b1b535fdd9: Verifying Checksum [2020-03-16T08:47:29.508Z] c9b1b535fdd9: Download complete [2020-03-16T08:47:29.766Z] c9b1b535fdd9: Pull complete [2020-03-16T08:47:29.766Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d [2020-03-16T08:47:29.766Z] Status: Downloaded newer image for alpine:latest [2020-03-16T08:47:28.468Z] > git rev-list --no-walk 27b2e8174b30f7911e807658b337cf17b0a672f9 # timeout=10 [2020-03-16T08:47:32.302Z] 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 [Pipeline] node [2020-03-16T08:47:33.095Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fba82a025af4c8ac) in /home/ubuntu/workspace/moby_PR-40689 [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [2020-03-16T08:47:33.101Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00fe27c1851ba5458) in /home/ubuntu/workspace/moby_PR-40689 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2020-03-16T08:47:33.142Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-40689 [2020-03-16T08:47:33.145Z] Running on ppc64le-ubuntu-20 in /home/docker/workspace/moby_PR-40689 [Pipeline] checkout [2020-03-16T08:47:33.172Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2020-03-16T08:47:33.189Z] Fetching changes from the remote Git repository [Pipeline] // stage [2020-03-16T08:47:33.197Z] Fetching without tags [2020-03-16T08:47:33.197Z] using credential docker-jenkins-github-credentials [2020-03-16T08:47:33.205Z] Cloning the remote Git repository [2020-03-16T08:47:33.205Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [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 [2020-03-16T08:47:33.315Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] // stage [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [2020-03-16T08:47:33.333Z] Cloning the remote Git repository [2020-03-16T08:47:33.333Z] Cloning with configured refspecs honoured and without tags [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-03-16T08:47:33.337Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } [2020-03-16T08:47:33.356Z] Cloning the remote Git repository [2020-03-16T08:47:33.356Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-03-16T08:47:33.448Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:33.518Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:33.519Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:47:33.574Z] Commit message: "test-integration: support more rootless tests" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:47:33.179Z] > git rev-parse --is-inside-work-tree # timeout=10 [2020-03-16T08:47:33.190Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:33.198Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:33.198Z] > git --version # timeout=10 [2020-03-16T08:47:33.213Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:33.213Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:33.449Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:33.455Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:33.503Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:47:33.512Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:47:33.520Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:33.528Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:33.213Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:33.213Z] > git init /home/ubuntu/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:33.224Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:33.225Z] > git --version # timeout=10 [2020-03-16T08:47:33.230Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:33.231Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:33.339Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:33.340Z] > git init /home/jenkins/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:33.351Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:33.351Z] > git --version # timeout=10 [2020-03-16T08:47:33.353Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:33.353Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:33.365Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:33.366Z] > git init /home/docker/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:33.383Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:33.384Z] > git --version # timeout=10 [2020-03-16T08:47:33.387Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:33.389Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:34.395Z] + [ PR != PR ] [2020-03-16T08:47:34.395Z] + [ master != master ] [2020-03-16T08:47:34.395Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:47:34.731Z] + docker version [2020-03-16T08:47:34.731Z] Client: Docker Engine - Community [2020-03-16T08:47:34.731Z] Version: 19.03.5 [2020-03-16T08:47:34.731Z] API version: 1.40 [2020-03-16T08:47:34.731Z] Go version: go1.12.12 [2020-03-16T08:47:34.731Z] Git commit: 633a0ea838 [2020-03-16T08:47:34.731Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-16T08:47:34.731Z] OS/Arch: linux/amd64 [2020-03-16T08:47:34.731Z] Experimental: false [2020-03-16T08:47:34.731Z] [2020-03-16T08:47:34.731Z] Server: Docker Engine - Community [2020-03-16T08:47:34.731Z] Engine: [2020-03-16T08:47:34.731Z] Version: 19.03.5 [2020-03-16T08:47:34.731Z] API version: 1.40 (minimum version 1.12) [2020-03-16T08:47:34.731Z] Go version: go1.12.12 [2020-03-16T08:47:34.731Z] Git commit: 633a0ea838 [2020-03-16T08:47:34.731Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-16T08:47:34.731Z] OS/Arch: linux/amd64 [2020-03-16T08:47:34.731Z] Experimental: true [2020-03-16T08:47:34.731Z] containerd: [2020-03-16T08:47:34.731Z] Version: 1.2.10 [2020-03-16T08:47:34.731Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:34.731Z] runc: [2020-03-16T08:47:34.731Z] Version: 1.0.0-rc8+dev [2020-03-16T08:47:34.731Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:34.731Z] docker-init: [2020-03-16T08:47:34.731Z] Version: 0.18.0 [2020-03-16T08:47:34.731Z] GitCommit: fec3683 [Pipeline] sh [2020-03-16T08:47:35.016Z] + docker info [2020-03-16T08:47:35.949Z] Client: [2020-03-16T08:47:35.949Z] Debug Mode: false [2020-03-16T08:47:35.949Z] [2020-03-16T08:47:35.949Z] Server: [2020-03-16T08:47:35.949Z] Containers: 0 [2020-03-16T08:47:35.949Z] Running: 0 [2020-03-16T08:47:35.949Z] Paused: 0 [2020-03-16T08:47:35.949Z] Stopped: 0 [2020-03-16T08:47:35.949Z] Images: 3 [2020-03-16T08:47:35.949Z] Server Version: 19.03.5 [2020-03-16T08:47:35.949Z] Storage Driver: overlay2 [2020-03-16T08:47:35.949Z] Backing Filesystem: extfs [2020-03-16T08:47:35.949Z] Supports d_type: true [2020-03-16T08:47:35.949Z] Native Overlay Diff: true [2020-03-16T08:47:35.949Z] Logging Driver: json-file [2020-03-16T08:47:35.949Z] Cgroup Driver: cgroupfs [2020-03-16T08:47:35.949Z] Plugins: [2020-03-16T08:47:35.949Z] Volume: local [2020-03-16T08:47:35.949Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:47:35.949Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-16T08:47:35.949Z] Swarm: inactive [2020-03-16T08:47:35.949Z] Runtimes: runc [2020-03-16T08:47:35.949Z] Default Runtime: runc [2020-03-16T08:47:35.949Z] Init Binary: docker-init [2020-03-16T08:47:35.949Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:35.949Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:35.949Z] init version: fec3683 [2020-03-16T08:47:35.949Z] Security Options: [2020-03-16T08:47:35.949Z] apparmor [2020-03-16T08:47:35.949Z] seccomp [2020-03-16T08:47:35.949Z] Profile: default [2020-03-16T08:47:35.949Z] Kernel Version: 4.15.0-1058-aws [2020-03-16T08:47:35.949Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-16T08:47:35.949Z] OSType: linux [2020-03-16T08:47:35.949Z] Architecture: x86_64 [2020-03-16T08:47:35.949Z] CPUs: 2 [2020-03-16T08:47:35.949Z] Total Memory: 7.501GiB [2020-03-16T08:47:35.949Z] Name: ip-10-100-58-29 [2020-03-16T08:47:35.949Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-16T08:47:35.949Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:47:35.949Z] Debug Mode: false [2020-03-16T08:47:35.949Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:47:35.949Z] Labels: [2020-03-16T08:47:35.949Z] Experimental: true [2020-03-16T08:47:35.949Z] Insecure Registries: [2020-03-16T08:47:35.949Z] 127.0.0.0/8 [2020-03-16T08:47:35.949Z] Live Restore Enabled: true [2020-03-16T08:47:35.949Z] [2020-03-16T08:47:35.949Z] WARNING: No swap limit support [Pipeline] sh [2020-03-16T08:47:36.235Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:36.235Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:36.235Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:47:36.235Z] + bash /home/ubuntu/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:47:36.235Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:47:36.235Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-16T08:47:36.235Z] [2020-03-16T08:47:36.235Z] Generally Necessary: [2020-03-16T08:47:36.235Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:47:36.494Z] - apparmor: enabled and tools installed [2020-03-16T08:47:36.494Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:47:36.494Z] - CONFIG_NET_NS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_PID_NS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_MEMCG: enabled [2020-03-16T08:47:36.494Z] - CONFIG_KEYS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:47:36.494Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:47:36.494Z] [2020-03-16T08:47:36.494Z] Optional Features: [2020-03-16T08:47:36.494Z] - CONFIG_USER_NS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:47:36.494Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:47:36.494Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-16T08:47:36.494Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-16T08:47:36.494Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:47:36.494Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:47:36.494Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:47:36.494Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:47:36.494Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:47:36.494Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:47:36.494Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:47:36.494Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:47:36.494Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:47:36.494Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:47:36.494Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:47:36.494Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:47:36.494Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:47:36.494Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:47:36.494Z] - Network Drivers: [2020-03-16T08:47:36.494Z] - "overlay": [2020-03-16T08:47:36.752Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:47:36.752Z] Optional (for encrypted networks): [2020-03-16T08:47:36.752Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:47:36.752Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-16T08:47:36.752Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-16T08:47:36.752Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-16T08:47:36.752Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-16T08:47:36.752Z] - CONFIG_XFRM: enabled [2020-03-16T08:47:36.752Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:47:36.752Z] - "ipvlan": [2020-03-16T08:47:36.752Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:47:36.752Z] - "macvlan": [2020-03-16T08:47:36.752Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:47:36.752Z] - "ftp,tftp client in container": [2020-03-16T08:47:36.752Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:47:36.752Z] - Storage Drivers: [2020-03-16T08:47:36.752Z] - "aufs": [2020-03-16T08:47:36.752Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:47:36.752Z] - "btrfs": [2020-03-16T08:47:36.752Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:47:36.752Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:47:36.752Z] - "devicemapper": [2020-03-16T08:47:36.752Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:47:36.752Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:47:36.752Z] - "overlay": [2020-03-16T08:47:36.752Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:47:36.752Z] - "zfs": [2020-03-16T08:47:36.752Z] - /dev/zfs: missing [2020-03-16T08:47:36.752Z] - zfs command: missing [2020-03-16T08:47:36.752Z] - zpool command: missing [2020-03-16T08:47:36.752Z] [2020-03-16T08:47:36.752Z] Limits: [2020-03-16T08:47:36.752Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:47:36.752Z] [2020-03-16T08:47:36.752Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:47:37.088Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:47:37.088Z] #1 [internal] load build definition from Dockerfile [2020-03-16T08:47:37.088Z] #1 DONE 0.0s [2020-03-16T08:47:37.088Z] [2020-03-16T08:47:37.088Z] #2 [internal] load .dockerignore [2020-03-16T08:47:37.088Z] #2 DONE 0.0s [2020-03-16T08:47:37.088Z] [2020-03-16T08:47:37.088Z] #2 [internal] load .dockerignore [2020-03-16T08:47:37.088Z] #2 transferring context: 87B done [2020-03-16T08:47:37.088Z] #2 DONE 0.0s [2020-03-16T08:47:37.088Z] [2020-03-16T08:47:37.088Z] #1 [internal] load build definition from Dockerfile [2020-03-16T08:47:37.089Z] #1 transferring dockerfile: 17.06kB done [2020-03-16T08:47:37.089Z] #1 DONE 0.0s [2020-03-16T08:47:37.089Z] [2020-03-16T08:47:37.089Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:47:37.347Z] #3 DONE 0.1s [2020-03-16T08:47:37.347Z] [2020-03-16T08:47:37.347Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:47:37.347Z] #4 CACHED [2020-03-16T08:47:37.623Z] [2020-03-16T08:47:37.623Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:47:37.623Z] #6 DONE 0.1s [2020-03-16T08:47:37.623Z] [2020-03-16T08:47:37.623Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:47:37.887Z] #5 DONE 0.1s [2020-03-16T08:47:37.887Z] [2020-03-16T08:47:37.887Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:47:37.887Z] #71 DONE 0.0s [2020-03-16T08:47:37.887Z] [2020-03-16T08:47:37.887Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:47:37.887Z] #7 DONE 0.0s [2020-03-16T08:47:37.887Z] [2020-03-16T08:47:37.887Z] #20 [internal] load build context [2020-03-16T08:47:38.897Z] #20 transferring context: 49.97MB 1.2s done [2020-03-16T08:47:39.156Z] #20 DONE 1.3s [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:39.156Z] #53 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:47:39.156Z] #18 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:39.156Z] #60 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:39.156Z] #33 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #42 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:39.156Z] #58 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:39.156Z] #68 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:39.156Z] #47 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:47:39.156Z] #19 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:39.156Z] #21 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #75 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:47:39.156Z] #10 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #34 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:47:39.156Z] #44 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:47:39.156Z] #69 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #54 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:47:39.156Z] #22 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #39 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:47:39.156Z] #8 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:47:39.156Z] #40 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:47:39.156Z] #46 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:47:39.156Z] #30 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:47:39.156Z] #67 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:39.156Z] #56 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:39.156Z] #36 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #57 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:47:39.156Z] #73 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:47:39.156Z] #27 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:39.156Z] #50 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:47:39.156Z] #45 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:47:39.156Z] #49 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #48 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:47:39.156Z] #12 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:47:39.156Z] #72 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:47:39.156Z] #62 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:47:39.156Z] #28 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:47:39.156Z] #24 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #70 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:47:39.156Z] #9 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:39.156Z] #74 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:47:39.156Z] #41 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:47:39.156Z] #26 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:47:39.156Z] #11 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:47:39.156Z] #43 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:47:39.156Z] #55 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:47:39.156Z] #17 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:47:39.156Z] #37 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:47:39.156Z] #29 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #66 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:39.156Z] #63 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:47:39.156Z] #64 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:47:39.156Z] #35 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #31 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:39.156Z] #65 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #61 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:47:39.156Z] #13 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:39.156Z] #23 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:47:39.156Z] #14 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:47:39.156Z] #25 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:47:39.156Z] #59 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:47:39.156Z] #16 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:39.156Z] #38 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:47:39.156Z] #52 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:47:39.156Z] #32 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:47:39.156Z] #15 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:47:39.156Z] #51 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:47:39.156Z] #76 CACHED [2020-03-16T08:47:39.156Z] [2020-03-16T08:47:39.156Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:47:40.092Z] #77 DONE 0.9s [2020-03-16T08:47:40.092Z] [2020-03-16T08:47:40.092Z] #78 exporting to image [2020-03-16T08:47:40.092Z] #78 exporting layers [2020-03-16T08:47:40.658Z] #78 exporting layers 0.7s done [2020-03-16T08:47:40.916Z] #78 writing image sha256:2d3bf3c13cced823ef1dbf3b30b43d2f4d4808c3c5b618656a134c747f553983 done [2020-03-16T08:47:40.916Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 done [2020-03-16T08:47:40.916Z] #78 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-03-16T08:47:41.250Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40689/.git:/go/src/github.com/docker/docker/.git --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/validate/default [2020-03-16T08:47:42.062Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00bf065559a400b05) in /home/ubuntu/workspace/moby_PR-40689 [Pipeline] { [Pipeline] checkout [2020-03-16T08:47:42.100Z] using credential docker-jenkins-github-credentials [2020-03-16T08:47:42.111Z] Cloning the remote Git repository [2020-03-16T08:47:42.111Z] Cloning with configured refspecs honoured and without tags [2020-03-16T08:47:42.144Z] Fetching without tags [2020-03-16T08:47:42.190Z] Congratulations! All commits are properly signed with the DCO! [2020-03-16T08:47:42.190Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-03-16T08:47:42.190Z] No api/types/ or api/swagger.yaml changes in diff. [2020-03-16T08:47:42.191Z] Congratulations! All TOML source files changed here have valid syntax. [2020-03-16T08:47:42.191Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-03-16T08:47:42.191Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-03-16T08:47:42.191Z] Congratulations! No new tests were added to integration-cli. [2020-03-16T08:47:42.191Z] [2020-03-16T08:47:42.191Z] INFO Start validation with golang-ci-lint [2020-03-16T08:47:42.415Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:42.449Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-03-16T08:47:42.449Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-03-16T08:47:42.449Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-03-16T08:47:42.110Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:42.116Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:47:42.121Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:42.134Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:42.150Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:42.150Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:42.150Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:42.421Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:42.422Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:42.872Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:42.873Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:47:42.099Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:42.099Z] > git init /home/ubuntu/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:42.106Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:42.106Z] > git --version # timeout=10 [2020-03-16T08:47:42.108Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:42.108Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:43.331Z] Commit message: "test-integration: support more rootless tests" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:47:44.166Z] + docker version [2020-03-16T08:47:44.166Z] Client: Docker Engine - Community [2020-03-16T08:47:44.166Z] Version: 19.03.7 [2020-03-16T08:47:44.166Z] API version: 1.40 [2020-03-16T08:47:44.166Z] Go version: go1.12.17 [2020-03-16T08:47:44.166Z] Git commit: 7141c199a2 [2020-03-16T08:47:44.166Z] Built: Sat Mar 7 16:48:47 2020 [2020-03-16T08:47:44.166Z] OS/Arch: linux/s390x [2020-03-16T08:47:44.166Z] Experimental: false [2020-03-16T08:47:44.166Z] [2020-03-16T08:47:44.166Z] Server: Docker Engine - Community [2020-03-16T08:47:44.166Z] Engine: [2020-03-16T08:47:44.166Z] Version: 19.03.7 [2020-03-16T08:47:44.166Z] API version: 1.40 (minimum version 1.12) [2020-03-16T08:47:44.166Z] Go version: go1.12.17 [2020-03-16T08:47:44.166Z] Git commit: 7141c199a2 [2020-03-16T08:47:44.166Z] Built: Sat Mar 7 16:47:46 2020 [2020-03-16T08:47:44.166Z] OS/Arch: linux/s390x [2020-03-16T08:47:44.166Z] Experimental: true [2020-03-16T08:47:44.166Z] containerd: [2020-03-16T08:47:44.166Z] Version: 1.2.13 [2020-03-16T08:47:44.166Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-03-16T08:47:44.166Z] runc: [2020-03-16T08:47:44.166Z] Version: 1.0.0-rc10 [2020-03-16T08:47:44.166Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-16T08:47:44.166Z] docker-init: [2020-03-16T08:47:44.166Z] Version: 0.18.0 [2020-03-16T08:47:44.166Z] GitCommit: fec3683 [Pipeline] sh [2020-03-16T08:47:42.849Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:47:42.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:47:42.879Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:42.880Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:44.538Z] + docker info [2020-03-16T08:47:44.819Z] Client: [2020-03-16T08:47:44.819Z] Debug Mode: false [2020-03-16T08:47:44.819Z] [2020-03-16T08:47:44.819Z] Server: [2020-03-16T08:47:44.819Z] Containers: 0 [2020-03-16T08:47:44.819Z] Running: 0 [2020-03-16T08:47:44.819Z] Paused: 0 [2020-03-16T08:47:44.819Z] Stopped: 0 [2020-03-16T08:47:44.819Z] Images: 3 [2020-03-16T08:47:44.819Z] Server Version: 19.03.7 [2020-03-16T08:47:44.819Z] Storage Driver: overlay2 [2020-03-16T08:47:44.819Z] Backing Filesystem: [2020-03-16T08:47:44.819Z] Supports d_type: true [2020-03-16T08:47:44.819Z] Native Overlay Diff: true [2020-03-16T08:47:44.819Z] Logging Driver: json-file [2020-03-16T08:47:44.819Z] Cgroup Driver: cgroupfs [2020-03-16T08:47:44.819Z] Plugins: [2020-03-16T08:47:44.819Z] Volume: local [2020-03-16T08:47:44.819Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:47:44.819Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-16T08:47:44.819Z] Swarm: inactive [2020-03-16T08:47:44.819Z] Runtimes: runc [2020-03-16T08:47:44.819Z] Default Runtime: runc [2020-03-16T08:47:44.819Z] Init Binary: docker-init [2020-03-16T08:47:44.819Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-03-16T08:47:44.819Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-16T08:47:44.819Z] init version: fec3683 [2020-03-16T08:47:44.819Z] Security Options: [2020-03-16T08:47:44.819Z] apparmor [2020-03-16T08:47:44.819Z] seccomp [2020-03-16T08:47:44.819Z] Profile: default [2020-03-16T08:47:44.820Z] Kernel Version: 4.15.0-88-generic [2020-03-16T08:47:44.820Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-16T08:47:44.820Z] OSType: linux [2020-03-16T08:47:44.820Z] Architecture: s390x [2020-03-16T08:47:44.820Z] CPUs: 2 [2020-03-16T08:47:44.820Z] Total Memory: 7.861GiB [2020-03-16T08:47:44.820Z] Name: s390x-ubuntu-03 [2020-03-16T08:47:44.820Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-03-16T08:47:44.820Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:47:44.820Z] Debug Mode: false [2020-03-16T08:47:44.820Z] Username: dockerbuildbot [2020-03-16T08:47:44.820Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:47:44.820Z] Labels: [2020-03-16T08:47:44.820Z] Experimental: true [2020-03-16T08:47:44.820Z] Insecure Registries: [2020-03-16T08:47:44.820Z] 127.0.0.0/8 [2020-03-16T08:47:44.820Z] Live Restore Enabled: false [2020-03-16T08:47:44.820Z] [2020-03-16T08:47:44.820Z] WARNING: No swap limit support [Pipeline] sh [2020-03-16T08:47:45.194Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:45.194Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:45.194Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:47:45.194Z] + bash /home/jenkins/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:47:45.194Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:47:45.194Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2020-03-16T08:47:45.194Z] [2020-03-16T08:47:45.194Z] Generally Necessary: [2020-03-16T08:47:45.194Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:47:45.194Z] - apparmor: enabled and tools installed [2020-03-16T08:47:45.194Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:47:45.194Z] - CONFIG_NET_NS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_PID_NS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_MEMCG: enabled [2020-03-16T08:47:45.194Z] - CONFIG_KEYS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:47:45.194Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:47:45.194Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:47:45.194Z] [2020-03-16T08:47:45.194Z] Optional Features: [2020-03-16T08:47:45.194Z] - CONFIG_USER_NS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:47:45.194Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:47:45.194Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:47:45.194Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:47:45.194Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-16T08:47:45.194Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:47:45.476Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:47:45.476Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:47:45.476Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:47:45.476Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:47:45.476Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:47:45.476Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:47:45.476Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:47:45.476Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:47:45.476Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:47:45.476Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:47:45.476Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:47:45.476Z] - Network Drivers: [2020-03-16T08:47:45.476Z] - "overlay": [2020-03-16T08:47:45.476Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:47:45.476Z] Optional (for encrypted networks): [2020-03-16T08:47:45.476Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-16T08:47:45.476Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-16T08:47:45.476Z] - CONFIG_XFRM: enabled [2020-03-16T08:47:45.476Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:47:45.476Z] - "ipvlan": [2020-03-16T08:47:45.476Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:47:45.476Z] - "macvlan": [2020-03-16T08:47:45.476Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:47:45.476Z] - "ftp,tftp client in container": [2020-03-16T08:47:45.476Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:47:45.476Z] - Storage Drivers: [2020-03-16T08:47:45.476Z] - "aufs": [2020-03-16T08:47:45.476Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:47:45.476Z] - "btrfs": [2020-03-16T08:47:45.476Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:47:45.476Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:47:45.476Z] - "devicemapper": [2020-03-16T08:47:45.476Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:47:45.476Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:47:45.476Z] - "overlay": [2020-03-16T08:47:45.476Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:47:45.476Z] - "zfs": [2020-03-16T08:47:45.476Z] - /dev/zfs: missing [2020-03-16T08:47:45.476Z] - zfs command: missing [2020-03-16T08:47:45.476Z] - zpool command: missing [2020-03-16T08:47:45.476Z] [2020-03-16T08:47:45.476Z] Limits: [2020-03-16T08:47:45.476Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:47:45.476Z] [2020-03-16T08:47:45.476Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:47:45.906Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:47:45.906Z] #2 [internal] load .dockerignore [2020-03-16T08:47:45.906Z] #2 transferring context: 87B 0.0s done [2020-03-16T08:47:45.906Z] #2 DONE 0.0s [2020-03-16T08:47:45.906Z] [2020-03-16T08:47:45.906Z] #1 [internal] load build definition from Dockerfile [2020-03-16T08:47:45.906Z] #1 transferring dockerfile: 17.06kB 0.0s done [2020-03-16T08:47:45.906Z] #1 DONE 0.0s [2020-03-16T08:47:45.906Z] [2020-03-16T08:47:45.906Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:47:46.187Z] #3 DONE 0.3s [2020-03-16T08:47:46.348Z] Running on azwin-2-881510 in d:\jenkins\workspace\moby_PR-40689 [Pipeline] { [Pipeline] ws [2020-03-16T08:47:46.386Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-03-16T08:47:46.469Z] [2020-03-16T08:47:46.469Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:47:46.470Z] #4 CACHED [2020-03-16T08:47:46.700Z] using credential docker-jenkins-github-credentials [2020-03-16T08:47:46.751Z] [2020-03-16T08:47:46.751Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:47:46.777Z] Cloning the remote Git repository [2020-03-16T08:47:46.777Z] Cloning with configured refspecs honoured and without tags [2020-03-16T08:47:47.032Z] #6 DONE 0.1s [2020-03-16T08:47:47.032Z] [2020-03-16T08:47:47.032Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:47:47.032Z] #5 DONE 0.2s [2020-03-16T08:47:47.032Z] [2020-03-16T08:47:47.032Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:47:47.032Z] #71 DONE 0.0s [2020-03-16T08:47:47.032Z] [2020-03-16T08:47:47.032Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:47:47.032Z] #7 DONE 0.0s [2020-03-16T08:47:47.032Z] [2020-03-16T08:47:47.032Z] #20 [internal] load build context [2020-03-16T08:47:46.812Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:46.813Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-03-16T08:47:46.877Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:46.878Z] > git --version # timeout=10 [2020-03-16T08:47:46.928Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:46.931Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:47.646Z] #20 transferring context: 49.97MB 0.7s done [2020-03-16T08:47:47.646Z] #20 DONE 0.8s [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:47:47.646Z] #27 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:47:47.646Z] #18 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:47.646Z] #60 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:47.646Z] #36 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:47:47.646Z] #12 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:47:47.646Z] #10 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:47:47.646Z] #44 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:47.646Z] #58 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:47.646Z] #33 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:47.646Z] #65 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:47:47.646Z] #8 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:47:47.646Z] #75 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:47.646Z] #63 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:47:47.646Z] #17 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:47:47.646Z] #51 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:47:47.646Z] #59 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:47:47.646Z] #15 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:47:47.646Z] #72 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:47:47.646Z] #67 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:47.646Z] #56 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:47.646Z] #53 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.646Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:47:47.646Z] #16 CACHED [2020-03-16T08:47:47.646Z] [2020-03-16T08:47:47.647Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:47:47.647Z] #74 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #66 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:47:47.647Z] #21 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:47:47.647Z] #40 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:47.647Z] #68 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:47:47.647Z] #41 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #42 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #31 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:47:47.647Z] #43 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #54 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:47:47.647Z] #37 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:47:47.647Z] #35 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:47:47.647Z] #9 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:47:47.647Z] #30 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:47:47.647Z] #32 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:47:47.647Z] #64 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:47:47.647Z] #25 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:47:47.647Z] #28 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #34 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:47:47.647Z] #29 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:47:47.647Z] #26 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:47:47.647Z] #55 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #48 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:47:47.647Z] #45 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:47.647Z] #23 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #61 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:47:47.647Z] #62 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:47:47.647Z] #52 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:47:47.647Z] #46 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:47:47.647Z] #69 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:47:47.647Z] #11 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:47:47.647Z] #24 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:47:47.647Z] #49 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:47.647Z] #47 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #57 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:47:47.647Z] #50 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #70 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:47:47.647Z] #14 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:47:47.647Z] #22 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:47:47.647Z] #19 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:47:47.647Z] #38 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:47:47.647Z] #39 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:47:47.647Z] #13 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:47:47.647Z] #73 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:47:47.647Z] #76 CACHED [2020-03-16T08:47:47.647Z] [2020-03-16T08:47:47.647Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:47:48.097Z] Still waiting to schedule task [2020-03-16T08:47:48.097Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-069a1fd64d0d15609)’ [2020-03-16T08:47:48.657Z] #77 DONE 0.8s [2020-03-16T08:47:48.657Z] [2020-03-16T08:47:48.657Z] #78 exporting to image [2020-03-16T08:47:48.657Z] #78 exporting layers [2020-03-16T08:47:49.270Z] #78 exporting layers 0.5s done [2020-03-16T08:47:49.270Z] #78 writing image sha256:a13b2fe285dc720b273e723d9a7cb8615bab5844ef55ffd5cac29a7dc48eff7d done [2020-03-16T08:47:49.270Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:49.270Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 done [2020-03-16T08:47:49.270Z] #78 DONE 0.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-16T08:47:49.712Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/test/unit [2020-03-16T08:47:50.998Z] Fetching without tags [2020-03-16T08:47:51.242Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:51.730Z] ? github.com/docker/docker/api [no test files] [2020-03-16T08:47:51.738Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:51.739Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:47:52.263Z] Commit message: "test-integration: support more rootless tests" [2020-03-16T08:47:52.333Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-069a1fd64d0d15609) in /home/ubuntu/workspace/moby_PR-40689 [Pipeline] { [Pipeline] checkout [2020-03-16T08:47:52.387Z] using credential docker-jenkins-github-credentials [2020-03-16T08:47:52.397Z] Cloning the remote Git repository [2020-03-16T08:47:52.397Z] Cloning with configured refspecs honoured and without tags [2020-03-16T08:47:50.982Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:50.986Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:47:50.991Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:50.999Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:51.010Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:51.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:51.011Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:51.249Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:51.252Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:51.717Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:47:51.724Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:47:51.746Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:51.761Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:47:53.098Z] + docker version [2020-03-16T08:47:53.098Z] Client: Docker Engine - Community [2020-03-16T08:47:53.098Z] Version: 19.03.5 [2020-03-16T08:47:53.098Z] API version: 1.40 [2020-03-16T08:47:53.098Z] Go version: go1.12.12 [2020-03-16T08:47:53.098Z] Git commit: 633a0ea838 [2020-03-16T08:47:53.098Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-16T08:47:53.098Z] OS/Arch: linux/amd64 [2020-03-16T08:47:53.098Z] Experimental: false [2020-03-16T08:47:53.098Z] [2020-03-16T08:47:53.098Z] Server: Docker Engine - Community [2020-03-16T08:47:53.098Z] Engine: [2020-03-16T08:47:53.098Z] Version: 19.03.5 [2020-03-16T08:47:53.098Z] API version: 1.40 (minimum version 1.12) [2020-03-16T08:47:53.098Z] Go version: go1.12.12 [2020-03-16T08:47:53.098Z] Git commit: 633a0ea838 [2020-03-16T08:47:53.098Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-16T08:47:53.098Z] OS/Arch: linux/amd64 [2020-03-16T08:47:53.098Z] Experimental: true [2020-03-16T08:47:53.098Z] containerd: [2020-03-16T08:47:53.098Z] Version: 1.2.10 [2020-03-16T08:47:53.098Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:53.098Z] runc: [2020-03-16T08:47:53.098Z] Version: 1.0.0-rc8+dev [2020-03-16T08:47:53.098Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:53.098Z] docker-init: [2020-03-16T08:47:53.098Z] Version: 0.18.0 [2020-03-16T08:47:53.098Z] GitCommit: fec3683 [Pipeline] sh [2020-03-16T08:47:52.403Z] Cloning repository https://github.com/moby/moby.git [2020-03-16T08:47:52.403Z] > git init /home/ubuntu/workspace/moby_PR-40689 # timeout=10 [2020-03-16T08:47:52.425Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:52.426Z] > git --version # timeout=10 [2020-03-16T08:47:52.430Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:52.432Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:53.394Z] + docker info [2020-03-16T08:47:53.651Z] Client: [2020-03-16T08:47:53.651Z] Debug Mode: false [2020-03-16T08:47:53.651Z] [2020-03-16T08:47:53.651Z] Server: [2020-03-16T08:47:53.651Z] Containers: 0 [2020-03-16T08:47:53.651Z] Running: 0 [2020-03-16T08:47:53.651Z] Paused: 0 [2020-03-16T08:47:53.651Z] Stopped: 0 [2020-03-16T08:47:53.651Z] Images: 1 [2020-03-16T08:47:53.651Z] Server Version: 19.03.5 [2020-03-16T08:47:53.651Z] Storage Driver: overlay2 [2020-03-16T08:47:53.651Z] Backing Filesystem: extfs [2020-03-16T08:47:53.651Z] Supports d_type: true [2020-03-16T08:47:53.651Z] Native Overlay Diff: true [2020-03-16T08:47:53.651Z] Logging Driver: json-file [2020-03-16T08:47:53.651Z] Cgroup Driver: cgroupfs [2020-03-16T08:47:53.651Z] Plugins: [2020-03-16T08:47:53.651Z] Volume: local [2020-03-16T08:47:53.651Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:47:53.651Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-16T08:47:53.651Z] Swarm: inactive [2020-03-16T08:47:53.651Z] Runtimes: runc [2020-03-16T08:47:53.651Z] Default Runtime: runc [2020-03-16T08:47:53.651Z] Init Binary: docker-init [2020-03-16T08:47:53.651Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:53.651Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:53.651Z] init version: fec3683 [2020-03-16T08:47:53.651Z] Security Options: [2020-03-16T08:47:53.651Z] apparmor [2020-03-16T08:47:53.651Z] seccomp [2020-03-16T08:47:53.651Z] Profile: default [2020-03-16T08:47:53.651Z] Kernel Version: 4.15.0-1058-aws [2020-03-16T08:47:53.651Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-16T08:47:53.651Z] OSType: linux [2020-03-16T08:47:53.651Z] Architecture: x86_64 [2020-03-16T08:47:53.651Z] CPUs: 2 [2020-03-16T08:47:53.651Z] Total Memory: 7.501GiB [2020-03-16T08:47:53.651Z] Name: ip-10-100-98-102 [2020-03-16T08:47:53.651Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-16T08:47:53.651Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:47:53.651Z] Debug Mode: false [2020-03-16T08:47:53.651Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:47:53.651Z] Labels: [2020-03-16T08:47:53.651Z] Experimental: true [2020-03-16T08:47:53.651Z] Insecure Registries: [2020-03-16T08:47:53.651Z] 127.0.0.0/8 [2020-03-16T08:47:53.651Z] Live Restore Enabled: true [2020-03-16T08:47:53.651Z] [2020-03-16T08:47:53.651Z] WARNING: No swap limit support [Pipeline] sh [2020-03-16T08:47:53.947Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:53.947Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:53.947Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:47:54.207Z] + bash /home/ubuntu/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:47:54.207Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:47:54.207Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-16T08:47:54.207Z] [2020-03-16T08:47:54.207Z] Generally Necessary: [2020-03-16T08:47:54.207Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:47:54.207Z] - apparmor: enabled and tools installed [2020-03-16T08:47:54.207Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:47:54.207Z] - CONFIG_NET_NS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_PID_NS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_MEMCG: enabled [2020-03-16T08:47:54.207Z] - CONFIG_KEYS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:47:54.207Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:47:54.207Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:47:54.207Z] [2020-03-16T08:47:54.207Z] Optional Features: [2020-03-16T08:47:54.207Z] - CONFIG_USER_NS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:47:54.207Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:47:54.207Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:47:54.207Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:47:54.465Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-16T08:47:54.465Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-16T08:47:54.465Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:47:54.465Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:47:54.465Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:47:54.465Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:47:54.465Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:47:54.465Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:47:54.465Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:47:54.465Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:47:54.465Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:47:54.465Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:47:54.465Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:47:54.465Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:47:54.465Z] - Network Drivers: [2020-03-16T08:47:54.465Z] - "overlay": [2020-03-16T08:47:54.465Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:47:54.465Z] Optional (for encrypted networks): [2020-03-16T08:47:54.465Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-16T08:47:54.465Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-16T08:47:54.465Z] - CONFIG_XFRM: enabled [2020-03-16T08:47:54.465Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:47:54.465Z] - "ipvlan": [2020-03-16T08:47:54.465Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:47:54.465Z] - "macvlan": [2020-03-16T08:47:54.465Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:47:54.465Z] - "ftp,tftp client in container": [2020-03-16T08:47:54.465Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:47:54.465Z] - Storage Drivers: [2020-03-16T08:47:54.465Z] - "aufs": [2020-03-16T08:47:54.465Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:47:54.465Z] - "btrfs": [2020-03-16T08:47:54.465Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:47:54.465Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:47:54.465Z] - "devicemapper": [2020-03-16T08:47:54.465Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:47:54.465Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:47:54.465Z] - "overlay": [2020-03-16T08:47:54.723Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:47:54.723Z] - "zfs": [2020-03-16T08:47:54.723Z] - /dev/zfs: missing [2020-03-16T08:47:54.723Z] - zfs command: missing [2020-03-16T08:47:54.723Z] - zpool command: missing [2020-03-16T08:47:54.723Z] [2020-03-16T08:47:54.723Z] Limits: [2020-03-16T08:47:54.723Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:47:54.723Z] [2020-03-16T08:47:54.723Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:47:55.062Z] + sudo modprobe ip_vs [2020-03-16T08:47:55.062Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:47:55.062Z] #2 [internal] load build definition from Dockerfile [2020-03-16T08:47:55.062Z] #2 transferring dockerfile: 17.06kB done [2020-03-16T08:47:55.062Z] #2 DONE 0.0s [2020-03-16T08:47:55.062Z] [2020-03-16T08:47:55.062Z] #1 [internal] load .dockerignore [2020-03-16T08:47:55.062Z] #1 transferring context: 87B done [2020-03-16T08:47:55.062Z] #1 DONE 0.0s [2020-03-16T08:47:55.062Z] [2020-03-16T08:47:55.062Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:47:55.318Z] #3 DONE 0.2s [2020-03-16T08:47:55.318Z] [2020-03-16T08:47:55.318Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:47:55.318Z] #4 CACHED [2020-03-16T08:47:55.769Z] Fetching without tags [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:47:55.884Z] #6 DONE 0.1s [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:47:55.884Z] #5 DONE 0.1s [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:47:55.884Z] #7 DONE 0.0s [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:47:55.884Z] #71 CACHED [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:47:55.884Z] #8 CACHED [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:47:55.884Z] #9 CACHED [2020-03-16T08:47:55.884Z] [2020-03-16T08:47:55.884Z] #20 [internal] load build context [2020-03-16T08:47:56.015Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:56.142Z] #20 ... [2020-03-16T08:47:56.142Z] [2020-03-16T08:47:56.142Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:47:56.142Z] #29 CACHED [2020-03-16T08:47:56.142Z] [2020-03-16T08:47:56.142Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:47:56.142Z] #40 CACHED [2020-03-16T08:47:56.142Z] [2020-03-16T08:47:56.142Z] #20 [internal] load build context [2020-03-16T08:47:55.735Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:55.737Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:47:55.742Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:55.752Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:55.757Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:55.757Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:55.758Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:56.004Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:56.009Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:56.489Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:56.490Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:47:56.960Z] Commit message: "test-integration: support more rootless tests" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:47:57.840Z] + docker version [2020-03-16T08:47:57.840Z] Client: Docker Engine - Community [2020-03-16T08:47:57.840Z] Version: 19.03.5 [2020-03-16T08:47:57.840Z] API version: 1.40 [2020-03-16T08:47:57.840Z] Go version: go1.12.12 [2020-03-16T08:47:57.840Z] Git commit: 633a0ea838 [2020-03-16T08:47:57.840Z] Built: Wed Nov 13 07:29:52 2019 [2020-03-16T08:47:57.840Z] OS/Arch: linux/amd64 [2020-03-16T08:47:57.840Z] Experimental: false [2020-03-16T08:47:57.840Z] [2020-03-16T08:47:57.840Z] Server: Docker Engine - Community [2020-03-16T08:47:57.840Z] Engine: [2020-03-16T08:47:57.840Z] Version: 19.03.5 [2020-03-16T08:47:57.840Z] API version: 1.40 (minimum version 1.12) [2020-03-16T08:47:57.840Z] Go version: go1.12.12 [2020-03-16T08:47:57.840Z] Git commit: 633a0ea838 [2020-03-16T08:47:57.840Z] Built: Wed Nov 13 07:28:22 2019 [2020-03-16T08:47:57.840Z] OS/Arch: linux/amd64 [2020-03-16T08:47:57.840Z] Experimental: true [2020-03-16T08:47:57.840Z] containerd: [2020-03-16T08:47:57.840Z] Version: 1.2.10 [2020-03-16T08:47:57.840Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:57.840Z] runc: [2020-03-16T08:47:57.840Z] Version: 1.0.0-rc8+dev [2020-03-16T08:47:57.840Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:57.840Z] docker-init: [2020-03-16T08:47:57.840Z] Version: 0.18.0 [2020-03-16T08:47:57.840Z] GitCommit: fec3683 [Pipeline] sh [2020-03-16T08:47:56.461Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:47:56.470Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:47:56.479Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:56.481Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:47:58.131Z] + docker info [2020-03-16T08:47:58.131Z] Client: [2020-03-16T08:47:58.131Z] Debug Mode: false [2020-03-16T08:47:58.131Z] [2020-03-16T08:47:58.131Z] Server: [2020-03-16T08:47:58.131Z] Containers: 0 [2020-03-16T08:47:58.131Z] Running: 0 [2020-03-16T08:47:58.131Z] Paused: 0 [2020-03-16T08:47:58.131Z] Stopped: 0 [2020-03-16T08:47:58.131Z] Images: 7 [2020-03-16T08:47:58.131Z] Server Version: 19.03.5 [2020-03-16T08:47:58.131Z] Storage Driver: overlay2 [2020-03-16T08:47:58.131Z] Backing Filesystem: extfs [2020-03-16T08:47:58.131Z] Supports d_type: true [2020-03-16T08:47:58.131Z] Native Overlay Diff: true [2020-03-16T08:47:58.131Z] Logging Driver: json-file [2020-03-16T08:47:58.131Z] Cgroup Driver: cgroupfs [2020-03-16T08:47:58.131Z] Plugins: [2020-03-16T08:47:58.131Z] Volume: local [2020-03-16T08:47:58.131Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:47:58.131Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-16T08:47:58.131Z] Swarm: inactive [2020-03-16T08:47:58.131Z] Runtimes: runc [2020-03-16T08:47:58.131Z] Default Runtime: runc [2020-03-16T08:47:58.131Z] Init Binary: docker-init [2020-03-16T08:47:58.131Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:47:58.131Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:47:58.131Z] init version: fec3683 [2020-03-16T08:47:58.131Z] Security Options: [2020-03-16T08:47:58.131Z] apparmor [2020-03-16T08:47:58.131Z] seccomp [2020-03-16T08:47:58.131Z] Profile: default [2020-03-16T08:47:58.131Z] Kernel Version: 4.15.0-1058-aws [2020-03-16T08:47:58.131Z] Operating System: Ubuntu 18.04.4 LTS [2020-03-16T08:47:58.131Z] OSType: linux [2020-03-16T08:47:58.131Z] Architecture: x86_64 [2020-03-16T08:47:58.131Z] CPUs: 2 [2020-03-16T08:47:58.131Z] Total Memory: 7.501GiB [2020-03-16T08:47:58.131Z] Name: ip-10-100-58-81 [2020-03-16T08:47:58.131Z] ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32 [2020-03-16T08:47:58.131Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:47:58.131Z] Debug Mode: false [2020-03-16T08:47:58.131Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:47:58.131Z] Labels: [2020-03-16T08:47:58.131Z] Experimental: true [2020-03-16T08:47:58.131Z] Insecure Registries: [2020-03-16T08:47:58.131Z] 127.0.0.0/8 [2020-03-16T08:47:58.131Z] Live Restore Enabled: true [2020-03-16T08:47:58.131Z] [2020-03-16T08:47:58.131Z] WARNING: No swap limit support [Pipeline] sh [2020-03-16T08:47:58.419Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:58.419Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:47:58.419Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:47:58.419Z] + bash /home/ubuntu/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:47:58.419Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:47:58.419Z] info: reading kernel config from /boot/config-4.15.0-1058-aws ... [2020-03-16T08:47:58.419Z] [2020-03-16T08:47:58.419Z] Generally Necessary: [2020-03-16T08:47:58.419Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:47:58.419Z] - apparmor: enabled and tools installed [2020-03-16T08:47:58.419Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:47:58.419Z] - CONFIG_NET_NS: enabled [2020-03-16T08:47:58.419Z] - CONFIG_PID_NS: enabled [2020-03-16T08:47:58.419Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:47:58.419Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:47:58.419Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:47:58.419Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:47:58.420Z] - CONFIG_MEMCG: enabled [2020-03-16T08:47:58.420Z] - CONFIG_KEYS: enabled [2020-03-16T08:47:58.420Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:47:58.420Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:47:58.420Z] [2020-03-16T08:47:58.420Z] Optional Features: [2020-03-16T08:47:58.420Z] - CONFIG_USER_NS: enabled [2020-03-16T08:47:58.420Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:47:58.420Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:47:58.420Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:47:58.420Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-16T08:47:58.420Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2020-03-16T08:47:58.420Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:47:58.420Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:47:58.420Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:47:58.420Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:47:58.420Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:47:58.420Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:47:58.420Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:47:58.420Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:47:58.420Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:47:58.420Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:47:58.605Z] Fetching without tags [2020-03-16T08:47:58.677Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:47:58.677Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:47:58.677Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:47:58.677Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:47:58.677Z] - Network Drivers: [2020-03-16T08:47:58.677Z] - "overlay": [2020-03-16T08:47:58.677Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:47:58.677Z] Optional (for encrypted networks): [2020-03-16T08:47:58.677Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:47:58.677Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-16T08:47:58.677Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-16T08:47:58.677Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-16T08:47:58.677Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-16T08:47:58.677Z] - CONFIG_XFRM: enabled [2020-03-16T08:47:58.677Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:47:58.677Z] - "ipvlan": [2020-03-16T08:47:58.677Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:47:58.677Z] - "macvlan": [2020-03-16T08:47:58.677Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:47:58.677Z] - "ftp,tftp client in container": [2020-03-16T08:47:58.677Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:47:58.677Z] - Storage Drivers: [2020-03-16T08:47:58.677Z] - "aufs": [2020-03-16T08:47:58.677Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:47:58.677Z] - "btrfs": [2020-03-16T08:47:58.677Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:47:58.677Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:47:58.677Z] - "devicemapper": [2020-03-16T08:47:58.677Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:47:58.677Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:47:58.677Z] - "overlay": [2020-03-16T08:47:58.677Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:47:58.677Z] - "zfs": [2020-03-16T08:47:58.677Z] - /dev/zfs: missing [2020-03-16T08:47:58.677Z] - zfs command: missing [2020-03-16T08:47:58.677Z] - zpool command: missing [2020-03-16T08:47:58.677Z] [2020-03-16T08:47:58.677Z] Limits: [2020-03-16T08:47:58.677Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:47:58.677Z] [2020-03-16T08:47:58.677Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:47:59.009Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:47:59.009Z] #1 [internal] load build definition from Dockerfile [2020-03-16T08:47:59.009Z] #1 transferring dockerfile: 17.06kB done [2020-03-16T08:47:59.009Z] #1 DONE 0.0s [2020-03-16T08:47:59.009Z] [2020-03-16T08:47:59.009Z] #2 [internal] load .dockerignore [2020-03-16T08:47:59.009Z] #2 transferring context: 87B done [2020-03-16T08:47:59.009Z] #2 DONE 0.0s [2020-03-16T08:47:59.009Z] [2020-03-16T08:47:59.009Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:47:59.009Z] #3 DONE 0.1s [2020-03-16T08:47:58.573Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:58.577Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:47:58.581Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:58.597Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:47:58.614Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:47:58.615Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:47:58.616Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:47:59.110Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:47:59.267Z] [2020-03-16T08:47:59.267Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:47:59.267Z] #4 CACHED [2020-03-16T08:47:59.832Z] [2020-03-16T08:47:59.832Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:47:59.832Z] #6 ... [2020-03-16T08:47:59.832Z] [2020-03-16T08:47:59.832Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:47:59.832Z] #5 DONE 0.1s [2020-03-16T08:48:00.096Z] [2020-03-16T08:48:00.096Z] #6 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:48:00.096Z] #6 DONE 0.2s [2020-03-16T08:48:00.096Z] [2020-03-16T08:48:00.096Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:48:00.096Z] #71 DONE 0.0s [2020-03-16T08:48:00.096Z] [2020-03-16T08:48:00.096Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:48:00.096Z] #7 DONE 0.0s [2020-03-16T08:48:00.096Z] [2020-03-16T08:48:00.096Z] #20 [internal] load build context [2020-03-16T08:48:00.103Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-03-16T08:48:00.118Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:00.119Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:48:00.263Z] Commit message: "test-integration: support more rootless tests" [2020-03-16T08:48:00.332Z] #20 transferring context: 49.97MB 4.3s done [2020-03-16T08:48:00.332Z] #20 DONE 4.4s [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:00.332Z] #10 3.204 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-03-16T08:48:00.332Z] #10 3.263 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-03-16T08:48:00.332Z] #10 3.490 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:48:00.332Z] #10 ... [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:00.332Z] #21 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:48:00.332Z] #73 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:48:00.332Z] #49 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:48:00.332Z] #46 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:48:00.332Z] #67 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:48:00.332Z] #55 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:48:00.332Z] #52 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:48:00.332Z] #32 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:48:00.332Z] #22 CACHED [2020-03-16T08:48:00.332Z] [2020-03-16T08:48:00.332Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:00.332Z] #23 CACHED [2020-03-16T08:48:00.590Z] [2020-03-16T08:48:00.590Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:48:01.150Z] + docker version [2020-03-16T08:48:01.150Z] Client: [2020-03-16T08:48:01.150Z] Version: 18.06.1-ce [2020-03-16T08:48:01.150Z] API version: 1.38 [2020-03-16T08:48:01.150Z] Go version: go1.10.3 [2020-03-16T08:48:01.150Z] Git commit: e68fc7a [2020-03-16T08:48:01.150Z] Built: Tue Aug 21 17:26:10 2018 [2020-03-16T08:48:01.150Z] OS/Arch: linux/ppc64le [2020-03-16T08:48:01.150Z] Experimental: false [2020-03-16T08:48:01.150Z] [2020-03-16T08:48:01.150Z] Server: [2020-03-16T08:48:01.150Z] Engine: [2020-03-16T08:48:01.150Z] Version: 18.06.1-ce [2020-03-16T08:48:01.150Z] API version: 1.38 (minimum version 1.12) [2020-03-16T08:48:01.150Z] Go version: go1.10.3 [2020-03-16T08:48:01.150Z] Git commit: e68fc7a [2020-03-16T08:48:01.150Z] Built: Tue Aug 21 17:24:20 2018 [2020-03-16T08:48:01.150Z] OS/Arch: linux/ppc64le [2020-03-16T08:48:01.150Z] Experimental: true [Pipeline] sh [2020-03-16T08:47:59.118Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:47:59.125Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:00.083Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:48:00.110Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:48:00.126Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:48:00.130Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:01.475Z] #20 transferring context: 49.97MB 1.2s done [2020-03-16T08:48:01.475Z] #20 DONE 1.2s [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:01.475Z] #27 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:48:01.475Z] #28 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #31 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:01.475Z] #43 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:48:01.475Z] #16 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:48:01.475Z] #46 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:01.475Z] #36 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:48:01.475Z] #41 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:48:01.475Z] #12 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:48:01.475Z] #29 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:01.475Z] #23 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:48:01.475Z] #17 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:01.475Z] #10 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:48:01.475Z] #37 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #61 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:01.475Z] #38 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:48:01.475Z] #67 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:48:01.475Z] #26 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #75 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #48 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:01.475Z] #56 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:01.475Z] #68 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:48:01.475Z] #64 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:48:01.475Z] #9 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #57 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:01.475Z] #60 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:48:01.475Z] #73 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:48:01.475Z] #52 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:48:01.475Z] #69 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:01.475Z] #74 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:48:01.475Z] #22 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:48:01.475Z] #32 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:48:01.475Z] #19 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:01.475Z] #47 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:48:01.475Z] #24 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:01.475Z] #25 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:48:01.475Z] #44 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:48:01.475Z] #8 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:01.475Z] #58 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:48:01.475Z] #72 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:01.475Z] #33 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #34 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #42 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:01.475Z] #21 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:48:01.475Z] #14 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:48:01.475Z] #59 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:01.475Z] #35 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:48:01.475Z] #39 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:48:01.475Z] #30 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.475Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:01.475Z] #65 CACHED [2020-03-16T08:48:01.475Z] [2020-03-16T08:48:01.476Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:48:01.476Z] #51 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:01.476Z] #62 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:01.476Z] #50 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:48:01.476Z] #55 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:48:01.476Z] #54 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:48:01.476Z] #70 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:48:01.476Z] #15 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:48:01.476Z] #18 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:48:01.476Z] #66 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:48:01.476Z] #11 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:48:01.476Z] #45 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:48:01.476Z] #49 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:48:01.476Z] #13 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:01.476Z] #63 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:48:01.476Z] #40 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:01.476Z] #53 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:48:01.476Z] #76 CACHED [2020-03-16T08:48:01.476Z] [2020-03-16T08:48:01.476Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:48:01.528Z] + docker info [2020-03-16T08:48:01.528Z] Containers: 1 [2020-03-16T08:48:01.528Z] Running: 1 [2020-03-16T08:48:01.528Z] Paused: 0 [2020-03-16T08:48:01.528Z] Stopped: 0 [2020-03-16T08:48:01.528Z] Images: 15 [2020-03-16T08:48:01.528Z] Server Version: 18.06.1-ce [2020-03-16T08:48:01.528Z] Storage Driver: overlay2 [2020-03-16T08:48:01.528Z] Backing Filesystem: extfs [2020-03-16T08:48:01.528Z] Supports d_type: true [2020-03-16T08:48:01.528Z] Native Overlay Diff: true [2020-03-16T08:48:01.528Z] Logging Driver: json-file [2020-03-16T08:48:01.528Z] Cgroup Driver: cgroupfs [2020-03-16T08:48:01.528Z] Plugins: [2020-03-16T08:48:01.528Z] Volume: local [2020-03-16T08:48:01.528Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:48:01.528Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-03-16T08:48:01.528Z] Swarm: inactive [2020-03-16T08:48:01.528Z] Runtimes: runc [2020-03-16T08:48:01.528Z] Default Runtime: runc [2020-03-16T08:48:01.528Z] Init Binary: docker-init [2020-03-16T08:48:01.528Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-03-16T08:48:01.528Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-03-16T08:48:01.528Z] init version: fec3683 [2020-03-16T08:48:01.528Z] Security Options: [2020-03-16T08:48:01.528Z] apparmor [2020-03-16T08:48:01.528Z] seccomp [2020-03-16T08:48:01.528Z] Profile: default [2020-03-16T08:48:01.528Z] Kernel Version: 4.4.0-139-generic [2020-03-16T08:48:01.528Z] Operating System: Ubuntu 16.04.3 LTS [2020-03-16T08:48:01.528Z] OSType: linux [2020-03-16T08:48:01.528Z] Architecture: ppc64le [2020-03-16T08:48:01.528Z] CPUs: 4 [2020-03-16T08:48:01.528Z] Total Memory: 7.972GiB [2020-03-16T08:48:01.528Z] Name: ppc64le-ubuntu-20 [2020-03-16T08:48:01.528Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-03-16T08:48:01.528Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:48:01.528Z] Debug Mode (client): false [2020-03-16T08:48:01.528Z] Debug Mode (server): false [2020-03-16T08:48:01.528Z] Username: dockerbuildbot [2020-03-16T08:48:01.528Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:48:01.528Z] Labels: [2020-03-16T08:48:01.528Z] Experimental: true [2020-03-16T08:48:01.528Z] Insecure Registries: [2020-03-16T08:48:01.528Z] 127.0.0.0/8 [2020-03-16T08:48:01.528Z] Live Restore Enabled: false [2020-03-16T08:48:01.528Z] [Pipeline] sh [2020-03-16T08:48:01.909Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:48:01.909Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:48:01.909Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:48:02.194Z] + bash /home/docker/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:48:02.194Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:48:02.194Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-03-16T08:48:02.194Z] [2020-03-16T08:48:02.194Z] Generally Necessary: [2020-03-16T08:48:02.194Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:48:02.194Z] - apparmor: enabled and tools installed [2020-03-16T08:48:02.194Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:48:02.194Z] - CONFIG_NET_NS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_PID_NS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:48:02.194Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_MEMCG: enabled [2020-03-16T08:48:02.194Z] - CONFIG_KEYS: enabled [2020-03-16T08:48:02.194Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:48:02.194Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:48:02.270Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:48:02.330Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:48:02.384Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:48:02.480Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:48:02.480Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:48:02.480Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-03-16T08:48:02.480Z] [2020-03-16T08:48:02.480Z] Optional Features: [2020-03-16T08:48:02.480Z] - CONFIG_USER_NS: enabled [2020-03-16T08:48:02.480Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:48:02.480Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:48:02.480Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:48:02.480Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:48:02.480Z] (cgroup swap accounting is currently enabled) [2020-03-16T08:48:02.480Z] - CONFIG_MEMCG_KMEM: enabled [2020-03-16T08:48:02.480Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:48:02.480Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:48:02.480Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:48:02.480Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:48:02.480Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:48:02.480Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:48:02.480Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:48:02.480Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:48:02.480Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:48:02.480Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:48:02.710Z] Fetching without tags [2020-03-16T08:48:02.775Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:48:02.775Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:48:02.775Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:48:02.775Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:48:02.775Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:48:02.775Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:48:02.775Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:48:02.775Z] - Network Drivers: [2020-03-16T08:48:02.775Z] - "overlay": [2020-03-16T08:48:02.775Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:48:02.775Z] Optional (for encrypted networks): [2020-03-16T08:48:02.775Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:48:02.775Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_XFRM: enabled [2020-03-16T08:48:02.775Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:48:02.775Z] - "ipvlan": [2020-03-16T08:48:02.775Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:48:02.775Z] - "macvlan": [2020-03-16T08:48:02.775Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:48:02.775Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:48:02.775Z] - "ftp,tftp client in container": [2020-03-16T08:48:03.058Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:48:03.058Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:48:03.058Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:48:03.058Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:48:03.058Z] - Storage Drivers: [2020-03-16T08:48:03.058Z] - "aufs": [2020-03-16T08:48:03.058Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:48:03.058Z] - "btrfs": [2020-03-16T08:48:03.058Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:48:03.058Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:48:03.058Z] - "devicemapper": [2020-03-16T08:48:03.058Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:48:03.058Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:48:03.058Z] - "overlay": [2020-03-16T08:48:03.058Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:48:03.058Z] - "zfs": [2020-03-16T08:48:03.058Z] - /dev/zfs: missing [2020-03-16T08:48:03.058Z] - zfs command: missing [2020-03-16T08:48:03.058Z] - zpool command: missing [2020-03-16T08:48:03.058Z] [2020-03-16T08:48:03.058Z] Limits: [2020-03-16T08:48:03.058Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:48:03.058Z] [2020-03-16T08:48:03.058Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:48:03.375Z] #77 DONE 2.1s [2020-03-16T08:48:03.375Z] [2020-03-16T08:48:03.375Z] #78 exporting to image [2020-03-16T08:48:03.375Z] #78 exporting layers [2020-03-16T08:48:03.493Z] + make bundles/buildx [2020-03-16T08:48:03.514Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:04.110Z] make: command: Command not found [2020-03-16T08:48:04.110Z] make: command: Command not found [2020-03-16T08:48:04.110Z] mkdir bundles [2020-03-16T08:48:04.110Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-03-16T08:48:04.110Z] --build-arg BUILDX_COMMIT \ [2020-03-16T08:48:04.110Z] --build-arg BUILDX_REPO \ [2020-03-16T08:48:04.110Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-03-16T08:48:04.110Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-03-16T08:48:04.110Z] . [2020-03-16T08:48:04.110Z] /bin/sh: 4: go: not found [2020-03-16T08:48:04.110Z] /bin/sh: 5: go: not found [2020-03-16T08:48:02.504Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:48:02.750Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:48:02.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:48:02.752Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:48:03.548Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:48:03.601Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:04.309Z] #78 exporting layers 0.7s done [2020-03-16T08:48:04.309Z] #78 writing image sha256:3afcaff6cade3715a677554abdc35110804f236f86902ff9af6f0bf3b90027ba done [2020-03-16T08:48:04.309Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 done [2020-03-16T08:48:04.309Z] #78 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:48:04.665Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -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:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh dynbinary test-integration [2020-03-16T08:48:05.231Z] [2020-03-16T08:48:05.231Z] Removing bundles/ [2020-03-16T08:48:05.231Z] [2020-03-16T08:48:05.231Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-16T08:48:05.489Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:48:05.489Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:48:05.848Z] #33 ... [2020-03-16T08:48:05.848Z] [2020-03-16T08:48:05.848Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:05.848Z] #68 4.782 + RM_GOPATH=0 [2020-03-16T08:48:05.848Z] #68 4.782 + TMP_GOPATH= [2020-03-16T08:48:05.848Z] #68 4.782 + : /build/ [2020-03-16T08:48:05.848Z] #68 4.782 + '[' -z '' ']' [2020-03-16T08:48:05.848Z] #68 4.784 ++ mktemp -d [2020-03-16T08:48:05.848Z] #68 4.784 + export GOPATH=/tmp/tmp.pKuHQxLcz1 [2020-03-16T08:48:05.848Z] #68 4.784 + GOPATH=/tmp/tmp.pKuHQxLcz1 [2020-03-16T08:48:05.848Z] #68 4.784 + RM_GOPATH=1 [2020-03-16T08:48:05.848Z] #68 4.785 ++ dirname ./install.sh [2020-03-16T08:48:05.848Z] #68 4.787 + dir=. [2020-03-16T08:48:05.848Z] #68 4.789 + bin=rootlesskit [2020-03-16T08:48:05.848Z] #68 4.789 + shift [2020-03-16T08:48:05.848Z] #68 4.789 + '[' '!' -f ./rootlesskit.installer ']' [2020-03-16T08:48:05.848Z] #68 4.790 + . ./rootlesskit.installer [2020-03-16T08:48:05.848Z] #68 4.790 ++ : eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-03-16T08:48:05.848Z] #68 4.798 + install_rootlesskit [2020-03-16T08:48:05.848Z] #68 4.798 + case "$1" in [2020-03-16T08:48:05.848Z] #68 4.798 + export CGO_ENABLED=0 [2020-03-16T08:48:05.848Z] #68 4.798 + CGO_ENABLED=0 [2020-03-16T08:48:05.848Z] #68 4.798 + _install_rootlesskit [2020-03-16T08:48:05.848Z] #68 4.798 + echo 'Install rootlesskit version eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270' [2020-03-16T08:48:05.848Z] #68 4.798 Install rootlesskit version eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-03-16T08:48:05.848Z] #68 4.798 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.pKuHQxLcz1/src/github.com/rootless-containers/rootlesskit [2020-03-16T08:48:05.848Z] #68 4.799 Cloning into '/tmp/tmp.pKuHQxLcz1/src/github.com/rootless-containers/rootlesskit'... [2020-03-16T08:48:05.848Z] #68 ... [2020-03-16T08:48:05.848Z] [2020-03-16T08:48:05.848Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:48:05.848Z] #30 5.312 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-03-16T08:48:05.848Z] #30 5.312 Cloning into '.'... [2020-03-16T08:48:06.105Z] #30 ... [2020-03-16T08:48:06.105Z] [2020-03-16T08:48:06.105Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:06.105Z] #43 3.261 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-03-16T08:48:06.105Z] #43 3.261 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-03-16T08:48:06.105Z] #43 3.494 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:48:06.105Z] #43 6.237 Fetched 49.3 kB in 3s (15.1 kB/s) [2020-03-16T08:48:06.362Z] #43 6.237 Reading package lists... [2020-03-16T08:48:06.362Z] #43 ... [2020-03-16T08:48:06.362Z] [2020-03-16T08:48:06.362Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:06.362Z] #25 4.983 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-03-16T08:48:06.362Z] #25 4.983 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-03-16T08:48:06.362Z] #25 4.983 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:48:06.362Z] #25 8.287 Fetched 49.3 kB in 4s (13.7 kB/s) [2020-03-16T08:48:06.362Z] #25 8.287 Reading package lists... [2020-03-16T08:48:06.362Z] #25 ... [2020-03-16T08:48:06.362Z] [2020-03-16T08:48:06.362Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:48:06.362Z] #41 4.406 + git clone https://github.com/docker/distribution.git . [2020-03-16T08:48:06.362Z] #41 4.406 Cloning into '.'... [2020-03-16T08:48:06.625Z] #41 ... [2020-03-16T08:48:06.625Z] [2020-03-16T08:48:06.625Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:06.625Z] #62 4.025 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-03-16T08:48:06.625Z] #62 4.025 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-03-16T08:48:06.625Z] #62 4.025 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:48:06.625Z] #62 6.866 Fetched 49.3 kB in 3s (15.3 kB/s) [2020-03-16T08:48:06.625Z] #62 6.866 Reading package lists... [2020-03-16T08:48:06.625Z] #62 ... [2020-03-16T08:48:06.625Z] [2020-03-16T08:48:06.625Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:06.625Z] #35 5.648 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2020-03-16T08:48:06.625Z] #35 5.648 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2020-03-16T08:48:06.625Z] #35 5.648 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:48:06.625Z] #35 8.825 Fetched 49.3 kB in 3s (14.1 kB/s) [2020-03-16T08:48:06.734Z] Fetching without tags [2020-03-16T08:48:06.798Z] Sending build context to Docker daemon 54.59MB [2020-03-16T08:48:06.798Z] Step 1/16 : ARG GO_VERSION=1.12.10 [2020-03-16T08:48:06.798Z] Step 2/16 : ARG BUILDX_COMMIT=v0.3.1 [2020-03-16T08:48:06.798Z] Step 3/16 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-03-16T08:48:06.798Z] Step 4/16 : FROM golang:${GO_VERSION}-stretch AS build [2020-03-16T08:48:06.798Z] ---> ebd73b5ebd31 [2020-03-16T08:48:06.798Z] Step 5/16 : ARG BUILDX_REPO [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> f3e572dac6f1 [2020-03-16T08:48:06.798Z] Step 6/16 : RUN git clone "${BUILDX_REPO}" /buildx [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> d30d028425b0 [2020-03-16T08:48:06.798Z] Step 7/16 : WORKDIR /buildx [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 3a1a03019d32 [2020-03-16T08:48:06.798Z] Step 8/16 : ARG BUILDX_COMMIT [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> aad6ecfbe5b8 [2020-03-16T08:48:06.798Z] Step 9/16 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> a6a92834c834 [2020-03-16T08:48:06.798Z] Step 10/16 : RUN go mod download [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 89d81443bd34 [2020-03-16T08:48:06.798Z] Step 11/16 : ARG GOOS [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 889a7e2b74aa [2020-03-16T08:48:06.798Z] Step 12/16 : ARG GOARCH [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 0be610e8dc4c [2020-03-16T08:48:06.798Z] 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-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> e797bc250b23 [2020-03-16T08:48:06.798Z] Step 14/16 : FROM golang:${GO_VERSION}-stretch [2020-03-16T08:48:06.798Z] ---> ebd73b5ebd31 [2020-03-16T08:48:06.798Z] Step 15/16 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 281226b12115 [2020-03-16T08:48:06.798Z] Step 16/16 : ENTRYPOINT ["/usr/bin/buildx"] [2020-03-16T08:48:06.798Z] ---> Using cache [2020-03-16T08:48:06.798Z] ---> 3f9f136e1f38 [2020-03-16T08:48:06.798Z] Successfully built 3f9f136e1f38 [2020-03-16T08:48:06.798Z] Successfully tagged moby-buildx:latest [2020-03-16T08:48:06.798Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-03-16T08:48:06.798Z] if [ -n "${id}" ]; then \ [2020-03-16T08:48:06.798Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-03-16T08:48:06.799Z] && touch bundles/buildx; \ [2020-03-16T08:48:06.799Z] docker rm -f ${id}; \ [2020-03-16T08:48:06.799Z] fi [2020-03-16T08:48:06.882Z] #35 8.825 Reading package lists... [2020-03-16T08:48:06.882Z] #35 ... [2020-03-16T08:48:06.882Z] [2020-03-16T08:48:06.882Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:06.882Z] #33 5.436 + RM_GOPATH=0 [2020-03-16T08:48:06.882Z] #33 5.436 + TMP_GOPATH= [2020-03-16T08:48:06.882Z] #33 5.436 + : /build [2020-03-16T08:48:06.882Z] #33 5.436 + '[' -z '' ']' [2020-03-16T08:48:06.882Z] #33 5.442 ++ mktemp -d [2020-03-16T08:48:06.882Z] #33 5.446 + export GOPATH=/tmp/tmp.BSv7hxgBiQ [2020-03-16T08:48:06.882Z] #33 5.446 + GOPATH=/tmp/tmp.BSv7hxgBiQ [2020-03-16T08:48:06.882Z] #33 5.446 + RM_GOPATH=1 [2020-03-16T08:48:06.882Z] #33 5.450 ++ dirname ./install.sh [2020-03-16T08:48:06.882Z] #33 5.452 + dir=. [2020-03-16T08:48:06.882Z] #33 5.452 + bin=tomlv [2020-03-16T08:48:06.882Z] #33 5.452 + shift [2020-03-16T08:48:06.882Z] #33 5.453 + '[' '!' -f ./tomlv.installer ']' [2020-03-16T08:48:06.882Z] #33 5.453 + . ./tomlv.installer [2020-03-16T08:48:06.882Z] #33 5.453 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-03-16T08:48:06.882Z] #33 5.453 + install_tomlv [2020-03-16T08:48:06.882Z] #33 5.454 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-03-16T08:48:06.882Z] #33 5.455 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-03-16T08:48:06.882Z] #33 5.455 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.BSv7hxgBiQ/src/github.com/BurntSushi/toml [2020-03-16T08:48:06.882Z] #33 5.457 Cloning into '/tmp/tmp.BSv7hxgBiQ/src/github.com/BurntSushi/toml'... [2020-03-16T08:48:06.882Z] #33 6.364 + cd /tmp/tmp.BSv7hxgBiQ/src/github.com/BurntSushi/toml [2020-03-16T08:48:06.882Z] #33 6.364 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-03-16T08:48:06.882Z] #33 6.373 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-03-16T08:48:06.928Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:06.929Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:48:07.121Z] Merging remotes/origin/master commit 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba into PR head commit 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:07.423Z] 6dfda337f067ceb52b17f6f16becbb0fb11cc1001d109f7728dc03dee2448914 [2020-03-16T08:48:07.423Z] bundles/buildx version [2020-03-16T08:48:07.423Z] buildx v0.3.1 6db68d0 [2020-03-16T08:48:07.423Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:48:07.431Z] Commit message: "test-integration: support more rootless tests" [2020-03-16T08:48:07.710Z] #2 [internal] load build definition from Dockerfile [2020-03-16T08:48:07.711Z] #2 transferring dockerfile: 17.05kB 0.0s done [2020-03-16T08:48:07.711Z] #2 DONE 0.1s [2020-03-16T08:48:07.711Z] [2020-03-16T08:48:07.711Z] #1 [internal] load .dockerignore [2020-03-16T08:48:07.711Z] #1 transferring context: 87B done [2020-03-16T08:48:07.711Z] #1 DONE 0.1s [2020-03-16T08:48:07.711Z] [2020-03-16T08:48:07.711Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:48:07.818Z] #33 7.348 runtime [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:48:08.003Z] Merge succeeded, producing 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:08.004Z] Checking out Revision 5e1b246b9a292255f3b732757adabb020309b383 (PR-40689) [2020-03-16T08:48:06.714Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:48:06.842Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-03-16T08:48:06.963Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:48:07.014Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:06.700Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:48:06.705Z] > git config --add remote.origin.fetch +refs/pull/40689/head:refs/remotes/origin/PR-40689 # timeout=10 [2020-03-16T08:48:06.713Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:48:06.729Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-03-16T08:48:06.739Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-03-16T08:48:06.739Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-03-16T08:48:06.741Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40689/head:refs/remotes/origin/PR-40689 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-16T08:48:07.126Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:48:07.131Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:07.985Z] > git merge 37defbfd9b968f38e8e15dfa5f06d9f878bd65ba # timeout=10 [2020-03-16T08:48:07.999Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-16T08:48:08.009Z] > git config core.sparsecheckout # timeout=10 [2020-03-16T08:48:08.016Z] > git checkout -f 5e1b246b9a292255f3b732757adabb020309b383 # timeout=10 [2020-03-16T08:48:08.329Z] #3 DONE 0.2s [2020-03-16T08:48:08.329Z] [2020-03-16T08:48:08.329Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:48:08.329Z] #4 resolve docker.io/docker/dockerfile:1.1.3-experimental@sha256:888f21826273409b5ef5ff9ceb90c64a8f8ec7760da30d1ffbe6c3e2d323a7bd done [2020-03-16T08:48:08.329Z] #4 CACHED [2020-03-16T08:48:08.329Z] [2020-03-16T08:48:08.329Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:48:08.329Z] #6 ... [2020-03-16T08:48:08.329Z] [2020-03-16T08:48:08.329Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:48:08.329Z] #5 DONE 0.2s [2020-03-16T08:48:08.619Z] [2020-03-16T08:48:08.619Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:48:08.730Z] Commit message: "test-integration: support more rootless tests" [2020-03-16T08:48:08.849Z] + docker version [2020-03-16T08:48:08.849Z] Client: Docker Engine - Enterprise [2020-03-16T08:48:08.849Z] Version: 19.03.5 [2020-03-16T08:48:08.849Z] API version: 1.40 [2020-03-16T08:48:08.849Z] Go version: go1.12.12 [2020-03-16T08:48:08.849Z] Git commit: 2ee0c57608 [2020-03-16T08:48:08.849Z] Built: 11/13/2019 08:00:16 [2020-03-16T08:48:08.849Z] OS/Arch: windows/amd64 [2020-03-16T08:48:08.849Z] Experimental: false [2020-03-16T08:48:08.849Z] [2020-03-16T08:48:08.849Z] Server: Docker Engine - Enterprise [2020-03-16T08:48:08.849Z] Engine: [2020-03-16T08:48:08.849Z] Version: 19.03.5 [2020-03-16T08:48:08.849Z] API version: 1.40 (minimum version 1.24) [2020-03-16T08:48:08.849Z] Go version: go1.12.12 [2020-03-16T08:48:08.849Z] Git commit: 2ee0c57608 [2020-03-16T08:48:08.849Z] Built: 11/13/2019 07:58:51 [2020-03-16T08:48:08.849Z] OS/Arch: windows/amd64 [2020-03-16T08:48:08.849Z] Experimental: true [2020-03-16T08:48:08.905Z] #6 DONE 0.5s [2020-03-16T08:48:08.905Z] [2020-03-16T08:48:08.905Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:48:08.905Z] #71 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-03-16T08:48:08.905Z] #71 DONE 0.0s [2020-03-16T08:48:08.905Z] [2020-03-16T08:48:08.905Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:48:08.905Z] #7 resolve docker.io/library/golang:1.13.8-buster@sha256:1da34145a757a5b9959111d0150d257c1a1f456b5fc3ec72101093e01977d8ca done [2020-03-16T08:48:08.905Z] #7 DONE 0.0s [2020-03-16T08:48:08.905Z] [2020-03-16T08:48:08.905Z] #20 [internal] load build context [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-03-16T08:48:09.747Z] + docker version [2020-03-16T08:48:09.748Z] Client: Docker Engine - Community [2020-03-16T08:48:09.748Z] Version: 19.03.5 [2020-03-16T08:48:09.748Z] API version: 1.40 [2020-03-16T08:48:09.748Z] Go version: go1.12.12 [2020-03-16T08:48:09.748Z] Git commit: 633a0ea [2020-03-16T08:48:09.748Z] Built: Wed Nov 13 07:27:53 2019 [2020-03-16T08:48:09.748Z] OS/Arch: linux/arm64 [2020-03-16T08:48:09.748Z] Experimental: false [2020-03-16T08:48:09.748Z] [2020-03-16T08:48:09.748Z] Server: Docker Engine - Community [2020-03-16T08:48:09.748Z] Engine: [2020-03-16T08:48:09.748Z] Version: 19.03.5 [2020-03-16T08:48:09.748Z] API version: 1.40 (minimum version 1.12) [2020-03-16T08:48:09.748Z] Go version: go1.12.12 [2020-03-16T08:48:09.748Z] Git commit: 633a0ea [2020-03-16T08:48:09.748Z] Built: Wed Nov 13 07:26:25 2019 [2020-03-16T08:48:09.748Z] OS/Arch: linux/arm64 [2020-03-16T08:48:09.748Z] Experimental: true [2020-03-16T08:48:09.748Z] containerd: [2020-03-16T08:48:09.748Z] Version: 1.2.10 [2020-03-16T08:48:09.748Z] GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:48:09.748Z] runc: [2020-03-16T08:48:09.748Z] Version: 1.0.0-rc8+dev [2020-03-16T08:48:09.748Z] GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:48:09.748Z] docker-init: [2020-03-16T08:48:09.748Z] Version: 0.18.0 [2020-03-16T08:48:09.748Z] GitCommit: fec3683 [Pipeline] sh [2020-03-16T08:48:09.856Z] + docker info [2020-03-16T08:48:10.039Z] + docker info [2020-03-16T08:48:10.447Z] #33 ... [2020-03-16T08:48:10.447Z] [2020-03-16T08:48:10.447Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:10.447Z] #56 5.475 + RM_GOPATH=0 [2020-03-16T08:48:10.447Z] #56 5.475 + TMP_GOPATH= [2020-03-16T08:48:10.447Z] #56 5.475 + : /build [2020-03-16T08:48:10.447Z] #56 5.475 + '[' -z '' ']' [2020-03-16T08:48:10.447Z] #56 5.481 ++ mktemp -d [2020-03-16T08:48:10.447Z] #56 5.483 + export GOPATH=/tmp/tmp.dIeZppvl4e [2020-03-16T08:48:10.447Z] #56 5.483 + GOPATH=/tmp/tmp.dIeZppvl4e [2020-03-16T08:48:10.447Z] #56 5.483 + RM_GOPATH=1 [2020-03-16T08:48:10.447Z] #56 5.483 ++ dirname ./install.sh [2020-03-16T08:48:10.447Z] #56 5.483 + dir=. [2020-03-16T08:48:10.447Z] #56 5.483 + bin=shfmt [2020-03-16T08:48:10.447Z] #56 5.483 + shift [2020-03-16T08:48:10.447Z] #56 5.484 + '[' '!' -f ./shfmt.installer ']' [2020-03-16T08:48:10.447Z] #56 5.484 + . ./shfmt.installer [2020-03-16T08:48:10.447Z] #56 5.484 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-03-16T08:48:10.447Z] #56 5.484 + install_shfmt [2020-03-16T08:48:10.447Z] #56 5.485 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-03-16T08:48:10.447Z] #56 5.485 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-03-16T08:48:10.447Z] #56 5.485 + git clone https://github.com/mvdan/sh.git /tmp/tmp.dIeZppvl4e/src/github.com/mvdan/sh [2020-03-16T08:48:10.447Z] #56 5.489 Cloning into '/tmp/tmp.dIeZppvl4e/src/github.com/mvdan/sh'... [2020-03-16T08:48:10.447Z] #56 ... [2020-03-16T08:48:10.447Z] [2020-03-16T08:48:10.447Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:10.447Z] #47 5.243 + RM_GOPATH=0 [2020-03-16T08:48:10.447Z] #47 5.244 + TMP_GOPATH= [2020-03-16T08:48:10.447Z] #47 5.245 + : /build [2020-03-16T08:48:10.447Z] #47 5.245 + '[' -z '' ']' [2020-03-16T08:48:10.447Z] #47 5.247 ++ mktemp -d [2020-03-16T08:48:10.447Z] #47 5.252 + export GOPATH=/tmp/tmp.nFCwHL92Tl [2020-03-16T08:48:10.447Z] #47 5.252 + GOPATH=/tmp/tmp.nFCwHL92Tl [2020-03-16T08:48:10.447Z] #47 5.252 + RM_GOPATH=1 [2020-03-16T08:48:10.447Z] #47 5.254 ++ dirname ./install.sh [2020-03-16T08:48:10.447Z] #47 5.260 + dir=. [2020-03-16T08:48:10.447Z] #47 5.260 + bin=vndr [2020-03-16T08:48:10.447Z] #47 5.260 + shift [2020-03-16T08:48:10.447Z] #47 5.260 + '[' '!' -f ./vndr.installer ']' [2020-03-16T08:48:10.447Z] #47 5.261 + . ./vndr.installer [2020-03-16T08:48:10.447Z] #47 5.261 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-03-16T08:48:10.447Z] #47 5.261 + install_vndr [2020-03-16T08:48:10.447Z] #47 5.261 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-03-16T08:48:10.447Z] #47 5.262 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-03-16T08:48:10.447Z] #47 5.262 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nFCwHL92Tl/src/github.com/LK4D4/vndr [2020-03-16T08:48:10.447Z] #47 5.264 Cloning into '/tmp/tmp.nFCwHL92Tl/src/github.com/LK4D4/vndr'... [2020-03-16T08:48:10.447Z] #47 6.102 + cd /tmp/tmp.nFCwHL92Tl/src/github.com/LK4D4/vndr [2020-03-16T08:48:10.447Z] #47 6.102 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-03-16T08:48:10.447Z] #47 6.108 + go build -buildmode=pie -v -o /build/vndr . [2020-03-16T08:48:10.447Z] #47 7.788 runtime [2020-03-16T08:48:10.705Z] #47 ... [2020-03-16T08:48:10.705Z] [2020-03-16T08:48:10.705Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:10.705Z] #74 4.675 + RM_GOPATH=0 [2020-03-16T08:48:10.705Z] #74 4.675 + TMP_GOPATH= [2020-03-16T08:48:10.705Z] #74 4.675 + : /build [2020-03-16T08:48:10.705Z] #74 4.675 + '[' -z '' ']' [2020-03-16T08:48:10.705Z] #74 4.675 ++ mktemp -d [2020-03-16T08:48:10.705Z] #74 4.675 + export GOPATH=/tmp/tmp.MqFtuI1NzU [2020-03-16T08:48:10.705Z] #74 4.675 + GOPATH=/tmp/tmp.MqFtuI1NzU [2020-03-16T08:48:10.705Z] #74 4.675 + RM_GOPATH=1 [2020-03-16T08:48:10.705Z] #74 4.684 ++ dirname ./install.sh [2020-03-16T08:48:10.705Z] #74 4.693 + dir=. [2020-03-16T08:48:10.705Z] #74 4.693 + bin=proxy [2020-03-16T08:48:10.705Z] #74 4.693 + shift [2020-03-16T08:48:10.705Z] #74 4.693 + '[' '!' -f ./proxy.installer ']' [2020-03-16T08:48:10.705Z] #74 4.693 + . ./proxy.installer [2020-03-16T08:48:10.705Z] #74 4.695 ++ : bf2bd42abc0a3734f12b5ec724e571434e42c669 [2020-03-16T08:48:10.705Z] #74 4.697 + install_proxy [2020-03-16T08:48:10.705Z] #74 4.697 + case "$1" in [2020-03-16T08:48:10.705Z] #74 4.697 + export CGO_ENABLED=0 [2020-03-16T08:48:10.705Z] #74 4.697 + CGO_ENABLED=0 [2020-03-16T08:48:10.705Z] #74 4.697 + _install_proxy [2020-03-16T08:48:10.705Z] #74 4.698 + echo 'Install docker-proxy version bf2bd42abc0a3734f12b5ec724e571434e42c669' [2020-03-16T08:48:10.705Z] #74 4.698 Install docker-proxy version bf2bd42abc0a3734f12b5ec724e571434e42c669 [2020-03-16T08:48:10.705Z] #74 4.698 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MqFtuI1NzU/src/github.com/docker/libnetwork [2020-03-16T08:48:10.705Z] #74 4.701 Cloning into '/tmp/tmp.MqFtuI1NzU/src/github.com/docker/libnetwork'... [2020-03-16T08:48:10.705Z] #74 ... [2020-03-16T08:48:10.705Z] [2020-03-16T08:48:10.705Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:10.705Z] #53 5.536 + RM_GOPATH=0 [2020-03-16T08:48:10.705Z] #53 5.536 + TMP_GOPATH= [2020-03-16T08:48:10.705Z] #53 5.536 + : /build [2020-03-16T08:48:10.705Z] #53 5.536 + '[' -z '' ']' [2020-03-16T08:48:10.705Z] #53 5.539 ++ mktemp -d [2020-03-16T08:48:10.705Z] #53 5.540 + export GOPATH=/tmp/tmp.0sPjQ5y89E [2020-03-16T08:48:10.705Z] #53 5.540 + GOPATH=/tmp/tmp.0sPjQ5y89E [2020-03-16T08:48:10.705Z] #53 5.540 + RM_GOPATH=1 [2020-03-16T08:48:10.705Z] #53 5.540 ++ dirname ./install.sh [2020-03-16T08:48:10.705Z] #53 5.547 + dir=. [2020-03-16T08:48:10.705Z] #53 5.547 + bin=golangci_lint [2020-03-16T08:48:10.705Z] #53 5.547 + shift [2020-03-16T08:48:10.705Z] #53 5.547 + '[' '!' -f ./golangci_lint.installer ']' [2020-03-16T08:48:10.705Z] #53 5.547 + . ./golangci_lint.installer [2020-03-16T08:48:10.705Z] #53 5.547 ++ : v1.23.8 [2020-03-16T08:48:10.705Z] #53 5.547 + install_golangci_lint [2020-03-16T08:48:10.705Z] #53 5.547 + echo 'Installing golangci-lint version v1.23.8' [2020-03-16T08:48:10.705Z] #53 5.547 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-03-16T08:48:10.705Z] #53 5.547 Installing golangci-lint version v1.23.8 [2020-03-16T08:48:10.874Z] Client: [2020-03-16T08:48:10.874Z] Debug Mode: false [2020-03-16T08:48:10.874Z] Plugins: [2020-03-16T08:48:10.874Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-03-16T08:48:10.874Z] [2020-03-16T08:48:10.874Z] Server: [2020-03-16T08:48:10.874Z] Containers: 2 [2020-03-16T08:48:10.874Z] Running: 0 [2020-03-16T08:48:10.874Z] Paused: 0 [2020-03-16T08:48:10.874Z] Stopped: 2 [2020-03-16T08:48:10.874Z] Images: 11 [2020-03-16T08:48:10.874Z] Server Version: 19.03.5 [2020-03-16T08:48:10.874Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-03-16T08:48:10.874Z] Windows: [2020-03-16T08:48:10.874Z] LCOW: [2020-03-16T08:48:10.874Z] Logging Driver: json-file [2020-03-16T08:48:10.874Z] Plugins: [2020-03-16T08:48:10.874Z] Volume: local [2020-03-16T08:48:10.874Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-16T08:48:10.874Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-16T08:48:10.874Z] Swarm: inactive [2020-03-16T08:48:10.874Z] Default Isolation: process [2020-03-16T08:48:10.874Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-16T08:48:10.875Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-16T08:48:10.875Z] OSType: windows [2020-03-16T08:48:10.875Z] Architecture: x86_64 [2020-03-16T08:48:10.875Z] CPUs: 4 [2020-03-16T08:48:10.875Z] Total Memory: 32GiB [2020-03-16T08:48:10.875Z] Name: azwin-2-881510 [2020-03-16T08:48:10.875Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-03-16T08:48:10.875Z] Docker Root Dir: D:\docker [2020-03-16T08:48:10.875Z] Debug Mode: false [2020-03-16T08:48:10.875Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:48:10.875Z] Labels: [2020-03-16T08:48:10.875Z] Experimental: true [2020-03-16T08:48:10.875Z] Insecure Registries: [2020-03-16T08:48:10.875Z] 10.0.0.4:5000 [2020-03-16T08:48:10.875Z] 127.0.0.0/8 [2020-03-16T08:48:10.875Z] Registry Mirrors: [2020-03-16T08:48:10.875Z] http://10.0.0.4:5000/ [2020-03-16T08:48:10.875Z] Live Restore Enabled: false [2020-03-16T08:48:10.875Z] [2020-03-16T08:48:10.963Z] #53 ... [2020-03-16T08:48:10.963Z] [2020-03-16T08:48:10.963Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:10.963Z] #50 5.553 + RM_GOPATH=0 [2020-03-16T08:48:10.963Z] #50 5.553 + TMP_GOPATH= [2020-03-16T08:48:10.963Z] #50 5.553 + : /build [2020-03-16T08:48:10.963Z] #50 5.553 + '[' -z '' ']' [2020-03-16T08:48:10.963Z] #50 5.554 ++ mktemp -d [2020-03-16T08:48:10.963Z] #50 5.557 + export GOPATH=/tmp/tmp.rKwbGYiDhe [2020-03-16T08:48:10.963Z] #50 5.557 + GOPATH=/tmp/tmp.rKwbGYiDhe [2020-03-16T08:48:10.963Z] #50 5.558 + RM_GOPATH=1 [2020-03-16T08:48:10.963Z] #50 5.559 ++ dirname ./install.sh [2020-03-16T08:48:10.963Z] #50 5.561 + dir=. [2020-03-16T08:48:10.963Z] #50 5.561 + bin=gotestsum [2020-03-16T08:48:10.963Z] #50 5.561 + shift [2020-03-16T08:48:10.963Z] #50 5.561 + '[' '!' -f ./gotestsum.installer ']' [2020-03-16T08:48:10.963Z] #50 5.562 + . ./gotestsum.installer [2020-03-16T08:48:10.963Z] #50 5.562 ++ : v0.3.5 [2020-03-16T08:48:10.963Z] #50 5.562 + install_gotestsum [2020-03-16T08:48:10.963Z] #50 5.562 + echo 'Installing gotestsum version v0.3.5' [2020-03-16T08:48:10.963Z] #50 5.563 Installing gotestsum version v0.3.5 [2020-03-16T08:48:10.963Z] #50 5.563 + go get -d gotest.tools/gotestsum [2020-03-16T08:48:10.973Z] Client: [2020-03-16T08:48:10.973Z] Debug Mode: false [2020-03-16T08:48:10.973Z] [2020-03-16T08:48:10.973Z] Server: [2020-03-16T08:48:10.973Z] Containers: 0 [2020-03-16T08:48:10.973Z] Running: 0 [2020-03-16T08:48:10.973Z] Paused: 0 [2020-03-16T08:48:10.973Z] Stopped: 0 [2020-03-16T08:48:10.973Z] Images: 2 [2020-03-16T08:48:10.973Z] Server Version: 19.03.5 [2020-03-16T08:48:10.973Z] Storage Driver: overlay2 [2020-03-16T08:48:10.973Z] Backing Filesystem: extfs [2020-03-16T08:48:10.973Z] Supports d_type: true [2020-03-16T08:48:10.973Z] Native Overlay Diff: true [2020-03-16T08:48:10.973Z] Logging Driver: json-file [2020-03-16T08:48:10.973Z] Cgroup Driver: cgroupfs [2020-03-16T08:48:10.973Z] Plugins: [2020-03-16T08:48:10.973Z] Volume: local [2020-03-16T08:48:10.973Z] Network: bridge host ipvlan macvlan null overlay [2020-03-16T08:48:10.973Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-03-16T08:48:10.973Z] Swarm: inactive [2020-03-16T08:48:10.973Z] Runtimes: runc [2020-03-16T08:48:10.973Z] Default Runtime: runc [2020-03-16T08:48:10.973Z] Init Binary: docker-init [2020-03-16T08:48:10.973Z] containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339 [2020-03-16T08:48:10.973Z] runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2020-03-16T08:48:10.973Z] init version: fec3683 [2020-03-16T08:48:10.973Z] Security Options: [2020-03-16T08:48:10.973Z] apparmor [2020-03-16T08:48:10.973Z] seccomp [2020-03-16T08:48:10.973Z] Profile: default [2020-03-16T08:48:10.973Z] Kernel Version: 4.15.0-1057-aws [2020-03-16T08:48:10.973Z] Operating System: Ubuntu 16.04.6 LTS [2020-03-16T08:48:10.973Z] OSType: linux [2020-03-16T08:48:10.973Z] Architecture: aarch64 [2020-03-16T08:48:10.973Z] CPUs: 4 [2020-03-16T08:48:10.973Z] Total Memory: 7.525GiB [2020-03-16T08:48:10.973Z] Name: ip-10-100-125-117 [2020-03-16T08:48:10.973Z] ID: 54S4:KWFU:NIEI:7K7P:YSQE:BV4T:HY72:3FJA:KSC5:7GU7:YG74:V3A7 [2020-03-16T08:48:10.973Z] Docker Root Dir: /var/lib/docker [2020-03-16T08:48:10.973Z] Debug Mode: false [2020-03-16T08:48:10.973Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:48:10.973Z] Labels: [2020-03-16T08:48:10.973Z] Experimental: true [2020-03-16T08:48:10.973Z] Insecure Registries: [2020-03-16T08:48:10.973Z] 127.0.0.0/8 [2020-03-16T08:48:10.973Z] Live Restore Enabled: true [2020-03-16T08:48:10.973Z] [2020-03-16T08:48:10.973Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-03-16T08:48:11.221Z] #50 ... [2020-03-16T08:48:11.221Z] [2020-03-16T08:48:11.221Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:11.221Z] #25 8.287 Reading package lists... [2020-03-16T08:48:11.266Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:48:11.266Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:48:11.266Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40689/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-03-16T08:48:11.266Z] + bash /home/ubuntu/workspace/moby_PR-40689/check-config.sh [2020-03-16T08:48:11.266Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-03-16T08:48:11.266Z] info: reading kernel config from /boot/config-4.15.0-1057-aws ... [2020-03-16T08:48:11.266Z] [2020-03-16T08:48:11.266Z] Generally Necessary: [2020-03-16T08:48:11.266Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-03-16T08:48:11.266Z] - apparmor: enabled and tools installed [2020-03-16T08:48:11.266Z] - CONFIG_NAMESPACES: enabled [2020-03-16T08:48:11.266Z] - CONFIG_NET_NS: enabled [2020-03-16T08:48:11.266Z] - CONFIG_PID_NS: enabled [2020-03-16T08:48:11.266Z] - CONFIG_IPC_NS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_UTS_NS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUPS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUP_DEVICE: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUP_FREEZER: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUP_SCHED: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CPUSETS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_MEMCG: enabled [2020-03-16T08:48:11.525Z] - CONFIG_KEYS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_VETH: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_BRIDGE: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NF_NAT: enabled (as module) [2020-03-16T08:48:11.525Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-03-16T08:48:11.525Z] - CONFIG_POSIX_MQUEUE: enabled [2020-03-16T08:48:11.525Z] [2020-03-16T08:48:11.525Z] Optional Features: [2020-03-16T08:48:11.525Z] - CONFIG_USER_NS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_SECCOMP: enabled [2020-03-16T08:48:11.525Z] - CONFIG_CGROUP_PIDS: enabled [2020-03-16T08:48:11.525Z] - CONFIG_MEMCG_SWAP: enabled [2020-03-16T08:48:11.525Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-03-16T08:48:11.525Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-03-16T08:48:11.783Z] - CONFIG_BLK_CGROUP: enabled [2020-03-16T08:48:11.783Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-03-16T08:48:11.783Z] - CONFIG_IOSCHED_CFQ: enabled [2020-03-16T08:48:11.783Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-03-16T08:48:11.783Z] - CONFIG_CGROUP_PERF: enabled [2020-03-16T08:48:11.783Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-03-16T08:48:11.783Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-03-16T08:48:11.783Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-03-16T08:48:11.783Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-03-16T08:48:11.783Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-03-16T08:48:11.783Z] - CONFIG_RT_GROUP_SCHED: missing [2020-03-16T08:48:11.783Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-03-16T08:48:11.783Z] - CONFIG_IP_VS: enabled (as module) [2020-03-16T08:48:11.783Z] - CONFIG_IP_VS_NFCT: enabled [2020-03-16T08:48:11.783Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-03-16T08:48:11.783Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-03-16T08:48:11.783Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-03-16T08:48:11.783Z] - CONFIG_EXT4_FS: enabled [2020-03-16T08:48:11.783Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-03-16T08:48:11.783Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-03-16T08:48:11.783Z] - Network Drivers: [2020-03-16T08:48:11.783Z] - "overlay": [2020-03-16T08:48:11.783Z] - CONFIG_VXLAN: enabled (as module) [2020-03-16T08:48:11.783Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-03-16T08:48:11.783Z] Optional (for encrypted networks): [2020-03-16T08:48:12.041Z] - CONFIG_CRYPTO: enabled [2020-03-16T08:48:12.041Z] - CONFIG_CRYPTO_AEAD: enabled [2020-03-16T08:48:12.041Z] - CONFIG_CRYPTO_GCM: enabled [2020-03-16T08:48:12.042Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-03-16T08:48:12.042Z] - CONFIG_CRYPTO_GHASH: enabled [2020-03-16T08:48:12.042Z] - CONFIG_XFRM: enabled [2020-03-16T08:48:12.042Z] - CONFIG_XFRM_USER: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_INET_ESP: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-03-16T08:48:12.042Z] - "ipvlan": [2020-03-16T08:48:12.042Z] - CONFIG_IPVLAN: enabled (as module) [2020-03-16T08:48:12.042Z] - "macvlan": [2020-03-16T08:48:12.042Z] - CONFIG_MACVLAN: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_DUMMY: enabled (as module) [2020-03-16T08:48:12.042Z] - "ftp,tftp client in container": [2020-03-16T08:48:12.042Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-03-16T08:48:12.042Z] - Storage Drivers: [2020-03-16T08:48:12.042Z] - "aufs": [2020-03-16T08:48:12.042Z] - CONFIG_AUFS_FS: enabled (as module) [2020-03-16T08:48:12.042Z] - "btrfs": [2020-03-16T08:48:12.042Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-03-16T08:48:12.042Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-03-16T08:48:12.042Z] - "devicemapper": [2020-03-16T08:48:12.042Z] - CONFIG_BLK_DEV_DM: enabled [2020-03-16T08:48:12.042Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-03-16T08:48:12.042Z] - "overlay": [2020-03-16T08:48:12.042Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-03-16T08:48:12.042Z] - "zfs": [2020-03-16T08:48:12.042Z] - /dev/zfs: missing [2020-03-16T08:48:12.042Z] - zfs command: missing [2020-03-16T08:48:12.042Z] - zpool command: missing [2020-03-16T08:48:12.042Z] [2020-03-16T08:48:12.042Z] Limits: [2020-03-16T08:48:12.042Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-03-16T08:48:12.042Z] [2020-03-16T08:48:12.042Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-03-16T08:48:12.156Z] #25 15.30 Reading package lists... [2020-03-16T08:48:12.156Z] #25 ... [2020-03-16T08:48:12.156Z] [2020-03-16T08:48:12.156Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:12.156Z] #10 6.179 Fetched 49.3 kB in 3s (14.5 kB/s) [2020-03-16T08:48:12.156Z] #10 6.179 Reading package lists... [2020-03-16T08:48:12.383Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5e1b246b9a292255f3b732757adabb020309b383 . [2020-03-16T08:48:12.383Z] #2 [internal] load build definition from Dockerfile [2020-03-16T08:48:12.383Z] #2 transferring dockerfile: 17.06kB 0.0s done [2020-03-16T08:48:12.383Z] #2 DONE 0.0s [2020-03-16T08:48:12.383Z] [2020-03-16T08:48:12.383Z] #1 [internal] load .dockerignore [2020-03-16T08:48:12.383Z] #1 transferring context: 87B done [2020-03-16T08:48:12.383Z] #1 DONE 0.0s [2020-03-16T08:48:12.383Z] [2020-03-16T08:48:12.383Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.3-experimental [2020-03-16T08:48:12.414Z] #10 13.60 Reading package lists... [2020-03-16T08:48:12.414Z] #10 ... [2020-03-16T08:48:12.414Z] [2020-03-16T08:48:12.414Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:12.414Z] #35 8.825 Reading package lists... [2020-03-16T08:48:12.482Z] #20 transferring context: 49.97MB 3.4s done [2020-03-16T08:48:12.482Z] #20 DONE 3.4s [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:12.482Z] #65 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #42 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:12.482Z] #36 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:48:12.482Z] #9 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:12.482Z] #33 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #61 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:12.482Z] #47 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:48:12.482Z] #30 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:12.482Z] #25 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #34 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:12.482Z] #35 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #31 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:48:12.482Z] #11 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:48:12.482Z] #14 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:12.482Z] #38 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:48:12.482Z] #28 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:48:12.482Z] #49 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:12.482Z] #74 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:48:12.482Z] #18 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:48:12.482Z] #8 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:48:12.482Z] #22 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:48:12.482Z] #16 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:48:12.482Z] #44 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:12.482Z] #56 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:12.482Z] #10 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:48:12.482Z] #52 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:12.482Z] #53 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #66 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:48:12.482Z] #54 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:48:12.482Z] #13 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:48:12.482Z] #12 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:12.482Z] #63 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.482Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:12.482Z] #58 CACHED [2020-03-16T08:48:12.482Z] [2020-03-16T08:48:12.483Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #70 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:12.483Z] #60 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:12.483Z] #21 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:12.483Z] #23 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #57 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:48:12.483Z] #55 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:12.483Z] #62 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:12.483Z] #68 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:48:12.483Z] #26 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:48:12.483Z] #59 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:48:12.483Z] #72 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:12.483Z] #50 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:48:12.483Z] #73 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:48:12.483Z] #46 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:48:12.483Z] #17 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:48:12.483Z] #45 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #51 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:12.483Z] #43 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:48:12.483Z] #32 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:12.483Z] #27 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:48:12.483Z] #19 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #39 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #48 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:48:12.483Z] #69 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:48:12.483Z] #67 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:48:12.483Z] #15 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:48:12.483Z] #40 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:48:12.483Z] #75 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:48:12.483Z] #41 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:48:12.483Z] #64 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:48:12.483Z] #37 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:48:12.483Z] #24 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:48:12.483Z] #29 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:48:12.483Z] #76 CACHED [2020-03-16T08:48:12.483Z] [2020-03-16T08:48:12.483Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:48:12.641Z] #3 DONE 0.1s [2020-03-16T08:48:12.641Z] [2020-03-16T08:48:12.641Z] #4 docker-image://docker.io/docker/dockerfile:1.1.3-experimental@sha256:888... [2020-03-16T08:48:12.641Z] #4 CACHED [2020-03-16T08:48:13.209Z] [2020-03-16T08:48:13.209Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-03-16T08:48:13.209Z] #6 DONE 0.1s [2020-03-16T08:48:13.209Z] [2020-03-16T08:48:13.209Z] #5 [internal] load metadata for docker.io/library/golang:1.13.8-buster [2020-03-16T08:48:13.209Z] #5 DONE 0.1s [2020-03-16T08:48:13.209Z] [2020-03-16T08:48:13.209Z] #71 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-03-16T08:48:13.209Z] #71 DONE 0.0s [2020-03-16T08:48:13.209Z] [2020-03-16T08:48:13.209Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.8-buster@sha256:1da34145a7... [2020-03-16T08:48:13.209Z] #7 DONE 0.0s [2020-03-16T08:48:13.209Z] [2020-03-16T08:48:13.209Z] #20 [internal] load build context [2020-03-16T08:48:13.497Z] #77 DONE 1.1s [2020-03-16T08:48:13.497Z] [2020-03-16T08:48:13.497Z] #78 exporting to oci image format [2020-03-16T08:48:13.497Z] #78 exporting layers [2020-03-16T08:48:14.604Z] #20 transferring context: 49.97MB 1.5s done [2020-03-16T08:48:14.604Z] #20 DONE 1.5s [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:48:14.863Z] #12 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:14.863Z] #33 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:48:14.863Z] #41 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:48:14.863Z] #45 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:14.863Z] #62 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:48:14.863Z] #18 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:14.863Z] #10 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:14.863Z] #43 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:14.863Z] #56 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:48:14.863Z] #16 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #31 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #34 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:48:14.863Z] #26 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:48:14.863Z] #15 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-03-16T08:48:14.863Z] #29 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #42 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #73 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2020-03-16T08:48:14.863Z] #73 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:14.863Z] #58 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:48:14.863Z] #30 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-03-16T08:48:14.863Z] #9 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #66 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #54 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #21 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:14.863Z] #21 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:48:14.863Z] #24 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:48:14.863Z] #37 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:14.863Z] #25 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #48 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:48:14.863Z] #17 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #51 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #49 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2020-03-16T08:48:14.863Z] #49 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #70 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-03-16T08:48:14.863Z] #40 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:48:14.863Z] #19 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:14.863Z] #35 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #57 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #32 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2020-03-16T08:48:14.863Z] #32 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:14.863Z] #65 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:48:14.863Z] #59 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:14.863Z] #60 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:14.863Z] #63 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:48:14.863Z] #28 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:14.863Z] #50 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #55 [shfmt 2/3] COPY hack/dockerfile/install/shfmt.installer ./ [2020-03-16T08:48:14.863Z] #55 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:14.863Z] #74 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #52 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2020-03-16T08:48:14.863Z] #52 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:48:14.863Z] #14 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:48:14.863Z] #13 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #46 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2020-03-16T08:48:14.863Z] #46 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:14.863Z] #36 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:48:14.863Z] #69 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:48:14.863Z] #44 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #67 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2020-03-16T08:48:14.863Z] #67 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #22 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T08:48:14.863Z] #22 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-03-16T08:48:14.863Z] #8 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #39 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #23 [dockercli 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:14.863Z] #23 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:14.863Z] #68 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:14.863Z] #27 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:14.863Z] #47 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:48:14.863Z] #72 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #61 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:48:14.863Z] #64 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:14.863Z] #53 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:14.863Z] #38 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:48:14.863Z] #11 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:48:14.863Z] #75 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:48:14.863Z] #76 CACHED [2020-03-16T08:48:14.863Z] [2020-03-16T08:48:14.863Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:48:16.766Z] #77 DONE 1.9s [2020-03-16T08:48:16.766Z] [2020-03-16T08:48:16.766Z] #78 exporting to image [2020-03-16T08:48:16.766Z] #78 exporting layers [2020-03-16T08:48:17.673Z] #35 16.15 Reading package lists... [2020-03-16T08:48:17.673Z] #35 ... [2020-03-16T08:48:17.673Z] [2020-03-16T08:48:17.673Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:48:17.673Z] #41 20.01 Checking out files: 99% (1592/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-03-16T08:48:17.673Z] #41 20.03 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-03-16T08:48:18.143Z] #78 exporting layers 1.5s done [2020-03-16T08:48:18.144Z] #78 writing image sha256:55c4dac754a95cb524325d057185ac83d65619d8c2e4a056af0740c89e7d0fd4 [2020-03-16T08:48:18.144Z] #78 writing image sha256:55c4dac754a95cb524325d057185ac83d65619d8c2e4a056af0740c89e7d0fd4 done [2020-03-16T08:48:18.144Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 done [2020-03-16T08:48:18.144Z] #78 DONE 1.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-16T08:48:18.485Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/test/unit [2020-03-16T08:48:18.606Z] #41 22.50 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-03-16T08:48:19.538Z] #41 ... [2020-03-16T08:48:19.538Z] [2020-03-16T08:48:19.538Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:19.538Z] #43 6.237 Reading package lists... [2020-03-16T08:48:19.538Z] #43 13.81 Reading package lists... [2020-03-16T08:48:19.538Z] #43 20.91 Building dependency tree... [2020-03-16T08:48:19.538Z] #43 ... [2020-03-16T08:48:19.538Z] [2020-03-16T08:48:19.538Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:19.538Z] #56 15.12 + cd /tmp/tmp.dIeZppvl4e/src/github.com/mvdan/sh [2020-03-16T08:48:19.538Z] #56 15.12 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-03-16T08:48:19.538Z] #56 15.25 + GO111MODULE=on [2020-03-16T08:48:19.538Z] #56 15.25 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-03-16T08:48:19.538Z] #56 16.10 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-03-16T08:48:19.538Z] #56 16.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-03-16T08:48:19.538Z] #56 16.15 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-03-16T08:48:19.538Z] #56 16.49 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-03-16T08:48:19.538Z] #56 16.49 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-03-16T08:48:19.538Z] #56 17.56 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-03-16T08:48:19.538Z] #56 18.24 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-03-16T08:48:19.795Z] #56 ... [2020-03-16T08:48:19.795Z] [2020-03-16T08:48:19.795Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:19.795Z] #62 6.866 Reading package lists... [2020-03-16T08:48:19.795Z] #62 14.06 Reading package lists... [2020-03-16T08:48:19.795Z] #62 20.96 Building dependency tree... [2020-03-16T08:48:19.795Z] #62 ... [2020-03-16T08:48:19.795Z] [2020-03-16T08:48:19.795Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:19.795Z] #68 9.493 + cd /tmp/tmp.pKuHQxLcz1/src/github.com/rootless-containers/rootlesskit [2020-03-16T08:48:19.795Z] #68 9.497 + git checkout -q eefbc3f7fb73d9a993605c9ff9a36bfcad6c1270 [2020-03-16T08:48:19.795Z] #68 9.942 + for f in rootlesskit rootlesskit-docker-proxy [2020-03-16T08:48:19.795Z] #68 9.945 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-03-16T08:48:20.053Z] #68 ... [2020-03-16T08:48:20.053Z] [2020-03-16T08:48:20.053Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:20.053Z] #35 16.15 Reading package lists... [2020-03-16T08:48:20.618Z] #35 23.22 Building dependency tree... [2020-03-16T08:48:21.775Z] ? github.com/docker/docker/api [no test files] [2020-03-16T08:48:21.916Z] #78 exporting layers 7.8s done [2020-03-16T08:48:21.916Z] #78 exporting manifest sha256:a5ca9d7b418fdd46c13e1c277ec28c46f65d559976d3fcc8986cfb3c1de81eaa done [2020-03-16T08:48:21.916Z] #78 exporting config sha256:27cbcf914fd2968a081aff43e890ea167a5299d898162d4d902edf609d620fd6 done [2020-03-16T08:48:21.916Z] #78 sending tarball [2020-03-16T08:48:23.144Z] #35 26.99 The following additional packages will be installed: [2020-03-16T08:48:23.144Z] #35 27.02 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-03-16T08:48:23.144Z] #35 27.03 Suggested packages: [2020-03-16T08:48:23.144Z] #35 27.03 cmake-doc ninja-build lrzip [2020-03-16T08:48:23.144Z] #35 27.03 Recommended packages: [2020-03-16T08:48:23.144Z] #35 27.03 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-03-16T08:48:24.077Z] #35 ... [2020-03-16T08:48:24.077Z] [2020-03-16T08:48:24.077Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:24.077Z] #74 20.69 Checking out files: 64% (1334/2066) Checking out files: 65% (1343/2066) Checking out files: 66% (1364/2066) Checking out files: 67% (1385/2066) Checking out files: 68% (1405/2066) Checking out files: 69% (1426/2066) Checking out files: 70% (1447/2066) Checking out files: 71% (1467/2066) Checking out files: 72% (1488/2066) Checking out files: 73% (1509/2066) Checking out files: 74% (1529/2066) Checking out files: 75% (1550/2066) Checking out files: 76% (1571/2066) Checking out files: 77% (1591/2066) Checking out files: 78% (1612/2066) Checking out files: 79% (1633/2066) Checking out files: 80% (1653/2066) Checking out files: 81% (1674/2066) Checking out files: 82% (1695/2066) Checking out files: 83% (1715/2066) Checking out files: 84% (1736/2066) Checking out files: 85% (1757/2066) Checking out files: 86% (1777/2066) Checking out files: 87% (1798/2066) Checking out files: 88% (1819/2066) Checking out files: 89% (1839/2066) Checking out files: 90% (1860/2066) Checking out files: 91% (1881/2066) Checking out files: 92% (1901/2066) Checking out files: 93% (1922/2066) Checking out files: 94% (1943/2066) Checking out files: 95% (1963/2066) Checking out files: 96% (1984/2066) Checking out files: 97% (2005/2066) Checking out files: 98% (2025/2066) Checking out files: 99% (2046/2066) Checking out files: 100% (2066/2066) Checking out files: 100% (2066/2066), done. [2020-03-16T08:48:24.077Z] #74 21.34 + cd /tmp/tmp.MqFtuI1NzU/src/github.com/docker/libnetwork [2020-03-16T08:48:24.077Z] #74 21.34 + git checkout -q bf2bd42abc0a3734f12b5ec724e571434e42c669 [2020-03-16T08:48:24.077Z] #74 21.90 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-03-16T08:48:24.643Z] #74 ... [2020-03-16T08:48:24.643Z] [2020-03-16T08:48:24.643Z] #62 [containerd 1/4] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-03-16T08:48:24.643Z] #62 24.77 The following additional packages will be installed: [2020-03-16T08:48:24.643Z] #62 24.79 libbtrfs0 [2020-03-16T08:48:24.643Z] #62 25.03 The following NEW packages will be installed: [2020-03-16T08:48:24.643Z] #62 25.05 libbtrfs-dev libbtrfs0 [2020-03-16T08:48:24.643Z] #62 25.47 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:48:24.643Z] #62 25.47 Need to get 119 kB of archives. [2020-03-16T08:48:24.643Z] #62 25.47 After this operation, 387 kB of additional disk space will be used. [2020-03-16T08:48:24.643Z] #62 25.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-03-16T08:48:24.643Z] #62 25.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-03-16T08:48:24.643Z] #62 26.65 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:48:24.643Z] #62 26.90 Fetched 119 kB in 0s (458 kB/s) [2020-03-16T08:48:24.643Z] #62 27.05 Selecting previously unselected package libbtrfs0. [2020-03-16T08:48:24.643Z] #62 27.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-03-16T08:48:24.643Z] #62 27.23 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-03-16T08:48:24.643Z] #62 27.25 Unpacking libbtrfs0 (4.20.1-2) ... [2020-03-16T08:48:24.643Z] #62 27.42 Selecting previously unselected package libbtrfs-dev. [2020-03-16T08:48:24.643Z] #62 27.44 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-03-16T08:48:24.643Z] #62 27.45 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-03-16T08:48:24.643Z] #62 27.74 Setting up libbtrfs0 (4.20.1-2) ... [2020-03-16T08:48:24.643Z] #62 27.76 Setting up libbtrfs-dev (4.20.1-2) ... [2020-03-16T08:48:24.643Z] #62 27.78 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:48:24.643Z] #62 DONE 28.7s [2020-03-16T08:48:24.643Z] [2020-03-16T08:48:24.643Z] #63 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:24.643Z] #63 DONE 0.1s [2020-03-16T08:48:24.643Z] [2020-03-16T08:48:24.643Z] #64 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2020-03-16T08:48:24.901Z] #64 DONE 0.1s [2020-03-16T08:48:24.901Z] [2020-03-16T08:48:24.901Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:26.272Z] #65 ... [2020-03-16T08:48:26.272Z] [2020-03-16T08:48:26.272Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:26.272Z] #10 13.60 Reading package lists... [2020-03-16T08:48:26.272Z] #10 20.61 Building dependency tree... [2020-03-16T08:48:26.272Z] #10 24.47 The following additional packages will be installed: [2020-03-16T08:48:26.272Z] #10 24.47 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-03-16T08:48:26.272Z] #10 24.48 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-03-16T08:48:26.272Z] #10 24.49 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-03-16T08:48:26.272Z] #10 24.49 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-03-16T08:48:26.272Z] #10 24.50 Suggested packages: [2020-03-16T08:48:26.272Z] #10 24.51 gcc-8-locales seccomp wine64 [2020-03-16T08:48:26.272Z] #10 25.95 The following NEW packages will be installed: [2020-03-16T08:48:26.272Z] #10 25.96 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-03-16T08:48:26.272Z] #10 25.96 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-03-16T08:48:26.272Z] #10 25.96 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-03-16T08:48:26.272Z] #10 25.96 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-03-16T08:48:26.272Z] #10 25.97 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-03-16T08:48:26.272Z] #10 25.97 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-03-16T08:48:26.272Z] #10 26.42 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:48:26.272Z] #10 26.42 Need to get 77.7 MB of archives. [2020-03-16T08:48:26.272Z] #10 26.42 After this operation, 487 MB of additional disk space will be used. [2020-03-16T08:48:26.272Z] #10 26.42 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-03-16T08:48:26.272Z] #10 26.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2020-03-16T08:48:26.272Z] #10 26.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-03-16T08:48:26.272Z] #10 27.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-03-16T08:48:26.272Z] #10 27.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-03-16T08:48:26.272Z] #10 27.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-03-16T08:48:26.272Z] #10 27.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-03-16T08:48:26.272Z] #10 27.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-03-16T08:48:26.272Z] #10 27.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2020-03-16T08:48:26.272Z] #10 ... [2020-03-16T08:48:26.272Z] [2020-03-16T08:48:26.272Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:26.272Z] #43 24.76 The following additional packages will be installed: [2020-03-16T08:48:26.272Z] #43 24.76 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-03-16T08:48:26.272Z] #43 24.76 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-03-16T08:48:26.272Z] #43 24.76 Suggested packages: [2020-03-16T08:48:26.272Z] #43 24.76 manpages-dev python-setuptools [2020-03-16T08:48:26.272Z] #43 26.22 The following NEW packages will be installed: [2020-03-16T08:48:26.272Z] #43 26.22 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-03-16T08:48:26.272Z] #43 26.22 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-03-16T08:48:26.272Z] #43 26.22 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-03-16T08:48:26.272Z] #43 26.23 python-six zlib1g-dev [2020-03-16T08:48:26.272Z] #43 26.66 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:48:26.272Z] #43 26.66 Need to get 4095 kB of archives. [2020-03-16T08:48:26.272Z] #43 26.66 After this operation, 22.5 MB of additional disk space will be used. [2020-03-16T08:48:26.272Z] #43 26.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-03-16T08:48:26.272Z] #43 26.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-03-16T08:48:26.272Z] #43 26.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-03-16T08:48:26.272Z] #43 26.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-03-16T08:48:26.272Z] #43 26.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-03-16T08:48:26.272Z] #43 26.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-03-16T08:48:26.272Z] #43 26.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2020-03-16T08:48:26.272Z] #43 26.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-03-16T08:48:26.272Z] #43 26.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-03-16T08:48:26.272Z] #43 26.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-03-16T08:48:26.272Z] #43 26.83 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-03-16T08:48:26.272Z] #43 26.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-03-16T08:48:26.272Z] #43 26.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2020-03-16T08:48:26.272Z] #43 26.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-03-16T08:48:26.272Z] #43 26.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-03-16T08:48:26.272Z] #43 27.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-03-16T08:48:26.272Z] #43 27.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-03-16T08:48:26.272Z] #43 28.37 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:48:26.272Z] #43 28.60 Fetched 4095 kB in 1s (5873 kB/s) [2020-03-16T08:48:26.272Z] #43 28.76 Selecting previously unselected package libcap-dev:amd64. [2020-03-16T08:48:26.272Z] #43 28.76 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-03-16T08:48:26.272Z] #43 28.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-03-16T08:48:26.272Z] #43 28.92 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-03-16T08:48:26.272Z] #43 29.15 Selecting previously unselected package libnet1:amd64. [2020-03-16T08:48:26.272Z] #43 29.16 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-03-16T08:48:26.273Z] #43 29.17 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-03-16T08:48:26.273Z] #43 29.33 Selecting previously unselected package libnet1-dev. [2020-03-16T08:48:26.273Z] #43 29.34 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-03-16T08:48:26.273Z] #43 29.34 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-03-16T08:48:26.273Z] #43 29.86 Selecting previously unselected package libnl-3-200:amd64. [2020-03-16T08:48:26.273Z] #43 29.87 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-03-16T08:48:26.273Z] #43 29.87 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-03-16T08:48:26.273Z] #43 30.01 Selecting previously unselected package libnl-3-dev:amd64. [2020-03-16T08:48:26.273Z] #43 30.02 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-03-16T08:48:26.273Z] #43 30.04 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-03-16T08:48:26.273Z] #43 30.40 Selecting previously unselected package libprotobuf-c1:amd64. [2020-03-16T08:48:26.273Z] #43 30.40 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-03-16T08:48:26.273Z] #43 30.41 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-03-16T08:48:26.293Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-03-16T08:48:26.293Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-16426576\powershellScript.ps1'; exit $LASTEXITCODE; [2020-03-16T08:48:26.293Z] ---------------------------------------------------------------------------- [2020-03-16T08:48:26.293Z] [2020-03-16T08:48:26.293Z] INFO: executeCI.ps1 starting at Mon Mar 16 08:48:24 CUT 2020 [2020-03-16T08:48:26.293Z] [2020-03-16T08:48:26.293Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-03-16T08:48:26.293Z] INFO: Running git version 2.24.1.windows.2 [2020-03-16T08:48:26.293Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-03-16T08:48:26.293Z] INFO: Environment variables: [2020-03-16T08:48:26.293Z] [2020-03-16T08:48:26.293Z] Name Value [2020-03-16T08:48:26.293Z] ---- ----- [2020-03-16T08:48:26.293Z] ALLUSERSPROFILE C:\ProgramData [2020-03-16T08:48:26.293Z] amd64 true [2020-03-16T08:48:26.293Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-03-16T08:48:26.293Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-03-16T08:48:26.293Z] arm64 true [2020-03-16T08:48:26.293Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.5 [2020-03-16T08:48:26.293Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.5 [2020-03-16T08:48:26.293Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-03-16T08:48:26.293Z] BRANCH_NAME PR-40689 [2020-03-16T08:48:26.293Z] BUILD_DISPLAY_NAME #12 [2020-03-16T08:48:26.293Z] BUILD_ID 12 [2020-03-16T08:48:26.293Z] BUILD_NUMBER 12 [2020-03-16T08:48:26.293Z] BUILD_TAG jenkins-moby-PR-40689-12 [2020-03-16T08:48:26.293Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-40689/12/ [2020-03-16T08:48:26.293Z] CHANGE_AUTHOR AkihiroSuda [2020-03-16T08:48:26.293Z] CHANGE_AUTHOR_DISPLAY_NAME Akihiro Suda [2020-03-16T08:48:26.293Z] CHANGE_AUTHOR_EMAIL suda.kyoto@gmail.com [2020-03-16T08:48:26.293Z] CHANGE_BRANCH test-rootless2 [2020-03-16T08:48:26.293Z] CHANGE_FORK AkihiroSuda/docker [2020-03-16T08:48:26.293Z] CHANGE_ID 40689 [2020-03-16T08:48:26.293Z] CHANGE_TARGET master [2020-03-16T08:48:26.293Z] CHANGE_TITLE test-integration: support more rootless tests [2020-03-16T08:48:26.293Z] CHANGE_URL https://github.com/moby/moby/pull/40689 [2020-03-16T08:48:26.293Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-03-16T08:48:26.293Z] CommonProgramFiles C:\Program Files\Common Files [2020-03-16T08:48:26.293Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-03-16T08:48:26.293Z] CommonProgramW6432 C:\Program Files\Common Files [2020-03-16T08:48:26.293Z] COMPUTERNAME azwin-2-881510 [2020-03-16T08:48:26.293Z] ComSpec C:\windows\system32\cmd.exe [2020-03-16T08:48:26.293Z] ConfigSequenceNumber 0 [2020-03-16T08:48:26.293Z] dco true [2020-03-16T08:48:26.293Z] DOCKER_BUILDKIT 0 [2020-03-16T08:48:26.293Z] DOCKER_DUT_DEBUG 1 [2020-03-16T08:48:26.293Z] DOCKER_EXPERIMENTAL 1 [2020-03-16T08:48:26.293Z] DOCKER_GRAPHDRIVER overlay2 [2020-03-16T08:48:26.293Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-03-16T08:48:26.293Z] EXECUTOR_NUMBER 0 [2020-03-16T08:48:26.293Z] FQDN azwin-2-881510.westus.cloudapp.azure.com [2020-03-16T08:48:26.293Z] GIT_BRANCH PR-40689 [2020-03-16T08:48:26.293Z] GIT_COMMIT 5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:48:26.293Z] GIT_PREVIOUS_COMMIT eb379c7aa671658b7929c5ebe5f666381423cf08 [2020-03-16T08:48:26.294Z] GIT_URL https://github.com/moby/moby.git [2020-03-16T08:48:26.294Z] HUDSON_COOKIE 64b978a9-b90b-4471-ba98-1c4b77f58692 [2020-03-16T08:48:26.294Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-03-16T08:48:26.294Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-03-16T08:48:26.294Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-03-16T08:48:26.294Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.242-1.b08.ojdkbuild.windows.x86_64 [2020-03-16T08:48:26.294Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-03-16T08:48:26.294Z] JENKINS_NODE_COOKIE d5a6d109-22c2-4065-afa0-cab6d4781304 [2020-03-16T08:48:26.294Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-03-16T08:48:26.294Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-03-16T08:48:26.294Z] JOB_BASE_NAME PR-40689 [2020-03-16T08:48:26.294Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40689/display/redirect [2020-03-16T08:48:26.294Z] JOB_NAME moby/PR-40689 [2020-03-16T08:48:26.294Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-40689/ [2020-03-16T08:48:26.294Z] library.jps.version master [2020-03-16T08:48:26.294Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-03-16T08:48:26.294Z] NODE_LABELS amd64 azure azwin-2-881510 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-03-16T08:48:26.294Z] NODE_NAME azwin-2-881510 [2020-03-16T08:48:26.294Z] NUMBER_OF_PROCESSORS 4 [2020-03-16T08:48:26.294Z] OS Windows_NT [2020-03-16T08:48:26.294Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-03-16T08:48:26.294Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-03-16T08:48:26.294Z] ppc64le true [2020-03-16T08:48:26.294Z] PROCESSOR_ARCHITECTURE AMD64 [2020-03-16T08:48:26.294Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-03-16T08:48:26.294Z] PROCESSOR_LEVEL 6 [2020-03-16T08:48:26.294Z] PROCESSOR_REVISION 5504 [2020-03-16T08:48:26.294Z] ProgramData C:\ProgramData [2020-03-16T08:48:26.294Z] ProgramFiles C:\Program Files [2020-03-16T08:48:26.294Z] ProgramFiles(x86) C:\Program Files (x86) [2020-03-16T08:48:26.294Z] ProgramW6432 C:\Program Files [2020-03-16T08:48:26.294Z] PROMPT $P$G [2020-03-16T08:48:26.294Z] PSExecutionPolicyPreference Bypass [2020-03-16T08:48:26.294Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-03-16T08:48:26.294Z] PUBLIC C:\Users\Public [2020-03-16T08:48:26.294Z] rootless true [2020-03-16T08:48:26.294Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40689/12/display/redirect?page=changes [2020-03-16T08:48:26.294Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-40689/12/display/redirect [2020-03-16T08:48:26.294Z] s390x true [2020-03-16T08:48:26.294Z] SKIP_VALIDATION_TESTS 1 [2020-03-16T08:48:26.294Z] SOURCES_DRIVE d [2020-03-16T08:48:26.294Z] SOURCES_SUBDIR gopath [2020-03-16T08:48:26.294Z] STAGE_NAME Run tests [2020-03-16T08:48:26.294Z] SystemDrive C: [2020-03-16T08:48:26.294Z] SystemRoot C:\windows [2020-03-16T08:48:26.294Z] TEMP C:\windows\TEMP [2020-03-16T08:48:26.294Z] TESTDEBUG 0 [2020-03-16T08:48:26.294Z] TESTRUN_DRIVE d [2020-03-16T08:48:26.294Z] TESTRUN_SUBDIR CI [2020-03-16T08:48:26.294Z] TIMEOUT 120m [2020-03-16T08:48:26.294Z] TMP C:\windows\TEMP [2020-03-16T08:48:26.294Z] unit_validate true [2020-03-16T08:48:26.294Z] USERDOMAIN WORKGROUP [2020-03-16T08:48:26.294Z] USERNAME azwin-2-881510$ [2020-03-16T08:48:26.294Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-03-16T08:48:26.294Z] validate_force false [2020-03-16T08:48:26.294Z] windir C:\windows [2020-03-16T08:48:26.294Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-03-16T08:48:26.294Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-03-16T08:48:26.294Z] windowsRS1 false [2020-03-16T08:48:26.294Z] windowsRS5 true [2020-03-16T08:48:26.294Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] INFO: Sources under d:\gopath\... [2020-03-16T08:48:26.294Z] INFO: Test run under d:\CI\... [2020-03-16T08:48:26.294Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-03-16T08:48:26.294Z] INFO: docker/docker repository was found [2020-03-16T08:48:26.294Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2020-03-16T08:48:26.294Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1098' [2020-03-16T08:48:26.294Z] INFO: Docker version of control daemon [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] Client: Docker Engine - Enterprise [2020-03-16T08:48:26.294Z] Version: 19.03.5 [2020-03-16T08:48:26.294Z] API version: 1.40 [2020-03-16T08:48:26.294Z] Go version: go1.12.12 [2020-03-16T08:48:26.294Z] Git commit: 2ee0c57608 [2020-03-16T08:48:26.294Z] Built: 11/13/2019 08:00:16 [2020-03-16T08:48:26.294Z] OS/Arch: windows/amd64 [2020-03-16T08:48:26.294Z] Experimental: false [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] Server: Docker Engine - Enterprise [2020-03-16T08:48:26.294Z] Engine: [2020-03-16T08:48:26.294Z] Version: 19.03.5 [2020-03-16T08:48:26.294Z] API version: 1.40 (minimum version 1.24) [2020-03-16T08:48:26.294Z] Go version: go1.12.12 [2020-03-16T08:48:26.294Z] Git commit: 2ee0c57608 [2020-03-16T08:48:26.294Z] Built: 11/13/2019 07:58:51 [2020-03-16T08:48:26.294Z] OS/Arch: windows/amd64 [2020-03-16T08:48:26.294Z] Experimental: true [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.294Z] INFO: Docker info of control daemon [2020-03-16T08:48:26.294Z] [2020-03-16T08:48:26.530Z] #43 30.55 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-03-16T08:48:26.530Z] #43 30.58 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-03-16T08:48:26.530Z] #43 30.59 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-03-16T08:48:26.530Z] #43 30.71 Selecting previously unselected package zlib1g-dev:amd64. [2020-03-16T08:48:26.795Z] #43 ... [2020-03-16T08:48:26.795Z] [2020-03-16T08:48:26.795Z] #25 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-03-16T08:48:26.795Z] #25 15.30 Reading package lists... [2020-03-16T08:48:26.795Z] #25 22.56 Building dependency tree... [2020-03-16T08:48:26.795Z] #25 26.31 ca-certificates is already the newest version (20190110). [2020-03-16T08:48:26.795Z] #25 26.31 The following additional packages will be installed: [2020-03-16T08:48:26.795Z] #25 26.31 libjq1 libonig5 [2020-03-16T08:48:26.795Z] #25 26.84 The following NEW packages will be installed: [2020-03-16T08:48:26.795Z] #25 26.86 jq libjq1 libonig5 [2020-03-16T08:48:26.795Z] #25 27.33 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:48:26.795Z] #25 27.33 Need to get 355 kB of archives. [2020-03-16T08:48:26.795Z] #25 27.33 After this operation, 1072 kB of additional disk space will be used. [2020-03-16T08:48:26.795Z] #25 27.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-03-16T08:48:26.795Z] #25 27.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-03-16T08:48:26.795Z] #25 27.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-03-16T08:48:26.795Z] #25 28.71 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:48:26.795Z] #25 29.09 Fetched 355 kB in 0s (1177 kB/s) [2020-03-16T08:48:26.795Z] #25 29.25 Selecting previously unselected package libonig5:amd64. [2020-03-16T08:48:26.795Z] #25 29.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-03-16T08:48:26.795Z] #25 29.32 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-03-16T08:48:26.795Z] #25 29.34 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-03-16T08:48:26.795Z] #25 29.86 Selecting previously unselected package libjq1:amd64. [2020-03-16T08:48:26.795Z] #25 29.86 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-03-16T08:48:26.795Z] #25 29.87 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-03-16T08:48:26.795Z] #25 30.10 Selecting previously unselected package jq. [2020-03-16T08:48:26.795Z] #25 30.13 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-03-16T08:48:26.795Z] #25 30.14 Unpacking jq (1.5+dfsg-2+b1) ... [2020-03-16T08:48:26.795Z] #25 30.34 Setting up libonig5:amd64 (6.9.1-1) ... [2020-03-16T08:48:26.795Z] #25 30.37 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-03-16T08:48:26.795Z] #25 30.41 Setting up jq (1.5+dfsg-2+b1) ... [2020-03-16T08:48:26.795Z] #25 30.44 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:48:26.795Z] #25 DONE 30.8s [2020-03-16T08:48:26.795Z] [2020-03-16T08:48:26.795Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:26.795Z] #43 30.72 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-03-16T08:48:26.795Z] #43 30.72 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-03-16T08:48:26.795Z] #43 ... [2020-03-16T08:48:26.795Z] [2020-03-16T08:48:26.795Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:26.795Z] #53 25.04 + cd /tmp/tmp.0sPjQ5y89E/src/github.com/golangci/golangci-lint/ [2020-03-16T08:48:26.795Z] #53 25.04 + git checkout -q v1.23.8 [2020-03-16T08:48:26.795Z] #53 26.07 ++ git describe --tags [2020-03-16T08:48:26.795Z] #53 26.08 + version=v1.23.8 [2020-03-16T08:48:26.795Z] #53 26.08 ++ git rev-parse --short HEAD [2020-03-16T08:48:26.795Z] #53 26.09 + commit=76a82c6 [2020-03-16T08:48:26.795Z] #53 26.13 ++ git show -s --format=%cd [2020-03-16T08:48:26.795Z] #53 26.13 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-03-16T08:48:26.795Z] #53 26.13 + 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-16T08:48:26.795Z] #53 ... [2020-03-16T08:48:26.795Z] [2020-03-16T08:48:26.795Z] #26 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T08:48:26.795Z] #26 DONE 0.1s [2020-03-16T08:48:27.055Z] [2020-03-16T08:48:27.055Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:27.251Z] Client: [2020-03-16T08:48:27.251Z] Debug Mode: false [2020-03-16T08:48:27.251Z] Plugins: [2020-03-16T08:48:27.251Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-03-16T08:48:27.251Z] [2020-03-16T08:48:27.251Z] Server: [2020-03-16T08:48:27.251Z] Containers: 2 [2020-03-16T08:48:27.251Z] Running: 0 [2020-03-16T08:48:27.251Z] Paused: 0 [2020-03-16T08:48:27.251Z] Stopped: 2 [2020-03-16T08:48:27.251Z] Images: 11 [2020-03-16T08:48:27.251Z] Server Version: 19.03.5 [2020-03-16T08:48:27.251Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-03-16T08:48:27.251Z] Windows: [2020-03-16T08:48:27.251Z] LCOW: [2020-03-16T08:48:27.251Z] Logging Driver: json-file [2020-03-16T08:48:27.251Z] Plugins: [2020-03-16T08:48:27.251Z] Volume: local [2020-03-16T08:48:27.251Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-16T08:48:27.251Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-16T08:48:27.251Z] Swarm: inactive [2020-03-16T08:48:27.251Z] Default Isolation: process [2020-03-16T08:48:27.251Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-16T08:48:27.251Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-16T08:48:27.251Z] OSType: windows [2020-03-16T08:48:27.251Z] Architecture: x86_64 [2020-03-16T08:48:27.251Z] CPUs: 4 [2020-03-16T08:48:27.251Z] Total Memory: 32GiB [2020-03-16T08:48:27.251Z] Name: azwin-2-881510 [2020-03-16T08:48:27.251Z] ID: UR4U:SP26:2R3U:OABF:FW7X:OVZM:HGLG:UQJF:ODTF:M7DP:TEU4:TEXW [2020-03-16T08:48:27.251Z] Docker Root Dir: D:\docker [2020-03-16T08:48:27.251Z] Debug Mode: false [2020-03-16T08:48:27.251Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:48:27.251Z] Labels: [2020-03-16T08:48:27.251Z] Experimental: true [2020-03-16T08:48:27.251Z] Insecure Registries: [2020-03-16T08:48:27.251Z] 10.0.0.4:5000 [2020-03-16T08:48:27.251Z] 127.0.0.0/8 [2020-03-16T08:48:27.251Z] Registry Mirrors: [2020-03-16T08:48:27.251Z] http://10.0.0.4:5000/ [2020-03-16T08:48:27.251Z] Live Restore Enabled: false [2020-03-16T08:48:27.251Z] [2020-03-16T08:48:27.251Z] [2020-03-16T08:48:27.251Z] INFO: Commit hash is 5e1b246b9a [2020-03-16T08:48:27.251Z] INFO: Nuke-Everything... [2020-03-16T08:48:27.251Z] INFO: Container count on control daemon to delete is 2 [2020-03-16T08:48:27.703Z] b1ecb99770c3 [2020-03-16T08:48:27.703Z] 845a3c388599 [2020-03-16T08:48:28.156Z] INFO: Non-base image count on control daemon to delete is 1 [2020-03-16T08:48:29.118Z] Deleted: sha256:19e65c9d1fb2d7db73309e7ec590fe58ad90bb1ef4aab4ecbd596132d6960dd0 [2020-03-16T08:48:29.118Z] Deleted: sha256:9be9096094f5af0ac2198d43c83fc9a601424a570dac30d3997bbb8378025422 [2020-03-16T08:48:29.571Z] [2020-03-16T08:48:29.571Z] [2020-03-16T08:48:29.571Z] __GENUS : 2 [2020-03-16T08:48:29.571Z] __CLASS : __PARAMETERS [2020-03-16T08:48:29.571Z] __SUPERCLASS : [2020-03-16T08:48:29.571Z] __DYNASTY : __PARAMETERS [2020-03-16T08:48:29.571Z] __RELPATH : [2020-03-16T08:48:29.571Z] __PROPERTY_COUNT : 1 [2020-03-16T08:48:29.571Z] __DERIVATION : {} [2020-03-16T08:48:29.571Z] __SERVER : [2020-03-16T08:48:29.571Z] __NAMESPACE : [2020-03-16T08:48:29.571Z] __PATH : [2020-03-16T08:48:29.571Z] ReturnValue : 0 [2020-03-16T08:48:29.571Z] PSComputerName : [2020-03-16T08:48:29.571Z] [2020-03-16T08:48:29.571Z] INFO: Nuking d:\CI [2020-03-16T08:48:30.023Z] ERROR: hcsshim::DestroyLayer - Win32 API call returned error r1=0x80070020 err=The process cannot access the file because it is being used by another process.id=CI flavour=0 [2020-03-16T08:48:30.335Z] #27 ... [2020-03-16T08:48:30.335Z] [2020-03-16T08:48:30.335Z] #74 [proxy 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:30.335Z] #74 DONE 29.6s [2020-03-16T08:48:30.335Z] [2020-03-16T08:48:30.335Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:30.335Z] #56 19.71 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-03-16T08:48:30.335Z] #56 20.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-03-16T08:48:30.335Z] #56 21.14 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-03-16T08:48:30.335Z] #56 21.38 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-03-16T08:48:30.335Z] #56 21.40 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-03-16T08:48:30.335Z] #56 22.35 runtime [2020-03-16T08:48:30.335Z] #56 ... [2020-03-16T08:48:30.335Z] [2020-03-16T08:48:30.335Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:30.335Z] #65 3.442 + RM_GOPATH=0 [2020-03-16T08:48:30.335Z] #65 3.442 + TMP_GOPATH= [2020-03-16T08:48:30.335Z] #65 3.442 + : /build [2020-03-16T08:48:30.335Z] #65 3.442 + '[' -z '' ']' [2020-03-16T08:48:30.335Z] #65 3.442 ++ mktemp -d [2020-03-16T08:48:30.335Z] #65 3.459 + export GOPATH=/tmp/tmp.CPklKwyQqg [2020-03-16T08:48:30.335Z] #65 3.462 + GOPATH=/tmp/tmp.CPklKwyQqg [2020-03-16T08:48:30.335Z] #65 3.463 + RM_GOPATH=1 [2020-03-16T08:48:30.335Z] #65 3.463 ++ dirname ./install.sh [2020-03-16T08:48:30.335Z] #65 3.464 + dir=. [2020-03-16T08:48:30.335Z] #65 3.464 + bin=containerd [2020-03-16T08:48:30.335Z] #65 3.464 + shift [2020-03-16T08:48:30.335Z] #65 3.464 + '[' '!' -f ./containerd.installer ']' [2020-03-16T08:48:30.335Z] #65 3.465 + . ./containerd.installer [2020-03-16T08:48:30.335Z] #65 3.465 ++ : d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-16T08:48:30.335Z] #65 3.465 + install_containerd [2020-03-16T08:48:30.335Z] #65 3.465 + echo 'Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178' [2020-03-16T08:48:30.335Z] #65 3.465 Install containerd version d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-16T08:48:30.335Z] #65 3.465 + git clone https://github.com/containerd/containerd.git /tmp/tmp.CPklKwyQqg/src/github.com/containerd/containerd [2020-03-16T08:48:30.335Z] #65 3.466 Cloning into '/tmp/tmp.CPklKwyQqg/src/github.com/containerd/containerd'... [2020-03-16T08:48:30.476Z] INFO: Location for testing is d:\CI\PR-40689\12 [2020-03-16T08:48:30.476Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-03-16T08:48:30.476Z] [2020-03-16T08:48:30.476Z] [2020-03-16T08:48:30.476Z] INFO: Building the image from Dockerfile.windows at 03/16/2020 08:48:30... [2020-03-16T08:48:30.476Z] [2020-03-16T08:48:33.619Z] #65 ... [2020-03-16T08:48:33.619Z] [2020-03-16T08:48:33.619Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:33.619Z] #27 4.568 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-03-16T08:48:33.619Z] #27 5.101 [2020-03-16T08:48:33.992Z] ok github.com/docker/docker/api/server 0.032s coverage: 9.0% of statements [2020-03-16T08:48:34.135Z] #27 5.489 0.0% ###### 8.7% ########### 15.6% ############### 21.3% #################### 28.8% ######################## 33.4% ########################### 38.2% ############################### 43.9% ################################### 49.1% ######################################## 55.6% ############################################ 62.0% ################################################## 69.7% ###################################################### 76.4% ########################################################### 82.3% ################################################################# 90.7% ######################################################################## 100.0% [2020-03-16T08:48:34.135Z] #27 ... [2020-03-16T08:48:34.135Z] [2020-03-16T08:48:34.135Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:34.135Z] #35 28.23 The following NEW packages will be installed: [2020-03-16T08:48:34.135Z] #35 28.25 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-03-16T08:48:34.135Z] #35 28.25 vim-common xxd [2020-03-16T08:48:34.135Z] #35 28.67 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:48:34.135Z] #35 28.67 Need to get 14.9 MB of archives. [2020-03-16T08:48:34.135Z] #35 28.67 After this operation, 61.8 MB of additional disk space will be used. [2020-03-16T08:48:34.135Z] #35 28.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-03-16T08:48:34.135Z] #35 28.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-03-16T08:48:34.135Z] #35 28.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-03-16T08:48:34.135Z] #35 28.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-03-16T08:48:34.135Z] #35 29.84 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-03-16T08:48:34.135Z] #35 29.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-03-16T08:48:34.135Z] #35 29.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-03-16T08:48:34.135Z] #35 29.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-03-16T08:48:34.135Z] #35 29.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-03-16T08:48:34.135Z] #35 30.00 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-03-16T08:48:34.135Z] #35 31.88 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:48:34.135Z] #35 32.13 Fetched 14.9 MB in 2s (7522 kB/s) [2020-03-16T08:48:34.135Z] #35 32.26 Selecting previously unselected package xxd. [2020-03-16T08:48:34.135Z] #35 32.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-03-16T08:48:34.135Z] #35 32.39 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-03-16T08:48:34.135Z] #35 32.40 Unpacking xxd (2:8.1.0875-5) ... [2020-03-16T08:48:34.135Z] #35 32.60 Selecting previously unselected package vim-common. [2020-03-16T08:48:34.135Z] #35 32.61 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-03-16T08:48:34.135Z] #35 32.67 Unpacking vim-common (2:8.1.0875-5) ... [2020-03-16T08:48:34.135Z] #35 33.08 Selecting previously unselected package cmake-data. [2020-03-16T08:48:34.135Z] #35 33.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-03-16T08:48:34.135Z] #35 33.09 Unpacking cmake-data (3.13.4-1) ... [2020-03-16T08:48:34.135Z] #35 36.78 Selecting previously unselected package libicu63:amd64. [2020-03-16T08:48:34.135Z] #35 36.79 Preparing to unpack .../3-libicu63_63.1-6_amd64.deb ... [2020-03-16T08:48:34.135Z] #35 36.80 Unpacking libicu63:amd64 (63.1-6) ... [2020-03-16T08:48:34.393Z] #35 ... [2020-03-16T08:48:34.393Z] [2020-03-16T08:48:34.393Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:34.393Z] #27 7.481 [2020-03-16T08:48:35.122Z] Sending build context to Docker daemon 54.59MB [2020-03-16T08:48:35.122Z] [2020-03-16T08:48:35.122Z] Step 1/10 : FROM microsoft/windowsservercore [2020-03-16T08:48:35.122Z] ---> 80e84fd280e2 [2020-03-16T08:48:35.122Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-03-16T08:48:35.122Z] ---> Using cache [2020-03-16T08:48:35.122Z] ---> ee3cc0faa024 [2020-03-16T08:48:35.122Z] Step 3/10 : ARG GO_VERSION=1.13.8 [2020-03-16T08:48:35.122Z] ---> Using cache [2020-03-16T08:48:35.122Z] ---> 78442007dd3f [2020-03-16T08:48:35.122Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-03-16T08:48:35.122Z] ---> Using cache [2020-03-16T08:48:35.122Z] ---> 6f57e3a4af0f [2020-03-16T08:48:35.122Z] 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-16T08:48:35.122Z] ---> Using cache [2020-03-16T08:48:35.424Z] #27 7.727 #=#=# 0.1% ########### 16.6% ####################### 32.2% ################################## 47.9% ########################################### 60.1% #################################################### 72.8% ############################################################## 87.4% ######################################################################## 100.0% [2020-03-16T08:48:35.576Z] ---> d76b3faa5dd7 [2020-03-16T08:48:35.576Z] 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-16T08:48:35.576Z] ---> Using cache [2020-03-16T08:48:35.576Z] ---> 5fb5454fe2b8 [2020-03-16T08:48:35.576Z] 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-16T08:48:35.576Z] ---> Using cache [2020-03-16T08:48:35.576Z] ---> 85fd10636bc3 [2020-03-16T08:48:35.576Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-03-16T08:48:35.576Z] ---> Using cache [2020-03-16T08:48:35.576Z] ---> d06169ad0566 [2020-03-16T08:48:35.576Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-03-16T08:48:35.576Z] ---> Using cache [2020-03-16T08:48:35.576Z] ---> 183a32049e04 [2020-03-16T08:48:35.576Z] Step 10/10 : COPY . . [2020-03-16T08:48:35.989Z] #27 9.014 [2020-03-16T08:48:37.283Z] #27 9.217 0.3% ###### 9.4% ############ 16.8% ############### 21.9% #################### 28.4% ######################## 34.2% ############################ 40.1% ################################ 45.1% ######################################### 57.4% ################################################## 69.9% ######################################################### 80.2% ################################################################ 89.1% [2020-03-16T08:48:37.283Z] #27 ... [2020-03-16T08:48:37.283Z] [2020-03-16T08:48:37.283Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:37.283Z] #43 31.28 Selecting previously unselected package libprotobuf17:amd64. [2020-03-16T08:48:37.283Z] #43 31.29 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.283Z] #43 31.31 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:37.283Z] #43 32.31 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-03-16T08:48:37.283Z] #43 32.31 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.283Z] #43 32.32 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:37.284Z] #43 32.58 Selecting previously unselected package libprotobuf-dev:amd64. [2020-03-16T08:48:37.284Z] #43 32.58 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.284Z] #43 32.59 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:37.284Z] #43 34.07 Selecting previously unselected package libprotoc17:amd64. [2020-03-16T08:48:37.284Z] #43 34.07 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.284Z] #43 34.08 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:37.284Z] #43 35.09 Selecting previously unselected package protobuf-c-compiler. [2020-03-16T08:48:37.284Z] #43 35.17 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-03-16T08:48:37.284Z] #43 35.18 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-03-16T08:48:37.284Z] #43 35.48 Selecting previously unselected package protobuf-compiler. [2020-03-16T08:48:37.284Z] #43 35.51 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.284Z] #43 35.53 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-03-16T08:48:37.284Z] #43 35.86 Selecting previously unselected package python-pkg-resources. [2020-03-16T08:48:37.284Z] #43 35.86 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-03-16T08:48:37.284Z] #43 35.87 Unpacking python-pkg-resources (40.8.0-1) ... [2020-03-16T08:48:37.284Z] #43 36.28 Selecting previously unselected package python-six. [2020-03-16T08:48:37.284Z] #43 36.35 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-03-16T08:48:37.284Z] #43 36.40 Unpacking python-six (1.12.0-1) ... [2020-03-16T08:48:37.284Z] #43 36.53 Selecting previously unselected package python-protobuf. [2020-03-16T08:48:37.284Z] #43 36.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-03-16T08:48:37.284Z] #43 36.54 Unpacking python-protobuf (3.6.1.3-2) ... [2020-03-16T08:48:37.284Z] #43 37.20 Setting up python-pkg-resources (40.8.0-1) ... [2020-03-16T08:48:37.541Z] #43 ... [2020-03-16T08:48:37.541Z] [2020-03-16T08:48:37.541Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:37.541Z] #27 9.217 0.3% ###### 9.4% ############ 16.8% ############### 21.9% #################### 28.4% ######################## 34.2% ############################ 40.1% ################################ 45.1% ######################################### 57.4% ################################################## 69.9% ######################################################### 80.2% ################################################################ 89.1% ###################################################################### 98.2% ######################################################################## 100.0% [2020-03-16T08:48:37.800Z] #27 10.92 [2020-03-16T08:48:38.320Z] #27 11.10 0.9% ## 3.8% #### 6.4% [2020-03-16T08:48:38.320Z] #27 ... [2020-03-16T08:48:38.320Z] [2020-03-16T08:48:38.320Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:38.320Z] #10 32.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2020-03-16T08:48:38.320Z] #10 35.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-03-16T08:48:38.320Z] #10 35.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-03-16T08:48:38.320Z] #10 35.14 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-03-16T08:48:38.320Z] #10 35.15 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-03-16T08:48:38.320Z] #10 35.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2020-03-16T08:48:38.320Z] #10 35.16 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u3 [109 kB] [2020-03-16T08:48:38.320Z] #10 35.17 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-03-16T08:48:38.320Z] #10 35.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-03-16T08:48:38.320Z] #10 35.20 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-03-16T08:48:38.320Z] #10 35.23 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-03-16T08:48:38.320Z] #10 35.24 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-03-16T08:48:38.320Z] #10 35.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-03-16T08:48:38.320Z] #10 35.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-03-16T08:48:38.320Z] #10 35.32 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-03-16T08:48:38.320Z] #10 35.32 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u3 [322 kB] [2020-03-16T08:48:38.320Z] #10 36.78 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:48:38.320Z] #10 36.99 Fetched 77.7 MB in 9s (8426 kB/s) [2020-03-16T08:48:38.320Z] #10 37.12 Selecting previously unselected package binutils-mingw-w64-i686. [2020-03-16T08:48:38.320Z] #10 37.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15401 files and directories currently installed.) [2020-03-16T08:48:38.320Z] #10 37.21 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-03-16T08:48:38.320Z] #10 37.24 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-03-16T08:48:38.320Z] #10 40.07 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-03-16T08:48:38.320Z] #10 40.07 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-03-16T08:48:38.320Z] #10 40.08 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-03-16T08:48:38.320Z] #10 ... [2020-03-16T08:48:38.320Z] [2020-03-16T08:48:38.320Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:40.391Z] #27 11.10 0.9% ## 3.8% #### 6.4% ###### 9.1% ######## 11.7% ########## 15.1% ############ 18.0% ############## 20.2% ################ 22.7% ################# 24.2% ################## 26.2% #################### 28.3% ##################### 30.0% ###################### 31.3% ####################### 33.2% ######################### 35.4% ########################### 37.9% ############################ 39.9% ############################## 41.7% ############################### 43.7% ################################ 45.8% ################################## 47.7% ################################### 49.1% #################################### 50.8% [2020-03-16T08:48:40.391Z] #27 ... [2020-03-16T08:48:40.391Z] [2020-03-16T08:48:40.391Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:40.391Z] #33 29.90 internal/reflectlite [2020-03-16T08:48:40.391Z] #33 29.91 sync [2020-03-16T08:48:40.391Z] #33 33.27 errors [2020-03-16T08:48:40.391Z] #33 33.27 sort [2020-03-16T08:48:40.391Z] #33 33.73 strconv [2020-03-16T08:48:40.391Z] #33 34.58 io [2020-03-16T08:48:40.391Z] #33 35.76 internal/oserror [2020-03-16T08:48:40.391Z] #33 35.90 syscall [2020-03-16T08:48:40.391Z] #33 38.08 reflect [2020-03-16T08:48:40.391Z] #33 ... [2020-03-16T08:48:40.391Z] [2020-03-16T08:48:40.391Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:40.519Z] #78 sending tarball 19.1s done [2020-03-16T08:48:40.519Z] #78 DONE 26.9s [2020-03-16T08:48:40.519Z] [2020-03-16T08:48:40.519Z] #79 importing to docker [2020-03-16T08:48:40.908Z] #27 11.10 0.9% ## 3.8% #### 6.4% ###### 9.1% ######## 11.7% ########## 15.1% ############ 18.0% ############## 20.2% ################ 22.7% ################# 24.2% ################## 26.2% #################### 28.3% ##################### 30.0% ###################### 31.3% ####################### 33.2% ######################### 35.4% ########################### 37.9% ############################ 39.9% ############################## 41.7% ############################### 43.7% ################################ 45.8% ################################## 47.7% ################################### 49.1% #################################### 50.8% ##################################### 52.2% ###################################### 54.1% ######################################## 56.3% ########################################## 59.1% ########################################### 61.1% [2020-03-16T08:48:40.908Z] #27 ... [2020-03-16T08:48:40.908Z] [2020-03-16T08:48:40.908Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:40.908Z] #47 30.55 sync [2020-03-16T08:48:40.908Z] #47 30.56 internal/reflectlite [2020-03-16T08:48:40.908Z] #47 32.75 github.com/LK4D4/vndr/godl/singleflight [2020-03-16T08:48:40.908Z] #47 33.19 math/rand [2020-03-16T08:48:40.908Z] #47 34.42 sort [2020-03-16T08:48:40.908Z] #47 34.43 io [2020-03-16T08:48:40.908Z] #47 35.91 strconv [2020-03-16T08:48:40.908Z] #47 35.99 bytes [2020-03-16T08:48:40.909Z] #47 38.73 bufio [2020-03-16T08:48:40.909Z] #47 40.17 reflect [2020-03-16T08:48:40.909Z] #47 ... [2020-03-16T08:48:40.909Z] [2020-03-16T08:48:40.909Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:42.555Z] #79 DONE 2.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-16T08:48:42.976Z] #27 11.10 0.9% ## 3.8% #### 6.4% ###### 9.1% ######## 11.7% ########## 15.1% ############ 18.0% ############## 20.2% ################ 22.7% ################# 24.2% ################## 26.2% #################### 28.3% ##################### 30.0% ###################### 31.3% ####################### 33.2% ######################### 35.4% ########################### 37.9% ############################ 39.9% ############################## 41.7% ############################### 43.7% ################################ 45.8% ################################## 47.7% ################################### 49.1% #################################### 50.8% ##################################### 52.2% ###################################### 54.1% ######################################## 56.3% ########################################## 59.1% ########################################### 61.1% ############################################# 63.4% ############################################## 64.6% ############################################### 65.8% ################################################ 67.9% ################################################## 69.9% ################################################### 72.2% ##################################################### 74.2% ###################################################### 75.5% ####################################################### 76.8% ######################################################## 78.5% ######################################################### 80.2% ########################################################### 82.0% ############################################################ 83.4% ############################################################# 86.1% ############################################################## 87.5% ################################################################# 90.4% ################################################################## 92.4% ################################################################### 94.3% ##################################################################### 95.9% ######################################################################## 100.0% [2020-03-16T08:48:42.976Z] #27 16.29 [2020-03-16T08:48:42.983Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/test/unit [2020-03-16T08:48:44.350Z] #27 17.27 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-03-16T08:48:44.350Z] #27 17.67 [2020-03-16T08:48:44.608Z] #27 17.84 # 2.3% ######################################################################## 100.0% [2020-03-16T08:48:44.866Z] #27 17.95 [2020-03-16T08:48:45.799Z] #27 18.86 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-03-16T08:48:46.056Z] #27 19.29 [2020-03-16T08:48:46.314Z] #27 ... [2020-03-16T08:48:46.314Z] [2020-03-16T08:48:46.314Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:46.314Z] #56 45.91 reflect [2020-03-16T08:48:46.314Z] #56 45.93 time [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 4.5% of statements [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-16T08:48:47.357Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-16T08:48:47.357Z] ok github.com/docker/docker/api/types/time 0.012s coverage: 100.0% of statements [2020-03-16T08:48:47.358Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-16T08:48:47.358Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-16T08:48:47.358Z] ok github.com/docker/docker/builder/dockerignore 0.001s coverage: 96.8% of statements [2020-03-16T08:48:47.382Z] ? github.com/docker/docker/api [no test files] [2020-03-16T08:48:47.744Z] #56 ... [2020-03-16T08:48:47.744Z] [2020-03-16T08:48:47.744Z] #35 [tini 1/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-03-16T08:48:47.744Z] #35 44.81 Selecting previously unselected package libxml2:amd64. [2020-03-16T08:48:47.744Z] #35 44.81 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 44.82 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-03-16T08:48:47.744Z] #35 45.64 Selecting previously unselected package libarchive13:amd64. [2020-03-16T08:48:47.744Z] #35 45.64 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 45.66 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-03-16T08:48:47.744Z] #35 46.15 Selecting previously unselected package libjsoncpp1:amd64. [2020-03-16T08:48:47.744Z] #35 46.15 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 46.18 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-03-16T08:48:47.744Z] #35 46.39 Selecting previously unselected package librhash0:amd64. [2020-03-16T08:48:47.744Z] #35 46.39 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 46.40 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-03-16T08:48:47.744Z] #35 46.62 Selecting previously unselected package libuv1:amd64. [2020-03-16T08:48:47.744Z] #35 46.65 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 46.66 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-03-16T08:48:47.744Z] #35 46.87 Selecting previously unselected package cmake. [2020-03-16T08:48:47.744Z] #35 46.88 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-03-16T08:48:47.744Z] #35 46.90 Unpacking cmake (3.13.4-1) ... [2020-03-16T08:48:47.744Z] #35 50.42 Setting up libicu63:amd64 (63.1-6) ... [2020-03-16T08:48:47.744Z] #35 50.46 Setting up xxd (2:8.1.0875-5) ... [2020-03-16T08:48:47.744Z] #35 50.47 Setting up libuv1:amd64 (1.24.1-1) ... [2020-03-16T08:48:47.744Z] #35 50.49 Setting up vim-common (2:8.1.0875-5) ... [2020-03-16T08:48:47.744Z] #35 50.52 Setting up librhash0:amd64 (1.3.8-1) ... [2020-03-16T08:48:47.744Z] #35 50.54 Setting up cmake-data (3.13.4-1) ... [2020-03-16T08:48:47.744Z] #35 50.56 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-03-16T08:48:47.744Z] #35 50.58 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-03-16T08:48:47.744Z] #35 50.59 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-03-16T08:48:47.744Z] #35 50.60 Setting up cmake (3.13.4-1) ... [2020-03-16T08:48:47.744Z] #35 50.61 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:48:47.744Z] #35 50.67 Processing triggers for mime-support (3.62) ... [2020-03-16T08:48:47.744Z] #35 DONE 51.5s [2020-03-16T08:48:47.744Z] [2020-03-16T08:48:47.744Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:48:47.744Z] #36 DONE 0.1s [2020-03-16T08:48:47.744Z] [2020-03-16T08:48:47.744Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2020-03-16T08:48:47.744Z] #37 DONE 0.1s [2020-03-16T08:48:47.744Z] [2020-03-16T08:48:47.744Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:47.744Z] #27 19.62 0.7% ######################################################################## 100.0% [2020-03-16T08:48:47.744Z] #27 19.82 [2020-03-16T08:48:48.014Z] #27 21.12 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-03-16T08:48:48.014Z] #27 21.17 skipping existing 1849cc453dee [2020-03-16T08:48:48.278Z] #27 21.35 [2020-03-16T08:48:48.278Z] #27 ... [2020-03-16T08:48:48.278Z] [2020-03-16T08:48:48.278Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:48.278Z] #43 42.31 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 42.32 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-03-16T08:48:48.278Z] #43 42.34 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-03-16T08:48:48.278Z] #43 42.36 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-03-16T08:48:48.278Z] #43 42.38 Setting up python-six (1.12.0-1) ... [2020-03-16T08:48:48.278Z] #43 47.69 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-03-16T08:48:48.278Z] #43 47.71 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-03-16T08:48:48.278Z] #43 47.73 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 47.74 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-03-16T08:48:48.278Z] #43 47.75 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 47.76 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 47.82 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-03-16T08:48:48.278Z] #43 47.83 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 47.85 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-03-16T08:48:48.278Z] #43 47.87 Setting up python-protobuf (3.6.1.3-2) ... [2020-03-16T08:48:48.278Z] #43 ... [2020-03-16T08:48:48.278Z] [2020-03-16T08:48:48.278Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:48:48.278Z] #30 48.67 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-03-16T08:48:48.278Z] #30 49.35 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-03-16T08:48:48.278Z] #30 49.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-03-16T08:48:49.220Z] #30 ... [2020-03-16T08:48:49.220Z] [2020-03-16T08:48:49.220Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:49.220Z] #10 43.23 Selecting previously unselected package binutils-mingw-w64. [2020-03-16T08:48:49.220Z] #10 43.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-03-16T08:48:49.220Z] #10 43.24 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-03-16T08:48:49.220Z] #10 43.41 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-03-16T08:48:49.220Z] #10 43.43 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-03-16T08:48:49.220Z] #10 43.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-03-16T08:48:49.220Z] #10 43.76 Selecting previously unselected package dmsetup. [2020-03-16T08:48:49.220Z] #10 43.76 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-03-16T08:48:49.220Z] #10 43.81 Unpacking dmsetup (2:1.02.155-3) ... [2020-03-16T08:48:49.220Z] #10 44.08 Selecting previously unselected package mingw-w64-common. [2020-03-16T08:48:49.220Z] #10 44.10 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-03-16T08:48:49.220Z] #10 44.10 Unpacking mingw-w64-common (6.0.0-3) ... [2020-03-16T08:48:49.220Z] #10 51.43 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-03-16T08:48:49.220Z] #10 51.46 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-03-16T08:48:49.220Z] #10 51.47 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-03-16T08:48:49.477Z] #10 ... [2020-03-16T08:48:49.477Z] [2020-03-16T08:48:49.477Z] #27 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-03-16T08:48:49.477Z] #27 22.27 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-03-16T08:48:49.477Z] #27 22.67 [2020-03-16T08:48:49.735Z] #27 22.83 ######################################################################## 100.0% [2020-03-16T08:48:49.735Z] #27 22.89 [2020-03-16T08:48:49.735Z] #27 23.03 Download of images into '/build' complete. [2020-03-16T08:48:49.993Z] #27 23.03 Use something like the following to load the result into a Docker daemon: [2020-03-16T08:48:49.993Z] #27 23.03 tar -cC '/build' . | docker load [2020-03-16T08:48:49.993Z] #27 DONE 23.1s [2020-03-16T08:48:49.993Z] [2020-03-16T08:48:49.993Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:48:49.993Z] #50 45.56 + cd /tmp/tmp.rKwbGYiDhe/src/gotest.tools/gotestsum [2020-03-16T08:48:49.993Z] #50 45.56 + git checkout -q v0.3.5 [2020-03-16T08:48:49.993Z] #50 45.59 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2020-03-16T08:48:50.031Z] ok github.com/docker/docker/builder/remotecontext 0.387s coverage: 13.6% of statements [2020-03-16T08:48:50.312Z] ok github.com/docker/docker/builder/dockerfile 0.960s coverage: 48.2% of statements [2020-03-16T08:48:50.925Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-03-16T08:48:51.207Z] ok github.com/docker/docker/builder/remotecontext/git 0.888s coverage: 86.3% of statements [2020-03-16T08:48:51.207Z] ? github.com/docker/docker/cli [no test files] [2020-03-16T08:48:51.207Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-16T08:48:51.963Z] #50 ... [2020-03-16T08:48:51.963Z] [2020-03-16T08:48:51.963Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:51.963Z] #47 41.44 syscall [2020-03-16T08:48:51.963Z] #47 50.49 time [2020-03-16T08:48:51.963Z] #47 ... [2020-03-16T08:48:51.963Z] [2020-03-16T08:48:51.963Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:48:51.963Z] #38 3.094 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-03-16T08:48:51.963Z] #38 3.094 + RM_GOPATH=0 [2020-03-16T08:48:51.963Z] #38 3.094 + TMP_GOPATH= [2020-03-16T08:48:51.963Z] #38 3.094 + : /build [2020-03-16T08:48:51.963Z] #38 3.094 + '[' -z '' ']' [2020-03-16T08:48:51.963Z] #38 3.094 ++ mktemp -d [2020-03-16T08:48:51.963Z] #38 3.094 + export GOPATH=/tmp/tmp.adiipbmhJk [2020-03-16T08:48:51.963Z] #38 3.094 + GOPATH=/tmp/tmp.adiipbmhJk [2020-03-16T08:48:51.963Z] #38 3.094 + RM_GOPATH=1 [2020-03-16T08:48:51.963Z] #38 3.094 ++ dirname ./install.sh [2020-03-16T08:48:51.963Z] #38 3.094 + dir=. [2020-03-16T08:48:51.963Z] #38 3.094 + bin=tini [2020-03-16T08:48:51.963Z] #38 3.094 + shift [2020-03-16T08:48:51.963Z] #38 3.094 + '[' '!' -f ./tini.installer ']' [2020-03-16T08:48:51.963Z] #38 3.094 + . ./tini.installer [2020-03-16T08:48:51.963Z] #38 3.094 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-03-16T08:48:51.963Z] #38 3.094 + install_tini [2020-03-16T08:48:51.963Z] #38 3.094 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-03-16T08:48:51.963Z] #38 3.094 + git clone https://github.com/krallin/tini.git /tmp/tmp.adiipbmhJk/tini [2020-03-16T08:48:51.963Z] #38 3.096 Cloning into '/tmp/tmp.adiipbmhJk/tini'... [2020-03-16T08:48:51.963Z] #38 4.186 + cd /tmp/tmp.adiipbmhJk/tini [2020-03-16T08:48:51.963Z] #38 4.186 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-03-16T08:48:51.963Z] #38 4.204 + cmake . [2020-03-16T08:48:52.529Z] #38 5.107 -- The C compiler identification is GNU 8.3.0 [2020-03-16T08:48:52.529Z] #38 5.150 -- Check for working C compiler: /usr/bin/cc [2020-03-16T08:48:52.788Z] #38 ... [2020-03-16T08:48:52.788Z] [2020-03-16T08:48:52.788Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-03-16T08:48:52.788Z] #43 56.62 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-03-16T08:48:52.788Z] #43 56.66 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:48:52.788Z] #43 DONE 56.9s [2020-03-16T08:48:52.788Z] [2020-03-16T08:48:52.788Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:48:52.788Z] #33 44.76 time [2020-03-16T08:48:53.046Z] #33 ... [2020-03-16T08:48:53.046Z] [2020-03-16T08:48:53.046Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:48:54.680Z] ok github.com/docker/docker/client 0.138s coverage: 75.8% of statements [2020-03-16T08:48:57.239Z] #44 3.935 Note: Building without setproctitle() and strlcpy() support. [2020-03-16T08:48:57.239Z] #44 3.935 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-03-16T08:48:57.239Z] #44 3.945 Note: Building without GnuTLS support [2020-03-16T08:48:58.174Z] #44 ... [2020-03-16T08:48:58.174Z] [2020-03-16T08:48:58.174Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:48:58.174Z] #10 60.29 Selecting previously unselected package gcc-mingw-w64-base. [2020-03-16T08:48:58.174Z] #10 60.29 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-03-16T08:48:58.174Z] #10 60.34 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:48:58.174Z] #10 60.51 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-03-16T08:48:58.174Z] #10 60.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-03-16T08:48:58.174Z] #10 60.52 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:49:00.631Z] ---> 90e710cd7d8a [2020-03-16T08:49:00.632Z] Successfully built 90e710cd7d8a [2020-03-16T08:49:00.632Z] Successfully tagged docker:latest [2020-03-16T08:49:00.632Z] INFO: Image build ended at 03/16/2020 08:49:00. Duration:00:00:30.2522490 [2020-03-16T08:49:00.632Z] [2020-03-16T08:49:00.632Z] [2020-03-16T08:49:00.632Z] INFO: Building the test binaries at 03/16/2020 08:49:00... [2020-03-16T08:49:00.703Z] #10 ... [2020-03-16T08:49:00.703Z] [2020-03-16T08:49:00.703Z] #38 [tini 4/4] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:00.703Z] #38 6.157 -- Check for working C compiler: /usr/bin/cc -- works [2020-03-16T08:49:00.703Z] #38 6.166 -- Detecting C compiler ABI info [2020-03-16T08:49:00.703Z] #38 6.887 -- Detecting C compiler ABI info - done [2020-03-16T08:49:00.703Z] #38 6.934 -- Detecting C compile features [2020-03-16T08:49:00.703Z] #38 9.095 -- Detecting C compile features - done [2020-03-16T08:49:00.703Z] #38 9.139 -- Performing Test HAS_BUILTIN_FORTIFY [2020-03-16T08:49:00.703Z] #38 9.394 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-03-16T08:49:00.703Z] #38 9.495 -- Configuring done [2020-03-16T08:49:00.703Z] #38 9.509 -- Generating done [2020-03-16T08:49:00.703Z] #38 9.539 -- Build files have been written to: /tmp/tmp.adiipbmhJk/tini [2020-03-16T08:49:00.703Z] #38 9.546 + make tini-static [2020-03-16T08:49:00.703Z] #38 10.04 Scanning dependencies of target tini-static [2020-03-16T08:49:00.703Z] #38 10.25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-03-16T08:49:00.703Z] #38 11.81 [100%] Linking C executable tini-static [2020-03-16T08:49:00.703Z] #38 12.35 [100%] Built target tini-static [2020-03-16T08:49:00.703Z] #38 12.41 + mkdir -p /build [2020-03-16T08:49:00.703Z] #38 12.42 + cp tini-static /build/docker-init [2020-03-16T08:49:00.703Z] #38 DONE 12.7s [2020-03-16T08:49:00.703Z] [2020-03-16T08:49:00.703Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:00.703Z] #44 6.070 fatal: not a git repository (or any of the parent directories): .git [2020-03-16T08:49:00.703Z] #44 6.130 GEN .gitid [2020-03-16T08:49:00.703Z] #44 6.157 GEN criu/include/version.h [2020-03-16T08:49:00.703Z] #44 6.209 GEN include/common/asm [2020-03-16T08:49:01.269Z] #44 8.308 PBCC images/google/protobuf/descriptor.pb-c.c [2020-03-16T08:49:01.269Z] #44 8.410 PBCC images/opts.pb-c.c [2020-03-16T08:49:01.269Z] #44 8.471 PBCC images/sit.pb-c.c [2020-03-16T08:49:01.527Z] #44 8.557 DEP images/google/protobuf/descriptor.pb-c.d [2020-03-16T08:49:01.527Z] #44 8.590 DEP images/opts.pb-c.d [2020-03-16T08:49:01.527Z] #44 8.658 DEP images/sit.pb-c.d [2020-03-16T08:49:01.527Z] #44 8.697 PBCC images/macvlan.pb-c.c [2020-03-16T08:49:01.527Z] #44 8.747 DEP images/macvlan.pb-c.d [2020-03-16T08:49:01.527Z] #44 8.795 PBCC images/autofs.pb-c.c [2020-03-16T08:49:01.785Z] #44 8.830 DEP images/autofs.pb-c.d [2020-03-16T08:49:01.785Z] #44 8.901 PBCC images/sysctl.pb-c.c [2020-03-16T08:49:01.785Z] #44 8.930 DEP images/sysctl.pb-c.d [2020-03-16T08:49:01.785Z] #44 8.994 PBCC images/time.pb-c.c [2020-03-16T08:49:01.785Z] #44 9.049 DEP images/time.pb-c.d [2020-03-16T08:49:02.043Z] #44 9.104 PBCC images/binfmt-misc.pb-c.c [2020-03-16T08:49:02.043Z] #44 9.168 DEP images/binfmt-misc.pb-c.d [2020-03-16T08:49:02.043Z] #44 9.257 PBCC images/seccomp.pb-c.c [2020-03-16T08:49:02.043Z] #44 9.284 DEP images/seccomp.pb-c.d [2020-03-16T08:49:02.301Z] #44 9.333 PBCC images/userns.pb-c.c [2020-03-16T08:49:02.301Z] #44 9.390 DEP images/userns.pb-c.d [2020-03-16T08:49:02.301Z] #44 9.447 PBCC images/cgroup.pb-c.c [2020-03-16T08:49:02.301Z] #44 9.521 DEP images/cgroup.pb-c.d [2020-03-16T08:49:02.559Z] #44 9.549 PBCC images/fown.pb-c.c [2020-03-16T08:49:02.559Z] #44 9.579 PBCC images/ext-file.pb-c.c [2020-03-16T08:49:02.559Z] #44 9.607 DEP images/fown.pb-c.d [2020-03-16T08:49:02.559Z] #44 9.680 DEP images/ext-file.pb-c.d [2020-03-16T08:49:02.559Z] #44 9.749 PBCC images/rpc.pb-c.c [2020-03-16T08:49:02.816Z] #44 9.829 DEP images/rpc.pb-c.d [2020-03-16T08:49:02.816Z] #44 9.883 PBCC images/siginfo.pb-c.c [2020-03-16T08:49:02.816Z] #44 9.908 DEP images/siginfo.pb-c.d [2020-03-16T08:49:02.816Z] #44 9.961 PBCC images/pagemap.pb-c.c [2020-03-16T08:49:02.816Z] #44 10.00 DEP images/pagemap.pb-c.d [2020-03-16T08:49:02.816Z] #44 10.05 PBCC images/rlimit.pb-c.c [2020-03-16T08:49:03.074Z] #44 10.09 DEP images/rlimit.pb-c.d [2020-03-16T08:49:03.074Z] #44 10.18 PBCC images/file-lock.pb-c.c [2020-03-16T08:49:03.074Z] #44 10.21 DEP images/file-lock.pb-c.d [2020-03-16T08:49:03.074Z] #44 10.26 PBCC images/tty.pb-c.c [2020-03-16T08:49:03.332Z] #44 10.34 DEP images/tty.pb-c.d [2020-03-16T08:49:03.332Z] #44 10.42 PBCC images/tun.pb-c.c [2020-03-16T08:49:03.332Z] #44 10.46 PBCC images/netdev.pb-c.c [2020-03-16T08:49:03.332Z] #44 10.54 DEP images/tun.pb-c.d [2020-03-16T08:49:03.332Z] #44 10.59 DEP images/netdev.pb-c.d [2020-03-16T08:49:03.590Z] #44 10.65 PBCC images/vma.pb-c.c [2020-03-16T08:49:03.590Z] #44 10.70 DEP images/vma.pb-c.d [2020-03-16T08:49:03.590Z] #44 ... [2020-03-16T08:49:03.590Z] [2020-03-16T08:49:03.590Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:03.590Z] #33 53.06 internal/poll [2020-03-16T08:49:03.590Z] #33 54.76 internal/fmtsort [2020-03-16T08:49:03.590Z] #33 55.16 internal/syscall/unix [2020-03-16T08:49:03.590Z] #33 55.37 strings [2020-03-16T08:49:03.590Z] #33 55.50 os [2020-03-16T08:49:03.590Z] #33 57.82 path [2020-03-16T08:49:03.590Z] #33 58.33 text/tabwriter [2020-03-16T08:49:03.590Z] #33 59.57 path/filepath [2020-03-16T08:49:03.590Z] #33 59.57 fmt [2020-03-16T08:49:03.590Z] #33 61.38 io/ioutil [2020-03-16T08:49:03.590Z] #33 ... [2020-03-16T08:49:03.590Z] [2020-03-16T08:49:03.590Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:03.590Z] #44 10.76 PBCC images/creds.pb-c.c [2020-03-16T08:49:03.590Z] #44 10.83 DEP images/creds.pb-c.d [2020-03-16T08:49:03.848Z] #44 10.87 PBCC images/utsns.pb-c.c [2020-03-16T08:49:03.848Z] #44 10.90 DEP images/utsns.pb-c.d [2020-03-16T08:49:03.848Z] #44 10.96 PBCC images/ipc-desc.pb-c.c [2020-03-16T08:49:03.848Z] #44 11.01 PBCC images/ipc-sem.pb-c.c [2020-03-16T08:49:03.848Z] #44 11.08 DEP images/ipc-desc.pb-c.d [2020-03-16T08:49:03.848Z] #44 11.16 DEP images/ipc-sem.pb-c.d [2020-03-16T08:49:04.106Z] #44 11.24 PBCC images/ipc-msg.pb-c.c [2020-03-16T08:49:04.106Z] #44 11.28 DEP images/ipc-msg.pb-c.d [2020-03-16T08:49:04.106Z] #44 11.33 PBCC images/ipc-shm.pb-c.c [2020-03-16T08:49:04.106Z] #44 11.34 DEP images/ipc-shm.pb-c.d [2020-03-16T08:49:04.343Z] INFO: make.ps1 starting at 03/16/2020 08:49:04 [2020-03-16T08:49:04.363Z] #44 11.45 PBCC images/ipc-var.pb-c.c [2020-03-16T08:49:04.363Z] #44 11.49 DEP images/ipc-var.pb-c.d [2020-03-16T08:49:04.363Z] #44 11.54 PBCC images/sk-opts.pb-c.c [2020-03-16T08:49:04.363Z] #44 11.59 PBCC images/packet-sock.pb-c.c [2020-03-16T08:49:04.621Z] #44 11.70 DEP images/sk-opts.pb-c.d [2020-03-16T08:49:04.621Z] #44 11.74 DEP images/packet-sock.pb-c.d [2020-03-16T08:49:04.621Z] #44 11.81 PBCC images/sk-netlink.pb-c.c [2020-03-16T08:49:04.621Z] #44 11.88 DEP images/sk-netlink.pb-c.d [2020-03-16T08:49:04.796Z] INFO: Git commit (5e1b246b9a) assumed from DOCKER_GITCOMMIT environment variable [2020-03-16T08:49:04.796Z] INFO: Invoking autogen... [2020-03-16T08:49:04.879Z] #44 11.94 PBCC images/sk-inet.pb-c.c [2020-03-16T08:49:04.879Z] #44 12.01 DEP images/sk-inet.pb-c.d [2020-03-16T08:49:04.879Z] #44 12.05 PBCC images/sk-unix.pb-c.c [2020-03-16T08:49:04.879Z] #44 12.09 DEP images/sk-unix.pb-c.d [2020-03-16T08:49:05.137Z] #44 12.18 PBCC images/mm.pb-c.c [2020-03-16T08:49:05.137Z] #44 12.27 DEP images/mm.pb-c.d [2020-03-16T08:49:05.137Z] #44 ... [2020-03-16T08:49:05.137Z] [2020-03-16T08:49:05.137Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:05.137Z] #56 54.74 context [2020-03-16T08:49:05.137Z] #56 55.50 internal/syscall/unix [2020-03-16T08:49:05.137Z] #56 55.95 os [2020-03-16T08:49:05.137Z] #56 59.05 path/filepath [2020-03-16T08:49:05.137Z] #56 61.34 io/ioutil [2020-03-16T08:49:05.137Z] #56 61.94 regexp/syntax [2020-03-16T08:49:05.137Z] #56 62.30 fmt [2020-03-16T08:49:05.137Z] #56 ... [2020-03-16T08:49:05.137Z] [2020-03-16T08:49:05.137Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:49:05.249Z] INFO: Building daemon... [2020-03-16T08:49:06.167Z] #65 39.82 Checking out files: 49% (1554/3137) Checking out files: 50% (1569/3137) Checking out files: 51% (1600/3137) Checking out files: 52% (1632/3137) Checking out files: 53% (1663/3137) Checking out files: 54% (1694/3137) Checking out files: 55% (1726/3137) Checking out files: 56% (1757/3137) Checking out files: 57% (1789/3137) Checking out files: 58% (1820/3137) Checking out files: 59% (1851/3137) Checking out files: 60% (1883/3137) Checking out files: 61% (1914/3137) Checking out files: 62% (1945/3137) Checking out files: 63% (1977/3137) Checking out files: 64% (2008/3137) Checking out files: 65% (2040/3137) Checking out files: 66% (2071/3137) Checking out files: 67% (2102/3137) Checking out files: 68% (2134/3137) Checking out files: 69% (2165/3137) Checking out files: 70% (2196/3137) Checking out files: 71% (2228/3137) Checking out files: 72% (2259/3137) Checking out files: 73% (2291/3137) Checking out files: 74% (2322/3137) Checking out files: 75% (2353/3137) Checking out files: 76% (2385/3137) Checking out files: 77% (2416/3137) Checking out files: 78% (2447/3137) Checking out files: 79% (2479/3137) Checking out files: 80% (2510/3137) Checking out files: 81% (2541/3137) Checking out files: 82% (2573/3137) Checking out files: 83% (2604/3137) Checking out files: 84% (2636/3137) Checking out files: 85% (2667/3137) Checking out files: 86% (2698/3137) Checking out files: 87% (2730/3137) Checking out files: 88% (2761/3137) Checking out files: 89% (2792/3137) Checking out files: 90% (2824/3137) Checking out files: 91% (2855/3137) Checking out files: 92% (2887/3137) Checking out files: 93% (2918/3137) Checking out files: 94% (2949/3137) Checking out files: 95% (2981/3137) Checking out files: 96% (3012/3137) Checking out files: 97% (3043/3137) Checking out files: 98% (3075/3137) Checking out files: 99% (3106/3137) Checking out files: 100% (3137/3137) Checking out files: 100% (3137/3137), done. [2020-03-16T08:49:06.167Z] #65 41.43 + cd /tmp/tmp.CPklKwyQqg/src/github.com/containerd/containerd [2020-03-16T08:49:06.426Z] #65 41.44 + git checkout -q d76c121f76a5fc8a462dc64594aea72fe18e1178 [2020-03-16T08:49:07.361Z] #65 ... [2020-03-16T08:49:07.361Z] [2020-03-16T08:49:07.361Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:07.361Z] #47 56.84 os [2020-03-16T08:49:07.361Z] #47 58.13 regexp/syntax [2020-03-16T08:49:07.361Z] #47 61.36 fmt [2020-03-16T08:49:07.361Z] #47 63.48 regexp [2020-03-16T08:49:07.361Z] #47 65.46 flag [2020-03-16T08:49:07.361Z] #47 ... [2020-03-16T08:49:07.361Z] [2020-03-16T08:49:07.361Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:07.361Z] #44 12.34 PBCC images/timerfd.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.40 DEP images/timerfd.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.45 PBCC images/timer.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.49 DEP images/timer.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.59 PBCC images/sa.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.64 DEP images/sa.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.69 PBCC images/pipe-data.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.71 DEP images/pipe-data.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.76 PBCC images/mnt.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.79 DEP images/mnt.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.84 PBCC images/sk-packet.pb-c.c [2020-03-16T08:49:07.361Z] #44 12.88 DEP images/sk-packet.pb-c.d [2020-03-16T08:49:07.361Z] #44 12.92 PBCC images/tcp-stream.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.00 DEP images/tcp-stream.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.04 PBCC images/pipe.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.11 DEP images/pipe.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.20 PBCC images/pstree.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.21 DEP images/pstree.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.26 PBCC images/fs.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.31 DEP images/fs.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.41 PBCC images/signalfd.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.52 DEP images/signalfd.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.59 PBCC images/fh.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.65 PBCC images/fsnotify.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.77 DEP images/fh.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.86 DEP images/fsnotify.pb-c.d [2020-03-16T08:49:07.361Z] #44 13.91 PBCC images/eventpoll.pb-c.c [2020-03-16T08:49:07.361Z] #44 13.96 DEP images/eventpoll.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.03 PBCC images/eventfd.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.04 DEP images/eventfd.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.10 PBCC images/remap-file-path.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.11 DEP images/remap-file-path.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.15 PBCC images/fifo.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.19 DEP images/fifo.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.23 PBCC images/ghost-file.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.28 DEP images/ghost-file.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.35 PBCC images/regfile.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.45 DEP images/regfile.pb-c.d [2020-03-16T08:49:07.361Z] #44 14.51 PBCC images/ns.pb-c.c [2020-03-16T08:49:07.361Z] #44 14.55 DEP images/ns.pb-c.d [2020-03-16T08:49:07.619Z] #44 14.59 PBCC images/fdinfo.pb-c.c [2020-03-16T08:49:07.619Z] #44 14.70 DEP images/fdinfo.pb-c.d [2020-03-16T08:49:07.619Z] #44 14.80 PBCC images/core-aarch64.pb-c.c [2020-03-16T08:49:07.877Z] #44 14.83 PBCC images/core-arm.pb-c.c [2020-03-16T08:49:07.877Z] #44 14.90 PBCC images/core-ppc64.pb-c.c [2020-03-16T08:49:07.877Z] #44 15.02 PBCC images/core-s390.pb-c.c [2020-03-16T08:49:07.877Z] #44 15.10 PBCC images/core-x86.pb-c.c [2020-03-16T08:49:08.135Z] #44 15.20 PBCC images/core.pb-c.c [2020-03-16T08:49:08.135Z] #44 15.26 PBCC images/inventory.pb-c.c [2020-03-16T08:49:08.135Z] #44 15.33 DEP images/core-aarch64.pb-c.d [2020-03-16T08:49:08.135Z] #44 15.40 DEP images/core-arm.pb-c.d [2020-03-16T08:49:08.394Z] #44 15.48 DEP images/core-ppc64.pb-c.d [2020-03-16T08:49:08.394Z] #44 15.59 DEP images/core-s390.pb-c.d [2020-03-16T08:49:08.394Z] #44 15.64 DEP images/core-x86.pb-c.d [2020-03-16T08:49:08.394Z] #44 15.69 DEP images/core.pb-c.d [2020-03-16T08:49:08.652Z] #44 15.76 DEP images/inventory.pb-c.d [2020-03-16T08:49:08.652Z] #44 15.83 PBCC images/cpuinfo.pb-c.c [2020-03-16T08:49:08.914Z] #44 15.86 DEP images/cpuinfo.pb-c.d [2020-03-16T08:49:08.914Z] #44 15.91 PBCC images/stats.pb-c.c [2020-03-16T08:49:08.914Z] #44 15.92 DEP images/stats.pb-c.d [2020-03-16T08:49:09.818Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2020-03-16T08:49:10.293Z] #44 17.59 make[1]: Nothing to be done for 'all'. [2020-03-16T08:49:12.192Z] #44 19.14 CC images/stats.o [2020-03-16T08:49:12.757Z] #44 ... [2020-03-16T08:49:12.757Z] [2020-03-16T08:49:12.757Z] #33 [tomlv 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:12.757Z] #33 63.49 github.com/BurntSushi/toml [2020-03-16T08:49:12.757Z] #33 63.49 flag [2020-03-16T08:49:12.757Z] #33 65.49 log [2020-03-16T08:49:12.757Z] #33 68.02 github.com/BurntSushi/toml/cmd/tomlv [2020-03-16T08:49:12.757Z] #33 DONE 72.1s [2020-03-16T08:49:12.757Z] [2020-03-16T08:49:12.757Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:12.757Z] #44 19.69 CC images/core.o [2020-03-16T08:49:12.757Z] #44 ... [2020-03-16T08:49:12.757Z] [2020-03-16T08:49:12.757Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:49:12.757Z] #65 42.80 + export 'BUILDTAGS=netgo osusergo static_build' [2020-03-16T08:49:12.757Z] #65 42.80 + BUILDTAGS='netgo osusergo static_build' [2020-03-16T08:49:12.757Z] #65 42.80 + export EXTRA_FLAGS=-buildmode=pie [2020-03-16T08:49:12.757Z] #65 42.80 + EXTRA_FLAGS=-buildmode=pie [2020-03-16T08:49:12.757Z] #65 42.80 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-03-16T08:49:12.757Z] #65 42.80 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-03-16T08:49:12.757Z] #65 42.80 + '[' '' = dynamic ']' [2020-03-16T08:49:12.757Z] #65 42.80 + make [2020-03-16T08:49:12.757Z] #65 44.06 + bin/ctr [2020-03-16T08:49:13.691Z] #65 ... [2020-03-16T08:49:13.691Z] [2020-03-16T08:49:13.691Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:13.691Z] #44 20.93 CC images/core-x86.o [2020-03-16T08:49:14.624Z] #44 21.49 CC images/core-arm.o [2020-03-16T08:49:14.882Z] #44 22.02 CC images/core-aarch64.o [2020-03-16T08:49:15.447Z] #44 22.54 CC images/core-ppc64.o [2020-03-16T08:49:16.013Z] #44 23.22 CC images/core-s390.o [2020-03-16T08:49:16.947Z] #44 23.89 CC images/cpuinfo.o [2020-03-16T08:49:16.947Z] #44 ... [2020-03-16T08:49:16.947Z] [2020-03-16T08:49:16.947Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:16.947Z] #56 66.38 encoding/json [2020-03-16T08:49:16.947Z] #56 66.44 github.com/pkg/diff [2020-03-16T08:49:16.947Z] #56 68.10 go/token [2020-03-16T08:49:16.947Z] #56 69.13 go/scanner [2020-03-16T08:49:16.947Z] #56 70.19 go/ast [2020-03-16T08:49:16.947Z] #56 73.52 golang.org/x/sys/unix [2020-03-16T08:49:16.947Z] #56 76.26 mvdan.cc/editorconfig [2020-03-16T08:49:16.947Z] #56 ... [2020-03-16T08:49:16.947Z] [2020-03-16T08:49:16.947Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:16.947Z] #47 67.33 go/token [2020-03-16T08:49:16.947Z] #47 68.08 internal/lazyregexp [2020-03-16T08:49:16.947Z] #47 68.37 go/scanner [2020-03-16T08:49:16.947Z] #47 68.40 net/url [2020-03-16T08:49:16.947Z] #47 70.23 go/ast [2020-03-16T08:49:16.947Z] #47 70.25 text/template/parse [2020-03-16T08:49:16.947Z] #47 74.58 text/template [2020-03-16T08:49:16.947Z] #47 76.31 go/parser [2020-03-16T08:49:17.205Z] #47 ... [2020-03-16T08:49:17.205Z] [2020-03-16T08:49:17.205Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:17.205Z] #44 24.31 CC images/inventory.o [2020-03-16T08:49:17.463Z] #44 24.59 CC images/fdinfo.o [2020-03-16T08:49:17.721Z] #44 24.88 CC images/fown.o [2020-03-16T08:49:17.978Z] #44 25.10 CC images/ns.o [2020-03-16T08:49:17.978Z] #44 25.27 CC images/regfile.o [2020-03-16T08:49:18.544Z] #44 25.58 CC images/ghost-file.o [2020-03-16T08:49:18.801Z] #44 25.94 CC images/fifo.o [2020-03-16T08:49:19.059Z] #44 26.26 CC images/remap-file-path.o [2020-03-16T08:49:19.317Z] #44 26.43 CC images/eventfd.o [2020-03-16T08:49:19.575Z] #44 26.66 CC images/eventpoll.o [2020-03-16T08:49:19.833Z] #44 26.97 CC images/fh.o [2020-03-16T08:49:20.090Z] #44 27.24 CC images/fsnotify.o [2020-03-16T08:49:20.656Z] #44 27.89 CC images/signalfd.o [2020-03-16T08:49:20.914Z] #44 28.16 CC images/fs.o [2020-03-16T08:49:21.172Z] #44 28.41 CC images/pstree.o [2020-03-16T08:49:21.621Z] ok github.com/docker/docker/cmd/dockerd 0.040s coverage: 30.7% of statements [2020-03-16T08:49:21.621Z] ok github.com/docker/docker/container 0.119s coverage: 34.7% of statements [2020-03-16T08:49:21.621Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-16T08:49:21.621Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-16T08:49:21.621Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-16T08:49:21.621Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-16T08:49:21.737Z] #44 28.73 CC images/pipe.o [2020-03-16T08:49:21.737Z] #44 29.01 CC images/tcp-stream.o [2020-03-16T08:49:21.998Z] #44 29.29 CC images/sk-packet.o [2020-03-16T08:49:22.563Z] #44 29.62 CC images/mnt.o [2020-03-16T08:49:22.821Z] #44 29.91 CC images/pipe-data.o [2020-03-16T08:49:23.079Z] #44 30.26 CC images/sa.o [2020-03-16T08:49:23.337Z] #44 30.60 CC images/timer.o [2020-03-16T08:49:23.902Z] #44 30.94 CC images/timerfd.o [2020-03-16T08:49:23.902Z] #44 ... [2020-03-16T08:49:23.902Z] [2020-03-16T08:49:23.902Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:49:23.902Z] #10 87.83 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-03-16T08:49:23.902Z] #10 87.83 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-03-16T08:49:23.902Z] #10 87.84 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:49:24.298Z] ok github.com/docker/docker/daemon/cluster 0.035s coverage: 0.5% of statements [2020-03-16T08:49:25.800Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2020-03-16T08:49:26.820Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.6% of statements [2020-03-16T08:49:26.908Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:49:26.908Z] [2020-03-16T08:49:26.908Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:49:26.908Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:49:26.908Z] HOSTNAME=fdd506e4f59a [2020-03-16T08:49:26.908Z] DEST=bundles/test-integration [2020-03-16T08:49:26.908Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:49:26.908Z] DOCKER_ROOTLESS=1 [2020-03-16T08:49:26.908Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:49:26.908Z] container=docker [2020-03-16T08:49:26.908Z] HOME=/root [2020-03-16T08:49:26.908Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:49:26.908Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:49:26.908Z] VALIDATE_BRANCH=master [2020-03-16T08:49:26.908Z] TERM=xterm [2020-03-16T08:49:26.908Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:49:26.908Z] SHLVL=1 [2020-03-16T08:49:26.908Z] TIMEOUT=120m [2020-03-16T08:49:26.908Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:49:26.908Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:49:26.908Z] GO111MODULE=off [2020-03-16T08:49:26.908Z] DOCKER_EXPERIMENTAL=1 [2020-03-16T08:49:26.908Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-16T08:49:26.908Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:49:26.908Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:49:26.908Z] GOPATH=/go [2020-03-16T08:49:26.908Z] PKG_CONFIG=pkg-config [2020-03-16T08:49:26.908Z] _=/usr/bin/env [2020-03-16T08:49:26.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T08:49:28.099Z] #10 ... [2020-03-16T08:49:28.099Z] [2020-03-16T08:49:28.099Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:28.099Z] #56 77.64 mvdan.cc/sh/v3/fileutil [2020-03-16T08:49:28.099Z] #56 77.84 mvdan.cc/sh/v3/syntax [2020-03-16T08:49:28.099Z] #56 82.00 golang.org/x/crypto/ssh/terminal [2020-03-16T08:49:28.099Z] #56 86.99 mvdan.cc/sh/v3/cmd/shfmt [2020-03-16T08:49:28.099Z] #56 ... [2020-03-16T08:49:28.099Z] [2020-03-16T08:49:28.099Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:28.099Z] #44 31.22 CC images/mm.o [2020-03-16T08:49:28.099Z] #44 31.65 CC images/sk-opts.o [2020-03-16T08:49:28.099Z] #44 31.90 CC images/sk-unix.o [2020-03-16T08:49:28.099Z] #44 32.26 CC images/sk-inet.o [2020-03-16T08:49:28.099Z] #44 32.66 CC images/tun.o [2020-03-16T08:49:28.099Z] #44 32.98 CC images/sk-netlink.o [2020-03-16T08:49:28.099Z] #44 33.21 CC images/packet-sock.o [2020-03-16T08:49:28.099Z] #44 33.68 CC images/ipc-var.o [2020-03-16T08:49:28.099Z] #44 33.90 CC images/ipc-desc.o [2020-03-16T08:49:28.099Z] #44 34.19 CC images/ipc-shm.o [2020-03-16T08:49:28.099Z] #44 34.36 CC images/ipc-msg.o [2020-03-16T08:49:28.099Z] #44 34.67 CC images/ipc-sem.o [2020-03-16T08:49:28.099Z] #44 34.87 CC images/utsns.o [2020-03-16T08:49:28.099Z] #44 35.09 CC images/creds.o [2020-03-16T08:49:28.099Z] #44 35.27 CC images/vma.o [2020-03-16T08:49:28.357Z] #44 35.51 CC images/netdev.o [2020-03-16T08:49:28.614Z] #44 35.92 CC images/tty.o [2020-03-16T08:49:29.547Z] #44 36.70 CC images/file-lock.o [2020-03-16T08:49:29.805Z] #44 36.94 CC images/rlimit.o [2020-03-16T08:49:29.805Z] #44 ... [2020-03-16T08:49:29.805Z] [2020-03-16T08:49:29.805Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:29.805Z] #47 79.54 go/doc [2020-03-16T08:49:29.805Z] #47 80.22 encoding/xml [2020-03-16T08:49:29.805Z] #47 82.54 github.com/LK4D4/vndr/build [2020-03-16T08:49:29.805Z] #47 86.12 github.com/LK4D4/vndr/versioned [2020-03-16T08:49:29.805Z] #47 86.33 crypto/dsa [2020-03-16T08:49:29.805Z] #47 86.36 crypto/x509/pkix [2020-03-16T08:49:29.805Z] #47 86.91 vendor/golang.org/x/crypto/cryptobyte [2020-03-16T08:49:29.805Z] #47 86.92 net [2020-03-16T08:49:29.805Z] #47 89.07 vendor/golang.org/x/crypto/internal/chacha20 [2020-03-16T08:49:30.074Z] #47 89.62 vendor/golang.org/x/crypto/poly1305 [2020-03-16T08:49:30.074Z] #47 ... [2020-03-16T08:49:30.074Z] [2020-03-16T08:49:30.074Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:30.074Z] #44 37.22 CC images/pagemap.o [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/server/httputils 0.034s coverage: 14.7% of statements [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/server/middleware 0.041s coverage: 37.7% of statements [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/types/strslice 0.027s coverage: 90.0% of statements [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/types/filters 0.031s coverage: 92.2% of statements [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/types/time 0.029s coverage: 100.0% of statements [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 4.5% of statements [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 75.0% of statements [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-16T08:49:30.253Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/builder/dockerignore 0.025s coverage: 96.8% of statements [2020-03-16T08:49:30.253Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2020-03-16T08:49:30.512Z] ok github.com/docker/docker/builder/remotecontext 0.316s coverage: 13.6% of statements [2020-03-16T08:49:30.639Z] #44 37.56 CC images/siginfo.o [2020-03-16T08:49:30.639Z] #44 37.86 CC images/rpc.o [2020-03-16T08:49:30.770Z] ok github.com/docker/docker/builder/remotecontext/git 3.487s coverage: 86.3% of statements [2020-03-16T08:49:31.711Z] ok github.com/docker/docker/builder/dockerfile 1.140s coverage: 48.2% of statements [2020-03-16T08:49:31.711Z] ? github.com/docker/docker/cli [no test files] [2020-03-16T08:49:31.711Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-16T08:49:32.149Z] #44 39.27 CC images/ext-file.o [2020-03-16T08:49:32.407Z] #44 39.54 CC images/cgroup.o [2020-03-16T08:49:32.972Z] #44 ... [2020-03-16T08:49:32.972Z] [2020-03-16T08:49:32.972Z] #56 [shfmt 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-03-16T08:49:32.972Z] #56 DONE 92.7s [2020-03-16T08:49:33.229Z] [2020-03-16T08:49:33.229Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:33.229Z] #47 90.07 vendor/golang.org/x/sys/cpu [2020-03-16T08:49:33.229Z] #47 90.42 vendor/golang.org/x/crypto/chacha20poly1305 [2020-03-16T08:49:33.229Z] #47 91.83 vendor/golang.org/x/crypto/hkdf [2020-03-16T08:49:33.229Z] #47 92.32 vendor/golang.org/x/text/transform [2020-03-16T08:49:33.742Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.426s coverage: 13.8% of statements [2020-03-16T08:49:33.797Z] #47 93.24 vendor/golang.org/x/text/unicode/bidi [2020-03-16T08:49:34.355Z] ok github.com/docker/docker/daemon/config 0.020s coverage: 81.7% of statements [2020-03-16T08:49:34.968Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-03-16T08:49:35.581Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-03-16T08:49:35.694Z] #47 95.24 vendor/golang.org/x/text/secure/bidirule [2020-03-16T08:49:35.952Z] #47 95.57 vendor/golang.org/x/text/unicode/norm [2020-03-16T08:49:36.089Z] ok github.com/docker/docker/client 0.398s coverage: 75.8% of statements [2020-03-16T08:49:36.195Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-03-16T08:49:37.243Z] ok github.com/docker/docker/daemon 12.264s coverage: 17.5% of statements [2020-03-16T08:49:37.243Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-16T08:49:37.243Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-16T08:49:37.243Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-16T08:49:37.243Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-16T08:49:37.851Z] #47 ... [2020-03-16T08:49:37.851Z] [2020-03-16T08:49:37.851Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:37.851Z] #44 40.73 CC images/userns.o [2020-03-16T08:49:37.851Z] #44 41.23 CC images/google/protobuf/descriptor.o [2020-03-16T08:49:37.851Z] #44 42.93 CC images/opts.o [2020-03-16T08:49:37.851Z] #44 43.11 CC images/seccomp.o [2020-03-16T08:49:37.851Z] #44 43.42 CC images/binfmt-misc.o [2020-03-16T08:49:37.851Z] #44 43.68 CC images/time.o [2020-03-16T08:49:37.851Z] #44 43.94 CC images/sysctl.o [2020-03-16T08:49:37.851Z] #44 44.20 CC images/autofs.o [2020-03-16T08:49:37.851Z] #44 44.52 CC images/macvlan.o [2020-03-16T08:49:37.851Z] #44 44.72 CC images/sit.o [2020-03-16T08:49:37.851Z] #44 44.99 LINK images/built-in.o [2020-03-16T08:49:37.851Z] #44 45.09 GEN compel/include/asm [2020-03-16T08:49:38.108Z] #44 45.11 GEN compel/include/version.h [2020-03-16T08:49:38.108Z] #44 45.13 touch .config [2020-03-16T08:49:38.108Z] #44 45.16 GEN include/common/config.h [2020-03-16T08:49:38.108Z] #44 45.23 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-03-16T08:49:38.108Z] #44 45.25 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-03-16T08:49:38.108Z] #44 45.27 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-03-16T08:49:38.108Z] #44 45.30 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-03-16T08:49:38.108Z] #44 45.32 DEP compel/arch/x86/plugins/std/memcpy.d [2020-03-16T08:49:38.108Z] #44 45.34 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-03-16T08:49:38.366Z] #44 45.37 GEN compel/plugins/include/uapi/std/syscall.h [2020-03-16T08:49:38.366Z] #44 45.39 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-03-16T08:49:38.366Z] #44 45.40 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-03-16T08:49:38.366Z] #44 45.42 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-03-16T08:49:38.366Z] #44 45.43 DEP compel/plugins/std/infect.d [2020-03-16T08:49:38.366Z] #44 45.53 DEP compel/plugins/std/string.d [2020-03-16T08:49:38.624Z] #44 45.66 DEP compel/plugins/std/log.d [2020-03-16T08:49:38.624Z] #44 45.75 DEP compel/plugins/std/fds.d [2020-03-16T08:49:38.624Z] #44 45.86 DEP compel/plugins/std/std.d [2020-03-16T08:49:38.712Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-03-16T08:49:38.881Z] #44 45.95 DEP compel/plugins/shmem/shmem.d [2020-03-16T08:49:38.881Z] #44 46.09 DEP compel/plugins/fds/fds.d [2020-03-16T08:49:39.139Z] #44 46.28 CC compel/plugins/std/std.o [2020-03-16T08:49:39.325Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.174s coverage: 57.0% of statements [2020-03-16T08:49:39.705Z] #44 46.62 CC compel/plugins/std/fds.o [2020-03-16T08:49:39.962Z] #44 47.06 CC compel/plugins/std/log.o [2020-03-16T08:49:40.896Z] #44 47.83 CC compel/plugins/std/string.o [2020-03-16T08:49:40.896Z] #44 ... [2020-03-16T08:49:40.896Z] [2020-03-16T08:49:40.896Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:49:40.896Z] #68 100.4 + for f in rootlesskit rootlesskit-docker-proxy [2020-03-16T08:49:40.896Z] #68 100.4 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-03-16T08:49:44.015Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.073s coverage: 46.2% of statements [2020-03-16T08:49:44.297Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-03-16T08:49:46.471Z] #68 ... [2020-03-16T08:49:46.471Z] [2020-03-16T08:49:46.471Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-03-16T08:49:46.471Z] #10 106.9 Selecting previously unselected package libapparmor1:amd64. [2020-03-16T08:49:46.471Z] #10 106.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 106.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-03-16T08:49:46.471Z] #10 107.0 Selecting previously unselected package libapparmor-dev:amd64. [2020-03-16T08:49:46.471Z] #10 107.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-03-16T08:49:46.471Z] #10 107.2 Selecting previously unselected package libbtrfs0. [2020-03-16T08:49:46.471Z] #10 107.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-03-16T08:49:46.471Z] #10 107.4 Selecting previously unselected package libbtrfs-dev. [2020-03-16T08:49:46.471Z] #10 107.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-03-16T08:49:46.471Z] #10 107.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-03-16T08:49:46.471Z] #10 107.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-03-16T08:49:46.471Z] #10 107.6 Selecting previously unselected package libudev-dev:amd64. [2020-03-16T08:49:46.471Z] #10 107.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u3_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.6 Unpacking libudev-dev:amd64 (241-7~deb10u3) ... [2020-03-16T08:49:46.471Z] #10 107.8 Selecting previously unselected package libsepol1-dev:amd64. [2020-03-16T08:49:46.471Z] #10 107.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 107.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-03-16T08:49:46.471Z] #10 108.2 Selecting previously unselected package libpcre16-3:amd64. [2020-03-16T08:49:46.471Z] #10 108.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 108.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 108.3 Selecting previously unselected package libpcre32-3:amd64. [2020-03-16T08:49:46.471Z] #10 108.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 108.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 108.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-03-16T08:49:46.471Z] #10 108.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 108.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 108.7 Selecting previously unselected package libpcre3-dev:amd64. [2020-03-16T08:49:46.471Z] #10 108.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 108.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 109.2 Selecting previously unselected package libselinux1-dev:amd64. [2020-03-16T08:49:46.471Z] #10 109.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 109.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-03-16T08:49:46.471Z] #10 109.5 Selecting previously unselected package libdevmapper-dev:amd64. [2020-03-16T08:49:46.471Z] #10 109.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 109.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-03-16T08:49:46.471Z] #10 109.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-03-16T08:49:46.471Z] #10 109.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 109.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-03-16T08:49:46.471Z] #10 109.8 Selecting previously unselected package libsystemd-dev:amd64. [2020-03-16T08:49:46.471Z] #10 109.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u3_amd64.deb ... [2020-03-16T08:49:46.471Z] #10 109.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-03-16T08:49:46.471Z] #10 110.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-03-16T08:49:46.471Z] #10 110.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.471Z] #10 110.6 Setting up libudev-dev:amd64 (241-7~deb10u3) ... [2020-03-16T08:49:46.471Z] #10 110.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-03-16T08:49:46.471Z] #10 110.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-03-16T08:49:46.471Z] #10 110.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-03-16T08:49:46.471Z] #10 110.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-03-16T08:49:46.733Z] #10 110.6 Setting up libsystemd-dev:amd64 (241-7~deb10u3) ... [2020-03-16T08:49:46.733Z] #10 110.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-03-16T08:49:46.733Z] #10 110.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-03-16T08:49:46.733Z] #10 110.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:49:46.733Z] #10 110.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-03-16T08:49:46.733Z] #10 110.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-03-16T08:49:46.733Z] #10 110.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-03-16T08:49:46.733Z] #10 110.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-03-16T08:49:46.733Z] #10 110.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-03-16T08:49:46.733Z] #10 110.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-03-16T08:49:46.733Z] #10 110.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-03-16T08:49:46.733Z] #10 110.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-03-16T08:49:46.733Z] #10 110.8 Setting up dmsetup (2:1.02.155-3) ... [2020-03-16T08:49:46.733Z] #10 110.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-03-16T08:49:46.733Z] #10 110.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-03-16T08:49:46.995Z] #10 110.9 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:49:47.564Z] #10 DONE 111.5s [2020-03-16T08:49:47.564Z] [2020-03-16T08:49:47.564Z] #68 [rootlesskit 3/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:49:47.564Z] #68 DONE 107.1s [2020-03-16T08:49:47.564Z] [2020-03-16T08:49:47.564Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2020-03-16T08:49:47.564Z] #69 DONE 0.2s [2020-03-16T08:49:47.564Z] [2020-03-16T08:49:47.564Z] #58 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T08:49:47.564Z] #58 DONE 0.2s [2020-03-16T08:49:47.564Z] [2020-03-16T08:49:47.564Z] #59 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2020-03-16T08:49:47.746Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.334s coverage: 49.5% of statements [2020-03-16T08:49:47.822Z] #59 DONE 0.1s [2020-03-16T08:49:47.822Z] [2020-03-16T08:49:47.822Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:48.909Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|compiled_files|exports_file|imports|types_sizes) took 1m53.935035806s [2020-03-16T08:49:48.909Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.961251ms [2020-03-16T08:49:50.600Z] #60 ... [2020-03-16T08:49:50.600Z] [2020-03-16T08:49:50.600Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:50.600Z] #47 99.99 vendor/golang.org/x/net/idna [2020-03-16T08:49:50.600Z] #47 102.4 vendor/golang.org/x/net/http2/hpack [2020-03-16T08:49:50.600Z] #47 103.8 mime [2020-03-16T08:49:50.600Z] #47 105.4 mime/quotedprintable [2020-03-16T08:49:50.600Z] #47 105.9 net/http/internal [2020-03-16T08:49:50.600Z] #47 109.6 crypto/tls [2020-03-16T08:49:50.600Z] #47 ... [2020-03-16T08:49:50.600Z] [2020-03-16T08:49:50.600Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:50.600Z] #44 48.55 CC compel/plugins/std/infect.o [2020-03-16T08:49:50.600Z] #44 49.01 CC compel/arch/x86/plugins/std/parasite-head.o [2020-03-16T08:49:50.600Z] #44 49.09 CC compel/arch/x86/plugins/std/memcpy.o [2020-03-16T08:49:50.600Z] #44 49.13 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-03-16T08:49:50.600Z] #44 49.19 AR compel/plugins/std.lib.a [2020-03-16T08:49:50.600Z] #44 49.26 CC compel/plugins/fds/fds.o [2020-03-16T08:49:50.600Z] #44 49.48 AR compel/plugins/fds.lib.a [2020-03-16T08:49:50.600Z] #44 49.54 HOSTDEP compel/src/lib/log-host.d [2020-03-16T08:49:50.600Z] #44 49.71 HOSTDEP compel/src/lib/handle-elf-host.d [2020-03-16T08:49:50.600Z] #44 49.92 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-03-16T08:49:50.600Z] #44 50.03 HOSTDEP compel/src/main-host.d [2020-03-16T08:49:50.600Z] #44 50.17 DEP compel/src/lib/ptrace.d [2020-03-16T08:49:50.600Z] #44 50.32 DEP compel/src/lib/infect.d [2020-03-16T08:49:50.600Z] #44 50.50 DEP compel/src/lib/infect-util.d [2020-03-16T08:49:50.600Z] #44 50.64 DEP compel/src/lib/infect-rpc.d [2020-03-16T08:49:50.600Z] #44 50.74 DEP compel/arch/x86/src/lib/infect.d [2020-03-16T08:49:50.600Z] #44 50.84 DEP compel/arch/x86/src/lib/cpu.d [2020-03-16T08:49:50.600Z] #44 50.93 DEP compel/src/lib/log.d [2020-03-16T08:49:50.600Z] #44 51.01 DEP compel/src/main.d [2020-03-16T08:49:50.600Z] #44 51.19 DEP compel/src/lib/handle-elf.d [2020-03-16T08:49:50.600Z] #44 51.32 DEP compel/arch/x86/src/lib/handle-elf.d [2020-03-16T08:49:50.600Z] #44 51.48 CC compel/src/lib/log.o [2020-03-16T08:49:50.600Z] #44 51.87 CC compel/arch/x86/src/lib/cpu.o [2020-03-16T08:49:50.600Z] #44 52.69 CC compel/arch/x86/src/lib/infect.o [2020-03-16T08:49:50.600Z] #44 53.69 CC compel/src/lib/infect-rpc.o [2020-03-16T08:49:50.600Z] #44 54.02 CC compel/src/lib/infect-util.o [2020-03-16T08:49:50.600Z] #44 54.39 CC compel/src/lib/infect.o [2020-03-16T08:49:50.600Z] #44 ... [2020-03-16T08:49:50.600Z] [2020-03-16T08:49:50.600Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:49:50.600Z] #60 3.018 + RM_GOPATH=0 [2020-03-16T08:49:50.600Z] #60 3.018 + TMP_GOPATH= [2020-03-16T08:49:50.600Z] #60 3.018 + : /build [2020-03-16T08:49:50.600Z] #60 3.018 + '[' -z '' ']' [2020-03-16T08:49:50.600Z] #60 3.021 ++ mktemp -d [2020-03-16T08:49:50.600Z] #60 3.029 + export GOPATH=/tmp/tmp.OK5isRRq3d [2020-03-16T08:49:50.600Z] #60 3.030 + GOPATH=/tmp/tmp.OK5isRRq3d [2020-03-16T08:49:50.600Z] #60 3.030 + RM_GOPATH=1 [2020-03-16T08:49:50.600Z] #60 3.030 ++ dirname ./install.sh [2020-03-16T08:49:50.600Z] #60 3.034 + dir=. [2020-03-16T08:49:50.600Z] #60 3.036 + bin=runc [2020-03-16T08:49:50.600Z] #60 3.036 + shift [2020-03-16T08:49:50.600Z] #60 3.036 + '[' '!' -f ./runc.installer ']' [2020-03-16T08:49:50.600Z] #60 3.036 + . ./runc.installer [2020-03-16T08:49:50.600Z] #60 3.041 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-16T08:49:50.860Z] #60 3.041 + install_runc [2020-03-16T08:49:50.860Z] #60 3.042 + grep -q '^3\.10\.0.*\.el7\.' [2020-03-16T08:49:50.860Z] #60 3.042 + uname -r [2020-03-16T08:49:50.860Z] #60 3.044 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-03-16T08:49:50.860Z] #60 3.045 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' [2020-03-16T08:49:50.860Z] #60 3.046 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) [2020-03-16T08:49:50.860Z] #60 3.046 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OK5isRRq3d/src/github.com/opencontainers/runc [2020-03-16T08:49:50.860Z] #60 3.047 Cloning into '/tmp/tmp.OK5isRRq3d/src/github.com/opencontainers/runc'... [2020-03-16T08:49:51.118Z] #60 ... [2020-03-16T08:49:51.118Z] [2020-03-16T08:49:51.118Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-03-16T08:49:51.118Z] #11 DONE 3.5s [2020-03-16T08:49:51.118Z] [2020-03-16T08:49:51.118Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:49:51.685Z] #12 ... [2020-03-16T08:49:51.685Z] [2020-03-16T08:49:51.685Z] #50 [gotestsum 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:49:51.685Z] #50 DONE 111.3s [2020-03-16T08:49:51.943Z] [2020-03-16T08:49:51.943Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:49:51.943Z] #44 58.10 CC compel/src/lib/ptrace.o [2020-03-16T08:49:51.943Z] #44 58.67 AR compel/libcompel.a [2020-03-16T08:49:51.943Z] #44 58.81 HOSTCC compel/src/main-host.o [2020-03-16T08:49:52.201Z] #44 59.30 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-03-16T08:49:52.463Z] #44 59.68 HOSTCC compel/src/lib/handle-elf-host.o [2020-03-16T08:49:53.028Z] #44 60.21 HOSTCC compel/src/lib/log-host.o [2020-03-16T08:49:53.287Z] #44 60.46 HOSTLINK compel/compel-host-bin [2020-03-16T08:49:53.544Z] #44 60.60 DEP soccr/soccr.d [2020-03-16T08:49:53.544Z] #44 60.72 CC soccr/soccr.o [2020-03-16T08:49:53.802Z] #44 ... [2020-03-16T08:49:53.802Z] [2020-03-16T08:49:53.802Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivil... [2020-03-16T08:49:53.802Z] #12 DONE 2.9s [2020-03-16T08:49:54.060Z] [2020-03-16T08:49:54.060Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.b... [2020-03-16T08:49:54.837Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.534s coverage: 72.5% of statements [2020-03-16T08:49:54.837Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-16T08:49:54.837Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.149s coverage: 61.0% of statements [2020-03-16T08:49:54.837Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-16T08:49:55.119Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements [2020-03-16T08:49:55.401Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.628s coverage: 76.1% of statements [2020-03-16T08:49:55.401Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-16T08:49:55.960Z] #13 1.986 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-03-16T08:49:55.960Z] #13 DONE 2.1s [2020-03-16T08:49:55.960Z] [2020-03-16T08:49:55.960Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bas... [2020-03-16T08:49:56.014Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2020-03-16T08:49:56.627Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2020-03-16T08:49:57.633Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2020-03-16T08:49:57.633Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-16T08:49:57.634Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-16T08:49:58.305Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 41.8% of statements [2020-03-16T08:49:58.490Z] #14 DONE 2.1s [2020-03-16T08:49:58.490Z] [2020-03-16T08:49:58.490Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /et... [2020-03-16T08:49:58.919Z] ok github.com/docker/docker/daemon/logger/awslogs 0.088s coverage: 77.8% of statements [2020-03-16T08:49:58.919Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-16T08:49:58.919Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-16T08:49:59.200Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-03-16T08:49:59.814Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements [2020-03-16T08:50:00.096Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.011s coverage: 62.1% of statements [2020-03-16T08:50:00.378Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.003s coverage: 88.3% of statements [2020-03-16T08:50:00.449Z] #15 DONE 2.3s [2020-03-16T08:50:00.450Z] [2020-03-16T08:50:00.450Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-03-16T08:50:01.002Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 74.7% of statements [2020-03-16T08:50:01.003Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-16T08:50:01.284Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 19.9% of statements [2020-03-16T08:50:01.898Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 33.3% of statements [2020-03-16T08:50:02.906Z] ok github.com/docker/docker/daemon/logger/syslog 0.002s coverage: 47.8% of statements [2020-03-16T08:50:02.978Z] #16 DONE 2.3s [2020-03-16T08:50:02.978Z] [2020-03-16T08:50:02.978Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:02.978Z] #44 62.38 AR soccr/libsoccr.a [2020-03-16T08:50:02.978Z] #44 62.42 make[1]: 'soccr/libsoccr.a' is up to date. [2020-03-16T08:50:02.978Z] #44 62.79 DEP criu/arch/x86/sigframe.d [2020-03-16T08:50:02.978Z] #44 62.97 DEP criu/arch/x86/sigaction_compat.d [2020-03-16T08:50:02.978Z] #44 63.11 DEP criu/arch/x86/kerndat.d [2020-03-16T08:50:02.978Z] #44 63.28 DEP criu/arch/x86/crtools.d [2020-03-16T08:50:02.978Z] #44 63.52 DEP criu/arch/x86/cpu.d [2020-03-16T08:50:02.978Z] #44 63.74 CC criu/arch/x86/cpu.o [2020-03-16T08:50:02.978Z] #44 64.45 CC criu/arch/x86/crtools.o [2020-03-16T08:50:02.978Z] #44 66.18 CC criu/arch/x86/kerndat.o [2020-03-16T08:50:02.978Z] #44 66.77 CC criu/arch/x86/sigaction_compat.o [2020-03-16T08:50:02.978Z] #44 67.11 CC criu/arch/x86/sigframe.o [2020-03-16T08:50:02.978Z] #44 67.39 LINK criu/arch/x86/crtools.built-in.o [2020-03-16T08:50:02.978Z] #44 67.47 DEP criu/pie/util-vdso-elf32.d [2020-03-16T08:50:02.978Z] #44 67.72 DEP criu/pie/util-vdso.d [2020-03-16T08:50:02.978Z] #44 67.94 DEP criu/pie/util.d [2020-03-16T08:50:02.978Z] #44 68.32 CC criu/pie/util.o [2020-03-16T08:50:02.978Z] #44 68.67 CC criu/pie/util-vdso.o [2020-03-16T08:50:02.978Z] #44 69.50 CC criu/pie/util-vdso-elf32.o [2020-03-16T08:50:02.978Z] #44 ... [2020-03-16T08:50:02.978Z] [2020-03-16T08:50:02.978Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:03.162Z] ok github.com/docker/docker/cmd/dockerd 0.117s coverage: 30.7% of statements [2020-03-16T08:50:03.189Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-03-16T08:50:03.814Z] ok github.com/docker/docker/daemon/network 0.002s coverage: 63.8% of statements [2020-03-16T08:50:04.096Z] ok github.com/docker/docker/daemon/logger/splunk 1.481s coverage: 82.5% of statements [2020-03-16T08:50:04.096Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-16T08:50:04.096Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-16T08:50:05.073Z] ok github.com/docker/docker/container 0.162s coverage: 34.9% of statements [2020-03-16T08:50:05.073Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-16T08:50:05.073Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-16T08:50:05.073Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-16T08:50:05.073Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-16T08:50:05.103Z] ok github.com/docker/docker/distribution/metadata 0.023s coverage: 48.2% of statements [2020-03-16T08:50:05.384Z] ok github.com/docker/docker/distribution 0.241s coverage: 22.1% of statements [2020-03-16T08:50:05.384Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-16T08:50:05.504Z] #17 2.646 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-03-16T08:50:05.504Z] #17 2.740 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-03-16T08:50:05.504Z] #17 2.827 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB] [2020-03-16T08:50:05.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T08:50:05.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T08:50:05.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T08:50:06.068Z] #17 3.340 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2020-03-16T08:50:06.389Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements [2020-03-16T08:50:07.002Z] ok github.com/docker/docker/image 0.026s coverage: 86.4% of statements [2020-03-16T08:50:07.440Z] #17 ... [2020-03-16T08:50:07.440Z] [2020-03-16T08:50:07.440Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:50:07.440Z] #47 117.0 net/http/httptrace [2020-03-16T08:50:07.440Z] #47 117.2 net/http [2020-03-16T08:50:07.440Z] #47 ... [2020-03-16T08:50:07.440Z] [2020-03-16T08:50:07.440Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:07.440Z] #17 4.830 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [183 kB] [2020-03-16T08:50:08.007Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements [2020-03-16T08:50:08.290Z] ok github.com/docker/docker/distribution/xfer 1.907s coverage: 85.1% of statements [2020-03-16T08:50:08.290Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-16T08:50:08.290Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-16T08:50:08.290Z] ok github.com/docker/docker/image/v1 0.004s coverage: 25.0% of statements [2020-03-16T08:50:08.290Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-16T08:50:08.369Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.069s coverage: 65.3% of statements [2020-03-16T08:50:08.373Z] #17 ... [2020-03-16T08:50:08.373Z] [2020-03-16T08:50:08.373Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:50:08.373Z] #60 10.79 + cd /tmp/tmp.OK5isRRq3d/src/github.com/opencontainers/runc [2020-03-16T08:50:08.373Z] #60 10.79 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-03-16T08:50:08.373Z] #60 11.43 + '[' -z '' ']' [2020-03-16T08:50:08.373Z] #60 11.43 + target=static [2020-03-16T08:50:08.373Z] #60 11.43 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-03-16T08:50:08.373Z] #60 13.04 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-16T08:50:08.630Z] #60 ... [2020-03-16T08:50:08.630Z] [2020-03-16T08:50:08.630Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:08.630Z] #44 70.42 AR criu/pie/pie.lib.a [2020-03-16T08:50:08.630Z] #44 70.60 DEP criu/pie/restorer.d [2020-03-16T08:50:08.630Z] #44 70.79 DEP criu/arch/x86/sigaction_compat_pie.d [2020-03-16T08:50:08.630Z] #44 70.94 DEP criu/arch/x86/restorer_unmap.d [2020-03-16T08:50:08.630Z] #44 70.97 DEP criu/arch/x86/restorer.d [2020-03-16T08:50:08.630Z] #44 71.20 DEP criu/arch/x86/vdso-pie.d [2020-03-16T08:50:08.630Z] #44 71.30 DEP criu/pie/parasite-vdso.d [2020-03-16T08:50:08.630Z] #44 71.44 DEP criu/pie/parasite.d [2020-03-16T08:50:08.630Z] #44 71.70 CC criu/pie/parasite.o [2020-03-16T08:50:08.630Z] #44 72.85 LINK criu/pie/parasite.built-in.o [2020-03-16T08:50:08.630Z] #44 72.88 GEN criu/pie/parasite-blob.h [2020-03-16T08:50:08.630Z] #44 72.91 CC criu/pie/parasite-vdso.o [2020-03-16T08:50:08.630Z] #44 73.58 CC criu/arch/x86/vdso-pie.o [2020-03-16T08:50:08.630Z] #44 73.88 CC criu/arch/x86/restorer.o [2020-03-16T08:50:08.630Z] #44 74.49 CC criu/arch/x86/restorer_unmap.o [2020-03-16T08:50:08.630Z] #44 74.57 CC criu/arch/x86/sigaction_compat_pie.o [2020-03-16T08:50:08.630Z] #44 74.86 CC criu/pie/restorer.o [2020-03-16T08:50:08.904Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-03-16T08:50:09.016Z] ok github.com/docker/docker/daemon/cluster/convert 0.039s coverage: 35.6% of statements [2020-03-16T08:50:09.911Z] ok github.com/docker/docker/opts 0.014s coverage: 67.4% of statements [2020-03-16T08:50:10.193Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-03-16T08:50:10.401Z] ok github.com/docker/docker/daemon/cluster 0.115s coverage: 0.5% of statements [2020-03-16T08:50:10.529Z] #44 ... [2020-03-16T08:50:10.529Z] [2020-03-16T08:50:10.529Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:50:10.529Z] #47 130.0 github.com/LK4D4/vndr/godl [2020-03-16T08:50:11.094Z] #47 130.8 github.com/LK4D4/vndr [2020-03-16T08:50:11.661Z] ok github.com/docker/docker/pkg/archive 0.485s coverage: 77.2% of statements [2020-03-16T08:50:12.275Z] ok github.com/docker/docker/pkg/authorization 0.239s coverage: 68.3% of statements [2020-03-16T08:50:12.556Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-03-16T08:50:12.837Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-03-16T08:50:12.965Z] ok github.com/docker/docker/daemon/discovery 0.058s coverage: 30.0% of statements [2020-03-16T08:50:13.906Z] ok github.com/docker/docker/daemon/config 0.099s coverage: 81.7% of statements [2020-03-16T08:50:14.478Z] ok github.com/docker/docker/daemon/events 0.077s coverage: 50.0% of statements [2020-03-16T08:50:16.352Z] #47 ... [2020-03-16T08:50:16.352Z] [2020-03-16T08:50:16.352Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:16.352Z] #44 77.99 LINK criu/pie/restorer.built-in.o [2020-03-16T08:50:16.352Z] #44 78.01 GEN criu/pie/restorer-blob.h [2020-03-16T08:50:16.352Z] #44 78.14 DEP criu/vdso.d [2020-03-16T08:50:16.352Z] #44 78.40 DEP criu/vdso-compat.d [2020-03-16T08:50:16.352Z] #44 78.59 DEP criu/uts_ns.d [2020-03-16T08:50:16.352Z] #44 78.80 DEP criu/util.d [2020-03-16T08:50:16.352Z] #44 79.03 DEP criu/uffd.d [2020-03-16T08:50:16.352Z] #44 79.24 DEP criu/tun.d [2020-03-16T08:50:16.352Z] #44 79.47 DEP criu/tty.d [2020-03-16T08:50:16.352Z] #44 79.73 DEP criu/timerfd.d [2020-03-16T08:50:16.352Z] #44 79.92 DEP criu/sysfs_parse.d [2020-03-16T08:50:16.352Z] #44 80.16 DEP criu/sysctl.d [2020-03-16T08:50:16.352Z] #44 80.30 DEP criu/string.d [2020-03-16T08:50:16.352Z] #44 80.34 DEP criu/stats.d [2020-03-16T08:50:16.352Z] #44 80.42 DEP criu/sockets.d [2020-03-16T08:50:16.352Z] #44 80.58 DEP criu/sk-unix.d [2020-03-16T08:50:16.352Z] #44 80.88 DEP criu/sk-tcp.d [2020-03-16T08:50:16.352Z] #44 81.06 DEP criu/sk-queue.d [2020-03-16T08:50:16.352Z] #44 81.27 DEP criu/sk-packet.d [2020-03-16T08:50:16.352Z] #44 81.45 DEP criu/sk-netlink.d [2020-03-16T08:50:16.352Z] #44 81.63 DEP criu/sk-inet.d [2020-03-16T08:50:16.352Z] #44 81.82 DEP criu/signalfd.d [2020-03-16T08:50:16.352Z] #44 81.97 DEP criu/sigframe.d [2020-03-16T08:50:16.352Z] #44 82.05 DEP criu/shmem.d [2020-03-16T08:50:16.352Z] #44 82.24 DEP criu/servicefd.d [2020-03-16T08:50:16.352Z] #44 82.40 DEP criu/seize.d [2020-03-16T08:50:16.352Z] #44 82.51 DEP criu/seccomp.d [2020-03-16T08:50:16.352Z] #44 82.65 DEP criu/rst-malloc.d [2020-03-16T08:50:16.352Z] #44 82.72 DEP criu/rbtree.d [2020-03-16T08:50:16.352Z] #44 82.78 DEP criu/pstree.d [2020-03-16T08:50:16.352Z] #44 82.96 DEP criu/protobuf.d [2020-03-16T08:50:16.352Z] #44 83.07 GEN criu/protobuf-desc-gen.h [2020-03-16T08:50:16.389Z] ok github.com/docker/docker/daemon/graphdriver 0.015s coverage: 2.2% of statements [2020-03-16T08:50:17.212Z] ok github.com/docker/docker/pkg/chrootarchive 3.474s coverage: 43.2% of statements [2020-03-16T08:50:17.212Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-03-16T08:50:17.212Z] ok github.com/docker/docker/layer 7.393s coverage: 68.8% of statements [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/oci [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-16T08:50:17.212Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-16T08:50:17.212Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2020-03-16T08:50:17.215Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-03-16T08:50:17.215Z] [2020-03-16T08:50:17.215Z] ________ ____ __. [2020-03-16T08:50:17.215Z] \_____ \ | |/ _| [2020-03-16T08:50:17.215Z] / | \| < [2020-03-16T08:50:17.215Z] / | \ | \ [2020-03-16T08:50:17.215Z] \_______ /____|__ \ [2020-03-16T08:50:17.215Z] \/ \/ [2020-03-16T08:50:17.215Z] [2020-03-16T08:50:17.215Z] INFO: make.ps1 ended at 03/16/2020 08:50:11 [2020-03-16T08:50:17.215Z] INFO: Binaries build ended at 03/16/2020 08:50:13. Duration:00:01:13.0391459 [2020-03-16T08:50:17.215Z] INFO: Copying the built daemon binary to d:\CI\PR-40689\12\binary\dockerd-5e1b246b9a.exe... [2020-03-16T08:50:17.215Z] INFO: Copying the built client binary to d:\CI\PR-40689\12\binary\docker-5e1b246b9a.exe... [2020-03-16T08:50:17.215Z] INFO: Copying dockerversion from the container... [2020-03-16T08:50:17.215Z] INFO: Copying the golang package from the container to d:\CI\PR-40689\12\installer\go.zip... [2020-03-16T08:50:17.494Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2020-03-16T08:50:17.725Z] #44 84.66 DEP criu/protobuf-desc.d [2020-03-16T08:50:17.725Z] #44 84.88 DEP criu/proc_parse.d [2020-03-16T08:50:17.982Z] #44 85.08 DEP criu/plugin.d [2020-03-16T08:50:18.107Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-03-16T08:50:18.240Z] #44 85.19 DEP criu/pipes.d [2020-03-16T08:50:18.240Z] #44 85.34 DEP criu/pie-util.d [2020-03-16T08:50:18.389Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2020-03-16T08:50:18.497Z] #44 85.52 DEP criu/pie-util-vdso.d [2020-03-16T08:50:18.497Z] #44 85.74 DEP criu/pie-util-vdso-elf32.d [2020-03-16T08:50:18.670Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2020-03-16T08:50:18.755Z] #44 85.93 DEP criu/path.d [2020-03-16T08:50:18.755Z] #44 ... [2020-03-16T08:50:18.755Z] [2020-03-16T08:50:18.755Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:18.755Z] #17 6.240 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] [2020-03-16T08:50:18.755Z] #17 11.37 Fetched 8333 kB in 9s (920 kB/s) [2020-03-16T08:50:18.755Z] #17 11.37 Reading package lists... [2020-03-16T08:50:19.013Z] #17 15.26 Reading package lists... [2020-03-16T08:50:19.013Z] #17 ... [2020-03-16T08:50:19.013Z] [2020-03-16T08:50:19.013Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:19.013Z] #44 86.10 DEP criu/parasite-syscall.d [2020-03-16T08:50:19.270Z] #44 86.35 DEP criu/pagemap.d [2020-03-16T08:50:19.529Z] #44 86.55 DEP criu/pagemap-cache.d [2020-03-16T08:50:19.529Z] #44 86.72 DEP criu/page-xfer.d [2020-03-16T08:50:19.674Z] ok github.com/docker/docker/pkg/filenotify 0.601s coverage: 67.0% of statements [2020-03-16T08:50:19.677Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-03-16T08:50:19.786Z] #44 86.89 DEP criu/page-pipe.d [2020-03-16T08:50:20.044Z] #44 87.04 DEP criu/netfilter.d [2020-03-16T08:50:20.044Z] #44 ... [2020-03-16T08:50:20.044Z] [2020-03-16T08:50:20.044Z] #47 [vndr 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:50:20.044Z] #47 DONE 139.8s [2020-03-16T08:50:20.044Z] [2020-03-16T08:50:20.044Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:20.044Z] #44 87.25 DEP criu/net.d [2020-03-16T08:50:20.125Z] INFO: Extracting go.zip to d:\CI\PR-40689\12\go [2020-03-16T08:50:20.245Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.476s coverage: 13.8% of statements [2020-03-16T08:50:20.290Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2020-03-16T08:50:20.301Z] #44 87.54 DEP criu/namespaces.d [2020-03-16T08:50:20.559Z] #44 87.71 DEP criu/mount.d [2020-03-16T08:50:21.126Z] #44 88.09 DEP criu/mem.d [2020-03-16T08:50:21.126Z] #44 88.29 DEP criu/lsm.d [2020-03-16T08:50:21.126Z] #44 88.42 DEP criu/log.d [2020-03-16T08:50:21.295Z] ok github.com/docker/docker/pkg/fsutils 0.401s coverage: 85.1% of statements [2020-03-16T08:50:21.295Z] ok github.com/docker/docker/pkg/discovery/kv 3.107s coverage: 84.1% of statements [2020-03-16T08:50:21.384Z] #44 88.52 DEP criu/libnetlink.d [2020-03-16T08:50:21.576Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-03-16T08:50:21.622Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.660s coverage: 57.0% of statements [2020-03-16T08:50:21.641Z] #44 88.65 DEP criu/kerndat.d [2020-03-16T08:50:21.641Z] #44 88.80 DEP criu/kcmp-ids.d [2020-03-16T08:50:21.641Z] #44 88.87 DEP criu/irmap.d [2020-03-16T08:50:21.898Z] #44 89.02 DEP criu/ipc_ns.d [2020-03-16T08:50:21.898Z] #44 89.16 DEP criu/image.d [2020-03-16T08:50:22.156Z] #44 89.37 DEP criu/image-desc.d [2020-03-16T08:50:22.156Z] #44 89.45 DEP criu/fsnotify.d [2020-03-16T08:50:22.189Z] ok github.com/docker/docker/pkg/idtools 0.354s coverage: 70.1% of statements [2020-03-16T08:50:22.414Z] #44 89.60 DEP criu/filesystems.d [2020-03-16T08:50:22.414Z] #44 89.73 DEP criu/files.d [2020-03-16T08:50:22.471Z] ok github.com/docker/docker/pkg/ioutils 0.279s coverage: 70.6% of statements [2020-03-16T08:50:22.753Z] ok github.com/docker/docker/pkg/locker 0.021s coverage: 88.9% of statements [2020-03-16T08:50:22.753Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-03-16T08:50:22.753Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements [2020-03-16T08:50:22.753Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-16T08:50:22.979Z] #44 89.93 DEP criu/files-reg.d [2020-03-16T08:50:22.979Z] #44 90.15 DEP criu/files-ext.d [2020-03-16T08:50:22.979Z] #44 90.26 DEP criu/file-lock.d [2020-03-16T08:50:23.237Z] #44 90.42 DEP criu/file-ids.d [2020-03-16T08:50:23.237Z] #44 90.53 DEP criu/fifo.d [2020-03-16T08:50:23.366Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2020-03-16T08:50:23.366Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2020-03-16T08:50:23.494Z] #44 90.63 DEP criu/fdstore.d [2020-03-16T08:50:23.494Z] #44 90.70 DEP criu/fault-injection.d [2020-03-16T08:50:23.494Z] #44 90.75 DEP criu/external.d [2020-03-16T08:50:23.647Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2020-03-16T08:50:23.752Z] #44 90.86 DEP criu/eventpoll.d [2020-03-16T08:50:23.929Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-03-16T08:50:24.009Z] #44 91.08 DEP criu/eventfd.d [2020-03-16T08:50:24.009Z] #44 91.25 DEP criu/crtools.d [2020-03-16T08:50:24.159Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.019s coverage: 1.8% of statements [2020-03-16T08:50:24.211Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-03-16T08:50:24.492Z] ok github.com/docker/docker/pkg/mount 1.219s coverage: 70.5% of statements [2020-03-16T08:50:24.492Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-16T08:50:24.492Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-16T08:50:24.492Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-16T08:50:24.574Z] #44 91.48 DEP criu/cr-service.d [2020-03-16T08:50:24.574Z] #44 91.65 DEP criu/cr-restore.d [2020-03-16T08:50:24.774Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2020-03-16T08:50:24.831Z] #44 91.98 DEP criu/cr-errno.d [2020-03-16T08:50:24.831Z] #44 92.00 DEP criu/cr-dump.d [2020-03-16T08:50:25.089Z] #44 92.18 DEP criu/cr-dedup.d [2020-03-16T08:50:25.347Z] #44 92.42 DEP criu/cr-check.d [2020-03-16T08:50:25.388Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-03-16T08:50:25.540Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.414s coverage: 46.2% of statements [2020-03-16T08:50:25.605Z] #44 92.68 DEP criu/config.d [2020-03-16T08:50:25.605Z] #44 92.81 DEP criu/clone-noasan.d [2020-03-16T08:50:25.605Z] #44 92.88 DEP criu/cgroup.d [2020-03-16T08:50:25.670Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-03-16T08:50:25.670Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-03-16T08:50:25.863Z] #44 92.98 DEP criu/cgroup-props.d [2020-03-16T08:50:25.863Z] #44 93.06 DEP criu/bitmap.d [2020-03-16T08:50:25.863Z] #44 93.07 DEP criu/bfd.d [2020-03-16T08:50:25.863Z] #44 93.16 DEP criu/autofs.d [2020-03-16T08:50:26.109Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.204s coverage: 72.5% of statements [2020-03-16T08:50:26.120Z] #44 93.38 DEP criu/aio.d [2020-03-16T08:50:26.377Z] #44 93.51 DEP criu/action-scripts.d [2020-03-16T08:50:26.635Z] #44 93.76 CC criu/action-scripts.o [2020-03-16T08:50:27.139Z] ok github.com/docker/docker/pkg/pubsub 1.017s coverage: 73.9% of statements [2020-03-16T08:50:27.139Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-03-16T08:50:27.199Z] #44 94.17 CC criu/aio.o [2020-03-16T08:50:27.487Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.986s coverage: 49.5% of statements [2020-03-16T08:50:27.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T08:50:27.661Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T08:50:27.764Z] #44 94.79 CC criu/autofs.o [2020-03-16T08:50:27.764Z] #44 ... [2020-03-16T08:50:27.764Z] [2020-03-16T08:50:27.764Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:27.764Z] #17 15.26 Reading package lists... [2020-03-16T08:50:27.764Z] #17 19.61 Building dependency tree... [2020-03-16T08:50:27.764Z] #17 20.98 libcap2-bin is already the newest version (1:2.25-2). [2020-03-16T08:50:27.764Z] #17 20.98 The following additional packages will be installed: [2020-03-16T08:50:27.764Z] #17 20.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-03-16T08:50:27.764Z] #17 20.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-03-16T08:50:27.764Z] #17 20.99 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-03-16T08:50:27.764Z] #17 20.99 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-03-16T08:50:27.764Z] #17 20.99 python3.7 python3.7-minimal vim-runtime xxd [2020-03-16T08:50:27.764Z] #17 20.99 Suggested packages: [2020-03-16T08:50:27.764Z] #17 20.99 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-03-16T08:50:27.764Z] #17 20.99 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-03-16T08:50:27.764Z] #17 20.99 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-03-16T08:50:27.764Z] #17 20.99 Recommended packages: [2020-03-16T08:50:27.764Z] #17 20.99 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-03-16T08:50:27.764Z] #17 20.99 python3-keyrings.alt python3-xdg unzip [2020-03-16T08:50:27.764Z] #17 22.76 The following NEW packages will be installed: [2020-03-16T08:50:27.764Z] #17 22.77 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-03-16T08:50:27.764Z] #17 22.77 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-03-16T08:50:27.764Z] #17 22.77 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-03-16T08:50:27.764Z] #17 22.77 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-03-16T08:50:27.764Z] #17 22.77 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-03-16T08:50:27.764Z] #17 22.77 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-03-16T08:50:27.764Z] #17 22.77 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-03-16T08:50:27.764Z] #17 22.78 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-03-16T08:50:27.764Z] #17 22.78 xz-utils zip [2020-03-16T08:50:27.764Z] #17 23.14 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-03-16T08:50:27.764Z] #17 23.14 Need to get 28.5 MB of archives. [2020-03-16T08:50:27.764Z] #17 23.14 After this operation, 116 MB of additional disk space will be used. [2020-03-16T08:50:27.764Z] #17 23.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-03-16T08:50:27.764Z] #17 23.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] [2020-03-16T08:50:27.764Z] #17 23.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] [2020-03-16T08:50:27.764Z] #17 23.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-03-16T08:50:27.764Z] #17 23.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-03-16T08:50:27.764Z] #17 23.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] [2020-03-16T08:50:27.764Z] #17 23.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] [2020-03-16T08:50:27.764Z] #17 23.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-03-16T08:50:27.764Z] #17 23.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-03-16T08:50:27.764Z] #17 23.44 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-03-16T08:50:27.764Z] #17 23.45 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-03-16T08:50:27.764Z] #17 23.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-03-16T08:50:27.764Z] #17 23.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-03-16T08:50:27.764Z] #17 23.46 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-03-16T08:50:27.764Z] #17 23.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-03-16T08:50:27.764Z] #17 23.47 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-03-16T08:50:27.764Z] #17 23.50 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-03-16T08:50:27.764Z] #17 23.51 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-03-16T08:50:27.764Z] #17 23.51 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-03-16T08:50:27.764Z] #17 23.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-03-16T08:50:27.764Z] #17 23.53 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-03-16T08:50:27.764Z] #17 23.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-03-16T08:50:27.764Z] #17 23.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-03-16T08:50:27.764Z] #17 23.57 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-03-16T08:50:27.765Z] #17 23.59 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-03-16T08:50:27.765Z] #17 23.60 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-03-16T08:50:27.765Z] #17 23.60 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-03-16T08:50:27.765Z] #17 23.60 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-03-16T08:50:27.765Z] #17 23.61 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB] [2020-03-16T08:50:27.765Z] #17 24.12 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-03-16T08:50:27.765Z] #17 24.13 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-03-16T08:50:27.765Z] #17 24.13 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-03-16T08:50:27.765Z] #17 24.14 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-03-16T08:50:27.765Z] #17 24.14 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-03-16T08:50:27.765Z] #17 24.17 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-03-16T08:50:27.765Z] #17 24.26 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-03-16T08:50:27.765Z] #17 24.27 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-03-16T08:50:27.765Z] #17 24.27 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-03-16T08:50:27.765Z] #17 24.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-03-16T08:50:27.765Z] #17 24.29 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-03-16T08:50:27.765Z] #17 24.31 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-03-16T08:50:27.765Z] #17 24.32 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-03-16T08:50:27.765Z] #17 24.37 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-03-16T08:50:27.765Z] #17 24.39 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-03-16T08:50:27.765Z] #17 24.40 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-03-16T08:50:27.765Z] #17 24.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-03-16T08:50:27.765Z] #17 24.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-03-16T08:50:27.765Z] #17 24.83 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-03-16T08:50:28.022Z] #17 25.48 debconf: delaying package configuration, since apt-utils is not installed [2020-03-16T08:50:28.055Z] ok github.com/docker/docker/daemon 12.332s coverage: 17.5% of statements [2020-03-16T08:50:28.055Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-16T08:50:28.055Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-16T08:50:28.055Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-16T08:50:28.055Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-16T08:50:28.055Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-16T08:50:28.280Z] #17 25.61 Fetched 28.5 MB in 2s (14.6 MB/s) [2020-03-16T08:50:28.280Z] #17 25.69 Selecting previously unselected package pigz. [2020-03-16T08:50:28.538Z] #17 25.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23423 files and directories currently installed.) [2020-03-16T08:50:28.538Z] #17 25.76 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-03-16T08:50:28.538Z] #17 25.76 Unpacking pigz (2.4-1) ... [2020-03-16T08:50:28.538Z] #17 25.86 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-03-16T08:50:28.538Z] #17 25.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-03-16T08:50:28.538Z] #17 25.88 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:28.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T08:50:28.995Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.626s coverage: 76.1% of statements [2020-03-16T08:50:29.105Z] #17 26.39 Selecting previously unselected package python3.7-minimal. [2020-03-16T08:50:29.105Z] #17 26.39 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... [2020-03-16T08:50:29.105Z] #17 26.40 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... [2020-03-16T08:50:29.255Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.024s coverage: 58.0% of statements [2020-03-16T08:50:29.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T08:50:29.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T08:50:29.809Z] ok github.com/docker/docker/pkg/signal 2.352s coverage: 61.0% of statements [2020-03-16T08:50:30.038Z] #17 27.29 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:30.038Z] #17 27.31 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... [2020-03-16T08:50:30.090Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2020-03-16T08:50:30.198Z] ok github.com/docker/docker/daemon/links 0.027s coverage: 93.0% of statements [2020-03-16T08:50:30.198Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.069s coverage: 3.0% of statements [2020-03-16T08:50:30.373Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-03-16T08:50:30.655Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-03-16T08:50:30.937Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-03-16T08:50:31.219Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 71.3% of statements [2020-03-16T08:50:31.500Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 37.2% of statements [2020-03-16T08:50:31.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T08:50:32.113Z] ok github.com/docker/docker/pkg/tailfile 0.034s coverage: 88.6% of statements [2020-03-16T08:50:32.395Z] ok github.com/docker/docker/pkg/tarsum 0.030s coverage: 89.3% of statements [2020-03-16T08:50:32.565Z] #17 29.73 Selecting previously unselected package python3-minimal. [2020-03-16T08:50:32.565Z] #17 29.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23672 files and directories currently installed.) [2020-03-16T08:50:32.565Z] #17 29.80 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-03-16T08:50:32.565Z] #17 29.80 Unpacking python3-minimal (3.7.3-1) ... [2020-03-16T08:50:32.565Z] #17 29.91 Selecting previously unselected package libmpdec2:amd64. [2020-03-16T08:50:32.565Z] #17 29.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-03-16T08:50:32.565Z] #17 29.93 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-03-16T08:50:32.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T08:50:32.676Z] ok github.com/docker/docker/pkg/term 0.002s coverage: 84.8% of statements [2020-03-16T08:50:32.740Z] ok github.com/docker/docker/daemon/logger 0.236s coverage: 41.8% of statements [2020-03-16T08:50:32.740Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.579s coverage: 61.0% of statements [2020-03-16T08:50:32.740Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-16T08:50:32.740Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-16T08:50:32.823Z] #17 30.09 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-03-16T08:50:32.823Z] #17 30.09 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... [2020-03-16T08:50:32.823Z] #17 30.10 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:32.958Z] testing: warning: no tests to run [2020-03-16T08:50:32.958Z] coverage: [no statements] [2020-03-16T08:50:32.958Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-03-16T08:50:33.239Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-03-16T08:50:33.239Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-03-16T08:50:33.312Z] ok github.com/docker/docker/daemon/logger/awslogs 0.299s coverage: 77.4% of statements [2020-03-16T08:50:33.522Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-03-16T08:50:33.573Z] ok github.com/docker/docker/daemon/images 0.088s coverage: 4.9% of statements [2020-03-16T08:50:33.573Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-16T08:50:33.573Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-16T08:50:33.573Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-16T08:50:33.573Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-16T08:50:33.756Z] #17 31.11 Selecting previously unselected package python3.7. [2020-03-16T08:50:33.756Z] #17 31.14 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... [2020-03-16T08:50:33.756Z] #17 31.15 Unpacking python3.7 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:34.015Z] #17 31.28 Selecting previously unselected package libpython3-stdlib:amd64. [2020-03-16T08:50:34.015Z] #17 31.30 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-03-16T08:50:34.015Z] #17 31.34 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-03-16T08:50:34.015Z] [2020-03-16T08:50:34.015Z] #17 ... [2020-03-16T08:50:34.015Z] [2020-03-16T08:50:34.015Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-03-16T08:50:34.015Z] #30 DONE 158.0s [2020-03-16T08:50:34.015Z] [2020-03-16T08:50:34.015Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:34.015Z] #17 31.47 Setting up python3-minimal (3.7.3-1) ... [2020-03-16T08:50:34.015Z] #17 ... [2020-03-16T08:50:34.015Z] [2020-03-16T08:50:34.015Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:34.015Z] #44 96.40 CC criu/bfd.o [2020-03-16T08:50:34.015Z] #44 96.98 CC criu/bitmap.o [2020-03-16T08:50:34.015Z] #44 97.15 CC criu/cgroup-props.o [2020-03-16T08:50:34.015Z] #44 97.86 CC criu/cgroup.o [2020-03-16T08:50:34.015Z] #44 100.8 CC criu/clone-noasan.o [2020-03-16T08:50:34.015Z] #44 101.1 CC criu/config.o [2020-03-16T08:50:34.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T08:50:34.143Z] ok github.com/docker/docker/daemon/logger/gelf 0.035s coverage: 67.0% of statements [2020-03-16T08:50:34.143Z] ok github.com/docker/docker/daemon/logger/journald 0.039s coverage: 26.2% of statements [2020-03-16T08:50:34.713Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.042s coverage: 88.3% of statements [2020-03-16T08:50:34.973Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.036s coverage: 62.1% of statements [2020-03-16T08:50:35.387Z] #44 ... [2020-03-16T08:50:35.387Z] [2020-03-16T08:50:35.387Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:35.387Z] #17 31.47 Setting up python3-minimal (3.7.3-1) ... [2020-03-16T08:50:35.387Z] #17 32.72 Selecting previously unselected package python3. [2020-03-16T08:50:35.387Z] #17 32.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24084 files and directories currently installed.) [2020-03-16T08:50:35.387Z] #17 32.81 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-03-16T08:50:35.387Z] #17 32.82 Unpacking python3 (3.7.3-1) ... [2020-03-16T08:50:35.387Z] #17 32.88 Selecting previously unselected package libip4tc0:amd64. [2020-03-16T08:50:35.387Z] #17 32.88 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-03-16T08:50:35.542Z] ok github.com/docker/docker/plugin 0.555s coverage: 27.1% of statements [2020-03-16T08:50:35.645Z] #17 32.89 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:35.645Z] #17 32.97 Selecting previously unselected package libip6tc0:amd64. [2020-03-16T08:50:35.645Z] #17 32.98 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-03-16T08:50:35.645Z] #17 32.99 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:35.645Z] #17 33.07 Selecting previously unselected package libiptc0:amd64. [2020-03-16T08:50:35.645Z] #17 33.07 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-03-16T08:50:35.645Z] #17 33.08 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:35.645Z] #17 33.16 Selecting previously unselected package libnfnetlink0:amd64. [2020-03-16T08:50:35.823Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2020-03-16T08:50:35.903Z] #17 33.16 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-03-16T08:50:35.903Z] #17 33.16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-03-16T08:50:35.903Z] #17 33.21 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-03-16T08:50:35.903Z] #17 33.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-03-16T08:50:35.903Z] #17 33.22 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-03-16T08:50:35.903Z] #17 33.31 Selecting previously unselected package libnftnl11:amd64. [2020-03-16T08:50:35.903Z] #17 33.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-03-16T08:50:35.903Z] #17 33.34 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-03-16T08:50:35.903Z] #17 33.41 Selecting previously unselected package iptables. [2020-03-16T08:50:35.903Z] #17 33.41 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-03-16T08:50:35.914Z] ok github.com/docker/docker/daemon/logger/local 0.035s coverage: 74.7% of statements [2020-03-16T08:50:35.914Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-16T08:50:35.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T08:50:36.160Z] #17 33.42 Unpacking iptables (1.8.2-4) ... [2020-03-16T08:50:36.175Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 19.9% of statements [2020-03-16T08:50:36.418Z] #17 33.74 Selecting previously unselected package xxd. [2020-03-16T08:50:36.418Z] #17 33.75 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-03-16T08:50:36.418Z] #17 33.75 Unpacking xxd (2:8.1.0875-5) ... [2020-03-16T08:50:36.437Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-03-16T08:50:36.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-16T08:50:36.676Z] #17 33.89 Selecting previously unselected package vim-common. [2020-03-16T08:50:36.676Z] #17 33.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-03-16T08:50:36.676Z] #17 33.92 Unpacking vim-common (2:8.1.0875-5) ... [2020-03-16T08:50:36.676Z] #17 34.08 Selecting previously unselected package bash-completion. [2020-03-16T08:50:36.676Z] #17 34.09 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-03-16T08:50:36.718Z] ok github.com/docker/docker/reference 0.004s coverage: 83.7% of statements [2020-03-16T08:50:36.744Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.040s coverage: 33.3% of statements [2020-03-16T08:50:37.315Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2020-03-16T08:50:37.723Z] ok github.com/docker/docker/registry 0.091s coverage: 56.0% of statements [2020-03-16T08:50:37.888Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 47.8% of statements [2020-03-16T08:50:38.005Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2020-03-16T08:50:38.148Z] ok github.com/docker/docker/daemon/network 0.026s coverage: 63.8% of statements [2020-03-16T08:50:38.286Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-03-16T08:50:38.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T08:50:38.899Z] ok github.com/docker/docker/runconfig 0.005s coverage: 68.2% of statements [2020-03-16T08:50:38.899Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-03-16T08:50:39.203Z] #17 36.42 Unpacking bash-completion (1:2.8-6) ... [2020-03-16T08:50:39.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T08:50:39.347Z] ok github.com/docker/docker/daemon/logger/splunk 1.894s coverage: 82.5% of statements [2020-03-16T08:50:39.347Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-16T08:50:39.347Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-16T08:50:39.460Z] #17 36.81 Selecting previously unselected package bzip2. [2020-03-16T08:50:39.460Z] #17 36.83 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-03-16T08:50:39.460Z] #17 36.83 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-03-16T08:50:39.460Z] #17 36.92 Selecting previously unselected package xz-utils. [2020-03-16T08:50:39.460Z] #17 36.92 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-03-16T08:50:39.460Z] #17 36.92 Unpacking xz-utils (5.2.4-1) ... [2020-03-16T08:50:39.718Z] #17 37.07 Selecting previously unselected package apparmor. [2020-03-16T08:50:39.718Z] #17 37.07 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-03-16T08:50:39.975Z] #17 37.14 Unpacking apparmor (2.13.2-10) ... [2020-03-16T08:50:40.233Z] #17 37.49 Selecting previously unselected package aufs-tools. [2020-03-16T08:50:40.233Z] #17 37.50 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-03-16T08:50:40.233Z] #17 37.50 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-03-16T08:50:40.233Z] #17 37.64 Selecting previously unselected package libonig5:amd64. [2020-03-16T08:50:40.233Z] #17 37.64 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-03-16T08:50:40.233Z] #17 37.65 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-03-16T08:50:40.286Z] ok github.com/docker/docker/distribution/metadata 0.105s coverage: 48.2% of statements [2020-03-16T08:50:40.491Z] #17 37.80 Selecting previously unselected package libjq1:amd64. [2020-03-16T08:50:40.491Z] #17 37.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-03-16T08:50:40.491Z] #17 37.81 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-03-16T08:50:40.491Z] #17 37.91 Selecting previously unselected package jq. [2020-03-16T08:50:40.491Z] #17 37.92 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-03-16T08:50:40.491Z] #17 37.93 Unpacking jq (1.5+dfsg-2+b1) ... [2020-03-16T08:50:40.754Z] #17 38.05 Selecting previously unselected package libaio1:amd64. [2020-03-16T08:50:40.754Z] #17 38.06 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-03-16T08:50:40.754Z] #17 38.06 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-03-16T08:50:40.754Z] #17 38.12 Selecting previously unselected package libgpm2:amd64. [2020-03-16T08:50:40.754Z] #17 38.12 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-03-16T08:50:40.754Z] #17 38.14 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-03-16T08:50:40.754Z] #17 38.21 Selecting previously unselected package libicu63:amd64. [2020-03-16T08:50:40.754Z] #17 38.21 Preparing to unpack .../20-libicu63_63.1-6_amd64.deb ... [2020-03-16T08:50:40.754Z] #17 38.21 Unpacking libicu63:amd64 (63.1-6) ... [2020-03-16T08:50:40.918Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-03-16T08:50:41.218Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T08:50:41.226Z] ok github.com/docker/docker/errdefs 0.035s coverage: 49.4% of statements [2020-03-16T08:50:41.226Z] ok github.com/docker/docker/distribution 0.302s coverage: 22.1% of statements [2020-03-16T08:50:41.226Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-16T08:50:41.531Z] ok github.com/docker/docker/volume/local 0.047s coverage: 73.0% of statements [2020-03-16T08:50:42.145Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-03-16T08:50:42.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T08:50:42.611Z] ok github.com/docker/docker/image 0.051s coverage: 86.4% of statements [2020-03-16T08:50:42.758Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2020-03-16T08:50:42.871Z] ok github.com/docker/docker/image/cache 0.034s coverage: 19.2% of statements [2020-03-16T08:50:42.871Z] ok github.com/docker/docker/distribution/xfer 1.741s coverage: 85.1% of statements [2020-03-16T08:50:42.871Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-16T08:50:42.871Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-16T08:50:43.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T08:50:43.132Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2020-03-16T08:50:43.132Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-16T08:50:43.702Z] ok github.com/docker/docker/libcontainerd/queue 0.047s coverage: 100.0% of statements [2020-03-16T08:50:43.702Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 50.0% of statements [2020-03-16T08:50:44.021Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:50:44.021Z] Using test binary docker [2020-03-16T08:50:44.021Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-16T08:50:44.021Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:50:44.021Z] INFO: Waiting for daemon to start... [2020-03-16T08:50:44.021Z] Starting dockerd [2020-03-16T08:50:44.934Z] #17 42.03 Selecting previously unselected package libnet1:amd64. [2020-03-16T08:50:44.934Z] #17 42.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-03-16T08:50:44.934Z] #17 42.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-03-16T08:50:44.934Z] #17 42.13 Selecting previously unselected package libnl-3-200:amd64. [2020-03-16T08:50:44.934Z] #17 42.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-03-16T08:50:44.934Z] #17 42.14 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-03-16T08:50:44.934Z] #17 42.22 Selecting previously unselected package libprotobuf-c1:amd64. [2020-03-16T08:50:44.934Z] #17 42.24 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-03-16T08:50:44.934Z] #17 42.25 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-03-16T08:50:44.934Z] #17 42.31 Selecting previously unselected package libreadline5:amd64. [2020-03-16T08:50:44.934Z] #17 42.31 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-03-16T08:50:44.934Z] #17 42.32 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-03-16T08:50:45.085Z] ok github.com/docker/docker/opts 0.112s coverage: 67.4% of statements [2020-03-16T08:50:45.166Z] INFO: Extraction ended at 03/16/2020 08:50:43. Duration:00:00:24.0748471 [2020-03-16T08:50:45.166Z] INFO: Updating the golang and path environment variables [2020-03-16T08:50:45.166Z] INFO: GOPATH=d:\gopath [2020-03-16T08:50:45.166Z] INFO: go version go1.13.8 windows/amd64 [2020-03-16T08:50:45.166Z] INFO: Running the daemon under test in debug mode [2020-03-16T08:50:45.166Z] INFO: Starting a daemon under test... [2020-03-16T08:50:45.166Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40689\12\daemon --pidfile d:\CI\PR-40689\12\docker.pid -D [2020-03-16T08:50:45.166Z] INFO: Process started successfully. [2020-03-16T08:50:45.166Z] INFO: Start tailing logs of the daemon under tests [2020-03-16T08:50:45.166Z] INFO: Waiting for the daemon under test to start... [2020-03-16T08:50:45.192Z] #17 42.45 Selecting previously unselected package net-tools. [2020-03-16T08:50:45.192Z] #17 42.45 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-03-16T08:50:45.192Z] #17 42.45 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-03-16T08:50:45.192Z] #17 42.63 Selecting previously unselected package python-pip-whl. [2020-03-16T08:50:45.192Z] #17 42.63 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-03-16T08:50:45.192Z] #17 42.64 Unpacking python-pip-whl (18.1-5) ... [2020-03-16T08:50:45.757Z] #17 43.18 Selecting previously unselected package python3-lib2to3. [2020-03-16T08:50:45.757Z] #17 43.18 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-03-16T08:50:45.757Z] #17 43.19 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-03-16T08:50:46.015Z] #17 43.31 Selecting previously unselected package python3-distutils. [2020-03-16T08:50:46.015Z] #17 43.31 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-03-16T08:50:46.015Z] #17 43.33 Unpacking python3-distutils (3.7.3-1) ... [2020-03-16T08:50:46.015Z] #17 ... [2020-03-16T08:50:46.015Z] [2020-03-16T08:50:46.015Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:46.015Z] #44 103.2 CC criu/cr-check.o [2020-03-16T08:50:46.015Z] #44 104.9 CC criu/cr-dedup.o [2020-03-16T08:50:46.015Z] #44 105.3 CC criu/cr-dump.o [2020-03-16T08:50:46.015Z] #44 107.5 CC criu/cr-errno.o [2020-03-16T08:50:46.015Z] #44 107.6 CC criu/cr-restore.o [2020-03-16T08:50:46.015Z] #44 111.6 CC criu/cr-service.o [2020-03-16T08:50:46.015Z] #44 113.0 CC criu/crtools.o [2020-03-16T08:50:46.273Z] #44 ... [2020-03-16T08:50:46.273Z] [2020-03-16T08:50:46.273Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:46.273Z] #17 43.45 Selecting previously unselected package python3-pip. [2020-03-16T08:50:46.273Z] #17 43.45 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-03-16T08:50:46.273Z] #17 43.46 Unpacking python3-pip (18.1-5) ... [2020-03-16T08:50:46.273Z] #17 43.66 Selecting previously unselected package python3-pkg-resources. [2020-03-16T08:50:46.273Z] #17 43.66 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-03-16T08:50:46.273Z] #17 43.66 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-03-16T08:50:46.468Z] ok github.com/docker/docker/pkg/broadcaster 0.008s coverage: 100.0% of statements [2020-03-16T08:50:46.531Z] #17 43.79 Selecting previously unselected package python3-setuptools. [2020-03-16T08:50:46.531Z] #17 43.79 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-03-16T08:50:46.531Z] #17 43.81 Unpacking python3-setuptools (40.8.0-1) ... [2020-03-16T08:50:46.531Z] #17 44.00 Selecting previously unselected package python3-wheel. [2020-03-16T08:50:46.548Z] . [2020-03-16T08:50:46.548Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:50:46.548Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:50:46.548Z] Error: No such image: emptyfs [2020-03-16T08:50:46.548Z] Running integration-test (iteration 1) [2020-03-16T08:50:46.548Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-03-16T08:50:46.727Z] ok github.com/docker/docker/pkg/capabilities 0.015s coverage: 87.5% of statements [2020-03-16T08:50:46.789Z] #17 44.01 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-03-16T08:50:46.789Z] #17 44.02 Unpacking python3-wheel (0.32.3-2) ... [2020-03-16T08:50:46.789Z] #17 44.11 Selecting previously unselected package sudo. [2020-03-16T08:50:46.789Z] #17 44.13 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-03-16T08:50:46.789Z] #17 44.14 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-03-16T08:50:46.988Z] ok github.com/docker/docker/pkg/authorization 0.841s coverage: 68.3% of statements [2020-03-16T08:50:47.318Z] INFO: Daemon under test started and replied! [2020-03-16T08:50:47.318Z] INFO: Docker version of the daemon under test [2020-03-16T08:50:47.318Z] [2020-03-16T08:50:47.318Z] Client: [2020-03-16T08:50:47.318Z] Version: 17.06.2-ce [2020-03-16T08:50:47.318Z] API version: 1.30 [2020-03-16T08:50:47.318Z] Go version: go1.8.3 [2020-03-16T08:50:47.318Z] Git commit: cec0b72 [2020-03-16T08:50:47.318Z] Built: Tue Sep 5 19:57:19 2017 [2020-03-16T08:50:47.318Z] OS/Arch: windows/amd64 [2020-03-16T08:50:47.318Z] [2020-03-16T08:50:47.318Z] Server: [2020-03-16T08:50:47.318Z] Version: 0.0.0-dev [2020-03-16T08:50:47.318Z] API version: 1.41 (minimum version 1.24) [2020-03-16T08:50:47.318Z] Go version: go1.13.8 [2020-03-16T08:50:47.318Z] Git commit: 5e1b246b9a [2020-03-16T08:50:47.318Z] Built: 03/16/2020 08:49:04 [2020-03-16T08:50:47.318Z] OS/Arch: windows/amd64 [2020-03-16T08:50:47.318Z] Experimental: false [2020-03-16T08:50:47.318Z] [2020-03-16T08:50:47.318Z] INFO: Docker info of the daemon under test [2020-03-16T08:50:47.318Z] [2020-03-16T08:50:47.354Z] #17 44.64 Selecting previously unselected package thin-provisioning-tools. [2020-03-16T08:50:47.354Z] #17 44.64 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-03-16T08:50:47.354Z] #17 44.65 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-03-16T08:50:47.557Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2020-03-16T08:50:47.611Z] #17 44.89 Selecting previously unselected package uidmap. [2020-03-16T08:50:47.611Z] #17 44.89 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-03-16T08:50:47.611Z] #17 44.91 Unpacking uidmap (1:4.5-1.1) ... [2020-03-16T08:50:47.771Z] Containers: 0 [2020-03-16T08:50:47.771Z] Running: 0 [2020-03-16T08:50:47.771Z] Paused: 0 [2020-03-16T08:50:47.771Z] Stopped: 0 [2020-03-16T08:50:47.771Z] Images: 0 [2020-03-16T08:50:47.771Z] Server Version: 0.0.0-dev [2020-03-16T08:50:47.771Z] Storage Driver: windowsfilter [2020-03-16T08:50:47.771Z] Windows: [2020-03-16T08:50:47.771Z] Logging Driver: json-file [2020-03-16T08:50:47.771Z] Plugins: [2020-03-16T08:50:47.771Z] Volume: local [2020-03-16T08:50:47.771Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-16T08:50:47.771Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-16T08:50:47.771Z] Swarm: inactive [2020-03-16T08:50:47.771Z] Default Isolation: process [2020-03-16T08:50:47.771Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-16T08:50:47.771Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-16T08:50:47.771Z] OSType: windows [2020-03-16T08:50:47.771Z] Architecture: x86_64 [2020-03-16T08:50:47.771Z] CPUs: 4 [2020-03-16T08:50:47.771Z] Total Memory: 32GiB [2020-03-16T08:50:47.771Z] Name: azwin-2-881510 [2020-03-16T08:50:47.771Z] ID: GWF6:IGP6:I6NQ:5BIA:NUSJ:LBSF:QK2Z:EDWJ:DZUJ:GKTY:CIKR:LYRQ [2020-03-16T08:50:47.771Z] Docker Root Dir: D:\CI\PR-40689\12\daemon [2020-03-16T08:50:47.771Z] Debug Mode (client): false [2020-03-16T08:50:47.771Z] Debug Mode (server): true [2020-03-16T08:50:47.771Z] File Descriptors: -1 [2020-03-16T08:50:47.771Z] Goroutines: 17 [2020-03-16T08:50:47.771Z] System Time: 2020-03-16T08:50:47.3196444Z [2020-03-16T08:50:47.771Z] EventsListeners: 0 [2020-03-16T08:50:47.771Z] Registry: https://index.docker.io/v1/ [2020-03-16T08:50:47.771Z] Labels: [2020-03-16T08:50:47.771Z] Experimental: false [2020-03-16T08:50:47.771Z] Insecure Registries: [2020-03-16T08:50:47.771Z] 127.0.0.0/8 [2020-03-16T08:50:47.771Z] Live Restore Enabled: false [2020-03-16T08:50:47.771Z] [2020-03-16T08:50:47.771Z] [2020-03-16T08:50:47.771Z] INFO: Docker images of the daemon under test [2020-03-16T08:50:47.771Z] [2020-03-16T08:50:47.771Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-03-16T08:50:47.771Z] [2020-03-16T08:50:47.771Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-03-16T08:50:47.771Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-03-16T08:50:47.771Z] ltsc2019: Pulling from windows/servercore [2020-03-16T08:50:47.771Z] 65014b3c3121: Pulling fs layer [2020-03-16T08:50:47.771Z] 23645bd7ee08: Pulling fs layer [2020-03-16T08:50:47.869Z] #17 45.01 Selecting previously unselected package vim-runtime. [2020-03-16T08:50:47.869Z] #17 45.01 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-03-16T08:50:47.869Z] #17 45.05 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-03-16T08:50:47.869Z] #17 45.09 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-03-16T08:50:47.869Z] #17 45.09 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-03-16T08:50:48.127Z] ok github.com/docker/docker/pkg/archive 1.250s coverage: 77.4% of statements [2020-03-16T08:50:48.386Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2020-03-16T08:50:48.645Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2020-03-16T08:50:49.582Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-03-16T08:50:49.841Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-03-16T08:50:50.409Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-03-16T08:50:51.148Z] #17 48.38 Selecting previously unselected package vim. [2020-03-16T08:50:51.148Z] #17 48.38 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-03-16T08:50:51.148Z] #17 48.41 Unpacking vim (2:8.1.0875-5) ... [2020-03-16T08:50:51.387Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-03-16T08:50:51.646Z] ok github.com/docker/docker/pkg/chrootarchive 3.500s coverage: 43.2% of statements [2020-03-16T08:50:51.715Z] #17 48.96 Selecting previously unselected package xfsprogs. [2020-03-16T08:50:51.715Z] #17 48.97 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-03-16T08:50:51.715Z] #17 48.97 Unpacking xfsprogs (4.20.0-1) ... [2020-03-16T08:50:51.974Z] #17 49.40 Selecting previously unselected package zip. [2020-03-16T08:50:52.229Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-03-16T08:50:52.232Z] #17 49.41 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-03-16T08:50:52.232Z] #17 49.42 Unpacking zip (3.0-11+b1) ... [2020-03-16T08:50:52.232Z] #17 49.58 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-03-16T08:50:52.232Z] #17 49.60 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-03-16T08:50:52.232Z] #17 49.61 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:52.232Z] #17 49.62 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-03-16T08:50:52.232Z] #17 49.64 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-03-16T08:50:52.232Z] #17 49.65 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:52.232Z] #17 49.66 Setting up uidmap (1:4.5-1.1) ... [2020-03-16T08:50:52.232Z] #17 49.67 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-03-16T08:50:52.232Z] #17 49.69 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-03-16T08:50:52.232Z] #17 49.70 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-03-16T08:50:52.232Z] #17 49.71 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-03-16T08:50:52.232Z] #17 49.72 Setting up libicu63:amd64 (63.1-6) ... [2020-03-16T08:50:52.232Z] #17 49.73 Setting up xxd (2:8.1.0875-5) ... [2020-03-16T08:50:52.232Z] #17 49.74 Setting up zip (3.0-11+b1) ... [2020-03-16T08:50:52.232Z] #17 49.75 Setting up vim-common (2:8.1.0875-5) ... [2020-03-16T08:50:52.491Z] #17 49.78 Setting up bash-completion (1:2.8-6) ... [2020-03-16T08:50:52.496Z] ok github.com/docker/docker/pkg/fsutils 0.334s coverage: 85.1% of statements [2020-03-16T08:50:52.764Z] ok github.com/docker/docker/pkg/discovery/kv 3.099s coverage: 84.1% of statements [2020-03-16T08:50:52.764Z] ok github.com/docker/docker/pkg/homedir 0.015s coverage: 11.4% of statements [2020-03-16T08:50:53.333Z] ok github.com/docker/docker/layer 7.167s coverage: 68.8% of statements [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/oci [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-16T08:50:53.333Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-16T08:50:53.592Z] ok github.com/docker/docker/pkg/jsonmessage 0.020s coverage: 91.7% of statements [2020-03-16T08:50:54.162Z] ok github.com/docker/docker/pkg/locker 0.066s coverage: 88.9% of statements [2020-03-16T08:50:54.162Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-03-16T08:50:54.421Z] ok github.com/docker/docker/pkg/ioutils 0.626s coverage: 69.3% of statements [2020-03-16T08:50:54.681Z] ok github.com/docker/docker/pkg/namesgenerator 0.012s coverage: 85.7% of statements [2020-03-16T08:50:54.681Z] ok github.com/docker/docker/pkg/idtools 0.975s coverage: 70.1% of statements [2020-03-16T08:50:54.681Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-16T08:50:55.252Z] ok github.com/docker/docker/pkg/parsers 0.016s coverage: 97.0% of statements [2020-03-16T08:50:55.252Z] ok github.com/docker/docker/pkg/parsers/kernel 0.010s coverage: 60.0% of statements [2020-03-16T08:50:55.276Z] #17 52.52 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-03-16T08:50:55.277Z] #17 52.54 Setting up xz-utils (5.2.4-1) ... [2020-03-16T08:50:55.277Z] #17 52.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-03-16T08:50:55.277Z] #17 52.56 Setting up sudo (1.8.27-1+deb10u2) ... [2020-03-16T08:50:55.277Z] #17 52.62 invoke-rc.d: could not determine current runlevel [2020-03-16T08:50:55.277Z] #17 52.62 invoke-rc.d: policy-rc.d denied execution of start. [2020-03-16T08:50:55.277Z] #17 52.63 Setting up pigz (2.4-1) ... [2020-03-16T08:50:55.277Z] #17 52.64 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-03-16T08:50:55.277Z] #17 52.65 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-03-16T08:50:55.277Z] #17 52.67 Setting up python-pip-whl (18.1-5) ... [2020-03-16T08:50:55.277Z] #17 52.68 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-03-16T08:50:55.277Z] #17 52.70 Setting up vim-runtime (2:8.1.0875-5) ... [2020-03-16T08:50:55.512Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.014s coverage: 91.4% of statements [2020-03-16T08:50:55.771Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2020-03-16T08:50:55.842Z] #17 53.10 Setting up libaio1:amd64 (0.3.112-3) ... [2020-03-16T08:50:55.842Z] #17 53.11 Setting up libonig5:amd64 (6.9.1-1) ... [2020-03-16T08:50:55.842Z] #17 53.12 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:55.842Z] #17 53.13 Setting up vim (2:8.1.0875-5) ... [2020-03-16T08:50:55.842Z] #17 53.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-03-16T08:50:55.842Z] #17 53.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-03-16T08:50:55.842Z] #17 53.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-03-16T08:50:55.842Z] #17 53.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-03-16T08:50:55.842Z] #17 53.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-03-16T08:50:55.842Z] #17 53.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-03-16T08:50:55.842Z] #17 53.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-03-16T08:50:55.842Z] #17 53.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-03-16T08:50:55.842Z] #17 53.20 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-03-16T08:50:55.842Z] #17 53.22 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-03-16T08:50:55.842Z] #17 53.23 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-03-16T08:50:55.842Z] #17 53.24 Setting up jq (1.5+dfsg-2+b1) ... [2020-03-16T08:50:55.842Z] #17 53.25 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-03-16T08:50:55.842Z] #17 53.26 Setting up python3.7 (3.7.3-2+deb10u1) ... [2020-03-16T08:50:56.031Z] ok github.com/docker/docker/pkg/mount 0.902s coverage: 70.5% of statements [2020-03-16T08:50:56.031Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-16T08:50:56.031Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-16T08:50:56.031Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-16T08:50:56.277Z] 23645bd7ee08: Verifying Checksum [2020-03-16T08:50:56.277Z] 23645bd7ee08: Download complete [2020-03-16T08:50:56.292Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.031s coverage: 56.8% of statements [2020-03-16T08:50:56.407Z] #17 ... [2020-03-16T08:50:56.407Z] [2020-03-16T08:50:56.407Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:50:56.407Z] #44 113.5 CC criu/eventfd.o [2020-03-16T08:50:56.407Z] #44 113.9 CC criu/eventpoll.o [2020-03-16T08:50:56.407Z] #44 114.7 CC criu/external.o [2020-03-16T08:50:56.407Z] #44 115.1 CC criu/fault-injection.o [2020-03-16T08:50:56.407Z] #44 115.2 CC criu/fdstore.o [2020-03-16T08:50:56.407Z] #44 115.5 CC criu/fifo.o [2020-03-16T08:50:56.407Z] #44 115.9 CC criu/file-ids.o [2020-03-16T08:50:56.407Z] #44 116.2 CC criu/file-lock.o [2020-03-16T08:50:56.407Z] #44 117.0 CC criu/files-ext.o [2020-03-16T08:50:56.407Z] #44 117.5 CC criu/files-reg.o [2020-03-16T08:50:56.407Z] #44 119.8 CC criu/files.o [2020-03-16T08:50:56.407Z] #44 122.0 CC criu/filesystems.o [2020-03-16T08:50:56.407Z] #44 122.9 CC criu/fsnotify.o [2020-03-16T08:50:56.511Z] Loaded image: buildpack-deps:jessie [2020-03-16T08:50:56.511Z] Loaded image: busybox:latest [2020-03-16T08:50:56.511Z] Loaded image: busybox:glibc [2020-03-16T08:50:56.511Z] Loaded image: debian:jessie [2020-03-16T08:50:56.511Z] Loaded image: hello-world:latest [2020-03-16T08:50:56.511Z] INFO: Testing against a local daemon [2020-03-16T08:50:56.511Z] === RUN TestCgroupNamespacesBuild [2020-03-16T08:50:56.865Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.133986479s with top 10 stages: buildssa: 1m31.910761159s, goimports: 22.859063715s, unconvert: 13.323329504s, gosec: 11.209114745s, golint: 6.394302244s, ineffassign: 4.740430606s, misspell: 4.71235934s, inspect: 3.27022538s, vrp: 2.994973757s, printf: 2.09064404s [2020-03-16T08:50:56.972Z] #44 123.9 CC criu/image-desc.o [2020-03-16T08:50:56.972Z] #44 124.0 CC criu/image.o [2020-03-16T08:50:57.232Z] ok github.com/docker/docker/pkg/pools 0.011s coverage: 88.2% of statements [2020-03-16T08:50:57.232Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-03-16T08:50:57.232Z] ok github.com/docker/docker/pkg/progress 0.012s coverage: 75.9% of statements [2020-03-16T08:50:57.800Z] ok github.com/docker/docker/pkg/reexec 0.031s coverage: 82.4% of statements [2020-03-16T08:50:57.905Z] #44 124.8 CC criu/ipc_ns.o [2020-03-16T08:50:58.368Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2020-03-16T08:50:58.628Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 73.9% of statements [2020-03-16T08:50:58.837Z] #44 125.9 CC criu/irmap.o [2020-03-16T08:50:59.095Z] #44 ... [2020-03-16T08:50:59.095Z] [2020-03-16T08:50:59.095Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-d... [2020-03-16T08:50:59.095Z] #17 56.48 Setting up iptables (1.8.2-4) ... [2020-03-16T08:50:59.095Z] #17 56.50 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.51 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.52 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.52 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.53 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-03-16T08:50:59.095Z] #17 56.54 Setting up python3 (3.7.3-1) ... [2020-03-16T08:50:59.196Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-03-16T08:50:59.196Z] ok github.com/docker/docker/pkg/streamformatter 0.014s coverage: 66.2% of statements [2020-03-16T08:50:59.455Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements [2020-03-16T08:50:59.660Z] #17 56.90 Setting up python3-wheel (0.32.3-2) ... [2020-03-16T08:50:59.714Z] ok github.com/docker/docker/pkg/sysinfo 0.014s coverage: 71.3% of statements [2020-03-16T08:50:59.789Z] --- PASS: TestCgroupNamespacesBuild (3.78s) [2020-03-16T08:50:59.789Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-16T08:51:00.593Z] #17 57.68 Setting up apparmor (2.13.2-10) ... [2020-03-16T08:51:00.652Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2020-03-16T08:51:00.652Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 37.2% of statements [2020-03-16T08:51:00.652Z] ok github.com/docker/docker/pkg/signal 2.775s coverage: 61.0% of statements [2020-03-16T08:51:01.190Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/rootless [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/volume [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-16T08:51:01.190Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === Skipped [2020-03-16T08:51:01.190Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-16T08:51:01.190Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-16T08:51:01.190Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-16T08:51:01.190Z] time="2020-03-16T08:49:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-16T08:51:01.190Z] time="2020-03-16T08:49:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-16T08:51:01.190Z] time="2020-03-16T08:49:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-16T08:51:01.190Z] time="2020-03-16T08:49:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-16T08:51:01.190Z] time="2020-03-16T08:49:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-16T08:51:01.190Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-16T08:51:01.190Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-16T08:51:01.190Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:01.190Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-16T08:51:01.190Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-16T08:51:01.190Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-16T08:51:01.190Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] [2020-03-16T08:51:01.190Z] DONE 2174 tests, 26 skipped in 187.417s Post stage [Pipeline] junit [2020-03-16T08:51:01.221Z] testing: warning: no tests to run [2020-03-16T08:51:01.221Z] coverage: [no statements] [2020-03-16T08:51:01.221Z] ok github.com/docker/docker/pkg/term/windows 0.011s coverage: [no statements] [no tests to run] [2020-03-16T08:51:01.229Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:51:01.485Z] ok github.com/docker/docker/pkg/term 0.014s coverage: 84.8% of statements [2020-03-16T08:51:01.485Z] ok github.com/docker/docker/pkg/tarsum 0.129s coverage: 89.3% of statements [2020-03-16T08:51:01.744Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2020-03-16T08:51:01.794Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -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:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh dynbinary test-integration [2020-03-16T08:51:02.004Z] ok github.com/docker/docker/pkg/truncindex 0.112s coverage: 91.5% of statements [2020-03-16T08:51:02.004Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2020-03-16T08:51:02.076Z] [2020-03-16T08:51:02.076Z] Removing bundles/ [2020-03-16T08:51:02.076Z] [2020-03-16T08:51:02.076Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-16T08:51:02.076Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:51:02.076Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/server/httputils 0.022s coverage: 14.7% of statements [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 4.5% of statements [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/api/types/versions 0.029s coverage: 75.0% of statements [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-16T08:51:02.352Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/builder/dockerignore 0.017s coverage: 96.8% of statements [2020-03-16T08:51:02.352Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2020-03-16T08:51:02.491Z] #17 59.44 Setting up xfsprogs (4.20.0-1) ... [2020-03-16T08:51:02.491Z] #17 59.45 Setting up python3-lib2to3 (3.7.3-1) ... [2020-03-16T08:51:02.491Z] #17 59.85 Setting up python3-pkg-resources (40.8.0-1) ... [2020-03-16T08:51:03.073Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.97s) [2020-03-16T08:51:03.073Z] === RUN TestBuildWithSession [2020-03-16T08:51:03.073Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-16T08:51:03.073Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:51:03.073Z] === RUN TestBuildSquashParent [2020-03-16T08:51:03.424Z] #17 60.71 Setting up python3-distutils (3.7.3-1) ... [2020-03-16T08:51:03.851Z] ok github.com/docker/docker/builder/remotecontext/git 4.859s coverage: 86.3% of statements [2020-03-16T08:51:03.916Z] ok github.com/docker/docker/plugin/v2 0.014s coverage: 14.5% of statements [2020-03-16T08:51:03.916Z] ok github.com/docker/docker/profiles/seccomp 0.022s coverage: 73.8% of statements [2020-03-16T08:51:03.940Z] #17 61.14 Setting up python3-setuptools (40.8.0-1) ... [2020-03-16T08:51:04.487Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2020-03-16T08:51:05.056Z] ok github.com/docker/docker/plugin 0.573s coverage: 27.1% of statements [2020-03-16T08:51:05.132Z] #17 62.32 Setting up python3-pip (18.1-5) ... [2020-03-16T08:51:05.627Z] ok github.com/docker/docker/registry/resumable 0.042s coverage: 100.0% of statements [2020-03-16T08:51:05.888Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 45.3% of statements [2020-03-16T08:51:05.905Z] ok github.com/docker/docker/builder/remotecontext 0.486s coverage: 13.6% of statements [2020-03-16T08:51:06.100Z] #17 63.39 Processing triggers for libc-bin (2.28-10) ... [2020-03-16T08:51:06.100Z] #17 63.48 Processing triggers for mime-support (3.62) ... [2020-03-16T08:51:06.148Z] ok github.com/docker/docker/registry 0.237s coverage: 56.0% of statements [2020-03-16T08:51:06.691Z] #17 DONE 64.0s [2020-03-16T08:51:06.691Z] [2020-03-16T08:51:06.691Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:51:06.691Z] #41 185.7 + dpkg --print-architecture [2020-03-16T08:51:06.691Z] #41 185.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-03-16T08:51:06.691Z] #41 185.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-03-16T08:51:06.691Z] #41 185.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-03-16T08:51:06.719Z] ok github.com/docker/docker/testutil 0.018s coverage: 62.5% of statements [2020-03-16T08:51:06.979Z] ok github.com/docker/docker/runconfig 0.059s coverage: 68.2% of statements [2020-03-16T08:51:08.617Z] ok github.com/docker/docker/builder/dockerfile 1.392s coverage: 48.2% of statements [2020-03-16T08:51:08.617Z] ? github.com/docker/docker/cli [no test files] [2020-03-16T08:51:08.617Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-16T08:51:08.618Z] #41 ... [2020-03-16T08:51:08.618Z] [2020-03-16T08:51:08.618Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sb... [2020-03-16T08:51:08.618Z] #18 1.816 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-03-16T08:51:08.618Z] #18 1.823 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-03-16T08:51:08.618Z] #18 1.826 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-03-16T08:51:08.618Z] #18 DONE 1.9s [2020-03-16T08:51:08.618Z] [2020-03-16T08:51:08.618Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:08.618Z] #44 126.6 CC criu/kcmp-ids.o [2020-03-16T08:51:08.618Z] #44 127.0 CC criu/kerndat.o [2020-03-16T08:51:08.618Z] #44 128.0 CC criu/libnetlink.o [2020-03-16T08:51:08.618Z] #44 128.4 CC criu/log.o [2020-03-16T08:51:08.618Z] #44 128.9 CC criu/lsm.o [2020-03-16T08:51:08.618Z] #44 129.4 CC criu/mem.o [2020-03-16T08:51:08.618Z] #44 131.1 CC criu/mount.o [2020-03-16T08:51:08.618Z] #44 135.5 CC criu/namespaces.o [2020-03-16T08:51:08.618Z] #44 ... [2020-03-16T08:51:08.618Z] [2020-03-16T08:51:08.618Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:51:08.888Z] ok github.com/docker/docker/volume/drivers 0.039s coverage: 36.1% of statements [2020-03-16T08:51:09.066Z] INFO [runner/unused/goanalysis] analyzers took 26.382369277s with top 10 stages: buildssa: 22.076687124s, U1000: 4.305682153s [2020-03-16T08:51:09.067Z] INFO [runner] Issues before processing: 2333, after processing: 0 [2020-03-16T08:51:09.067Z] INFO [runner] Processors filtering stat (out/in): cgo: 1724/2333, nolint: 0/63, filename_unadjuster: 1724/1724, path_prettifier: 1724/1724, exclude: 1619/1619, exclude-rules: 63/1619, skip_files: 1724/1724, skip_dirs: 1724/1724, autogenerated_exclude: 1619/1724, identifier_marker: 1619/1619 [2020-03-16T08:51:09.067Z] INFO [runner] processing took 122.734687ms with stages: nolint: 53.041963ms, identifier_marker: 39.139564ms, path_prettifier: 12.588435ms, exclude-rules: 6.906944ms, autogenerated_exclude: 5.778306ms, skip_dirs: 3.636253ms, cgo: 864.215µs, filename_unadjuster: 772.79µs, max_same_issues: 2.187µs, uniq_by_line: 756ns, diff: 646ns, max_from_linter: 540ns, source_code: 513ns, path_shortener: 493ns, skip_files: 385ns, exclude: 376ns, max_per_file_from_linter: 321ns [2020-03-16T08:51:09.067Z] INFO [runner] linters took 1m32.336887138s with stages: goanalysis_metalinter: 1m14.413078265s, unused: 17.800558241s [2020-03-16T08:51:09.067Z] INFO File cache stats: 1457 entries of total size 6.8MiB [2020-03-16T08:51:09.458Z] ok github.com/docker/docker/volume/local 0.053s coverage: 73.0% of statements [2020-03-16T08:51:09.458Z] ok github.com/docker/docker/volume/mounts 0.060s coverage: 67.0% of statements [2020-03-16T08:51:10.835Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.0% of statements [2020-03-16T08:51:10.970Z] INFO Memory: 1581 samples, avg is 243.6MB, max is 2966.0MB [2020-03-16T08:51:10.970Z] INFO Execution took 3m28.451014548s [2020-03-16T08:51:10.970Z] Congratulations! The shell scripts are properly formatted. [2020-03-16T08:51:11.180Z] --- PASS: TestBuildSquashParent (8.05s) [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:51:11.180Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:51:11.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:51:11.180Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:51:11.180Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-03-16T08:51:11.870Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh dynbinary-daemon test-docker-py [2020-03-16T08:51:12.436Z] [2020-03-16T08:51:12.436Z] Removing bundles/ [2020-03-16T08:51:12.436Z] [2020-03-16T08:51:12.436Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-03-16T08:51:12.436Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:51:12.436Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:51:13.078Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:51:13.079Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:51:13.876Z] 65014b3c3121: Verifying Checksum [2020-03-16T08:51:13.876Z] 65014b3c3121: Download complete [2020-03-16T08:51:15.164Z] #19 5.963 Collecting yamllint==1.16.0 [2020-03-16T08:51:15.420Z] #19 ... [2020-03-16T08:51:15.420Z] [2020-03-16T08:51:15.420Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:15.420Z] #44 137.9 CC criu/net.o [2020-03-16T08:51:15.420Z] #44 141.4 CC criu/netfilter.o [2020-03-16T08:51:15.420Z] #44 141.8 CC criu/page-pipe.o [2020-03-16T08:51:15.420Z] #44 142.4 CC criu/page-xfer.o [2020-03-16T08:51:15.604Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:51:15.604Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:51:16.351Z] #44 143.5 CC criu/pagemap-cache.o [2020-03-16T08:51:16.608Z] #44 143.8 CC criu/pagemap.o [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.07s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.19s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.18s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.82s) [2020-03-16T08:51:16.978Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.80s) [2020-03-16T08:51:16.978Z] === RUN TestBuildMultiStageCopy [2020-03-16T08:51:16.978Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-16T08:51:17.054Z] ok github.com/docker/docker/client 0.803s coverage: 75.8% of statements [2020-03-16T08:51:17.978Z] #44 144.8 CC criu/parasite-syscall.o [2020-03-16T08:51:18.542Z] #44 145.6 CC criu/path.o [2020-03-16T08:51:18.800Z] #44 146.0 CC criu/pie-util-vdso-elf32.o [2020-03-16T08:51:19.364Z] #44 146.4 CC criu/pie-util-vdso.o [2020-03-16T08:51:19.929Z] #44 146.9 CC criu/pie-util.o [2020-03-16T08:51:19.929Z] #44 147.1 CC criu/pipes.o [2020-03-16T08:51:19.929Z] #44 ... [2020-03-16T08:51:19.929Z] [2020-03-16T08:51:19.929Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-03-16T08:51:19.929Z] #19 11.30 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-03-16T08:51:19.929Z] #19 11.41 Collecting pyyaml (from yamllint==1.16.0) [2020-03-16T08:51:20.187Z] #19 11.58 Downloading https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5/PyYAML-5.3.tar.gz (268kB) [2020-03-16T08:51:20.257Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-16T08:51:21.190Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-16T08:51:21.559Z] #19 12.91 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-03-16T08:51:21.559Z] #19 12.94 Downloading https://files.pythonhosted.org/packages/34/fa/c5cc4f796eb954b56fd1f6c7c315647b18b027e0736c9ae87b73bbb1f933/pathspec-0.7.0-py2.py3-none-any.whl [2020-03-16T08:51:21.559Z] #19 12.99 Building wheels for collected packages: pyyaml [2020-03-16T08:51:21.559Z] #19 13.00 Running setup.py bdist_wheel for pyyaml: started [2020-03-16T08:51:22.123Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-16T08:51:22.931Z] #19 14.07 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-03-16T08:51:22.931Z] #19 14.08 Stored in directory: /root/.cache/pip/wheels/e4/76/4d/a95b8dd7b452b69e8ed4f68b69e1b55e12c9c9624dd962b191 [2020-03-16T08:51:22.931Z] #19 14.14 Successfully built pyyaml [2020-03-16T08:51:22.931Z] #19 14.17 Installing collected packages: pyyaml, pathspec, yamllint [2020-03-16T08:51:23.189Z] #19 14.47 Successfully installed pathspec-0.7.0 pyyaml-5.3 yamllint-1.16.0 [2020-03-16T08:51:23.494Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-16T08:51:23.754Z] #19 DONE 14.9s [2020-03-16T08:51:23.754Z] [2020-03-16T08:51:23.754Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-03-16T08:51:23.754Z] #24 DONE 0.2s [2020-03-16T08:51:23.754Z] [2020-03-16T08:51:23.754Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-03-16T08:51:24.319Z] #28 DONE 0.7s [2020-03-16T08:51:24.319Z] [2020-03-16T08:51:24.319Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:24.319Z] #44 147.9 CC criu/plugin.o [2020-03-16T08:51:24.319Z] #44 148.5 CC criu/proc_parse.o [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy (7.14s) [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.13s) [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2020-03-16T08:51:24.425Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-03-16T08:51:24.425Z] === RUN TestBuildMultiStageParentConfig [2020-03-16T08:51:24.577Z] #44 ... [2020-03-16T08:51:24.577Z] [2020-03-16T08:51:24.577Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-03-16T08:51:24.577Z] #31 DONE 0.2s [2020-03-16T08:51:24.577Z] [2020-03-16T08:51:24.577Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-03-16T08:51:24.577Z] #34 DONE 0.1s [2020-03-16T08:51:24.835Z] [2020-03-16T08:51:24.835Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-03-16T08:51:24.835Z] #39 DONE 0.1s [2020-03-16T08:51:24.835Z] [2020-03-16T08:51:24.835Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:24.835Z] #44 151.9 CC criu/protobuf-desc.o [2020-03-16T08:51:25.767Z] #44 152.8 CC criu/protobuf.o [2020-03-16T08:51:26.025Z] #44 153.1 CC criu/pstree.o [2020-03-16T08:51:26.957Z] #44 154.2 CC criu/rbtree.o [2020-03-16T08:51:27.522Z] #44 154.5 CC criu/rst-malloc.o [2020-03-16T08:51:27.522Z] #44 154.8 CC criu/seccomp.o [2020-03-16T08:51:28.455Z] #44 155.5 CC criu/seize.o [2020-03-16T08:51:29.020Z] #44 156.3 CC criu/servicefd.o [2020-03-16T08:51:29.586Z] #44 156.7 CC criu/shmem.o [2020-03-16T08:51:29.684Z] --- PASS: TestBuildMultiStageParentConfig (4.97s) [2020-03-16T08:51:29.684Z] === RUN TestBuildLabelWithTargets [2020-03-16T08:51:30.156Z] #44 ... [2020-03-16T08:51:30.156Z] [2020-03-16T08:51:30.156Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-03-16T08:51:30.156Z] #41 DONE 214.1s [2020-03-16T08:51:30.156Z] [2020-03-16T08:51:30.156Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:30.721Z] #44 157.6 CC criu/sigframe.o [2020-03-16T08:51:30.979Z] #44 158.0 CC criu/signalfd.o [2020-03-16T08:51:31.236Z] #44 158.4 CC criu/sk-inet.o [2020-03-16T08:51:31.236Z] #44 ... [2020-03-16T08:51:31.236Z] [2020-03-16T08:51:31.236Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-03-16T08:51:31.236Z] #42 DONE 0.2s [2020-03-16T08:51:31.494Z] [2020-03-16T08:51:31.494Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:51:32.060Z] #60 ... [2020-03-16T08:51:32.060Z] [2020-03-16T08:51:32.060Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:32.060Z] #44 159.3 CC criu/sk-netlink.o [2020-03-16T08:51:32.624Z] #44 159.6 CC criu/sk-packet.o [2020-03-16T08:51:32.753Z] ok github.com/docker/docker/pkg/plugins 33.637s coverage: 76.6% of statements [2020-03-16T08:51:32.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-16T08:51:32.753Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/rootless [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/volume [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-16T08:51:32.754Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === Skipped [2020-03-16T08:51:32.754Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-16T08:51:32.754Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-16T08:51:32.754Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-16T08:51:32.754Z] time="2020-03-16T08:50:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-16T08:51:32.754Z] time="2020-03-16T08:50:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-16T08:51:32.754Z] time="2020-03-16T08:50:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-16T08:51:32.754Z] time="2020-03-16T08:50:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-16T08:51:32.754Z] time="2020-03-16T08:50:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-16T08:51:32.754Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-16T08:51:32.754Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-16T08:51:32.754Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:51:32.754Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-16T08:51:32.754Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-16T08:51:32.754Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-16T08:51:32.754Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] [2020-03-16T08:51:32.754Z] DONE 2174 tests, 26 skipped in 190.324s Post stage [Pipeline] junit [2020-03-16T08:51:32.766Z] Recording test results [2020-03-16T08:51:32.882Z] #44 160.2 CC criu/sk-queue.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:51:33.338Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -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:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh dynbinary test-integration [2020-03-16T08:51:33.446Z] #44 160.5 CC criu/sk-tcp.o [2020-03-16T08:51:34.011Z] #44 161.0 CC criu/sk-unix.o [2020-03-16T08:51:34.275Z] [2020-03-16T08:51:34.275Z] Removing bundles/ [2020-03-16T08:51:34.275Z] [2020-03-16T08:51:34.275Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-16T08:51:34.275Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:51:34.275Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:51:35.909Z] #44 162.7 CC criu/sockets.o [2020-03-16T08:51:36.474Z] #44 163.5 CC criu/stats.o [2020-03-16T08:51:36.732Z] #44 163.8 CC criu/string.o [2020-03-16T08:51:36.990Z] #44 163.9 CC criu/sysctl.o [2020-03-16T08:51:37.556Z] #44 164.6 CC criu/sysfs_parse.o [2020-03-16T08:51:37.787Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-03-16T08:51:37.787Z] === RUN TestBuildWithEmptyLayers [2020-03-16T08:51:37.814Z] #44 164.9 CC criu/timerfd.o [2020-03-16T08:51:38.072Z] #44 165.3 CC criu/tty.o [2020-03-16T08:51:39.970Z] #44 166.8 CC criu/tun.o [2020-03-16T08:51:39.970Z] #44 167.2 CC criu/uffd.o [2020-03-16T08:51:40.314Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2020-03-16T08:51:40.314Z] === RUN TestBuildMultiStageOnBuild [2020-03-16T08:51:40.903Z] #44 ... [2020-03-16T08:51:40.903Z] [2020-03-16T08:51:40.903Z] #60 [runc 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-03-16T08:51:40.903Z] #60 113.3 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-16T08:51:42.800Z] #60 114.7 + mkdir -p /build [2020-03-16T08:51:42.800Z] #60 114.7 + cp runc /build/runc [2020-03-16T08:51:42.800Z] #60 DONE 115.0s [2020-03-16T08:51:42.800Z] [2020-03-16T08:51:42.800Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-03-16T08:51:42.800Z] #44 168.3 CC criu/util.o [2020-03-16T08:51:42.800Z] #44 169.4 CC criu/uts_ns.o [2020-03-16T08:51:42.800Z] #44 169.6 CC criu/vdso-compat.o [2020-03-16T08:51:42.800Z] #44 169.9 CC criu/vdso.o [2020-03-16T08:51:43.366Z] #44 170.6 LINK criu/built-in.o [2020-03-16T08:51:43.624Z] #44 170.8 LINK criu/criu [2020-03-16T08:51:44.189Z] #44 171.3 DEP lib/c/criu.d [2020-03-16T08:51:44.189Z] #44 171.4 CC images/rpc.pb-c.o [2020-03-16T08:51:44.446Z] #44 171.7 CC lib/c/criu.o [2020-03-16T08:51:45.011Z] #44 172.3 LINK lib/c/built-in.o [2020-03-16T08:51:45.268Z] #44 172.3 LINK lib/c/libcriu.so [2020-03-16T08:51:45.268Z] #44 172.3 LINK lib/c/libcriu.a [2020-03-16T08:51:45.268Z] #44 172.5 GEN magic.py [2020-03-16T08:51:45.526Z] #44 172.5 Note: Building without setproctitle() and strlcpy() support. [2020-03-16T08:51:45.526Z] #44 172.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-03-16T08:51:45.526Z] #44 172.5 Note: Building without GnuTLS support [2020-03-16T08:51:45.575Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) [2020-03-16T08:51:45.575Z] === RUN TestBuildUncleanTarFilenames [2020-03-16T08:51:45.783Z] #44 173.0 fatal: not a git repository (or any of the parent directories): .git [2020-03-16T08:51:45.834Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2020-03-16T08:51:45.834Z] === RUN TestBuildMultiStageLayerLeak [2020-03-16T08:51:46.354Z] #44 173.6 make[1]: Nothing to be done for 'all'. [2020-03-16T08:51:46.920Z] #44 174.2 make[1]: 'images/built-in.o' is up to date. [2020-03-16T08:51:47.177Z] #44 174.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-03-16T08:51:47.177Z] #44 174.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-03-16T08:51:47.177Z] #44 174.3 make[1]: 'compel/libcompel.a' is up to date. [2020-03-16T08:51:47.177Z] #44 174.3 make[1]: 'compel/compel-host-bin' is up to date. [2020-03-16T08:51:47.177Z] #44 174.3 make[1]: Nothing to be done for 'all'. [2020-03-16T08:51:47.177Z] #44 174.4 make[1]: 'soccr/libsoccr.a' is up to date. [2020-03-16T08:51:47.435Z] #44 174.5 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.435Z] #44 174.6 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.435Z] #44 174.6 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.435Z] #44 174.7 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.435Z] #44 174.7 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.696Z] #44 174.8 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.696Z] #44 174.8 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.953Z] #44 174.9 make[2]: Nothing to be done for 'all'. [2020-03-16T08:51:47.953Z] #44 174.9 INSTALL criu/criu [2020-03-16T08:51:47.953Z] #44 DONE 175.1s [2020-03-16T08:51:47.953Z] [2020-03-16T08:51:47.953Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:51:48.891Z] #65 203.9 + bin/containerd [2020-03-16T08:51:48.891Z] #65 ... [2020-03-16T08:51:48.891Z] [2020-03-16T08:51:48.891Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-03-16T08:51:48.891Z] #45 DONE 0.1s [2020-03-16T08:51:49.155Z] [2020-03-16T08:51:49.155Z] #48 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-03-16T08:51:49.155Z] #48 DONE 0.1s [2020-03-16T08:51:49.155Z] [2020-03-16T08:51:49.155Z] #51 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-03-16T08:51:49.155Z] #51 DONE 0.1s [2020-03-16T08:51:49.155Z] [2020-03-16T08:51:49.155Z] #53 [golangci_lint 3/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:51:51.100Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s) [2020-03-16T08:51:51.100Z] === RUN TestBuildWithHugeFile [2020-03-16T08:51:58.788Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:51:58.788Z] [2020-03-16T08:51:58.788Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:51:58.788Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:51:58.788Z] HOSTNAME=d213af25da14 [2020-03-16T08:51:58.788Z] TESTDEBUG=0 [2020-03-16T08:51:58.788Z] DEST=bundles/test-integration [2020-03-16T08:51:58.788Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:51:58.788Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:51:58.788Z] container=docker [2020-03-16T08:51:58.788Z] HOME=/root [2020-03-16T08:51:58.788Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:51:58.788Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:51:58.788Z] VALIDATE_BRANCH=master [2020-03-16T08:51:58.788Z] TERM=xterm [2020-03-16T08:51:58.788Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:51:58.788Z] SHLVL=1 [2020-03-16T08:51:58.788Z] TIMEOUT=120m [2020-03-16T08:51:58.788Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:51:58.788Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:51:58.788Z] GO111MODULE=off [2020-03-16T08:51:58.788Z] DOCKER_EXPERIMENTAL=1 [2020-03-16T08:51:58.788Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-16T08:51:58.788Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:51:58.788Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:51:58.788Z] GOPATH=/go [2020-03-16T08:51:58.788Z] PKG_CONFIG=pkg-config [2020-03-16T08:51:58.788Z] _=/usr/bin/env [2020-03-16T08:51:58.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T08:51:59.119Z] #53 DONE 237.1s [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:51:59.119Z] #65 ... [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #54 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-03-16T08:51:59.119Z] #54 DONE 0.2s [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #57 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-03-16T08:51:59.119Z] #57 DONE 0.1s [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:51:59.119Z] #65 ... [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #61 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-03-16T08:51:59.119Z] #61 DONE 0.1s [2020-03-16T08:51:59.119Z] [2020-03-16T08:51:59.119Z] #65 [containerd 4/4] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-03-16T08:52:13.903Z] ok github.com/docker/docker/cmd/dockerd 0.209s coverage: 30.7% of statements [2020-03-16T08:52:17.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T08:52:17.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T08:52:17.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T08:52:17.400Z] ok github.com/docker/docker/container 0.190s coverage: 34.9% of statements [2020-03-16T08:52:17.400Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-16T08:52:17.400Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-16T08:52:17.400Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-16T08:52:17.400Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-16T08:52:21.045Z] #65 233.9 + bin/containerd-stress [2020-03-16T08:52:21.045Z] #65 235.6 + bin/containerd-shim [2020-03-16T08:52:21.828Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.030s coverage: 65.3% of statements [2020-03-16T08:52:27.598Z] #65 242.1 + bin/containerd-shim-runc-v1 [2020-03-16T08:52:30.121Z] #65 245.1 + bin/containerd-shim-runc-v2 [2020-03-16T08:52:30.305Z] ok github.com/docker/docker/daemon/cluster/convert 0.041s coverage: 35.6% of statements [2020-03-16T08:52:30.685Z] #65 245.9 + binaries [2020-03-16T08:52:30.685Z] #65 245.9 + mkdir -p /build [2020-03-16T08:52:30.685Z] #65 245.9 + cp bin/containerd /build/containerd [2020-03-16T08:52:30.685Z] #65 245.9 + cp bin/containerd-shim /build/containerd-shim [2020-03-16T08:52:30.685Z] #65 245.9 + cp bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-03-16T08:52:30.685Z] #65 245.9 + cp bin/ctr /build/ctr [2020-03-16T08:52:31.248Z] #65 DONE 246.4s [2020-03-16T08:52:32.182Z] [2020-03-16T08:52:32.182Z] #66 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-03-16T08:52:32.354Z] ok github.com/docker/docker/daemon/cluster 0.138s coverage: 0.5% of statements [2020-03-16T08:52:32.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T08:52:32.439Z] #66 DONE 0.2s [2020-03-16T08:52:32.439Z] [2020-03-16T08:52:32.439Z] #70 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-03-16T08:52:32.439Z] #70 DONE 0.1s [2020-03-16T08:52:32.439Z] [2020-03-16T08:52:32.439Z] #72 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-03-16T08:52:32.696Z] #72 DONE 0.1s [2020-03-16T08:52:32.696Z] [2020-03-16T08:52:32.696Z] #75 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-03-16T08:52:32.696Z] #75 DONE 0.1s [2020-03-16T08:52:32.696Z] [2020-03-16T08:52:32.696Z] #76 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-03-16T08:52:32.696Z] #76 DONE 0.0s [2020-03-16T08:52:32.696Z] [2020-03-16T08:52:32.696Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-03-16T08:52:32.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T08:52:33.259Z] #77 DONE 0.6s [2020-03-16T08:52:33.259Z] [2020-03-16T08:52:33.259Z] #78 exporting to image [2020-03-16T08:52:33.259Z] #78 exporting layers [2020-03-16T08:52:33.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T08:52:33.862Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:52:33.862Z] [2020-03-16T08:52:33.862Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-03-16T08:52:33.862Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-03-16T08:52:33.862Z] Using test binary docker [2020-03-16T08:52:33.862Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-16T08:52:33.862Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:52:33.862Z] INFO: Waiting for daemon to start... [2020-03-16T08:52:33.862Z] Starting dockerd [2020-03-16T08:52:34.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T08:52:34.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T08:52:35.235Z] . [2020-03-16T08:52:35.235Z] INFO: Building docker-sdk-python3:4.2.0... [2020-03-16T08:52:35.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T08:52:36.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T08:52:37.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T08:52:37.890Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2020-03-16T08:52:38.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T08:52:39.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-16T08:52:39.807Z] #78 exporting layers 5.9s done [2020-03-16T08:52:39.807Z] #78 writing image sha256:68b05886674a7a37e5e80f8d535b20b0b89056a871876469d2cbec7cf514f1d7 done [2020-03-16T08:52:39.807Z] #78 naming to docker.io/library/docker:5e1b246b9a292255f3b732757adabb020309b383 done [2020-03-16T08:52:39.807Z] #78 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-03-16T08:52:39.937Z] ok github.com/docker/docker/daemon/events 0.070s coverage: 50.0% of statements [2020-03-16T08:52:40.223Z] ok github.com/docker/docker/daemon/config 0.094s coverage: 81.7% of statements [2020-03-16T08:52:40.512Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T08:52:40.854Z] [2020-03-16T08:52:40.854Z] Removing bundles/ [2020-03-16T08:52:40.854Z] [2020-03-16T08:52:40.854Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-03-16T08:52:40.854Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:52:40.854Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:52:41.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T08:52:41.998Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:52:42.565Z] [2020-03-16T08:52:42.565Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:52:42.824Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:52:42.824Z] HOSTNAME=4d16df3f53bc [2020-03-16T08:52:42.824Z] TESTDEBUG=0 [2020-03-16T08:52:42.824Z] DEST=bundles/test-integration [2020-03-16T08:52:42.824Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:52:42.824Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:52:42.824Z] container=docker [2020-03-16T08:52:42.824Z] HOME=/root [2020-03-16T08:52:42.824Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:52:42.824Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:52:42.824Z] VALIDATE_BRANCH=master [2020-03-16T08:52:42.824Z] TERM=xterm [2020-03-16T08:52:42.824Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:52:42.824Z] SHLVL=1 [2020-03-16T08:52:42.824Z] TIMEOUT=120m [2020-03-16T08:52:42.824Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:52:42.824Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:52:42.824Z] GO111MODULE=off [2020-03-16T08:52:42.824Z] DOCKER_EXPERIMENTAL=1 [2020-03-16T08:52:42.824Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-16T08:52:42.824Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:52:42.824Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:52:42.824Z] GOPATH=/go [2020-03-16T08:52:42.824Z] PKG_CONFIG=pkg-config [2020-03-16T08:52:42.824Z] _=/usr/bin/env [2020-03-16T08:52:42.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T08:52:42.927Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2020-03-16T08:52:42.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T08:52:43.603Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T08:52:44.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T08:52:45.239Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:52:45.239Z] Using test binary docker [2020-03-16T08:52:45.239Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-16T08:52:45.239Z] +++ /etc/init.d/apparmor start [2020-03-16T08:52:45.239Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:52:45.239Z] INFO: Waiting for daemon to start... [2020-03-16T08:52:45.239Z] Starting dockerd [2020-03-16T08:52:45.239Z] +++ 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-16T08:52:45.633Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.531s coverage: 13.8% of statements [2020-03-16T08:52:47.257Z] . [2020-03-16T08:52:47.257Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:52:47.257Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:52:47.257Z] Error: No such image: emptyfs [2020-03-16T08:52:47.257Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:52:47.257Z] ++++ docker load [2020-03-16T08:52:47.538Z] Running integration-test (iteration 1) [2020-03-16T08:52:47.538Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-03-16T08:52:47.538Z] ++ 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-16T08:52:47.538Z] ++ set -e [2020-03-16T08:52:47.538Z] ++ '[' -n 0 ']' [2020-03-16T08:52:47.538Z] ++ set -x [2020-03-16T08:52:47.538Z] ++ env -i DEST=/go/src/github.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-16T08:52:47.675Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.021s coverage: 2.9% of statements [2020-03-16T08:52:49.186Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.052s coverage: 57.9% of statements [2020-03-16T08:52:49.186Z] ok github.com/docker/docker/daemon 12.572s coverage: 17.5% of statements [2020-03-16T08:52:49.186Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-16T08:52:49.186Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-16T08:52:49.186Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-16T08:52:49.186Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-16T08:52:53.604Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.018s coverage: 1.8% of statements [2020-03-16T08:52:54.627Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.830s coverage: 68.6% of statements [2020-03-16T08:52:55.910Z] Loaded image: buildpack-deps:jessie [2020-03-16T08:52:55.910Z] Loaded image: busybox:latest [2020-03-16T08:52:55.910Z] Loaded image: busybox:glibc [2020-03-16T08:52:55.910Z] Loaded image: debian:jessie [2020-03-16T08:52:55.910Z] Loaded image: hello-world:latest [2020-03-16T08:52:55.910Z] INFO: Testing against a local daemon [2020-03-16T08:52:55.910Z] === RUN TestCgroupNamespacesBuild [2020-03-16T08:52:57.348Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.329s coverage: 49.5% of statements [2020-03-16T08:52:57.348Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.305s coverage: 45.9% of statements [2020-03-16T08:52:57.348Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-16T08:52:57.932Z] --- PASS: TestCgroupNamespacesBuild (2.10s) [2020-03-16T08:52:57.932Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-16T08:52:58.769Z] --- PASS: TestBuildWithHugeFile (57.94s) [2020-03-16T08:52:58.769Z] === RUN TestBuildWithEmptyDockerfile [2020-03-16T08:52:58.769Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:52:58.769Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:52:58.769Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:52:58.769Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:52:58.769Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:52:58.770Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:52:58.770Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:52:58.770Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:52:58.770Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:52:58.770Z] --- PASS: TestBuildWithEmptyDockerfile (0.21s) [2020-03-16T08:52:58.770Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2020-03-16T08:52:58.770Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2020-03-16T08:52:58.770Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2020-03-16T08:52:58.770Z] === RUN TestBuildPreserveOwnership [2020-03-16T08:52:58.770Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-16T08:52:58.770Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-16T08:52:59.335Z] --- PASS: TestBuildPreserveOwnership (10.67s) [2020-03-16T08:52:59.335Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.66s) [2020-03-16T08:52:59.335Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.01s) [2020-03-16T08:52:59.335Z] === RUN TestBuildPlatformInvalid [2020-03-16T08:52:59.335Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2020-03-16T08:52:59.335Z] PASS [2020-03-16T08:52:59.335Z] [2020-03-16T08:52:59.335Z] === Skipped [2020-03-16T08:52:59.335Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-03-16T08:52:59.335Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:52:59.335Z] [2020-03-16T08:52:59.335Z] [2020-03-16T08:52:59.335Z] DONE 32 tests, 1 skipped in 132.916s [2020-03-16T08:52:59.335Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-03-16T08:52:59.593Z] INFO: Testing against a local daemon [2020-03-16T08:52:59.593Z] === RUN TestConfigList [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigList (0.02s) [2020-03-16T08:52:59.593Z] config_test.go:30: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigsCreateAndDelete [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-03-16T08:52:59.593Z] config_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigsUpdate [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigsUpdate (0.02s) [2020-03-16T08:52:59.593Z] config_test.go:140: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestTemplatedConfig [2020-03-16T08:52:59.593Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-03-16T08:52:59.593Z] config_test.go:192: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigInspect [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigInspect (0.01s) [2020-03-16T08:52:59.593Z] config_test.go:326: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigCreateWithLabels [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigCreateWithLabels (0.02s) [2020-03-16T08:52:59.593Z] config_test.go:350: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigCreateResolve [2020-03-16T08:52:59.593Z] --- SKIP: TestConfigCreateResolve (0.01s) [2020-03-16T08:52:59.593Z] config_test.go:377: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:52:59.593Z] === RUN TestConfigDaemonLibtrustID [2020-03-16T08:52:59.952Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.78s) [2020-03-16T08:52:59.952Z] === RUN TestBuildWithSession [2020-03-16T08:52:59.952Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-16T08:52:59.952Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:52:59.952Z] === RUN TestBuildSquashParent [2020-03-16T08:53:00.843Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.729s coverage: 76.1% of statements [2020-03-16T08:53:01.132Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2020-03-16T08:53:01.756Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.025s coverage: 3.0% of statements [2020-03-16T08:53:02.123Z] --- PASS: TestConfigDaemonLibtrustID (2.17s) [2020-03-16T08:53:02.123Z] PASS [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === Skipped [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2020-03-16T08:53:02.123Z] config_test.go:30: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-03-16T08:53:02.123Z] config_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2020-03-16T08:53:02.123Z] config_test.go:140: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-03-16T08:53:02.123Z] config_test.go:192: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2020-03-16T08:53:02.123Z] config_test.go:326: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigCreateWithLabels (0.02s) [2020-03-16T08:53:02.123Z] config_test.go:350: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2020-03-16T08:53:02.123Z] config_test.go:377: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] [2020-03-16T08:53:02.123Z] DONE 8 tests, 7 skipped in 2.465s [2020-03-16T08:53:02.123Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-03-16T08:53:02.123Z] INFO: Testing against a local daemon [2020-03-16T08:53:02.123Z] === RUN TestCheckpoint [2020-03-16T08:53:02.123Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-16T08:53:02.123Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:53:02.123Z] === RUN TestContainerInvalidJSON [2020-03-16T08:53:02.123Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:53:02.123Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:53:02.123Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:53:02.123Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:53:02.123Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:53:02.123Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:53:02.123Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:53:02.123Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:53:02.123Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:53:02.123Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-16T08:53:02.123Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-16T08:53:02.123Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-16T08:53:02.123Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-16T08:53:02.123Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-16T08:53:02.123Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2020-03-16T08:53:02.123Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-16T08:53:02.123Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-03-16T08:53:02.123Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-16T08:53:02.381Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2020-03-16T08:53:02.381Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-16T08:53:02.381Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2020-03-16T08:53:02.381Z] === RUN TestCopyFromContainer [2020-03-16T08:53:02.432Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.814s coverage: 55.4% of statements [2020-03-16T08:53:02.432Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-16T08:53:02.432Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-16T08:53:02.722Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer// [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer//bar/root [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer/bar/quux [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-16T08:53:06.562Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-16T08:53:06.760Z] --- PASS: TestBuildSquashParent (6.21s) [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:53:06.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:53:06.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:53:06.760Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:53:06.760Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:53:06.820Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-16T08:53:06.820Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-16T08:53:06.820Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer (4.60s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2020-03-16T08:53:07.078Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2020-03-16T08:53:07.078Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-16T08:53:07.078Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:53:07.078Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:53:07.078Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:53:07.078Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:53:07.078Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:53:07.078Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:53:07.078Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:53:07.078Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:53:07.078Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:53:07.078Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-16T08:53:07.078Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-16T08:53:07.078Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-03-16T08:53:07.078Z] === RUN TestCreateWithInvalidEnv [2020-03-16T08:53:07.078Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-16T08:53:07.078Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-16T08:53:07.078Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-16T08:53:07.078Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-16T08:53:07.078Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-16T08:53:07.078Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-16T08:53:07.078Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-16T08:53:07.078Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-16T08:53:07.078Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-16T08:53:07.078Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-16T08:53:07.078Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-16T08:53:07.078Z] === RUN TestCreateTmpfsMountsTarget [2020-03-16T08:53:07.078Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-03-16T08:53:07.078Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-16T08:53:08.227Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:53:08.246Z] ok github.com/docker/docker/daemon/logger 0.308s coverage: 41.8% of statements [2020-03-16T08:53:08.508Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:53:08.880Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 67.0% of statements [2020-03-16T08:53:09.168Z] ok github.com/docker/docker/daemon/logger/awslogs 0.602s coverage: 77.8% of statements [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:53:09.605Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:53:09.605Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:53:09.605Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities (0.02s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-03-16T08:53:09.605Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-16T08:53:09.606Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-16T08:53:09.606Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-03-16T08:53:09.606Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-03-16T08:53:09.606Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-16T08:53:10.525Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:53:10.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:53:11.213Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 26.2% of statements [2020-03-16T08:53:11.213Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.030s coverage: 88.3% of statements [2020-03-16T08:53:11.213Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 4.9% of statements [2020-03-16T08:53:11.213Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-16T08:53:11.213Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-16T08:53:11.213Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-16T08:53:11.213Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-16T08:53:12.142Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s) [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:53:12.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:53:12.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:53:12.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:53:12.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:53:12.143Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:53:12.143Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:53:12.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:53:12.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:53:12.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:53:12.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:53:12.143Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-03-16T08:53:12.143Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-03-16T08:53:12.143Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-16T08:53:13.078Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2020-03-16T08:53:13.078Z] === RUN TestContainerStartOnDaemonRestart [2020-03-16T08:53:13.078Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-03-16T08:53:13.078Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-03-16T08:53:13.078Z] === RUN TestDaemonRestartIpcMode [2020-03-16T08:53:13.078Z] === PAUSE TestDaemonRestartIpcMode [2020-03-16T08:53:13.078Z] === RUN TestDaemonHostGatewayIP [2020-03-16T08:53:13.078Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-03-16T08:53:13.078Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:53:13.078Z] === RUN TestDiff [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.45s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.58s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.17s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.39s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.39s) [2020-03-16T08:53:13.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.39s) [2020-03-16T08:53:13.479Z] === RUN TestBuildMultiStageCopy [2020-03-16T08:53:13.479Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-16T08:53:13.643Z] --- PASS: TestDiff (0.80s) [2020-03-16T08:53:13.643Z] === RUN TestExecWithCloseStdin [2020-03-16T08:53:13.924Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.036s coverage: 62.1% of statements [2020-03-16T08:53:14.577Z] --- PASS: TestExecWithCloseStdin (0.88s) [2020-03-16T08:53:14.577Z] === RUN TestExec [2020-03-16T08:53:14.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T08:53:14.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T08:53:14.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T08:53:15.423Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.050s coverage: 19.9% of statements [2020-03-16T08:53:15.423Z] ok github.com/docker/docker/daemon/logger/local 0.053s coverage: 74.7% of statements [2020-03-16T08:53:15.423Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-16T08:53:15.496Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-16T08:53:15.512Z] --- PASS: TestExec (0.83s) [2020-03-16T08:53:15.512Z] === RUN TestExecUser [2020-03-16T08:53:16.048Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 33.3% of statements [2020-03-16T08:53:16.109Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-16T08:53:16.446Z] --- PASS: TestExecUser (0.85s) [2020-03-16T08:53:16.446Z] === RUN TestExportContainerAndImportImage [2020-03-16T08:53:16.722Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-16T08:53:17.335Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-16T08:53:17.379Z] --- PASS: TestExportContainerAndImportImage (0.98s) [2020-03-16T08:53:17.379Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-16T08:53:17.539Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy (4.77s) [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.47s) [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s) [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.60s) [2020-03-16T08:53:17.949Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s) [2020-03-16T08:53:17.949Z] === RUN TestBuildMultiStageParentConfig [2020-03-16T08:53:18.563Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 47.8% of statements [2020-03-16T08:53:19.417Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2020-03-16T08:53:19.417Z] === RUN TestBuildLabelWithTargets [2020-03-16T08:53:20.054Z] ok github.com/docker/docker/daemon/network 0.046s coverage: 63.8% of statements [2020-03-16T08:53:21.560Z] --- PASS: TestExportContainerAfterDaemonRestart (4.25s) [2020-03-16T08:53:21.560Z] === RUN TestHealthCheckWorkdir [2020-03-16T08:53:21.909Z] sha256:21c27f23a0e1113cee10bb7a116232d3e7e0abf8fdb804e5c903c62201701229 [2020-03-16T08:53:21.909Z] INFO: Starting docker-py tests... [2020-03-16T08:53:21.909Z] ============================= test session starts ============================== [2020-03-16T08:53:21.909Z] platform linux -- Python 3.7.7, pytest-4.3.1, py-1.8.1, pluggy-0.13.1 [2020-03-16T08:53:21.909Z] rootdir: /src, inifile: pytest.ini [2020-03-16T08:53:21.909Z] plugins: timeout-1.3.3, cov-2.6.1 [2020-03-16T08:53:21.909Z] collected 387 items / 1 deselected / 386 selected [2020-03-16T08:53:21.909Z] [2020-03-16T08:53:22.087Z] --- PASS: TestBuildLabelWithTargets (2.39s) [2020-03-16T08:53:22.087Z] === RUN TestBuildWithEmptyLayers [2020-03-16T08:53:22.103Z] ok github.com/docker/docker/daemon/logger/splunk 3.145s coverage: 82.5% of statements [2020-03-16T08:53:22.103Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-16T08:53:22.103Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-16T08:53:22.492Z] --- PASS: TestHealthCheckWorkdir (1.08s) [2020-03-16T08:53:22.492Z] === RUN TestHealthKillContainer [2020-03-16T08:53:23.102Z] --- PASS: TestBuildWithEmptyLayers (0.99s) [2020-03-16T08:53:23.102Z] === RUN TestBuildMultiStageOnBuild [2020-03-16T08:53:24.150Z] ok github.com/docker/docker/distribution/metadata 0.182s coverage: 48.2% of statements [2020-03-16T08:53:27.608Z] --- PASS: TestHealthKillContainer (2.96s) [2020-03-16T08:53:27.608Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-16T08:53:27.608Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s) [2020-03-16T08:53:27.608Z] === RUN TestIpcModeNone [2020-03-16T08:53:27.608Z] --- PASS: TestIpcModeNone (0.87s) [2020-03-16T08:53:27.608Z] === RUN TestIpcModePrivate [2020-03-16T08:53:27.615Z] --- PASS: TestBuildMultiStageOnBuild (2.92s) [2020-03-16T08:53:27.615Z] === RUN TestBuildUncleanTarFilenames [2020-03-16T08:53:27.615Z] --- PASS: TestBuildUncleanTarFilenames (1.20s) [2020-03-16T08:53:27.615Z] === RUN TestBuildMultiStageLayerLeak [2020-03-16T08:53:27.615Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2020-03-16T08:53:27.615Z] ok github.com/docker/docker/distribution 0.659s coverage: 22.1% of statements [2020-03-16T08:53:27.615Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-16T08:53:27.726Z] 65014b3c3121: Pull complete [2020-03-16T08:53:28.174Z] --- PASS: TestIpcModePrivate (0.84s) [2020-03-16T08:53:28.174Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:110, shared: false, mustBeShared: false [2020-03-16T08:53:28.174Z] === RUN TestIpcModeShareable [2020-03-16T08:53:28.174Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-03-16T08:53:28.174Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:53:28.174Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-16T08:53:28.636Z] ok github.com/docker/docker/distribution/xfer 1.718s coverage: 85.1% of statements [2020-03-16T08:53:28.636Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-16T08:53:29.264Z] ok github.com/docker/docker/image 0.069s coverage: 86.4% of statements [2020-03-16T08:53:29.890Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2020-03-16T08:53:29.890Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-16T08:53:30.285Z] --- PASS: TestBuildMultiStageLayerLeak (2.95s) [2020-03-16T08:53:30.285Z] === RUN TestBuildWithHugeFile [2020-03-16T08:53:30.702Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s) [2020-03-16T08:53:30.702Z] === RUN TestAPIIpcModeHost [2020-03-16T08:53:30.702Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-03-16T08:53:30.702Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:53:30.702Z] === RUN TestDaemonIpcModeShareable [2020-03-16T08:53:30.702Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-03-16T08:53:30.702Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:53:30.702Z] === RUN TestDaemonIpcModePrivate [2020-03-16T08:53:30.914Z] ok github.com/docker/docker/image/v1 0.064s coverage: 25.0% of statements [2020-03-16T08:53:30.914Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-16T08:53:30.914Z] ok github.com/docker/docker/libcontainerd/queue 0.052s coverage: 100.0% of statements [2020-03-16T08:53:32.960Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 50.0% of statements [2020-03-16T08:53:33.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T08:53:33.980Z] --- PASS: TestDaemonIpcModePrivate (2.92s) [2020-03-16T08:53:33.980Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-03-16T08:53:33.980Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-16T08:53:33.980Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-03-16T08:53:33.980Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:53:33.980Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-16T08:53:33.980Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-03-16T08:53:33.980Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:53:33.980Z] === RUN TestIpcModeOlderClient [2020-03-16T08:53:33.980Z] === PAUSE TestIpcModeOlderClient [2020-03-16T08:53:33.980Z] === RUN TestKillContainerInvalidSignal [2020-03-16T08:53:34.545Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2020-03-16T08:53:34.545Z] === RUN TestKillContainer [2020-03-16T08:53:34.545Z] === RUN TestKillContainer/no_signal [2020-03-16T08:53:34.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T08:53:35.109Z] === RUN TestKillContainer/non_killing_signal [2020-03-16T08:53:35.675Z] === RUN TestKillContainer/killing_signal [2020-03-16T08:53:35.678Z] ok github.com/docker/docker/opts 0.152s coverage: 67.4% of statements [2020-03-16T08:53:36.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T08:53:37.047Z] --- PASS: TestKillContainer (2.41s) [2020-03-16T08:53:37.047Z] --- PASS: TestKillContainer/no_signal (0.78s) [2020-03-16T08:53:37.047Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2020-03-16T08:53:37.047Z] --- PASS: TestKillContainer/killing_signal (0.80s) [2020-03-16T08:53:37.047Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-16T08:53:37.047Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-16T08:53:37.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T08:53:37.173Z] ok github.com/docker/docker/pkg/broadcaster 0.006s coverage: 100.0% of statements [2020-03-16T08:53:37.502Z] ok github.com/docker/docker/pkg/authorization 0.870s coverage: 68.3% of statements [2020-03-16T08:53:37.612Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-16T08:53:37.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T08:53:38.128Z] ok github.com/docker/docker/pkg/capabilities 0.006s coverage: 87.5% of statements [2020-03-16T08:53:38.416Z] ok github.com/docker/docker/pkg/archive 1.480s coverage: 77.3% of statements [2020-03-16T08:53:38.544Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.65s) [2020-03-16T08:53:38.544Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2020-03-16T08:53:38.544Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-03-16T08:53:38.544Z] === RUN TestKillStoppedContainer [2020-03-16T08:53:38.544Z] --- PASS: TestKillStoppedContainer (0.07s) [2020-03-16T08:53:38.544Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-16T08:53:38.544Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-03-16T08:53:38.544Z] === RUN TestKillDifferentUserContainer [2020-03-16T08:53:39.436Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2020-03-16T08:53:39.475Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2020-03-16T08:53:39.475Z] === RUN TestInspectOomKilledTrue [2020-03-16T08:53:39.475Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-16T08:53:39.475Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:53:39.475Z] === RUN TestInspectOomKilledFalse [2020-03-16T08:53:39.475Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-16T08:53:39.475Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:53:39.475Z] === RUN TestLinksEtcHostsContentMatch [2020-03-16T08:53:39.475Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-03-16T08:53:39.475Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-03-16T08:53:39.475Z] === RUN TestLinksContainerNames [2020-03-16T08:53:39.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T08:53:40.059Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2020-03-16T08:53:41.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T08:53:41.084Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2020-03-16T08:53:41.373Z] --- PASS: TestLinksContainerNames (1.56s) [2020-03-16T08:53:41.373Z] === RUN TestLogsFollowTailEmpty [2020-03-16T08:53:41.938Z] --- PASS: TestLogsFollowTailEmpty (0.77s) [2020-03-16T08:53:41.938Z] === RUN TestContainerNetworkMountsNoChown [2020-03-16T08:53:42.504Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s) [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/default [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/default [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/private [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/private [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rprivate [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/slave [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/slave [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rslave [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/shared [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/shared [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rshared [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/default [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/rslave [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/rshared [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/shared [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/rprivate [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/slave [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/private [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-16T08:53:42.504Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:53:42.504Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:53:42.504Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-16T08:53:42.570Z] ok github.com/docker/docker/pkg/discovery/memory 0.020s coverage: 87.2% of statements [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:53:42.761Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:53:42.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:53:43.019Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-16T08:53:43.190Z] ok github.com/docker/docker/layer 7.437s coverage: 68.8% of statements [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/oci [no test files] [2020-03-16T08:53:43.190Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-16T08:53:43.190Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2020-03-16T08:53:43.277Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:53:43.277Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:53:43.277Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-16T08:53:43.277Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-03-16T08:53:43.277Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-03-16T08:53:43.277Z] === RUN TestContainerBindMountNonRecursive [2020-03-16T08:53:43.277Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-03-16T08:53:43.277Z] 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-16T08:53:43.277Z] === RUN TestNetworkNat [2020-03-16T08:53:44.209Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2020-03-16T08:53:44.210Z] --- PASS: TestNetworkNat (0.86s) [2020-03-16T08:53:44.210Z] === RUN TestNetworkLocalhostTCPNat [2020-03-16T08:53:44.398Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-03-16T08:53:44.495Z] ok github.com/docker/docker/pkg/chrootarchive 4.484s coverage: 43.2% of statements [2020-03-16T08:53:44.495Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-16T08:53:44.495Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-16T08:53:44.775Z] --- PASS: TestNetworkLocalhostTCPNat (0.77s) [2020-03-16T08:53:44.775Z] === RUN TestNetworkLoopbackNat [2020-03-16T08:53:44.963Z] tests/integration/api_client_test.py ..... [ 7%] [2020-03-16T08:53:45.118Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2020-03-16T08:53:45.742Z] ok github.com/docker/docker/pkg/discovery/kv 3.140s coverage: 84.1% of statements [2020-03-16T08:53:46.044Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2020-03-16T08:53:46.044Z] ok github.com/docker/docker/pkg/fsutils 0.386s coverage: 85.1% of statements [2020-03-16T08:53:46.165Z] --- PASS: TestNetworkLoopbackNat (1.01s) [2020-03-16T08:53:46.165Z] === RUN TestPause [2020-03-16T08:53:46.165Z] --- SKIP: TestPause (0.00s) [2020-03-16T08:53:46.165Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:53:46.165Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-16T08:53:46.165Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:53:46.165Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:53:46.165Z] === RUN TestPauseStopPausedContainer [2020-03-16T08:53:46.165Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-03-16T08:53:46.165Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:53:46.165Z] === RUN TestPsFilter [2020-03-16T08:53:46.165Z] --- PASS: TestPsFilter (0.19s) [2020-03-16T08:53:46.165Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-16T08:53:46.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T08:53:46.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-16T08:53:46.902Z] tests/integration/api_config_test.py ..... [ 8%] [2020-03-16T08:53:47.065Z] ok github.com/docker/docker/pkg/homedir 0.025s coverage: 11.4% of statements [2020-03-16T08:53:47.097Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.84s) [2020-03-16T08:53:47.097Z] === RUN TestRemoveContainerWithVolume [2020-03-16T08:53:47.664Z] --- PASS: TestRemoveContainerWithVolume (0.85s) [2020-03-16T08:53:47.664Z] === RUN TestRemoveContainerRunning [2020-03-16T08:53:48.559Z] ok github.com/docker/docker/pkg/jsonmessage 0.028s coverage: 91.7% of statements [2020-03-16T08:53:48.595Z] --- PASS: TestRemoveContainerRunning (0.81s) [2020-03-16T08:53:48.595Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-16T08:53:48.845Z] ok github.com/docker/docker/pkg/locker 0.034s coverage: 88.9% of statements [2020-03-16T08:53:49.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T08:53:49.469Z] ok github.com/docker/docker/pkg/idtools 0.964s coverage: 70.1% of statements [2020-03-16T08:53:49.527Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) [2020-03-16T08:53:49.527Z] === RUN TestRemoveInvalidContainer [2020-03-16T08:53:49.527Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-03-16T08:53:49.527Z] === RUN TestRenameLinkedContainer [2020-03-16T08:53:49.756Z] ok github.com/docker/docker/pkg/longpath 0.009s coverage: 100.0% of statements [2020-03-16T08:53:49.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T08:53:50.045Z] ok github.com/docker/docker/pkg/ioutils 1.863s coverage: 69.3% of statements [2020-03-16T08:53:50.045Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-16T08:53:50.671Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2020-03-16T08:53:51.296Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2020-03-16T08:53:51.296Z] ok github.com/docker/docker/pkg/parsers/kernel 0.027s coverage: 60.0% of statements [2020-03-16T08:53:51.922Z] ok github.com/docker/docker/pkg/mount 0.926s coverage: 70.5% of statements [2020-03-16T08:53:51.922Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-16T08:53:52.208Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 91.4% of statements [2020-03-16T08:53:52.495Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 82.4% of statements [2020-03-16T08:53:52.495Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-16T08:53:52.495Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-16T08:53:52.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T08:53:52.805Z] --- PASS: TestRenameLinkedContainer (3.16s) [2020-03-16T08:53:52.805Z] === RUN TestRenameStoppedContainer [2020-03-16T08:53:53.370Z] --- PASS: TestRenameStoppedContainer (0.81s) [2020-03-16T08:53:53.370Z] === RUN TestRenameRunningContainerAndReuse [2020-03-16T08:53:53.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T08:53:54.004Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2020-03-16T08:53:54.627Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2020-03-16T08:53:55.249Z] ok github.com/docker/docker/pkg/plugins/transport 0.010s coverage: 85.7% of statements [2020-03-16T08:53:55.249Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2020-03-16T08:53:55.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T08:53:55.266Z] --- PASS: TestRenameRunningContainerAndReuse (1.64s) [2020-03-16T08:53:55.267Z] === RUN TestRenameInvalidName [2020-03-16T08:53:55.831Z] --- PASS: TestRenameInvalidName (0.80s) [2020-03-16T08:53:55.831Z] === RUN TestRenameAnonymousContainer [2020-03-16T08:53:56.266Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2020-03-16T08:53:56.635Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:53:56.635Z] Using test binary docker [2020-03-16T08:53:56.635Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-16T08:53:56.635Z] +++ /etc/init.d/apparmor start [2020-03-16T08:53:56.635Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:53:56.635Z] INFO: Waiting for daemon to start... [2020-03-16T08:53:56.635Z] Starting dockerd [2020-03-16T08:53:56.635Z] +++ 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-16T08:53:56.887Z] ok github.com/docker/docker/pkg/pubsub 1.181s coverage: 73.9% of statements [2020-03-16T08:53:57.173Z] ok github.com/docker/docker/pkg/stdcopy 0.010s coverage: 100.0% of statements [2020-03-16T08:53:57.229Z] --- PASS: TestBuildWithHugeFile (25.53s) [2020-03-16T08:53:57.229Z] === RUN TestBuildWithEmptyDockerfile [2020-03-16T08:53:57.229Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:53:57.229Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:53:57.229Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:53:57.229Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:53:57.229Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:53:57.229Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:53:57.229Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:53:57.229Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:53:57.229Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:53:57.229Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2020-03-16T08:53:57.229Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-03-16T08:53:57.229Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2020-03-16T08:53:57.229Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2020-03-16T08:53:57.229Z] === RUN TestBuildPreserveOwnership [2020-03-16T08:53:57.229Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-16T08:53:58.235Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2020-03-16T08:53:58.235Z] ok github.com/docker/docker/pkg/streamformatter 0.022s coverage: 66.2% of statements [2020-03-16T08:53:58.543Z] . [2020-03-16T08:53:58.543Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:53:58.543Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:53:58.543Z] Error: No such image: emptyfs [2020-03-16T08:53:58.543Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:53:58.543Z] ++++ docker load [2020-03-16T08:53:58.892Z] ok github.com/docker/docker/pkg/symlink 0.016s coverage: 87.7% of statements [2020-03-16T08:53:59.113Z] Running integration-test (iteration 1) [2020-03-16T08:53:59.113Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-03-16T08:53:59.113Z] ++ 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-16T08:53:59.113Z] ++ set -e [2020-03-16T08:53:59.113Z] ++ '[' -n 0 ']' [2020-03-16T08:53:59.113Z] ++ set -x [2020-03-16T08:53:59.113Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T08:53:59.128Z] --- PASS: TestRenameAnonymousContainer (3.32s) [2020-03-16T08:53:59.128Z] === RUN TestRenameContainerWithSameName [2020-03-16T08:53:59.514Z] ok github.com/docker/docker/pkg/sysinfo 0.039s coverage: 70.8% of statements [2020-03-16T08:54:00.061Z] --- PASS: TestRenameContainerWithSameName (0.82s) [2020-03-16T08:54:00.061Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-16T08:54:00.138Z] ok github.com/docker/docker/pkg/signal 3.480s coverage: 61.0% of statements [2020-03-16T08:54:00.426Z] ok github.com/docker/docker/pkg/system 0.027s coverage: 37.2% of statements [2020-03-16T08:54:00.678Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-16T08:54:01.049Z] ok github.com/docker/docker/pkg/tailfile 0.151s coverage: 88.6% of statements [2020-03-16T08:54:01.446Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s) [2020-03-16T08:54:01.446Z] === RUN TestResize [2020-03-16T08:54:02.070Z] ok github.com/docker/docker/pkg/term 0.009s coverage: 84.8% of statements [2020-03-16T08:54:02.070Z] testing: warning: no tests to run [2020-03-16T08:54:02.070Z] coverage: [no statements] [2020-03-16T08:54:02.070Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2020-03-16T08:54:02.353Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:54:02.353Z] [2020-03-16T08:54:02.379Z] --- PASS: TestResize (0.80s) [2020-03-16T08:54:02.379Z] === RUN TestResizeWithInvalidSize [2020-03-16T08:54:02.611Z] [2020-03-16T08:54:02.611Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-03-16T08:54:02.694Z] ok github.com/docker/docker/pkg/tarsum 0.236s coverage: 89.3% of statements [2020-03-16T08:54:02.696Z] --- PASS: TestBuildPreserveOwnership (6.64s) [2020-03-16T08:54:02.696Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.29s) [2020-03-16T08:54:02.696Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.34s) [2020-03-16T08:54:02.696Z] === RUN TestBuildPlatformInvalid [2020-03-16T08:54:02.696Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2020-03-16T08:54:02.696Z] PASS [2020-03-16T08:54:02.696Z] [2020-03-16T08:54:02.696Z] === Skipped [2020-03-16T08:54:02.696Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-03-16T08:54:02.696Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:54:02.696Z] [2020-03-16T08:54:02.696Z] [2020-03-16T08:54:02.696Z] DONE 32 tests, 1 skipped in 75.035s [2020-03-16T08:54:02.696Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-03-16T08:54:02.696Z] ++ 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-16T08:54:02.696Z] ++ set -e [2020-03-16T08:54:02.696Z] ++ '[' -n 0 ']' [2020-03-16T08:54:02.696Z] ++ set -x [2020-03-16T08:54:02.696Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-16T08:54:02.696Z] INFO: Testing against a local daemon [2020-03-16T08:54:02.696Z] === RUN TestConfigList [2020-03-16T08:54:02.871Z] [2020-03-16T08:54:02.871Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:54:02.871Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:54:02.871Z] HOSTNAME=f1d5ac3b8fd9 [2020-03-16T08:54:02.871Z] TEST_SKIP_INTEGRATION=1 [2020-03-16T08:54:02.871Z] TESTDEBUG=0 [2020-03-16T08:54:02.871Z] DEST=bundles/test-integration [2020-03-16T08:54:02.871Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:54:02.871Z] KEEPBUNDLE=1 [2020-03-16T08:54:02.871Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:54:02.871Z] container=docker [2020-03-16T08:54:02.871Z] HOME=/root [2020-03-16T08:54:02.871Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:54:02.871Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:54:02.871Z] VALIDATE_BRANCH=master [2020-03-16T08:54:02.871Z] TERM=xterm [2020-03-16T08:54:02.871Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:54:02.871Z] SHLVL=1 [2020-03-16T08:54:02.871Z] TIMEOUT=120m [2020-03-16T08:54:02.871Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:54:02.871Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:54:02.871Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-03-16T08:54:02.871Z] GO111MODULE=off [2020-03-16T08:54:02.871Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:54:02.871Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:54:02.871Z] GOPATH=/go [2020-03-16T08:54:02.871Z] PKG_CONFIG=pkg-config [2020-03-16T08:54:02.871Z] _=/usr/bin/env [2020-03-16T08:54:02.871Z] Building test suite binary ./integration-cli/test.main [2020-03-16T08:54:02.871Z] [2020-03-16T08:54:02.979Z] ok github.com/docker/docker/pkg/urlutil 0.059s coverage: 100.0% of statements [2020-03-16T08:54:03.128Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:54:03.128Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:54:03.128Z] HOSTNAME=0d211d62b8e4 [2020-03-16T08:54:03.128Z] TEST_SKIP_INTEGRATION=1 [2020-03-16T08:54:03.128Z] TESTDEBUG=0 [2020-03-16T08:54:03.128Z] DEST=bundles/test-integration [2020-03-16T08:54:03.128Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:54:03.128Z] KEEPBUNDLE=1 [2020-03-16T08:54:03.128Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:54:03.128Z] container=docker [2020-03-16T08:54:03.128Z] HOME=/root [2020-03-16T08:54:03.128Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:54:03.128Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:54:03.128Z] VALIDATE_BRANCH=master [2020-03-16T08:54:03.128Z] TERM=xterm [2020-03-16T08:54:03.128Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:54:03.128Z] SHLVL=1 [2020-03-16T08:54:03.128Z] TIMEOUT=120m [2020-03-16T08:54:03.128Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:54:03.128Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:54:03.128Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-03-16T08:54:03.128Z] GO111MODULE=off [2020-03-16T08:54:03.128Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:54:03.128Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:54:03.128Z] GOPATH=/go [2020-03-16T08:54:03.128Z] PKG_CONFIG=pkg-config [2020-03-16T08:54:03.128Z] _=/usr/bin/env [2020-03-16T08:54:03.128Z] Building test suite binary ./integration-cli/test.main [2020-03-16T08:54:03.265Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2020-03-16T08:54:03.311Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2020-03-16T08:54:03.311Z] === RUN TestResizeWhenContainerNotStarted [2020-03-16T08:54:03.386Z] No new tests added to integration. [2020-03-16T08:54:03.386Z] [2020-03-16T08:54:03.386Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:54:03.876Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2020-03-16T08:54:03.876Z] === RUN TestDaemonRestartKillContainers [2020-03-16T08:54:03.876Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-03-16T08:54:03.876Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-03-16T08:54:03.876Z] === RUN TestCgroupNamespacesRun [2020-03-16T08:54:03.890Z] ok github.com/docker/docker/pkg/useragent 0.022s coverage: 88.9% of statements [2020-03-16T08:54:04.758Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:54:04.758Z] HOSTNAME=4b0afef1034a [2020-03-16T08:54:04.758Z] TESTDEBUG=0 [2020-03-16T08:54:04.758Z] DEST=bundles/test-integration [2020-03-16T08:54:04.758Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:54:04.758Z] KEEPBUNDLE=1 [2020-03-16T08:54:04.758Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:54:04.758Z] container=docker [2020-03-16T08:54:04.758Z] HOME=/root [2020-03-16T08:54:04.758Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:54:04.758Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:54:04.758Z] VALIDATE_BRANCH=master [2020-03-16T08:54:04.758Z] TERM=xterm [2020-03-16T08:54:04.758Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:54:04.758Z] SHLVL=1 [2020-03-16T08:54:04.758Z] TIMEOUT=120m [2020-03-16T08:54:04.758Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:54:04.758Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:54:04.758Z] GO111MODULE=off [2020-03-16T08:54:04.758Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-16T08:54:04.758Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:54:04.758Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:54:04.758Z] GOPATH=/go [2020-03-16T08:54:04.758Z] PKG_CONFIG=pkg-config [2020-03-16T08:54:04.758Z] _=/usr/bin/env [2020-03-16T08:54:04.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T08:54:05.934Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements [2020-03-16T08:54:07.071Z] --- PASS: TestConfigList (3.73s) [2020-03-16T08:54:07.071Z] === RUN TestConfigsCreateAndDelete [2020-03-16T08:54:07.155Z] --- PASS: TestCgroupNamespacesRun (2.85s) [2020-03-16T08:54:07.155Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-16T08:54:07.426Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements [2020-03-16T08:54:08.464Z] ok github.com/docker/docker/profiles/seccomp 0.044s coverage: 68.8% of statements [2020-03-16T08:54:09.090Z] ok github.com/docker/docker/plugin 0.628s coverage: 27.1% of statements [2020-03-16T08:54:09.093Z] Loaded image: buildpack-deps:jessie [2020-03-16T08:54:09.093Z] Loaded image: busybox:latest [2020-03-16T08:54:09.093Z] Loaded image: busybox:glibc [2020-03-16T08:54:09.093Z] Loaded image: debian:jessie [2020-03-16T08:54:09.093Z] Loaded image: hello-world:latest [2020-03-16T08:54:09.093Z] INFO: Testing against a local daemon [2020-03-16T08:54:09.093Z] === RUN TestCgroupNamespacesBuild [2020-03-16T08:54:09.681Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.94s) [2020-03-16T08:54:09.681Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-16T08:54:09.742Z] --- PASS: TestConfigsCreateAndDelete (3.16s) [2020-03-16T08:54:09.742Z] === RUN TestConfigsUpdate [2020-03-16T08:54:10.109Z] ok github.com/docker/docker/registry/resumable 0.039s coverage: 100.0% of statements [2020-03-16T08:54:10.996Z] --- PASS: TestCgroupNamespacesBuild (2.84s) [2020-03-16T08:54:10.996Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-16T08:54:11.132Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements [2020-03-16T08:54:12.619Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2020-03-16T08:54:12.900Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.75s) [2020-03-16T08:54:12.900Z] === RUN TestBuildWithSession [2020-03-16T08:54:12.900Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-16T08:54:12.900Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:54:12.900Z] === RUN TestBuildSquashParent [2020-03-16T08:54:12.906Z] ok github.com/docker/docker/runconfig 0.023s coverage: 68.2% of statements [2020-03-16T08:54:12.961Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.01s) [2020-03-16T08:54:12.961Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-16T08:54:13.188Z] --- PASS: TestConfigsUpdate (3.58s) [2020-03-16T08:54:13.188Z] === RUN TestTemplatedConfig [2020-03-16T08:54:13.527Z] ok github.com/docker/docker/registry 0.472s coverage: 56.0% of statements [2020-03-16T08:54:16.247Z] --- PASS: TestCgroupNamespacesRunHostMode (3.00s) [2020-03-16T08:54:16.247Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-16T08:54:17.019Z] ok github.com/docker/docker/volume/drivers 0.015s coverage: 36.1% of statements [2020-03-16T08:54:17.561Z] --- PASS: TestTemplatedConfig (3.57s) [2020-03-16T08:54:17.561Z] === RUN TestConfigInspect [2020-03-16T08:54:18.795Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.04s) [2020-03-16T08:54:18.796Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-16T08:54:19.462Z] --- PASS: TestBuildSquashParent (6.02s) [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:54:19.462Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:54:19.462Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:54:19.462Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:54:19.462Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:54:19.462Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:54:19.462Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:54:19.723Z] ok github.com/docker/docker/volume/mounts 0.068s coverage: 67.0% of statements [2020-03-16T08:54:20.230Z] --- PASS: TestConfigInspect (3.31s) [2020-03-16T08:54:20.230Z] === RUN TestConfigCreateWithLabels [2020-03-16T08:54:20.343Z] ok github.com/docker/docker/volume/local 0.084s coverage: 73.0% of statements [2020-03-16T08:54:20.967Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2020-03-16T08:54:21.321Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.14s) [2020-03-16T08:54:21.321Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-16T08:54:21.330Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-03-16T08:54:21.995Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:54:21.995Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:54:23.217Z] --- PASS: TestCgroupNamespacesRunInvalidMode (2.20s) [2020-03-16T08:54:23.217Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.75s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.88s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.97s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.12s) [2020-03-16T08:54:23.897Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.06s) [2020-03-16T08:54:23.897Z] === RUN TestBuildMultiStageCopy [2020-03-16T08:54:23.897Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-16T08:54:24.616Z] --- PASS: TestConfigCreateWithLabels (3.77s) [2020-03-16T08:54:24.616Z] === RUN TestConfigCreateResolve [2020-03-16T08:54:26.427Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-16T08:54:26.428Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-16T08:54:26.496Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.02s) [2020-03-16T08:54:26.496Z] === RUN TestKernelTCPMemory [2020-03-16T08:54:26.496Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-03-16T08:54:26.496Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:26.496Z] === RUN TestNISDomainname [2020-03-16T08:54:26.496Z] --- SKIP: TestNISDomainname (0.00s) [2020-03-16T08:54:26.496Z] 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-16T08:54:26.496Z] === RUN TestHostnameDnsResolution [2020-03-16T08:54:26.995Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-16T08:54:27.287Z] --- PASS: TestConfigCreateResolve (3.26s) [2020-03-16T08:54:27.287Z] === RUN TestConfigDaemonLibtrustID [2020-03-16T08:54:27.429Z] --- PASS: TestHostnameDnsResolution (1.29s) [2020-03-16T08:54:27.429Z] === RUN TestStats [2020-03-16T08:54:27.429Z] --- SKIP: TestStats (0.00s) [2020-03-16T08:54:27.429Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:27.429Z] === RUN TestStopContainerWithTimeout [2020-03-16T08:54:27.429Z] === RUN TestStopContainerWithTimeout/0 [2020-03-16T08:54:27.429Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-16T08:54:27.429Z] === RUN TestStopContainerWithTimeout/1 [2020-03-16T08:54:27.429Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-16T08:54:27.429Z] === RUN TestStopContainerWithTimeout/3 [2020-03-16T08:54:27.429Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-16T08:54:27.429Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-16T08:54:27.429Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-16T08:54:27.429Z] === CONT TestStopContainerWithTimeout/0 [2020-03-16T08:54:27.429Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-16T08:54:27.561Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-16T08:54:27.568Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2020-03-16T08:54:27.568Z] PASS [2020-03-16T08:54:27.568Z] [2020-03-16T08:54:27.568Z] DONE 8 tests in 24.996s [2020-03-16T08:54:27.849Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-03-16T08:54:27.849Z] ++ 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-16T08:54:27.849Z] ++ set -e [2020-03-16T08:54:27.849Z] ++ '[' -n 0 ']' [2020-03-16T08:54:27.849Z] ++ set -x [2020-03-16T08:54:27.850Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T08:54:27.850Z] INFO: Testing against a local daemon [2020-03-16T08:54:27.850Z] === RUN TestCheckpoint [2020-03-16T08:54:27.850Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-16T08:54:27.850Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:54:27.850Z] === RUN TestContainerInvalidJSON [2020-03-16T08:54:27.850Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:54:27.850Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:54:27.850Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:54:27.850Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:54:27.850Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:54:27.850Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:54:27.850Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:54:27.850Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:54:27.850Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:54:27.850Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-03-16T08:54:27.850Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-16T08:54:27.850Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-16T08:54:27.850Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-16T08:54:27.850Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-16T08:54:27.850Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-03-16T08:54:27.850Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy (4.45s) [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.34s) [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-03-16T08:54:28.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2020-03-16T08:54:28.128Z] === RUN TestBuildMultiStageParentConfig [2020-03-16T08:54:28.131Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2020-03-16T08:54:28.131Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-16T08:54:28.131Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-03-16T08:54:28.131Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-16T08:54:28.362Z] === CONT TestStopContainerWithTimeout/3 [2020-03-16T08:54:28.413Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-03-16T08:54:28.413Z] === RUN TestCopyFromContainer [2020-03-16T08:54:29.346Z] ok github.com/docker/docker/pkg/plugins 33.657s coverage: 76.6% of statements [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/rootless [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-16T08:54:29.346Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/volume [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-16T08:54:29.347Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === Skipped [2020-03-16T08:54:29.347Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-16T08:54:29.347Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-16T08:54:29.347Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-16T08:54:29.347Z] time="2020-03-16T08:52:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-16T08:54:29.347Z] time="2020-03-16T08:52:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-16T08:54:29.347Z] time="2020-03-16T08:52:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-16T08:54:29.347Z] time="2020-03-16T08:52:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-16T08:54:29.347Z] time="2020-03-16T08:52:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-16T08:54:29.347Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-16T08:54:29.347Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-16T08:54:29.347Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T08:54:29.347Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-16T08:54:29.347Z] graphtest_unix.go:73: No driver to put! [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-16T08:54:29.347Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-16T08:54:29.347Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] [2020-03-16T08:54:29.347Z] DONE 2174 tests, 26 skipped in 343.606s Post stage [Pipeline] junit [2020-03-16T08:54:29.384Z] Recording test results [2020-03-16T08:54:29.504Z] --- PASS: TestBuildMultiStageParentConfig (1.39s) [2020-03-16T08:54:29.504Z] === RUN TestBuildLabelWithTargets [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-03-16T08:54:30.301Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -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:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh dynbinary test-integration [2020-03-16T08:54:30.432Z] === RUN TestCopyFromContainer// [2020-03-16T08:54:30.585Z] [2020-03-16T08:54:30.714Z] === RUN TestCopyFromContainer//bar/root [2020-03-16T08:54:30.714Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-16T08:54:30.714Z] === RUN TestCopyFromContainer/bar/quux [2020-03-16T08:54:30.871Z] Removing bundles/ [2020-03-16T08:54:30.871Z] [2020-03-16T08:54:30.871Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-03-16T08:54:30.871Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:54:30.871Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:54:30.891Z] === CONT TestStopContainerWithTimeout/1 [2020-03-16T08:54:30.996Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-16T08:54:30.996Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-16T08:54:30.996Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-16T08:54:31.277Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-16T08:54:31.277Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-16T08:54:31.277Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-16T08:54:31.558Z] --- PASS: TestCopyFromContainer (3.18s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer// (0.05s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2020-03-16T08:54:31.559Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-03-16T08:54:31.559Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-16T08:54:31.559Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:54:31.559Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:54:31.559Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:54:31.559Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:54:31.559Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:54:31.559Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:54:31.559Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:54:31.559Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:54:31.559Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:54:31.559Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-16T08:54:31.559Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-16T08:54:31.559Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-03-16T08:54:31.559Z] === RUN TestCreateWithInvalidEnv [2020-03-16T08:54:31.559Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-16T08:54:31.559Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-16T08:54:31.559Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-16T08:54:31.559Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-16T08:54:31.559Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-16T08:54:31.559Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-16T08:54:31.559Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-16T08:54:31.559Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-16T08:54:31.559Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-16T08:54:31.559Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-16T08:54:31.559Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-16T08:54:31.559Z] === RUN TestCreateTmpfsMountsTarget [2020-03-16T08:54:31.559Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-03-16T08:54:31.559Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-16T08:54:32.036Z] --- PASS: TestBuildLabelWithTargets (2.21s) [2020-03-16T08:54:32.036Z] === RUN TestBuildWithEmptyLayers [2020-03-16T08:54:32.263Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-03-16T08:54:32.263Z] --- PASS: TestStopContainerWithTimeout/0 (0.95s) [2020-03-16T08:54:32.263Z] --- PASS: TestStopContainerWithTimeout/-1 (3.09s) [2020-03-16T08:54:32.263Z] --- PASS: TestStopContainerWithTimeout/3 (2.76s) [2020-03-16T08:54:32.263Z] --- PASS: TestStopContainerWithTimeout/1 (1.78s) [2020-03-16T08:54:32.263Z] === RUN TestDeleteDevicemapper [2020-03-16T08:54:32.263Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-16T08:54:32.263Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:54:32.263Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-16T08:54:32.970Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-03-16T08:54:32.970Z] === RUN TestBuildMultiStageOnBuild [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:54:34.232Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:54:34.232Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities (0.01s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.10s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-03-16T08:54:34.232Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2020-03-16T08:54:34.232Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-16T08:54:34.790Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.58s) [2020-03-16T08:54:34.790Z] === RUN TestUpdateMemory [2020-03-16T08:54:34.790Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-16T08:54:34.790Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:34.790Z] === RUN TestUpdateCPUQuota [2020-03-16T08:54:34.790Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-03-16T08:54:34.790Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:34.790Z] === RUN TestUpdatePidsLimit [2020-03-16T08:54:34.790Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-03-16T08:54:34.790Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:34.790Z] === RUN TestUpdateRestartPolicy [2020-03-16T08:54:35.500Z] --- PASS: TestBuildMultiStageOnBuild (2.76s) [2020-03-16T08:54:35.500Z] === RUN TestBuildUncleanTarFilenames [2020-03-16T08:54:36.875Z] --- PASS: TestBuildUncleanTarFilenames (1.42s) [2020-03-16T08:54:36.875Z] === RUN TestBuildMultiStageLayerLeak [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:54:36.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:54:36.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:54:36.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:54:36.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:54:36.914Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:54:36.914Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:54:36.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:54:36.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:54:36.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:54:36.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:54:36.914Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-03-16T08:54:36.914Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-03-16T08:54:36.914Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-16T08:54:37.919Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2020-03-16T08:54:37.919Z] === RUN TestContainerStartOnDaemonRestart [2020-03-16T08:54:37.919Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-16T08:54:37.919Z] === RUN TestDaemonRestartIpcMode [2020-03-16T08:54:37.919Z] === PAUSE TestDaemonRestartIpcMode [2020-03-16T08:54:37.919Z] === RUN TestDaemonHostGatewayIP [2020-03-16T08:54:37.919Z] === PAUSE TestDaemonHostGatewayIP [2020-03-16T08:54:37.919Z] === RUN TestDiff [2020-03-16T08:54:38.532Z] --- PASS: TestDiff (0.84s) [2020-03-16T08:54:38.532Z] === RUN TestExecWithCloseStdin [2020-03-16T08:54:39.536Z] --- PASS: TestExecWithCloseStdin (0.93s) [2020-03-16T08:54:39.536Z] === RUN TestExec [2020-03-16T08:54:40.159Z] --- PASS: TestBuildMultiStageLayerLeak (2.85s) [2020-03-16T08:54:40.159Z] === RUN TestBuildWithHugeFile [2020-03-16T08:54:40.540Z] --- PASS: TestExec (0.98s) [2020-03-16T08:54:40.540Z] === RUN TestExecUser [2020-03-16T08:54:41.545Z] --- PASS: TestExecUser (0.94s) [2020-03-16T08:54:41.545Z] === RUN TestExportContainerAndImportImage [2020-03-16T08:54:42.563Z] --- PASS: TestExportContainerAndImportImage (1.15s) [2020-03-16T08:54:42.563Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-16T08:54:44.582Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-03-16T08:54:44.582Z] === RUN TestHealthCheckWorkdir [2020-03-16T08:54:45.195Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2020-03-16T08:54:45.195Z] === RUN TestHealthKillContainer [2020-03-16T08:54:48.649Z] --- PASS: TestHealthKillContainer (3.01s) [2020-03-16T08:54:48.649Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-16T08:54:49.262Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2020-03-16T08:54:49.262Z] === RUN TestIpcModeNone [2020-03-16T08:54:49.652Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2020-03-16T08:54:49.652Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-16T08:54:49.652Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2020-03-16T08:54:49.652Z] === RUN TestWaitNonBlocked [2020-03-16T08:54:49.652Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:54:49.652Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:54:49.652Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:54:49.652Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:54:49.652Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:54:49.652Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:54:49.652Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-03-16T08:54:49.653Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.85s) [2020-03-16T08:54:49.653Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.02s) [2020-03-16T08:54:49.653Z] === RUN TestWaitBlocked [2020-03-16T08:54:49.653Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:54:49.653Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:54:49.653Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:54:49.653Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:54:49.653Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:54:49.653Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:54:50.266Z] --- PASS: TestIpcModeNone (0.91s) [2020-03-16T08:54:50.266Z] === RUN TestIpcModePrivate [2020-03-16T08:54:50.585Z] --- PASS: TestWaitBlocked (0.01s) [2020-03-16T08:54:50.585Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.96s) [2020-03-16T08:54:50.585Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2020-03-16T08:54:50.585Z] === CONT TestDaemonRestartIpcMode [2020-03-16T08:54:50.585Z] === CONT TestIpcModeOlderClient [2020-03-16T08:54:50.843Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-03-16T08:54:50.879Z] --- PASS: TestIpcModePrivate (0.91s) [2020-03-16T08:54:50.879Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-03-16T08:54:50.879Z] === RUN TestIpcModeShareable [2020-03-16T08:54:51.885Z] --- PASS: TestIpcModeShareable (0.99s) [2020-03-16T08:54:51.885Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-03-16T08:54:51.885Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-16T08:54:55.334Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.90s) [2020-03-16T08:54:55.334Z] === RUN TestAPIIpcModeHost [2020-03-16T08:54:55.334Z] --- PASS: TestAPIIpcModeHost (0.60s) [2020-03-16T08:54:55.334Z] === RUN TestDaemonIpcModeShareable [2020-03-16T08:54:56.103Z] --- PASS: TestDaemonRestartIpcMode (4.87s) [2020-03-16T08:54:56.103Z] PASS [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === Skipped [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-03-16T08:54:56.103Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-03-16T08:54:56.103Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-03-16T08:54:56.103Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-03-16T08:54:56.103Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-03-16T08:54:56.103Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-03-16T08:54:56.103Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-03-16T08:54:56.103Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-03-16T08:54:56.103Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-16T08:54:56.103Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-16T08:54:56.103Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-03-16T08:54:56.103Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-03-16T08:54:56.103Z] 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-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-03-16T08:54:56.103Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:54:56.103Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-03-16T08:54:56.103Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-03-16T08:54:56.103Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-03-16T08:54:56.103Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestNISDomainname (0.00s) [2020-03-16T08:54:56.103Z] 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-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-03-16T08:54:56.103Z] stats_test.go:19: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-16T08:54:56.103Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-03-16T08:54:56.103Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-03-16T08:54:56.103Z] update_linux_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-03-16T08:54:56.103Z] update_linux_test.go:111: testEnv.DaemonInfo.CgroupDriver == "none" [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] [2020-03-16T08:54:56.103Z] DONE 180 tests, 23 skipped in 113.743s [2020-03-16T08:54:56.103Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-03-16T08:54:56.103Z] INFO: Testing against a local daemon [2020-03-16T08:54:56.103Z] === RUN TestCommitInheritsEnv [2020-03-16T08:54:57.351Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2020-03-16T08:54:57.351Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-03-16T08:54:57.351Z] === RUN TestDaemonIpcModePrivate [2020-03-16T08:54:57.475Z] --- PASS: TestCommitInheritsEnv (1.39s) [2020-03-16T08:54:57.475Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-16T08:54:57.475Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-16T08:54:57.475Z] === RUN TestImagesFilterMultiReference [2020-03-16T08:54:57.475Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-03-16T08:54:57.475Z] === RUN TestImagePullPlatformInvalid [2020-03-16T08:54:57.475Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-03-16T08:54:57.475Z] === RUN TestRemoveImageOrphaning [2020-03-16T08:54:59.373Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2020-03-16T08:54:59.373Z] === RUN TestRemoveImageGarbageCollector [2020-03-16T08:54:59.373Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:54:59.373Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-03-16T08:54:59.373Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-16T08:54:59.373Z] --- PASS: TestDaemonIpcModePrivate (1.73s) [2020-03-16T08:54:59.373Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-03-16T08:54:59.373Z] === RUN TestTagInvalidReference [2020-03-16T08:54:59.373Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-03-16T08:54:59.373Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-16T08:54:59.373Z] --- PASS: TestTagInvalidReference (0.02s) [2020-03-16T08:54:59.373Z] === RUN TestTagValidPrefixedRepo [2020-03-16T08:54:59.373Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-03-16T08:54:59.373Z] === RUN TestTagExistedNameWithoutForce [2020-03-16T08:54:59.373Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-03-16T08:54:59.373Z] === RUN TestTagOfficialNames [2020-03-16T08:54:59.373Z] --- PASS: TestTagOfficialNames (0.06s) [2020-03-16T08:54:59.373Z] === RUN TestTagMatchesDigest [2020-03-16T08:54:59.373Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-03-16T08:54:59.373Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-16T08:55:00.841Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.76s) [2020-03-16T08:55:00.841Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-03-16T08:55:00.841Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-16T08:55:02.861Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.75s) [2020-03-16T08:55:02.861Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-03-16T08:55:02.861Z] === RUN TestIpcModeOlderClient [2020-03-16T08:55:02.861Z] === PAUSE TestIpcModeOlderClient [2020-03-16T08:55:02.861Z] === RUN TestKillContainerInvalidSignal [2020-03-16T08:55:03.473Z] --- PASS: TestKillContainerInvalidSignal (0.86s) [2020-03-16T08:55:03.473Z] === RUN TestKillContainer [2020-03-16T08:55:03.474Z] === RUN TestKillContainer/no_signal [2020-03-16T08:55:04.086Z] === RUN TestKillContainer/non_killing_signal [2020-03-16T08:55:04.700Z] === RUN TestKillContainer/killing_signal [2020-03-16T08:55:06.172Z] --- PASS: TestKillContainer (2.57s) [2020-03-16T08:55:06.172Z] --- PASS: TestKillContainer/no_signal (0.86s) [2020-03-16T08:55:06.172Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2020-03-16T08:55:06.172Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2020-03-16T08:55:06.172Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-16T08:55:06.172Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-16T08:55:06.795Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-16T08:55:07.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.62s) [2020-03-16T08:55:07.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2020-03-16T08:55:07.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2020-03-16T08:55:07.409Z] === RUN TestKillStoppedContainer [2020-03-16T08:55:07.690Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-03-16T08:55:07.690Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-16T08:55:07.690Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.17s) [2020-03-16T08:55:07.690Z] === RUN TestKillDifferentUserContainer [2020-03-16T08:55:08.694Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-03-16T08:55:08.694Z] === RUN TestInspectOomKilledTrue [2020-03-16T08:55:08.694Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-16T08:55:08.694Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:55:08.694Z] === RUN TestInspectOomKilledFalse [2020-03-16T08:55:08.694Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-16T08:55:08.694Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:55:08.694Z] === RUN TestLinksEtcHostsContentMatch [2020-03-16T08:55:09.307Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-03-16T08:55:09.307Z] === RUN TestLinksContainerNames [2020-03-16T08:55:11.325Z] --- PASS: TestLinksContainerNames (1.72s) [2020-03-16T08:55:11.325Z] === RUN TestLogsFollowTailEmpty [2020-03-16T08:55:11.939Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2020-03-16T08:55:11.939Z] === RUN TestContainerNetworkMountsNoChown [2020-03-16T08:55:12.563Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/default [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/default [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/private [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/private [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rprivate [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/slave [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/slave [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rslave [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/shared [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/shared [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rshared [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-16T08:55:12.563Z] === CONT TestMountDaemonRoot/default [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-16T08:55:12.563Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:55:12.563Z] === CONT TestMountDaemonRoot/rshared [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:55:12.563Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:55:12.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:55:12.563Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/shared [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rslave [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/slave [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rprivate [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/private [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:55:12.845Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-16T08:55:12.845Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-16T08:55:12.845Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:55:13.126Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:55:13.408Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-03-16T08:55:13.689Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-03-16T08:55:13.689Z] === RUN TestContainerBindMountNonRecursive [2020-03-16T08:55:15.707Z] --- PASS: TestContainerBindMountNonRecursive (1.96s) [2020-03-16T08:55:15.707Z] === RUN TestNetworkNat [2020-03-16T08:55:16.320Z] --- PASS: TestNetworkNat (0.87s) [2020-03-16T08:55:16.320Z] === RUN TestNetworkLocalhostTCPNat [2020-03-16T08:55:17.325Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) [2020-03-16T08:55:17.325Z] === RUN TestNetworkLoopbackNat [2020-03-16T08:55:18.333Z] --- PASS: TestNetworkLoopbackNat (1.15s) [2020-03-16T08:55:18.333Z] === RUN TestPause [2020-03-16T08:55:19.340Z] --- PASS: TestPause (0.84s) [2020-03-16T08:55:19.340Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-16T08:55:19.340Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:55:19.340Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:55:19.340Z] === RUN TestPauseStopPausedContainer [2020-03-16T08:55:20.346Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2020-03-16T08:55:20.346Z] === RUN TestPsFilter [2020-03-16T08:55:20.346Z] --- PASS: TestPsFilter (0.28s) [2020-03-16T08:55:20.346Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-16T08:55:21.355Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2020-03-16T08:55:21.355Z] === RUN TestRemoveContainerWithVolume [2020-03-16T08:55:21.967Z] --- PASS: TestRemoveContainerWithVolume (0.85s) [2020-03-16T08:55:21.967Z] === RUN TestRemoveContainerRunning [2020-03-16T08:55:22.977Z] --- PASS: TestRemoveContainerRunning (0.86s) [2020-03-16T08:55:22.977Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-16T08:55:22.987Z] ................................................ [ 29%] [2020-03-16T08:55:23.982Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s) [2020-03-16T08:55:23.982Z] === RUN TestRemoveInvalidContainer [2020-03-16T08:55:23.982Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-03-16T08:55:23.982Z] === RUN TestRenameLinkedContainer [2020-03-16T08:55:24.067Z] 23645bd7ee08: Pull complete [2020-03-16T08:55:24.067Z] Digest: sha256:8dcc65367c900f06ad386da6a1e25d578232f7b15981092986ade2f2fd9468b8 [2020-03-16T08:55:24.067Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T08:55:24.067Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-03-16T08:55:24.067Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-03-16T08:55:24.067Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1098' [2020-03-16T08:55:24.067Z] WARN: Skipping validation tests [2020-03-16T08:55:24.067Z] INFO: Running unit tests at 03/16/2020 08:55:22... [2020-03-16T08:55:26.834Z] --- PASS: TestBuildWithHugeFile (40.42s) [2020-03-16T08:55:26.834Z] === RUN TestBuildWithEmptyDockerfile [2020-03-16T08:55:26.834Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:55:26.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:55:26.834Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:55:26.834Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:55:26.834Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:55:26.834Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:55:26.834Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T08:55:26.834Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T08:55:26.834Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T08:55:26.834Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2020-03-16T08:55:26.834Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) [2020-03-16T08:55:26.834Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2020-03-16T08:55:26.834Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2020-03-16T08:55:26.834Z] === RUN TestBuildPreserveOwnership [2020-03-16T08:55:26.834Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-16T08:55:26.834Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-16T08:55:26.834Z] --- PASS: TestBuildPreserveOwnership (5.97s) [2020-03-16T08:55:26.834Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.87s) [2020-03-16T08:55:26.834Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s) [2020-03-16T08:55:26.834Z] === RUN TestBuildPlatformInvalid [2020-03-16T08:55:26.834Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2020-03-16T08:55:26.834Z] PASS [2020-03-16T08:55:26.834Z] [2020-03-16T08:55:26.834Z] === Skipped [2020-03-16T08:55:26.834Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-03-16T08:55:26.834Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:55:26.834Z] [2020-03-16T08:55:26.834Z] [2020-03-16T08:55:26.834Z] DONE 32 tests, 1 skipped in 87.732s [2020-03-16T08:55:26.834Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-03-16T08:55:26.834Z] ++ 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-16T08:55:26.834Z] ++ set -e [2020-03-16T08:55:26.834Z] ++ '[' -n 0 ']' [2020-03-16T08:55:26.834Z] ++ set -x [2020-03-16T08:55:26.834Z] ++ env -i DEST=/go/src/github.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-16T08:55:26.834Z] INFO: Testing against a local daemon [2020-03-16T08:55:26.834Z] === RUN TestConfigList [2020-03-16T08:55:26.961Z] INFO: make.ps1 starting at 03/16/2020 08:55:26 [2020-03-16T08:55:27.416Z] INFO: Git commit (5e1b246b9a) assumed from DOCKER_GITCOMMIT environment variable [2020-03-16T08:55:27.416Z] INFO: Invoking autogen... [2020-03-16T08:55:27.429Z] --- PASS: TestRenameLinkedContainer (3.42s) [2020-03-16T08:55:27.429Z] === RUN TestRenameStoppedContainer [2020-03-16T08:55:27.868Z] INFO: Running unit tests... [2020-03-16T08:55:28.042Z] --- PASS: TestRenameStoppedContainer (0.83s) [2020-03-16T08:55:28.042Z] === RUN TestRenameRunningContainerAndReuse [2020-03-16T08:55:30.061Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-03-16T08:55:30.061Z] === RUN TestRenameInvalidName [2020-03-16T08:55:30.122Z] --- PASS: TestConfigList (3.33s) [2020-03-16T08:55:30.122Z] === RUN TestConfigsCreateAndDelete [2020-03-16T08:55:30.674Z] --- PASS: TestRenameInvalidName (0.83s) [2020-03-16T08:55:30.674Z] === RUN TestRenameAnonymousContainer [2020-03-16T08:55:33.418Z] --- PASS: TestConfigsCreateAndDelete (3.24s) [2020-03-16T08:55:33.418Z] === RUN TestConfigsUpdate [2020-03-16T08:55:36.151Z] --- PASS: TestRenameAnonymousContainer (4.78s) [2020-03-16T08:55:36.151Z] === RUN TestRenameContainerWithSameName [2020-03-16T08:55:36.383Z] 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-16T08:55:36.433Z] --- PASS: TestRenameContainerWithSameName (0.90s) [2020-03-16T08:55:36.433Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-16T08:55:36.704Z] --- PASS: TestConfigsUpdate (3.21s) [2020-03-16T08:55:36.704Z] === RUN TestTemplatedConfig [2020-03-16T08:55:37.904Z] --- PASS: TestRenameContainerWithLinkedContainer (1.72s) [2020-03-16T08:55:37.904Z] === RUN TestResize [2020-03-16T08:55:38.909Z] --- PASS: TestResize (0.87s) [2020-03-16T08:55:38.909Z] === RUN TestResizeWithInvalidSize [2020-03-16T08:55:39.914Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2020-03-16T08:55:39.914Z] === RUN TestResizeWhenContainerNotStarted [2020-03-16T08:55:39.992Z] --- PASS: TestTemplatedConfig (3.36s) [2020-03-16T08:55:39.992Z] === RUN TestConfigInspect [2020-03-16T08:55:40.528Z] --- PASS: TestResizeWhenContainerNotStarted (0.85s) [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:40.528Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:40.528Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:40.528Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:55:40.528Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:55:41.930Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-03-16T08:55:42.551Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:43.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:43.279Z] --- PASS: TestConfigInspect (3.20s) [2020-03-16T08:55:43.279Z] === RUN TestConfigCreateWithLabels [2020-03-16T08:55:43.405Z] ? github.com/docker/docker/api [no test files] [2020-03-16T08:55:44.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:55:44.455Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:55:45.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:55:45.744Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:55:46.570Z] --- PASS: TestConfigCreateWithLabels (3.21s) [2020-03-16T08:55:46.570Z] === RUN TestConfigCreateResolve [2020-03-16T08:55:47.763Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:55:48.044Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:55:49.858Z] --- PASS: TestConfigCreateResolve (3.23s) [2020-03-16T08:55:49.858Z] === RUN TestConfigDaemonLibtrustID [2020-03-16T08:55:49.913Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2020-03-16T08:55:50.427Z] --- PASS: TestConfigDaemonLibtrustID (0.65s) [2020-03-16T08:55:50.427Z] PASS [2020-03-16T08:55:50.427Z] [2020-03-16T08:55:50.427Z] DONE 8 tests in 23.577s [2020-03-16T08:55:50.427Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-03-16T08:55:50.427Z] ++ 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-16T08:55:50.427Z] ++ set -e [2020-03-16T08:55:50.427Z] ++ '[' -n 0 ']' [2020-03-16T08:55:50.427Z] ++ set -x [2020-03-16T08:55:50.427Z] ++ env -i DEST=/go/src/github.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-16T08:55:50.427Z] INFO: Testing against a local daemon [2020-03-16T08:55:50.427Z] === RUN TestCheckpoint [2020-03-16T08:55:50.427Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-16T08:55:50.427Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:55:50.427Z] === RUN TestContainerInvalidJSON [2020-03-16T08:55:50.427Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:55:50.427Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:55:50.427Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:55:50.427Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:55:50.427Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:55:50.427Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:55:50.427Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T08:55:50.427Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-16T08:55:50.427Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T08:55:50.427Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-16T08:55:50.427Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-03-16T08:55:50.427Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-16T08:55:50.427Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-16T08:55:50.427Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-16T08:55:50.686Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2020-03-16T08:55:50.686Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-16T08:55:50.686Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-03-16T08:55:50.686Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-16T08:55:50.730Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:55:50.730Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:55:50.945Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-03-16T08:55:50.945Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-16T08:55:50.945Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2020-03-16T08:55:50.945Z] === RUN TestCopyFromContainer [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.94s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.32s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.44s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.47s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.42s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.11s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.75s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.69s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.20s) [2020-03-16T08:55:53.413Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.28s) [2020-03-16T08:55:53.413Z] === RUN TestCgroupNamespacesRun [2020-03-16T08:55:53.477Z] === RUN TestCopyFromContainer// [2020-03-16T08:55:53.477Z] === RUN TestCopyFromContainer//bar/root [2020-03-16T08:55:53.477Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-16T08:55:53.477Z] === RUN TestCopyFromContainer/bar/quux [2020-03-16T08:55:53.477Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-16T08:55:53.736Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-16T08:55:53.736Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-16T08:55:53.736Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-16T08:55:53.838Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-03-16T08:55:53.995Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-16T08:55:53.995Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer (3.17s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-03-16T08:55:54.254Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-03-16T08:55:54.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-16T08:55:54.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:55:54.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:55:54.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:55:54.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:55:54.254Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:55:54.254Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:55:54.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T08:55:54.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T08:55:54.254Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T08:55:54.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-03-16T08:55:54.254Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-16T08:55:54.254Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-03-16T08:55:54.254Z] === RUN TestCreateWithInvalidEnv [2020-03-16T08:55:54.254Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-16T08:55:54.254Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-16T08:55:54.254Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-16T08:55:54.254Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-16T08:55:54.254Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-16T08:55:54.254Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-16T08:55:54.254Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-16T08:55:54.254Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-16T08:55:54.254Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-16T08:55:54.254Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-16T08:55:54.254Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-16T08:55:54.254Z] === RUN TestCreateTmpfsMountsTarget [2020-03-16T08:55:54.513Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-16T08:55:54.513Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-16T08:55:54.881Z] --- PASS: TestCgroupNamespacesRun (1.70s) [2020-03-16T08:55:54.881Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-16T08:55:56.200Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T08:55:56.351Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2020-03-16T08:55:56.351Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCustomMaskedPaths (2.19s) [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:55:57.046Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-16T08:55:57.046Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities (0.04s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.08s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.10s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2020-03-16T08:55:57.046Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2020-03-16T08:55:57.046Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-16T08:55:58.155Z] ok github.com/docker/docker/api/server 0.189s coverage: 9.0% of statements [2020-03-16T08:55:58.372Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-03-16T08:55:58.372Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-16T08:55:58.725Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.30s) [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:55:59.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:55:59.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:55:59.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:55:59.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:55:59.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:55:59.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:55:59.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T08:55:59.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T08:55:59.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T08:55:59.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T08:55:59.582Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2020-03-16T08:55:59.582Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2020-03-16T08:55:59.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-03-16T08:55:59.583Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-16T08:55:59.841Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2020-03-16T08:55:59.841Z] === RUN TestContainerStartOnDaemonRestart [2020-03-16T08:55:59.841Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-16T08:55:59.841Z] === RUN TestDaemonRestartIpcMode [2020-03-16T08:55:59.841Z] === PAUSE TestDaemonRestartIpcMode [2020-03-16T08:55:59.841Z] === RUN TestDaemonHostGatewayIP [2020-03-16T08:55:59.841Z] === PAUSE TestDaemonHostGatewayIP [2020-03-16T08:55:59.841Z] === RUN TestDiff [2020-03-16T08:55:59.841Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2020-03-16T08:55:59.842Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-16T08:56:00.776Z] --- PASS: TestDiff (0.80s) [2020-03-16T08:56:00.776Z] === RUN TestExecWithCloseStdin [2020-03-16T08:56:01.714Z] --- PASS: TestExecWithCloseStdin (0.90s) [2020-03-16T08:56:01.714Z] === RUN TestExec [2020-03-16T08:56:01.920Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2020-03-16T08:56:01.920Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-16T08:56:02.534Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.84s) [2020-03-16T08:56:02.534Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-16T08:56:02.652Z] --- PASS: TestExec (0.90s) [2020-03-16T08:56:02.652Z] === RUN TestExecUser [2020-03-16T08:56:03.543Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s) [2020-03-16T08:56:03.543Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-16T08:56:03.587Z] --- PASS: TestExecUser (0.88s) [2020-03-16T08:56:03.587Z] === RUN TestExportContainerAndImportImage [2020-03-16T08:56:04.525Z] --- PASS: TestExportContainerAndImportImage (1.10s) [2020-03-16T08:56:04.525Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-16T08:56:05.565Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2020-03-16T08:56:05.565Z] === RUN TestKernelTCPMemory [2020-03-16T08:56:06.179Z] --- PASS: TestKernelTCPMemory (0.93s) [2020-03-16T08:56:06.179Z] === RUN TestNISDomainname [2020-03-16T08:56:06.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T08:56:07.056Z] --- PASS: TestExportContainerAfterDaemonRestart (2.02s) [2020-03-16T08:56:07.056Z] === RUN TestHealthCheckWorkdir [2020-03-16T08:56:07.184Z] --- PASS: TestNISDomainname (1.04s) [2020-03-16T08:56:07.184Z] === RUN TestHostnameDnsResolution [2020-03-16T08:56:07.623Z] --- PASS: TestHealthCheckWorkdir (1.05s) [2020-03-16T08:56:07.623Z] === RUN TestHealthKillContainer [2020-03-16T08:56:09.205Z] --- PASS: TestHostnameDnsResolution (1.68s) [2020-03-16T08:56:09.205Z] === RUN TestStats [2020-03-16T08:56:10.675Z] --- PASS: TestStats (1.86s) [2020-03-16T08:56:10.675Z] === RUN TestStopContainerWithTimeout [2020-03-16T08:56:10.675Z] === RUN TestStopContainerWithTimeout/0 [2020-03-16T08:56:10.675Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-16T08:56:10.675Z] === RUN TestStopContainerWithTimeout/1 [2020-03-16T08:56:10.675Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-16T08:56:10.675Z] === RUN TestStopContainerWithTimeout/3 [2020-03-16T08:56:10.675Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-16T08:56:10.675Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-16T08:56:10.675Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-16T08:56:10.675Z] === CONT TestStopContainerWithTimeout/0 [2020-03-16T08:56:10.675Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-16T08:56:10.905Z] --- PASS: TestHealthKillContainer (2.92s) [2020-03-16T08:56:10.905Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-16T08:56:11.472Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2020-03-16T08:56:11.472Z] === RUN TestIpcModeNone [2020-03-16T08:56:12.143Z] === CONT TestStopContainerWithTimeout/3 [2020-03-16T08:56:12.407Z] --- PASS: TestIpcModeNone (0.89s) [2020-03-16T08:56:12.407Z] === RUN TestIpcModePrivate [2020-03-16T08:56:13.342Z] --- PASS: TestIpcModePrivate (0.87s) [2020-03-16T08:56:13.342Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2020-03-16T08:56:13.342Z] === RUN TestIpcModeShareable [2020-03-16T08:56:13.909Z] --- PASS: TestIpcModeShareable (0.89s) [2020-03-16T08:56:13.909Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2020-03-16T08:56:13.909Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-16T08:56:14.161Z] === CONT TestStopContainerWithTimeout/1 [2020-03-16T08:56:14.414Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-03-16T08:56:16.180Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-03-16T08:56:16.180Z] --- PASS: TestStopContainerWithTimeout/0 (1.23s) [2020-03-16T08:56:16.180Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2020-03-16T08:56:16.180Z] --- PASS: TestStopContainerWithTimeout/3 (2.82s) [2020-03-16T08:56:16.180Z] --- PASS: TestStopContainerWithTimeout/1 (1.87s) [2020-03-16T08:56:16.180Z] === RUN TestDeleteDevicemapper [2020-03-16T08:56:16.180Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-16T08:56:16.180Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:56:16.180Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-16T08:56:17.195Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.69s) [2020-03-16T08:56:17.195Z] === RUN TestAPIIpcModeHost [2020-03-16T08:56:17.454Z] --- PASS: TestAPIIpcModeHost (0.68s) [2020-03-16T08:56:17.454Z] === RUN TestDaemonIpcModeShareable [2020-03-16T08:56:19.361Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2020-03-16T08:56:19.361Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-03-16T08:56:19.361Z] === RUN TestDaemonIpcModePrivate [2020-03-16T08:56:19.627Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.41s) [2020-03-16T08:56:19.627Z] === RUN TestUpdateMemory [2020-03-16T08:56:19.627Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-16T08:56:19.627Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:19.627Z] === RUN TestUpdateCPUQuota [2020-03-16T08:56:20.632Z] --- PASS: TestUpdateCPUQuota (1.20s) [2020-03-16T08:56:20.632Z] === RUN TestUpdatePidsLimit [2020-03-16T08:56:20.632Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-16T08:56:20.914Z] === RUN TestUpdatePidsLimit/no_change [2020-03-16T08:56:21.195Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-16T08:56:21.263Z] --- PASS: TestDaemonIpcModePrivate (1.89s) [2020-03-16T08:56:21.264Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-03-16T08:56:21.264Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-16T08:56:21.477Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-16T08:56:22.092Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-16T08:56:22.373Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-16T08:56:22.502Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-03-16T08:56:22.991Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-16T08:56:23.166Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.86s) [2020-03-16T08:56:23.166Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2020-03-16T08:56:23.166Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-16T08:56:24.442Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit (3.72s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2020-03-16T08:56:24.461Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-03-16T08:56:24.461Z] === RUN TestUpdateRestartPolicy [2020-03-16T08:56:25.071Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.83s) [2020-03-16T08:56:25.071Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2020-03-16T08:56:25.071Z] === RUN TestIpcModeOlderClient [2020-03-16T08:56:25.071Z] === PAUSE TestIpcModeOlderClient [2020-03-16T08:56:25.071Z] === RUN TestKillContainerInvalidSignal [2020-03-16T08:56:25.638Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-03-16T08:56:25.638Z] === RUN TestKillContainer [2020-03-16T08:56:25.638Z] === RUN TestKillContainer/no_signal [2020-03-16T08:56:26.574Z] === RUN TestKillContainer/non_killing_signal [2020-03-16T08:56:27.141Z] === RUN TestKillContainer/killing_signal [2020-03-16T08:56:28.077Z] --- PASS: TestKillContainer (2.37s) [2020-03-16T08:56:28.077Z] --- PASS: TestKillContainer/no_signal (0.75s) [2020-03-16T08:56:28.077Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2020-03-16T08:56:28.077Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2020-03-16T08:56:28.077Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-16T08:56:28.077Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-16T08:56:28.811Z] tests/integration/api_service_test.py ................s................. [ 60%] [2020-03-16T08:56:29.013Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-16T08:56:29.581Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2020-03-16T08:56:29.581Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2020-03-16T08:56:29.581Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) [2020-03-16T08:56:29.581Z] === RUN TestKillStoppedContainer [2020-03-16T08:56:29.840Z] --- PASS: TestKillStoppedContainer (0.12s) [2020-03-16T08:56:29.840Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-16T08:56:29.840Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2020-03-16T08:56:29.840Z] === RUN TestKillDifferentUserContainer [2020-03-16T08:56:30.776Z] --- PASS: TestKillDifferentUserContainer (0.80s) [2020-03-16T08:56:30.776Z] === RUN TestInspectOomKilledTrue [2020-03-16T08:56:30.776Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-03-16T08:56:30.776Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:30.776Z] === RUN TestInspectOomKilledFalse [2020-03-16T08:56:30.776Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-16T08:56:30.776Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:30.776Z] === RUN TestLinksEtcHostsContentMatch [2020-03-16T08:56:31.344Z] --- PASS: TestLinksEtcHostsContentMatch (0.66s) [2020-03-16T08:56:31.344Z] === RUN TestLinksContainerNames [2020-03-16T08:56:33.247Z] --- PASS: TestLinksContainerNames (1.54s) [2020-03-16T08:56:33.247Z] === RUN TestLogsFollowTailEmpty [2020-03-16T08:56:33.506Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2020-03-16T08:56:33.506Z] === RUN TestContainerNetworkMountsNoChown [2020-03-16T08:56:34.442Z] --- PASS: TestContainerNetworkMountsNoChown (0.77s) [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/default [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/default [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/private [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/private [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rprivate [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/slave [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/slave [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rslave [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/shared [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/shared [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rshared [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/default [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/rslave [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/slave [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/shared [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/private [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/rshared [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/rprivate [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:56:34.443Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:56:34.443Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-16T08:56:34.443Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T08:56:34.701Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T08:56:34.960Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-16T08:56:34.960Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T08:56:34.960Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T08:56:34.960Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-16T08:56:34.960Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.12s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-03-16T08:56:34.960Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2020-03-16T08:56:34.960Z] === RUN TestContainerBindMountNonRecursive [2020-03-16T08:56:36.864Z] --- PASS: TestContainerBindMountNonRecursive (1.89s) [2020-03-16T08:56:36.864Z] === RUN TestNetworkNat [2020-03-16T08:56:36.970Z] --- PASS: TestUpdateRestartPolicy (12.71s) [2020-03-16T08:56:36.970Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-16T08:56:37.802Z] --- PASS: TestNetworkNat (0.88s) [2020-03-16T08:56:37.802Z] === RUN TestNetworkLocalhostTCPNat [2020-03-16T08:56:37.975Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2020-03-16T08:56:37.975Z] === RUN TestWaitNonBlocked [2020-03-16T08:56:37.975Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:56:37.975Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:56:37.975Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:56:37.975Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:56:37.975Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:56:37.975Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:56:38.062Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-03-16T08:56:38.062Z] [2020-03-16T08:56:38.062Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-03-16T08:56:38.062Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-03-16T08:56:38.062Z] HOSTNAME=12be08bd2342 [2020-03-16T08:56:38.062Z] TESTDEBUG=0 [2020-03-16T08:56:38.062Z] DEST=bundles/test-integration [2020-03-16T08:56:38.062Z] PWD=/go/src/github.com/docker/docker [2020-03-16T08:56:38.062Z] DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 [2020-03-16T08:56:38.062Z] container=docker [2020-03-16T08:56:38.062Z] HOME=/root [2020-03-16T08:56:38.062Z] GOLANG_VERSION=1.13.8 [2020-03-16T08:56:38.062Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-03-16T08:56:38.062Z] VALIDATE_BRANCH=master [2020-03-16T08:56:38.062Z] TERM=xterm [2020-03-16T08:56:38.062Z] DOCKER_PKG=github.com/docker/docker [2020-03-16T08:56:38.062Z] SHLVL=1 [2020-03-16T08:56:38.062Z] TIMEOUT=120m [2020-03-16T08:56:38.062Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-03-16T08:56:38.062Z] DOCKER_GRAPHDRIVER=overlay2 [2020-03-16T08:56:38.062Z] GO111MODULE=off [2020-03-16T08:56:38.062Z] DOCKER_EXPERIMENTAL=1 [2020-03-16T08:56:38.062Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-03-16T08:56:38.062Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-03-16T08:56:38.062Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-03-16T08:56:38.062Z] GOPATH=/go [2020-03-16T08:56:38.062Z] PKG_CONFIG=pkg-config [2020-03-16T08:56:38.062Z] _=/usr/bin/env [2020-03-16T08:56:38.062Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T08:56:38.738Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2020-03-16T08:56:38.738Z] === RUN TestNetworkLoopbackNat [2020-03-16T08:56:38.979Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-03-16T08:56:38.979Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2020-03-16T08:56:38.979Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.27s) [2020-03-16T08:56:38.979Z] === RUN TestWaitBlocked [2020-03-16T08:56:38.979Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:56:38.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:56:38.979Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:56:38.979Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:56:38.979Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:56:38.979Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:56:39.672Z] --- PASS: TestNetworkLoopbackNat (1.11s) [2020-03-16T08:56:39.672Z] === RUN TestPause [2020-03-16T08:56:40.448Z] --- PASS: TestWaitBlocked (0.01s) [2020-03-16T08:56:40.448Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2020-03-16T08:56:40.448Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.14s) [2020-03-16T08:56:40.448Z] === CONT TestContainerStartOnDaemonRestart [2020-03-16T08:56:40.448Z] === CONT TestIpcModeOlderClient [2020-03-16T08:56:40.448Z] --- PASS: TestIpcModeOlderClient (0.19s) [2020-03-16T08:56:40.448Z] === CONT TestDaemonHostGatewayIP [2020-03-16T08:56:40.608Z] --- PASS: TestPause (0.87s) [2020-03-16T08:56:40.608Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-16T08:56:40.608Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:56:40.608Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:56:40.608Z] === RUN TestPauseStopPausedContainer [2020-03-16T08:56:41.413Z] ......................... [ 67%] [2020-03-16T08:56:41.542Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-03-16T08:56:41.542Z] === RUN TestPsFilter [2020-03-16T08:56:41.802Z] --- PASS: TestPsFilter (0.26s) [2020-03-16T08:56:41.802Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-16T08:56:42.368Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) [2020-03-16T08:56:42.368Z] === RUN TestRemoveContainerWithVolume [2020-03-16T08:56:43.119Z] --- PASS: TestContainerStartOnDaemonRestart (2.83s) [2020-03-16T08:56:43.119Z] === CONT TestDaemonRestartIpcMode [2020-03-16T08:56:43.306Z] --- PASS: TestRemoveContainerWithVolume (0.76s) [2020-03-16T08:56:43.306Z] === RUN TestRemoveContainerRunning [2020-03-16T08:56:44.125Z] --- PASS: TestDaemonHostGatewayIP (3.61s) [2020-03-16T08:56:44.243Z] --- PASS: TestRemoveContainerRunning (0.80s) [2020-03-16T08:56:44.243Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-16T08:56:44.810Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2020-03-16T08:56:44.810Z] === RUN TestRemoveInvalidContainer [2020-03-16T08:56:44.810Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-03-16T08:56:44.810Z] === RUN TestRenameLinkedContainer [2020-03-16T08:56:46.808Z] --- PASS: TestDaemonRestartIpcMode (3.77s) [2020-03-16T08:56:46.808Z] PASS [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === Skipped [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-03-16T08:56:46.808Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-16T08:56:46.808Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-16T08:56:46.808Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:56:46.808Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-03-16T08:56:46.808Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-03-16T08:56:46.808Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] [2020-03-16T08:56:46.808Z] DONE 199 tests, 6 skipped in 139.121s [2020-03-16T08:56:46.808Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-03-16T08:56:46.808Z] ++ 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-16T08:56:46.808Z] ++ set -e [2020-03-16T08:56:46.808Z] ++ '[' -n 0 ']' [2020-03-16T08:56:46.808Z] ++ set -x [2020-03-16T08:56:46.808Z] ++ env -i DEST=/go/src/github.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-16T08:56:47.090Z] INFO: Testing against a local daemon [2020-03-16T08:56:47.090Z] === RUN TestCommitInheritsEnv [2020-03-16T08:56:47.703Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-03-16T08:56:47.703Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-16T08:56:47.703Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-16T08:56:47.703Z] === RUN TestImagesFilterMultiReference [2020-03-16T08:56:47.703Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-03-16T08:56:47.703Z] === RUN TestImagePullPlatformInvalid [2020-03-16T08:56:47.703Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-03-16T08:56:47.703Z] === RUN TestRemoveImageOrphaning [2020-03-16T08:56:48.095Z] --- PASS: TestRenameLinkedContainer (3.09s) [2020-03-16T08:56:48.095Z] === RUN TestRenameStoppedContainer [2020-03-16T08:56:48.315Z] --- PASS: TestRemoveImageOrphaning (0.54s) [2020-03-16T08:56:48.315Z] === RUN TestRemoveImageGarbageCollector [2020-03-16T08:56:48.315Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:56:48.315Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:56:48.315Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-16T08:56:48.315Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-03-16T08:56:48.315Z] === RUN TestTagInvalidReference [2020-03-16T08:56:48.315Z] --- PASS: TestTagInvalidReference (0.01s) [2020-03-16T08:56:48.315Z] === RUN TestTagValidPrefixedRepo [2020-03-16T08:56:48.315Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-03-16T08:56:48.315Z] === RUN TestTagExistedNameWithoutForce [2020-03-16T08:56:48.315Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-03-16T08:56:48.315Z] === RUN TestTagOfficialNames [2020-03-16T08:56:48.315Z] --- PASS: TestTagOfficialNames (0.03s) [2020-03-16T08:56:48.315Z] === RUN TestTagMatchesDigest [2020-03-16T08:56:48.315Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-03-16T08:56:48.315Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-16T08:56:48.661Z] --- PASS: TestRenameStoppedContainer (0.77s) [2020-03-16T08:56:48.661Z] === RUN TestRenameRunningContainerAndReuse [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-16T08:56:48.730Z] ok github.com/docker/docker/api/server/httputils 0.137s coverage: 14.7% of statements [2020-03-16T08:56:48.730Z] ok github.com/docker/docker/api/server/middleware 0.215s coverage: 37.7% of statements [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-16T08:56:48.730Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-16T08:56:48.731Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-16T08:56:48.731Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-16T08:56:48.731Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-16T08:56:48.731Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-16T08:56:48.731Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-16T08:56:48.731Z] ok github.com/docker/docker/api/types/strslice 0.051s coverage: 90.0% of statements [2020-03-16T08:56:48.731Z] ok github.com/docker/docker/api/types/filters 0.074s coverage: 92.2% of statements [2020-03-16T08:56:49.186Z] ok github.com/docker/docker/api/server/router/swarm 0.133s coverage: 4.5% of statements [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-16T08:56:49.186Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-16T08:56:49.186Z] ok github.com/docker/docker/api/types/time 0.158s coverage: 100.0% of statements [2020-03-16T08:56:49.186Z] ok github.com/docker/docker/api/types/versions 0.060s coverage: 75.0% of statements [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-16T08:56:49.639Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-16T08:56:50.092Z] ok github.com/docker/docker/builder/dockerignore 0.050s coverage: 96.8% of statements [2020-03-16T08:56:50.563Z] --- PASS: TestRenameRunningContainerAndReuse (1.64s) [2020-03-16T08:56:50.563Z] === RUN TestRenameInvalidName [2020-03-16T08:56:50.823Z] --- PASS: TestImportExtremelyLargeImageWorks (104.24s) [2020-03-16T08:56:50.823Z] PASS [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === Skipped [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:56:50.823Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] DONE 12 tests, 1 skipped in 108.089s [2020-03-16T08:56:50.823Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.823Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.823Z] === RUN TestNetworkCreateDelete [2020-03-16T08:56:50.823Z] --- PASS: TestNetworkCreateDelete (0.12s) [2020-03-16T08:56:50.823Z] === RUN TestDockerNetworkDeletePreferID [2020-03-16T08:56:50.823Z] --- PASS: TestDockerNetworkDeletePreferID (0.31s) [2020-03-16T08:56:50.823Z] === RUN TestInspectNetwork [2020-03-16T08:56:50.823Z] --- SKIP: TestInspectNetwork (0.00s) [2020-03-16T08:56:50.823Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] === RUN TestRunContainerWithBridgeNone [2020-03-16T08:56:50.823Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-03-16T08:56:50.823Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestNetworkInvalidJSON [2020-03-16T08:56:50.823Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-16T08:56:50.823Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-16T08:56:50.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:56:50.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:56:50.823Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:56:50.823Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:56:50.823Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-16T08:56:50.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:56:50.823Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:56:50.823Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-03-16T08:56:50.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-16T08:56:50.823Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-16T08:56:50.823Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-16T08:56:50.823Z] === RUN TestHostIPv4BridgeLabel [2020-03-16T08:56:50.823Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-03-16T08:56:50.823Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-16T08:56:50.823Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2020-03-16T08:56:50.823Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDaemonDefaultNetworkPools [2020-03-16T08:56:50.823Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-16T08:56:50.823Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-16T08:56:50.823Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-16T08:56:50.823Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestServiceWithPredefinedNetwork [2020-03-16T08:56:50.823Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-16T08:56:50.823Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:56:50.823Z] === RUN TestServiceWithDataPathPortInit [2020-03-16T08:56:50.823Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-16T08:56:50.823Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] PASS [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === Skipped [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-03-16T08:56:50.823Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-03-16T08:56:50.823Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-03-16T08:56:50.823Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2020-03-16T08:56:50.823Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-16T08:56:50.823Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] DONE 18 tests, 12 skipped in 0.632s [2020-03-16T08:56:50.823Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.823Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.823Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-16T08:56:50.823Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:56:50.823Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:56:50.823Z] === RUN TestDockerNetworkIpvlan [2020-03-16T08:56:50.823Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:56:50.823Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:56:50.823Z] PASS [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === Skipped [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:56:50.823Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:56:50.823Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] DONE 2 tests, 2 skipped in 0.146s [2020-03-16T08:56:50.823Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.823Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.823Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-16T08:56:50.823Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-03-16T08:56:50.823Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] === RUN TestDockerNetworkMacvlan [2020-03-16T08:56:50.823Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-03-16T08:56:50.823Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] PASS [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === Skipped [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-03-16T08:56:50.823Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-03-16T08:56:50.823Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] DONE 2 tests, 2 skipped in 0.167s [2020-03-16T08:56:50.823Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.823Z] testing: warning: no tests to run [2020-03-16T08:56:50.823Z] PASS [2020-03-16T08:56:50.823Z] [2020-03-16T08:56:50.823Z] DONE 0 tests in 0.028s [2020-03-16T08:56:50.823Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.823Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginAllowRequest [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginTLS [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginDenyRequest [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginDenyResponse [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginAllowEventStream [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginErrorResponse [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.823Z] === RUN TestAuthZPluginErrorRequest [2020-03-16T08:56:50.823Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-03-16T08:56:50.823Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginHeader [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.33s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginV2Disable [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginV2Disable (0.03s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-16T08:56:50.824Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] PASS [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === Skipped [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.33s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.03s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2020-03-16T08:56:50.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] DONE 17 tests, 17 skipped in 0.570s [2020-03-16T08:56:50.824Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.824Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.824Z] === RUN TestPluginInvalidJSON [2020-03-16T08:56:50.824Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:56:50.824Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:56:50.824Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:56:50.824Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-03-16T08:56:50.824Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-16T08:56:50.824Z] PASS [2020-03-16T08:56:50.824Z] [2020-03-16T08:56:50.824Z] DONE 2 tests in 0.156s [2020-03-16T08:56:50.824Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-16T08:56:50.824Z] INFO: Testing against a local daemon [2020-03-16T08:56:50.824Z] === RUN TestExternalGraphDriver [2020-03-16T08:56:50.824Z] --- SKIP: TestExternalGraphDriver (0.08s) [2020-03-16T08:56:50.824Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-03-16T08:56:50.824Z] === RUN TestGraphdriverPluginV2 [2020-03-16T08:56:51.129Z] --- PASS: TestRenameInvalidName (0.80s) [2020-03-16T08:56:51.129Z] === RUN TestRenameAnonymousContainer [2020-03-16T08:56:53.349Z] --- PASS: TestGraphdriverPluginV2 (7.66s) [2020-03-16T08:56:53.349Z] PASS [2020-03-16T08:56:53.349Z] [2020-03-16T08:56:53.349Z] === Skipped [2020-03-16T08:56:53.349Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2020-03-16T08:56:53.349Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-03-16T08:56:53.349Z] [2020-03-16T08:56:53.349Z] [2020-03-16T08:56:53.349Z] DONE 2 tests, 1 skipped in 7.917s [2020-03-16T08:56:53.349Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-16T08:56:53.606Z] INFO: Testing against a local daemon [2020-03-16T08:56:53.607Z] === RUN TestContinueAfterPluginCrash [2020-03-16T08:56:53.607Z] === PAUSE TestContinueAfterPluginCrash [2020-03-16T08:56:53.607Z] === RUN TestReadPluginNoRead [2020-03-16T08:56:53.607Z] === PAUSE TestReadPluginNoRead [2020-03-16T08:56:53.607Z] === RUN TestDaemonStartWithLogOpt [2020-03-16T08:56:53.607Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-16T08:56:53.607Z] === CONT TestContinueAfterPluginCrash [2020-03-16T08:56:53.607Z] === CONT TestDaemonStartWithLogOpt [2020-03-16T08:56:53.790Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2020-03-16T08:56:53.790Z] ok github.com/docker/docker/builder/remotecontext 0.582s coverage: 9.2% of statements [2020-03-16T08:56:54.243Z] ok github.com/docker/docker/builder/dockerfile 0.619s coverage: 46.3% of statements [2020-03-16T08:56:55.316Z] --- PASS: TestRenameAnonymousContainer (3.93s) [2020-03-16T08:56:55.316Z] === RUN TestRenameContainerWithSameName [2020-03-16T08:56:55.882Z] --- PASS: TestRenameContainerWithSameName (0.81s) [2020-03-16T08:56:55.882Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-16T08:56:57.783Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2020-03-16T08:56:57.783Z] === RUN TestResize [2020-03-16T08:56:58.351Z] --- PASS: TestResize (0.81s) [2020-03-16T08:56:58.351Z] === RUN TestResizeWithInvalidSize [2020-03-16T08:56:59.287Z] --- PASS: TestResizeWithInvalidSize (0.78s) [2020-03-16T08:56:59.287Z] === RUN TestResizeWhenContainerNotStarted [2020-03-16T08:56:59.854Z] --- PASS: TestResizeWhenContainerNotStarted (0.80s) [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:56:59.854Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:56:59.854Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:56:59.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:56:59.854Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:56:59.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T08:56:59.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T08:57:01.770Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T08:57:01.770Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T08:57:02.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T08:57:03.648Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T08:57:04.585Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T08:57:05.155Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T08:57:05.155Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T08:57:06.093Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T08:57:06.562Z] ok github.com/docker/docker/client 0.633s coverage: 75.3% of statements [2020-03-16T08:57:08.477Z] --- PASS: TestDaemonStartWithLogOpt (14.94s) [2020-03-16T08:57:08.477Z] === CONT TestReadPluginNoRead [2020-03-16T08:57:08.627Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.69s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.62s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.77s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.44s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.61s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.67s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.42s) [2020-03-16T08:57:08.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s) [2020-03-16T08:57:08.628Z] === RUN TestCgroupNamespacesRun [2020-03-16T08:57:10.005Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2020-03-16T08:57:10.005Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-16T08:57:11.758Z] --- PASS: TestContinueAfterPluginCrash (18.00s) [2020-03-16T08:57:11.907Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.75s) [2020-03-16T08:57:11.907Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-16T08:57:12.690Z] === RUN TestReadPluginNoRead/default [2020-03-16T08:57:13.810Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2020-03-16T08:57:13.810Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-16T08:57:15.714Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2020-03-16T08:57:15.714Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-16T08:57:15.970Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-16T08:57:17.616Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.79s) [2020-03-16T08:57:17.616Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-16T08:57:18.183Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2020-03-16T08:57:18.183Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-16T08:57:19.120Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) [2020-03-16T08:57:19.120Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-16T08:57:19.470Z] tests/integration/api_swarm_test.py .ssss.xs...x....... [ 72%] [2020-03-16T08:57:20.148Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-16T08:57:21.022Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.80s) [2020-03-16T08:57:21.022Z] === RUN TestKernelTCPMemory [2020-03-16T08:57:21.300Z] ok github.com/docker/docker/builder/remotecontext/git 29.481s coverage: 86.3% of statements [2020-03-16T08:57:21.300Z] ? github.com/docker/docker/cli [no test files] [2020-03-16T08:57:21.300Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-16T08:57:21.957Z] --- PASS: TestKernelTCPMemory (0.92s) [2020-03-16T08:57:21.958Z] === RUN TestNISDomainname [2020-03-16T08:57:22.893Z] --- PASS: TestNISDomainname (1.01s) [2020-03-16T08:57:22.893Z] === RUN TestHostnameDnsResolution [2020-03-16T08:57:23.427Z] --- PASS: TestReadPluginNoRead (14.37s) [2020-03-16T08:57:23.427Z] --- PASS: TestReadPluginNoRead/default (3.38s) [2020-03-16T08:57:23.427Z] --- PASS: TestReadPluginNoRead/disabled_caching (3.42s) [2020-03-16T08:57:23.427Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (3.41s) [2020-03-16T08:57:23.427Z] read_test.go:91: [dd731f164d021] daemon is not started [2020-03-16T08:57:23.427Z] PASS [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] DONE 6 tests in 29.520s [2020-03-16T08:57:23.427Z] 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-16T08:57:23.427Z] testing: warning: no tests to run [2020-03-16T08:57:23.427Z] PASS [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] DONE 0 tests in 0.093s [2020-03-16T08:57:23.427Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-16T08:57:23.427Z] INFO: Testing against a local daemon [2020-03-16T08:57:23.427Z] === RUN TestPluginWithDevMounts [2020-03-16T08:57:23.427Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-03-16T08:57:23.427Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-03-16T08:57:23.427Z] PASS [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === Skipped [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-03-16T08:57:23.427Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] DONE 1 tests, 1 skipped in 0.238s [2020-03-16T08:57:23.427Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-16T08:57:23.427Z] INFO: Testing against a local daemon [2020-03-16T08:57:23.427Z] === RUN TestSecretInspect [2020-03-16T08:57:23.427Z] --- SKIP: TestSecretInspect (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:25: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] === RUN TestSecretList [2020-03-16T08:57:23.427Z] --- SKIP: TestSecretList (0.01s) [2020-03-16T08:57:23.427Z] secret_test.go:48: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] === RUN TestSecretsCreateAndDelete [2020-03-16T08:57:23.427Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-03-16T08:57:23.427Z] secret_test.go:125: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] === RUN TestSecretsUpdate [2020-03-16T08:57:23.427Z] --- SKIP: TestSecretsUpdate (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:172: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] === RUN TestTemplatedSecret [2020-03-16T08:57:23.427Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-03-16T08:57:23.427Z] secret_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] === RUN TestSecretCreateResolve [2020-03-16T08:57:23.427Z] --- SKIP: TestSecretCreateResolve (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:342: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] PASS [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === Skipped [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:25: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2020-03-16T08:57:23.427Z] secret_test.go:48: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-03-16T08:57:23.427Z] secret_test.go:125: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:172: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-03-16T08:57:23.427Z] secret_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2020-03-16T08:57:23.427Z] secret_test.go:342: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] [2020-03-16T08:57:23.427Z] DONE 6 tests, 6 skipped in 0.306s [2020-03-16T08:57:23.427Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-03-16T08:57:23.685Z] INFO: Testing against a local daemon [2020-03-16T08:57:23.685Z] === RUN TestServiceCreateInit [2020-03-16T08:57:23.685Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-16T08:57:23.685Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-16T08:57:23.685Z] --- PASS: TestServiceCreateInit (0.02s) [2020-03-16T08:57:23.685Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-16T08:57:23.685Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.685Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-16T08:57:23.685Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.685Z] === RUN TestCreateServiceMultipleTimes [2020-03-16T08:57:23.685Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-03-16T08:57:23.685Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.685Z] === RUN TestCreateServiceConflict [2020-03-16T08:57:23.685Z] --- SKIP: TestCreateServiceConflict (0.01s) [2020-03-16T08:57:23.685Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.685Z] === RUN TestCreateServiceMaxReplicas [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2020-03-16T08:57:23.943Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2020-03-16T08:57:23.943Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateServiceSecretFileMode [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2020-03-16T08:57:23.943Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateServiceConfigFileMode [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-03-16T08:57:23.943Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateServiceSysctls [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-03-16T08:57:23.943Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateServiceCapabilities [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-03-16T08:57:23.943Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestInspect [2020-03-16T08:57:23.943Z] --- SKIP: TestInspect (0.01s) [2020-03-16T08:57:23.943Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestCreateJob [2020-03-16T08:57:23.943Z] --- SKIP: TestCreateJob (0.01s) [2020-03-16T08:57:23.943Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestReplicatedJob [2020-03-16T08:57:23.943Z] --- SKIP: TestReplicatedJob (0.01s) [2020-03-16T08:57:23.943Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestUpdateReplicatedJob [2020-03-16T08:57:23.943Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2020-03-16T08:57:23.943Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestServiceListWithStatuses [2020-03-16T08:57:23.943Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-16T08:57:23.943Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T08:57:23.943Z] === RUN TestDockerNetworkConnectAlias [2020-03-16T08:57:23.943Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-03-16T08:57:23.943Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestDockerNetworkReConnect [2020-03-16T08:57:23.943Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2020-03-16T08:57:23.943Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:23.943Z] === RUN TestServicePlugin [2020-03-16T08:57:24.796Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-03-16T08:57:24.796Z] === RUN TestStats [2020-03-16T08:57:25.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T08:57:25.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T08:57:26.697Z] --- PASS: TestStats (1.84s) [2020-03-16T08:57:26.697Z] === RUN TestStopContainerWithTimeout [2020-03-16T08:57:26.697Z] === RUN TestStopContainerWithTimeout/0 [2020-03-16T08:57:26.697Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-16T08:57:26.697Z] === RUN TestStopContainerWithTimeout/1 [2020-03-16T08:57:26.697Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-16T08:57:26.697Z] === RUN TestStopContainerWithTimeout/3 [2020-03-16T08:57:26.697Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-16T08:57:26.697Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-16T08:57:26.697Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-16T08:57:26.697Z] === CONT TestStopContainerWithTimeout/0 [2020-03-16T08:57:26.697Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-16T08:57:26.697Z] === CONT TestStopContainerWithTimeout/3 [2020-03-16T08:57:26.697Z] === CONT TestStopContainerWithTimeout/1 [2020-03-16T08:57:28.140Z] --- SKIP: TestServicePlugin (3.67s) [2020-03-16T08:57:28.140Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] === RUN TestServiceUpdateLabel [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] === RUN TestServiceUpdateSecrets [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-03-16T08:57:28.140Z] update_test.go:77: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] === RUN TestServiceUpdateConfigs [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:139: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] === RUN TestServiceUpdateNetwork [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:201: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] PASS [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === Skipped [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-16T08:57:28.140Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-16T08:57:28.140Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-16T08:57:28.140Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-03-16T08:57:28.140Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2020-03-16T08:57:28.140Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) [2020-03-16T08:57:28.140Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2020-03-16T08:57:28.140Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2020-03-16T08:57:28.140Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-03-16T08:57:28.140Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-03-16T08:57:28.140Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-03-16T08:57:28.140Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2020-03-16T08:57:28.140Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-03-16T08:57:28.140Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-03-16T08:57:28.140Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2020-03-16T08:57:28.140Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-16T08:57:28.140Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-03-16T08:57:28.140Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2020-03-16T08:57:28.140Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServicePlugin (3.67s) [2020-03-16T08:57:28.140Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-03-16T08:57:28.140Z] update_test.go:77: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:139: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-03-16T08:57:28.140Z] update_test.go:201: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] DONE 23 tests, 22 skipped in 4.179s [2020-03-16T08:57:28.140Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-03-16T08:57:28.140Z] INFO: Testing against a local daemon [2020-03-16T08:57:28.140Z] === RUN TestSessionCreate [2020-03-16T08:57:28.140Z] --- PASS: TestSessionCreate (0.03s) [2020-03-16T08:57:28.140Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-16T08:57:28.140Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-03-16T08:57:28.140Z] PASS [2020-03-16T08:57:28.140Z] [2020-03-16T08:57:28.140Z] DONE 2 tests in 0.222s [2020-03-16T08:57:28.140Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-03-16T08:57:28.140Z] INFO: Testing against a local daemon [2020-03-16T08:57:28.140Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-16T08:57:28.140Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T08:57:28.140Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T08:57:28.140Z] === RUN TestEventsExecDie [2020-03-16T08:57:28.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T08:57:28.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T08:57:28.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T08:57:29.080Z] --- PASS: TestEventsExecDie (0.89s) [2020-03-16T08:57:29.080Z] === RUN TestEventsBackwardsCompatible [2020-03-16T08:57:29.080Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-03-16T08:57:29.080Z] === RUN TestInfoBinaryCommits [2020-03-16T08:57:29.080Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-16T08:57:29.080Z] === RUN TestInfoAPIVersioned [2020-03-16T08:57:29.080Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-16T08:57:29.080Z] === RUN TestInfoDiscoveryBackend [2020-03-16T08:57:29.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T08:57:29.880Z] ok github.com/docker/docker/cmd/dockerd 0.673s coverage: 19.2% of statements [2020-03-16T08:57:29.985Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-03-16T08:57:29.985Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2020-03-16T08:57:29.985Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2020-03-16T08:57:29.985Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2020-03-16T08:57:29.985Z] --- PASS: TestStopContainerWithTimeout/-1 (3.25s) [2020-03-16T08:57:29.985Z] === RUN TestDeleteDevicemapper [2020-03-16T08:57:29.985Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-16T08:57:29.985Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:57:29.985Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-16T08:57:30.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T08:57:30.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T08:57:30.834Z] ok github.com/docker/docker/container 0.453s coverage: 41.9% of statements [2020-03-16T08:57:30.834Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-16T08:57:30.834Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-16T08:57:30.834Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-16T08:57:30.834Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-16T08:57:30.978Z] --- PASS: TestInfoDiscoveryBackend (1.84s) [2020-03-16T08:57:30.978Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-16T08:57:31.888Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.12s) [2020-03-16T08:57:31.888Z] === RUN TestUpdateMemory [2020-03-16T08:57:31.888Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-16T08:57:31.888Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:57:31.888Z] === RUN TestUpdateCPUQuota [2020-03-16T08:57:33.264Z] --- PASS: TestUpdateCPUQuota (1.38s) [2020-03-16T08:57:33.264Z] === RUN TestUpdatePidsLimit [2020-03-16T08:57:33.264Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-16T08:57:33.522Z] === RUN TestUpdatePidsLimit/no_change [2020-03-16T08:57:33.708Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.378s coverage: 65.3% of statements [2020-03-16T08:57:34.089Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-16T08:57:34.347Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-16T08:57:34.913Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-16T08:57:35.159Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.94s) [2020-03-16T08:57:35.159Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-16T08:57:35.159Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-03-16T08:57:35.159Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:57:35.159Z] === RUN TestInfoAPI [2020-03-16T08:57:35.159Z] --- PASS: TestInfoAPI (0.04s) [2020-03-16T08:57:35.159Z] === RUN TestInfoAPIWarnings [2020-03-16T08:57:35.172Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-16T08:57:35.232Z] ok github.com/docker/docker/daemon/cluster/convert 0.574s coverage: 35.6% of statements [2020-03-16T08:57:35.739Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-16T08:57:35.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T08:57:37.055Z] --- PASS: TestInfoAPIWarnings (1.80s) [2020-03-16T08:57:37.056Z] === RUN TestInfoDebug [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit (3.92s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2020-03-16T08:57:37.162Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2020-03-16T08:57:37.162Z] === RUN TestUpdateRestartPolicy [2020-03-16T08:57:37.539Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-03-16T08:57:37.539Z] tests/integration/client_test.py ..... [ 75%] [2020-03-16T08:57:37.539Z] tests/integration/context_api_test.py .. [ 76%] [2020-03-16T08:57:37.539Z] tests/integration/errors_test.py . [ 76%] [2020-03-16T08:57:38.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T08:57:38.953Z] --- PASS: TestInfoDebug (2.01s) [2020-03-16T08:57:38.953Z] === RUN TestInfoInsecureRegistries [2020-03-16T08:57:40.850Z] --- PASS: TestInfoInsecureRegistries (2.00s) [2020-03-16T08:57:40.850Z] === RUN TestInfoRegistryMirrors [2020-03-16T08:57:42.258Z] ok github.com/docker/docker/daemon/cluster 1.889s coverage: 0.5% of statements [2020-03-16T08:57:42.710Z] ok github.com/docker/docker/daemon/config 0.956s coverage: 79.6% of statements [2020-03-16T08:57:42.747Z] --- PASS: TestInfoRegistryMirrors (2.00s) [2020-03-16T08:57:42.747Z] === RUN TestLoginFailsWithBadCredentials [2020-03-16T08:57:43.005Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-03-16T08:57:43.005Z] === RUN TestPingCacheHeaders [2020-03-16T08:57:43.005Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-03-16T08:57:43.005Z] === RUN TestPingGet [2020-03-16T08:57:43.005Z] --- PASS: TestPingGet (0.01s) [2020-03-16T08:57:43.005Z] === RUN TestPingHead [2020-03-16T08:57:43.005Z] --- PASS: TestPingHead (0.02s) [2020-03-16T08:57:43.005Z] === RUN TestVersion [2020-03-16T08:57:43.005Z] --- PASS: TestVersion (0.02s) [2020-03-16T08:57:43.005Z] PASS [2020-03-16T08:57:43.005Z] [2020-03-16T08:57:43.005Z] === Skipped [2020-03-16T08:57:43.005Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T08:57:43.005Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T08:57:43.005Z] [2020-03-16T08:57:43.005Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-03-16T08:57:43.005Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-03-16T08:57:43.005Z] [2020-03-16T08:57:43.005Z] [2020-03-16T08:57:43.005Z] DONE 18 tests, 2 skipped in 15.100s [2020-03-16T08:57:43.005Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-16T08:57:43.263Z] INFO: Testing against a local daemon [2020-03-16T08:57:43.263Z] === RUN TestVolumesCreateAndList [2020-03-16T08:57:43.263Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-03-16T08:57:43.263Z] === RUN TestVolumesRemove [2020-03-16T08:57:43.263Z] --- PASS: TestVolumesRemove (0.08s) [2020-03-16T08:57:43.263Z] === RUN TestVolumesInspect [2020-03-16T08:57:43.263Z] --- PASS: TestVolumesInspect (0.02s) [2020-03-16T08:57:43.263Z] === RUN TestVolumesInvalidJSON [2020-03-16T08:57:43.263Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-16T08:57:43.263Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-16T08:57:43.263Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-16T08:57:43.263Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-03-16T08:57:43.263Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-16T08:57:43.263Z] PASS [2020-03-16T08:57:43.263Z] [2020-03-16T08:57:43.263Z] DONE 5 tests in 0.283s [2020-03-16T08:57:43.263Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T08:57:43.520Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11768 is not a child of this shell [2020-03-16T08:57:43.520Z] warning: PID 11768 from bundles/test-integration/docker.pid had a nonzero exit code [2020-03-16T08:57:43.520Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T08:57:43.520Z] [2020-03-16T08:57:43.520Z] Unloading profiles will leave already running processes permanently [2020-03-16T08:57:43.520Z] unconfined, which can lead to unexpected situations. [2020-03-16T08:57:43.520Z] [2020-03-16T08:57:43.520Z] To set a process to complain mode, use the command line tool [2020-03-16T08:57:43.520Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T08:57:43.520Z] Removing test suite binaries [2020-03-16T08:57:43.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T08:57:44.453Z] [2020-03-16T08:57:44.862Z] ok github.com/docker/docker/daemon/discovery 0.194s coverage: 30.0% of statements [2020-03-16T08:57:45.314Z] ok github.com/docker/docker/daemon/events 0.446s coverage: 50.0% of statements Post stage [Pipeline] junit [2020-03-16T08:57:46.364Z] Recording test results [2020-03-16T08:57:46.836Z] ok github.com/docker/docker/daemon/graphdriver 0.175s coverage: 2.3% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T08:57:47.232Z] + echo Ensuring container killed. [2020-03-16T08:57:47.232Z] Ensuring container killed. [2020-03-16T08:57:47.232Z] + docker rm -vf docker-pr12 [2020-03-16T08:57:47.232Z] Error: No such container: docker-pr12 [2020-03-16T08:57:47.232Z] + true [Pipeline] sh [2020-03-16T08:57:47.518Z] + echo Chowning /workspace to jenkins user [2020-03-16T08:57:47.518Z] Chowning /workspace to jenkins user [2020-03-16T08:57:47.518Z] + id -u [2020-03-16T08:57:47.518Z] + id -g [2020-03-16T08:57:47.518Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/workspace busybox chown -R 1000:1000 /workspace [2020-03-16T08:57:48.987Z] ok github.com/docker/docker/daemon/links 0.042s coverage: 93.0% of statements [2020-03-16T08:57:49.440Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.079s coverage: 10.9% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T08:57:50.345Z] + bundleName=amd64-rootless [2020-03-16T08:57:50.345Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-03-16T08:57:50.345Z] Creating amd64-rootless-bundles.tar.gz [2020-03-16T08:57:50.345Z] + 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-16T08:57:50.345Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2020-03-16T08:57:50.357Z] Archiving artifacts [2020-03-16T08:57:50.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T08:57:50.655Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T08:57:50.964Z] ok github.com/docker/docker/daemon 3.499s coverage: 9.2% of statements [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-03-16T08:57:50.964Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-03-16T08:57:50.975Z] + make clean [2020-03-16T08:57:51.233Z] docker volume rm -f docker-dev-cache [2020-03-16T08:57:51.233Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-03-16T08:57:51.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [Pipeline] } [2020-03-16T08:57:51.919Z] ok github.com/docker/docker/daemon/logger 0.447s coverage: 42.1% of statements [2020-03-16T08:57:52.055Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2020-03-16T08:57:52.055Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-16T08:57:52.055Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2020-03-16T08:57:52.055Z] === RUN TestWaitNonBlocked [2020-03-16T08:57:52.055Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:57:52.055Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:57:52.055Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:57:52.055Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:57:52.055Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T08:57:52.055Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T08:57:52.055Z] --- PASS: TestWaitNonBlocked (0.03s) [2020-03-16T08:57:52.055Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s) [2020-03-16T08:57:52.055Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) [2020-03-16T08:57:52.055Z] === RUN TestWaitBlocked [2020-03-16T08:57:52.055Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:57:52.055Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:57:52.055Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:57:52.055Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:57:52.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T08:57:52.055Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T08:57:52.373Z] ok github.com/docker/docker/daemon/images 0.517s coverage: 4.9% of statements [2020-03-16T08:57:52.373Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-16T08:57:52.373Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-16T08:57:52.623Z] --- PASS: TestWaitBlocked (0.03s) [2020-03-16T08:57:52.623Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2020-03-16T08:57:52.623Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2020-03-16T08:57:52.623Z] === CONT TestContainerStartOnDaemonRestart [2020-03-16T08:57:52.623Z] === CONT TestIpcModeOlderClient [2020-03-16T08:57:52.623Z] === CONT TestDaemonHostGatewayIP [2020-03-16T08:57:52.623Z] === CONT TestDaemonRestartIpcMode [2020-03-16T08:57:52.623Z] --- PASS: TestIpcModeOlderClient (0.21s) [2020-03-16T08:57:53.327Z] ok github.com/docker/docker/daemon/logger/awslogs 0.651s coverage: 77.8% of statements [2020-03-16T08:57:53.779Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-03-16T08:57:53.779Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-16T08:57:53.779Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-16T08:57:53.779Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-03-16T08:57:53.779Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-03-16T08:57:53.779Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.337s coverage: 62.1% of statements [2020-03-16T08:57:53.779Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.328s coverage: 88.3% of statements [2020-03-16T08:57:55.297Z] ok github.com/docker/docker/daemon/logger/local 0.478s coverage: 74.7% of statements [2020-03-16T08:57:55.297Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-16T08:57:55.910Z] --- PASS: TestContainerStartOnDaemonRestart (3.25s) [2020-03-16T08:57:56.258Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.327s coverage: 33.3% of statements [2020-03-16T08:57:56.710Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.458s coverage: 21.4% of statements [2020-03-16T08:57:56.847Z] --- PASS: TestDaemonRestartIpcMode (4.30s) [2020-03-16T08:57:57.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T08:57:57.106Z] --- PASS: TestDaemonHostGatewayIP (4.49s) [2020-03-16T08:57:57.106Z] PASS [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === Skipped [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-03-16T08:57:57.106Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-03-16T08:57:57.106Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-16T08:57:57.106Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T08:57:57.106Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-16T08:57:57.106Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-03-16T08:57:57.106Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] [2020-03-16T08:57:57.106Z] DONE 199 tests, 6 skipped in 126.622s [2020-03-16T08:57:57.106Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-03-16T08:57:57.106Z] ++ 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-16T08:57:57.106Z] ++ set -e [2020-03-16T08:57:57.106Z] ++ '[' -n 0 ']' [2020-03-16T08:57:57.106Z] ++ set -x [2020-03-16T08:57:57.106Z] ++ env -i DEST=/go/src/github.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-16T08:57:57.106Z] INFO: Testing against a local daemon [2020-03-16T08:57:57.106Z] === RUN TestCommitInheritsEnv [2020-03-16T08:57:58.041Z] --- PASS: TestCommitInheritsEnv (0.59s) [2020-03-16T08:57:58.041Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-16T08:57:58.041Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-03-16T08:57:58.041Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-03-16T08:57:58.041Z] === RUN TestImagesFilterMultiReference [2020-03-16T08:57:58.041Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2020-03-16T08:57:58.041Z] === RUN TestImagePullPlatformInvalid [2020-03-16T08:57:58.041Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-03-16T08:57:58.041Z] === RUN TestRemoveImageOrphaning [2020-03-16T08:57:58.228Z] ok github.com/docker/docker/daemon/logger/templates 0.130s coverage: 8.3% of statements [2020-03-16T08:57:58.607Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2020-03-16T08:57:58.607Z] === RUN TestRemoveImageGarbageCollector [2020-03-16T08:57:58.607Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:57:58.607Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:57:58.607Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-16T08:57:58.607Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-03-16T08:57:58.607Z] === RUN TestTagInvalidReference [2020-03-16T08:57:58.607Z] --- PASS: TestTagInvalidReference (0.04s) [2020-03-16T08:57:58.607Z] === RUN TestTagValidPrefixedRepo [2020-03-16T08:57:58.607Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-03-16T08:57:58.607Z] === RUN TestTagExistedNameWithoutForce [2020-03-16T08:57:58.607Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-03-16T08:57:58.607Z] === RUN TestTagOfficialNames [2020-03-16T08:57:58.681Z] ok github.com/docker/docker/daemon/logger/syslog 0.339s coverage: 47.8% of statements [2020-03-16T08:57:58.866Z] --- PASS: TestTagOfficialNames (0.08s) [2020-03-16T08:57:58.867Z] === RUN TestTagMatchesDigest [2020-03-16T08:57:58.867Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-03-16T08:57:58.867Z] PASS [2020-03-16T08:57:58.867Z] [2020-03-16T08:57:58.867Z] === Skipped [2020-03-16T08:57:58.867Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-03-16T08:57:58.867Z] import_test.go:21: runtime.GOARCH == "arm64": effective test will be time out [2020-03-16T08:57:58.867Z] [2020-03-16T08:57:58.867Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:57:58.867Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:57:58.867Z] [2020-03-16T08:57:58.867Z] [2020-03-16T08:57:58.867Z] DONE 12 tests, 2 skipped in 1.824s [2020-03-16T08:57:58.867Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-03-16T08:57:58.867Z] ++ 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-16T08:57:58.867Z] ++ set -e [2020-03-16T08:57:58.867Z] ++ '[' -n 0 ']' [2020-03-16T08:57:58.867Z] ++ set -x [2020-03-16T08:57:58.867Z] ++ env -i DEST=/go/src/github.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-16T08:57:59.125Z] INFO: Testing against a local daemon [2020-03-16T08:57:59.125Z] === RUN TestNetworkCreateDelete [2020-03-16T08:57:59.384Z] --- PASS: TestNetworkCreateDelete (0.42s) [2020-03-16T08:57:59.384Z] === RUN TestDockerNetworkDeletePreferID [2020-03-16T08:57:59.636Z] ok github.com/docker/docker/daemon/logger/splunk 2.414s coverage: 82.5% of statements [2020-03-16T08:57:59.636Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-16T08:57:59.636Z] ? github.com/docker/docker/daemon/network [no test files] [2020-03-16T08:57:59.636Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-16T08:58:00.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T08:58:00.760Z] --- PASS: TestDockerNetworkDeletePreferID (1.17s) [2020-03-16T08:58:00.760Z] === RUN TestInspectNetwork [2020-03-16T08:58:01.787Z] ok github.com/docker/docker/distribution 1.417s coverage: 20.3% of statements [2020-03-16T08:58:02.240Z] ok github.com/docker/docker/errdefs 0.133s coverage: 49.4% of statements [2020-03-16T08:58:03.202Z] ok github.com/docker/docker/distribution/metadata 2.657s coverage: 48.2% of statements [2020-03-16T08:58:03.202Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-16T08:58:03.655Z] ok github.com/docker/docker/distribution/xfer 2.129s coverage: 76.8% of statements [2020-03-16T08:58:03.655Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-16T08:58:04.109Z] ok github.com/docker/docker/image/cache 0.143s coverage: 19.2% of statements [2020-03-16T08:58:04.561Z] ok github.com/docker/docker/image 0.748s coverage: 86.4% of statements [2020-03-16T08:58:05.014Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-16T08:58:05.467Z] ok github.com/docker/docker/image/v1 0.376s coverage: 25.0% of statements [2020-03-16T08:58:05.467Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-16T08:58:05.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T08:58:06.031Z] === RUN TestInspectNetwork/full_network_id [2020-03-16T08:58:06.031Z] === RUN TestInspectNetwork/partial_network_id [2020-03-16T08:58:06.031Z] === RUN TestInspectNetwork/network_name [2020-03-16T08:58:06.031Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-16T08:58:06.986Z] ok github.com/docker/docker/libcontainerd/queue 0.091s coverage: 100.0% of statements [2020-03-16T08:58:07.941Z] ok github.com/docker/docker/layer 0.693s coverage: 30.1% of statements [2020-03-16T08:58:07.941Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-16T08:58:07.941Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 50.0% of statements [2020-03-16T08:58:08.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T08:58:08.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T08:58:08.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T08:58:08.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T08:58:09.470Z] ok github.com/docker/docker/opts 0.402s coverage: 67.7% of statements [2020-03-16T08:58:09.470Z] ok github.com/docker/docker/libcontainerd/local 0.483s coverage: 1.0% of statements [2020-03-16T08:58:09.470Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-16T08:58:09.470Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-16T08:58:09.470Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-16T08:58:09.470Z] ? github.com/docker/docker/oci [no test files] [2020-03-16T08:58:09.470Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-16T08:58:10.215Z] --- PASS: TestInspectNetwork (9.51s) [2020-03-16T08:58:10.215Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-16T08:58:10.215Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-16T08:58:10.215Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-16T08:58:10.215Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-16T08:58:10.215Z] === RUN TestRunContainerWithBridgeNone [2020-03-16T08:58:10.291Z] --- PASS: TestImportExtremelyLargeImageWorks (80.60s) [2020-03-16T08:58:10.291Z] PASS [2020-03-16T08:58:10.291Z] [2020-03-16T08:58:10.291Z] === Skipped [2020-03-16T08:58:10.291Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-16T08:58:10.291Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:58:10.291Z] [2020-03-16T08:58:10.291Z] [2020-03-16T08:58:10.291Z] DONE 12 tests, 1 skipped in 82.133s [2020-03-16T08:58:10.291Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-03-16T08:58:10.291Z] ++ 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-16T08:58:10.291Z] ++ set -e [2020-03-16T08:58:10.291Z] ++ '[' -n 0 ']' [2020-03-16T08:58:10.291Z] ++ set -x [2020-03-16T08:58:10.291Z] ++ env -i DEST=/go/src/github.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-16T08:58:10.291Z] INFO: Testing against a local daemon [2020-03-16T08:58:10.291Z] === RUN TestNetworkCreateDelete [2020-03-16T08:58:10.291Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-03-16T08:58:10.291Z] === RUN TestDockerNetworkDeletePreferID [2020-03-16T08:58:10.291Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2020-03-16T08:58:10.291Z] === RUN TestInspectNetwork [2020-03-16T08:58:10.425Z] ok github.com/docker/docker/pkg/broadcaster 0.049s coverage: 100.0% of statements [2020-03-16T08:58:10.878Z] ok github.com/docker/docker/pkg/authorization 0.746s coverage: 26.8% of statements [2020-03-16T08:58:11.017Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T08:58:11.302Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T08:58:11.330Z] ok github.com/docker/docker/pkg/capabilities 0.139s coverage: 87.5% of statements [2020-03-16T08:58:11.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T08:58:11.783Z] ok github.com/docker/docker/pkg/directory 0.054s coverage: 80.0% of statements [2020-03-16T08:58:12.235Z] ok github.com/docker/docker/pkg/chrootarchive 0.148s coverage: 15.4% of statements [2020-03-16T08:58:12.747Z] --- PASS: TestRunContainerWithBridgeNone (2.57s) [2020-03-16T08:58:12.747Z] === RUN TestNetworkInvalidJSON [2020-03-16T08:58:12.747Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:12.747Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:12.747Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:12.747Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:12.747Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:12.747Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:12.747Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:12.747Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:12.747Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:12.747Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-03-16T08:58:12.747Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-16T08:58:12.747Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-16T08:58:12.747Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-16T08:58:12.747Z] === RUN TestHostIPv4BridgeLabel [2020-03-16T08:58:13.190Z] ok github.com/docker/docker/pkg/discovery 0.160s coverage: 58.3% of statements [2020-03-16T08:58:13.190Z] ok github.com/docker/docker/pkg/discovery/file 0.155s coverage: 92.9% of statements [2020-03-16T08:58:13.683Z] --- PASS: TestHostIPv4BridgeLabel (0.81s) [2020-03-16T08:58:13.683Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-16T08:58:14.655Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:58:14.655Z] Using test binary docker [2020-03-16T08:58:14.655Z] +++ /etc/init.d/apparmor start [2020-03-16T08:58:14.655Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:58:14.655Z] INFO: Waiting for daemon to start... [2020-03-16T08:58:14.655Z] Starting dockerd [2020-03-16T08:58:14.655Z] +++ 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-16T08:58:14.715Z] ok github.com/docker/docker/pkg/discovery/memory 0.054s coverage: 92.3% of statements [2020-03-16T08:58:14.715Z] ok github.com/docker/docker/pkg/discovery/nodes 0.064s coverage: 93.8% of statements [2020-03-16T08:58:14.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T08:58:15.059Z] --- PASS: TestDaemonRestartWithLiveRestore (1.38s) [2020-03-16T08:58:15.059Z] === RUN TestDaemonDefaultNetworkPools [2020-03-16T08:58:15.769Z] === RUN TestInspectNetwork/full_network_id [2020-03-16T08:58:15.769Z] === RUN TestInspectNetwork/partial_network_id [2020-03-16T08:58:15.769Z] === RUN TestInspectNetwork/network_name [2020-03-16T08:58:15.769Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-16T08:58:16.232Z] ok github.com/docker/docker/pkg/filenotify 0.132s coverage: 36.2% of statements [2020-03-16T08:58:16.233Z] ok github.com/docker/docker/pkg/fileutils 0.144s coverage: 87.7% of statements [2020-03-16T08:58:16.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T08:58:16.434Z] --- PASS: TestDaemonDefaultNetworkPools (1.26s) [2020-03-16T08:58:16.434Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-16T08:58:16.553Z] . [2020-03-16T08:58:16.554Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:58:16.554Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:58:16.554Z] Error: No such image: emptyfs [2020-03-16T08:58:16.554Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:58:16.554Z] ++++ docker load [2020-03-16T08:58:16.831Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-03-16T08:58:17.119Z] Running integration-test (iteration 1) [2020-03-16T08:58:17.119Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-03-16T08:58:17.119Z] ++ 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-16T08:58:17.119Z] ++ set -e [2020-03-16T08:58:17.119Z] ++ '[' -n 0 ']' [2020-03-16T08:58:17.119Z] ++ set -x [2020-03-16T08:58:17.119Z] ++ env -i DEST=/go/src/github.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-16T08:58:17.189Z] ok github.com/docker/docker/pkg/homedir 0.120s coverage: 42.9% of statements [2020-03-16T08:58:17.647Z] ok github.com/docker/docker/pkg/idtools 0.112s coverage: 6.3% of statements [2020-03-16T08:58:18.336Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.86s) [2020-03-16T08:58:18.336Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-16T08:58:18.604Z] ok github.com/docker/docker/pkg/discovery/kv 3.570s coverage: 84.1% of statements [2020-03-16T08:58:18.604Z] ok github.com/docker/docker/pkg/archive 8.245s coverage: 62.0% of statements [2020-03-16T08:58:18.962Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T08:58:19.056Z] ok github.com/docker/docker/pkg/jsonmessage 0.152s coverage: 91.7% of statements [2020-03-16T08:58:19.509Z] ok github.com/docker/docker/pkg/ioutils 0.689s coverage: 69.2% of statements [2020-03-16T08:58:19.509Z] ok github.com/docker/docker/pkg/locker 0.049s coverage: 88.9% of statements [2020-03-16T08:58:19.962Z] ok github.com/docker/docker/pkg/longpath 0.040s coverage: 100.0% of statements [2020-03-16T08:58:20.142Z] --- PASS: TestInspectNetwork (10.64s) [2020-03-16T08:58:20.143Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-16T08:58:20.143Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-16T08:58:20.143Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-16T08:58:20.143Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-16T08:58:20.143Z] === RUN TestRunContainerWithBridgeNone [2020-03-16T08:58:20.239Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.29s) [2020-03-16T08:58:20.239Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-16T08:58:20.416Z] ok github.com/docker/docker/pkg/namesgenerator 0.067s coverage: 85.7% of statements [2020-03-16T08:58:20.869Z] ok github.com/docker/docker/pkg/parsers 0.139s coverage: 97.0% of statements [2020-03-16T08:58:21.175Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.82s) [2020-03-16T08:58:21.175Z] === RUN TestServiceWithPredefinedNetwork [2020-03-16T08:58:21.421Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.6% of statements [2020-03-16T08:58:22.391Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.100s coverage: 56.8% of statements [2020-03-16T08:58:22.814Z] --- PASS: TestRunContainerWithBridgeNone (2.47s) [2020-03-16T08:58:22.814Z] === RUN TestNetworkInvalidJSON [2020-03-16T08:58:22.814Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:22.814Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:22.814Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:22.814Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:22.814Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:22.814Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:22.814Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-16T08:58:22.814Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T08:58:22.814Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T08:58:22.814Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2020-03-16T08:58:22.814Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-16T08:58:22.814Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-16T08:58:22.814Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-16T08:58:22.814Z] === RUN TestHostIPv4BridgeLabel [2020-03-16T08:58:23.347Z] ok github.com/docker/docker/pkg/plugins/transport 0.107s coverage: 85.7% of statements [2020-03-16T08:58:23.347Z] ok github.com/docker/docker/pkg/pools 0.057s coverage: 88.2% of statements [2020-03-16T08:58:23.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T08:58:23.427Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2020-03-16T08:58:23.427Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-16T08:58:23.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-16T08:58:24.302Z] ok github.com/docker/docker/pkg/progress 0.034s coverage: 75.9% of statements [2020-03-16T08:58:24.431Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-03-16T08:58:24.431Z] === RUN TestDaemonDefaultNetworkPools [2020-03-16T08:58:24.470Z] --- PASS: TestServiceWithPredefinedNetwork (3.33s) [2020-03-16T08:58:24.470Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-16T08:58:24.470Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:58:24.470Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:58:24.470Z] === RUN TestServiceWithDataPathPortInit [2020-03-16T08:58:25.045Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-03-16T08:58:25.045Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-16T08:58:25.257Z] ok github.com/docker/docker/pkg/reexec 0.095s coverage: 82.4% of statements [2020-03-16T08:58:25.257Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 73.9% of statements [2020-03-16T08:58:26.212Z] ok github.com/docker/docker/pkg/signal 0.035s coverage: 20.3% of statements [2020-03-16T08:58:26.513Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-03-16T08:58:26.513Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-16T08:58:26.664Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2020-03-16T08:58:27.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T08:58:27.517Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2020-03-16T08:58:27.517Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-16T08:58:27.619Z] ok github.com/docker/docker/pkg/streamformatter 0.090s coverage: 66.2% of statements [2020-03-16T08:58:27.619Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2020-03-16T08:58:28.130Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-03-16T08:58:28.130Z] === RUN TestServiceWithPredefinedNetwork [2020-03-16T08:58:28.574Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2020-03-16T08:58:28.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-16T08:58:29.027Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-16T08:58:29.480Z] ok github.com/docker/docker/pkg/system 0.071s coverage: 13.8% of statements [2020-03-16T08:58:29.934Z] ok github.com/docker/docker/pkg/tailfile 0.186s coverage: 88.6% of statements [2020-03-16T08:58:30.894Z] ok github.com/docker/docker/pkg/tarsum 0.152s coverage: 89.3% of statements [2020-03-16T08:58:30.894Z] ok github.com/docker/docker/pkg/term 0.064s coverage: 30.8% of statements [2020-03-16T08:58:30.894Z] testing: warning: no tests to run [2020-03-16T08:58:30.894Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: 0.0% of statements [no tests to run] [2020-03-16T08:58:31.849Z] ok github.com/docker/docker/pkg/urlutil 0.065s coverage: 100.0% of statements [2020-03-16T08:58:31.849Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2020-03-16T08:58:31.849Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2020-03-16T08:58:32.415Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T08:58:32.504Z] --- PASS: TestServiceWithPredefinedNetwork (3.63s) [2020-03-16T08:58:32.504Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-16T08:58:32.504Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:58:32.504Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:58:32.504Z] === RUN TestServiceWithDataPathPortInit [2020-03-16T08:58:34.002Z] ok github.com/docker/docker/plugin/v2 0.172s coverage: 20.1% of statements [2020-03-16T08:58:34.002Z] ok github.com/docker/docker/reference 0.215s coverage: 84.4% of statements [2020-03-16T08:58:34.002Z] ok github.com/docker/docker/plugin 0.124s coverage: 11.7% of statements [2020-03-16T08:58:34.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T08:58:34.723Z] ......... [ 86%] [2020-03-16T08:58:35.520Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2020-03-16T08:58:35.520Z] ok github.com/docker/docker/registry/resumable 0.308s coverage: 100.0% of statements [2020-03-16T08:58:36.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T08:58:37.038Z] ok github.com/docker/docker/testutil 0.070s coverage: 62.5% of statements [2020-03-16T08:58:37.038Z] ok github.com/docker/docker/registry 0.452s coverage: 51.7% of statements [2020-03-16T08:58:37.038Z] ok github.com/docker/docker/runconfig 0.201s coverage: 54.5% of statements [2020-03-16T08:58:38.518Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:58:38.518Z] Using test binary docker [2020-03-16T08:58:38.518Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-03-16T08:58:38.518Z] +++ /etc/init.d/apparmor start [2020-03-16T08:58:38.518Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:58:38.518Z] INFO: Waiting for daemon to start... [2020-03-16T08:58:38.518Z] Starting dockerd [2020-03-16T08:58:38.518Z] +++ 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-16T08:58:39.917Z] ok github.com/docker/docker/volume/drivers 0.351s coverage: 36.1% of statements [2020-03-16T08:58:40.370Z] ok github.com/docker/docker/volume/local 0.310s coverage: 37.7% of statements [2020-03-16T08:58:40.510Z] tests/integration/models_images_test.py ............... [ 89%] [2020-03-16T08:58:40.546Z] . [2020-03-16T08:58:40.546Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:58:40.546Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:58:40.546Z] Error: No such image: emptyfs [2020-03-16T08:58:40.546Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:58:40.546Z] ++++ docker load [2020-03-16T08:58:40.546Z] Running integration-test (iteration 1) [2020-03-16T08:58:40.546Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-03-16T08:58:40.546Z] ++ 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-16T08:58:40.546Z] ++ set -e [2020-03-16T08:58:40.546Z] ++ '[' -n 0 ']' [2020-03-16T08:58:40.546Z] ++ set -x [2020-03-16T08:58:40.546Z] ++ env -i DEST=/go/src/github.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-16T08:58:41.325Z] ok github.com/docker/docker/volume/mounts 0.129s coverage: 66.2% of statements [2020-03-16T08:58:42.139Z] tests/integration/models_networks_test.py .... [ 90%] [2020-03-16T08:58:42.552Z] --- PASS: TestServiceWithDataPathPortInit (17.56s) [2020-03-16T08:58:42.552Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-16T08:58:42.842Z] ok github.com/docker/docker/volume/service 0.443s coverage: 70.3% of statements [2020-03-16T08:58:48.692Z] tests/integration/models_nodes_test.py . [ 91%] [2020-03-16T08:58:48.693Z] tests/integration/models_resources_test.py . [ 91%] [2020-03-16T08:58:49.185Z] Loaded image: buildpack-deps:jessie [2020-03-16T08:58:49.185Z] Loaded image: busybox:latest [2020-03-16T08:58:49.185Z] Loaded image: busybox:glibc [2020-03-16T08:58:49.185Z] Loaded image: debian:jessie [2020-03-16T08:58:49.185Z] Loaded image: hello-world:latest [2020-03-16T08:58:49.185Z] INFO: Testing against a local daemon [2020-03-16T08:58:49.185Z] === RUN TestCgroupNamespacesBuild [2020-03-16T08:58:51.712Z] --- PASS: TestCgroupNamespacesBuild (2.65s) [2020-03-16T08:58:51.712Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-16T08:58:52.525Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.09s) [2020-03-16T08:58:52.525Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jr84tr6o3mpeb1ujyhfrjslkj Created:2020-03-16 08:58:43.616479442 +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[98556eca6a38b89dbb5f61c49c30a348edd3ab550a298eae50962343cb84f129:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.awx83uw7l0vsafrjvnx9rpcmz EndpointID:2e982a09446ddf48e759d78d3b38e874315cd81ab696e538d04be2294fbc8878 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:3a6f1684d3135db0729ad6d1081210332f4488d55ff6afe0705f6841d1ba0ca7 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:a15e45c3b437 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.awx83uw7l0vsafrjvnx9rpcmz EndpointID:2e982a09446ddf48e759d78d3b38e874315cd81ab696e538d04be2294fbc8878 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-16T08:58:52.525Z] PASS [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] === Skipped [2020-03-16T08:58:52.525Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:58:52.525Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] DONE 22 tests, 1 skipped in 52.230s [2020-03-16T08:58:52.525Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:58:52.525Z] ++ 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-16T08:58:52.525Z] ++ set -e [2020-03-16T08:58:52.525Z] ++ '[' -n 0 ']' [2020-03-16T08:58:52.525Z] ++ set -x [2020-03-16T08:58:52.525Z] ++ env -i DEST=/go/src/github.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-16T08:58:52.525Z] INFO: Testing against a local daemon [2020-03-16T08:58:52.525Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-16T08:58:52.525Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:58:52.525Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:58:52.525Z] === RUN TestDockerNetworkIpvlan [2020-03-16T08:58:52.525Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:58:52.525Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:58:52.525Z] PASS [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] === Skipped [2020-03-16T08:58:52.525Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:58:52.525Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:58:52.525Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] [2020-03-16T08:58:52.525Z] DONE 2 tests, 2 skipped in 0.145s [2020-03-16T08:58:52.525Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:58:52.525Z] ++ 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-16T08:58:52.525Z] ++ set -e [2020-03-16T08:58:52.525Z] ++ '[' -n 0 ']' [2020-03-16T08:58:52.525Z] ++ set -x [2020-03-16T08:58:52.525Z] ++ env -i DEST=/go/src/github.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-16T08:58:52.525Z] INFO: Testing against a local daemon [2020-03-16T08:58:52.525Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-16T08:58:53.461Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.04s) [2020-03-16T08:58:53.461Z] === RUN TestDockerNetworkMacvlan [2020-03-16T08:58:54.241Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.26s) [2020-03-16T08:58:54.241Z] === RUN TestBuildWithSession [2020-03-16T08:58:54.241Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-16T08:58:54.241Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:58:54.241Z] === RUN TestBuildSquashParent [2020-03-16T08:58:54.775Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-03-16T08:58:54.805Z] --- PASS: TestServiceWithDataPathPortInit (20.08s) [2020-03-16T08:58:54.805Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-16T08:58:54.841Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-16T08:58:55.777Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-16T08:58:55.813Z] Loaded image: buildpack-deps:jessie [2020-03-16T08:58:55.813Z] Loaded image: busybox:latest [2020-03-16T08:58:55.813Z] Loaded image: busybox:glibc [2020-03-16T08:58:55.813Z] Loaded image: debian:jessie [2020-03-16T08:58:55.813Z] Loaded image: hello-world:latest [2020-03-16T08:58:55.813Z] INFO: Testing against a local daemon [2020-03-16T08:58:55.813Z] === RUN TestCgroupNamespacesBuild [2020-03-16T08:58:56.824Z] --- PASS: TestCgroupNamespacesBuild (1.70s) [2020-03-16T08:58:56.824Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-03-16T08:58:57.154Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-16T08:58:57.587Z] ok github.com/docker/docker/pkg/plugins 35.067s coverage: 73.4% of statements [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/rootless [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/volume [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-16T08:58:57.588Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-16T08:58:57.607Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-03-16T08:58:57.607Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-03-16T08:58:58.877Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.65s) [2020-03-16T08:58:58.877Z] === RUN TestBuildWithSession [2020-03-16T08:58:58.877Z] --- SKIP: TestBuildWithSession (0.00s) [2020-03-16T08:58:58.877Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T08:58:58.877Z] === RUN TestBuildSquashParent [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === Skipped [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-03-16T08:58:59.109Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-03-16T08:58:59.109Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-03-16T08:58:59.109Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-03-16T08:58:59.109Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-03-16T08:58:59.109Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-03-16T08:58:59.109Z] client_test.go:23: runtime.GOOS == "windows" [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-03-16T08:58:59.109Z] daemon_test.go:147: root required [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-03-16T08:58:59.109Z] reload_test.go:520: root required [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-03-16T08:58:59.109Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-03-16T08:58:59.109Z] pull_v2_test.go:73: Needs fixing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-03-16T08:58:59.109Z] pull_v2_test.go:118: Needs fixing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-03-16T08:58:59.109Z] download_test.go:268: Needs fixing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-03-16T08:58:59.109Z] layer_test.go:304: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-03-16T08:58:59.109Z] layer_test.go:353: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-03-16T08:58:59.109Z] layer_test.go:468: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-03-16T08:58:59.109Z] layer_test.go:697: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-03-16T08:58:59.109Z] migration_test.go:46: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-03-16T08:58:59.109Z] migration_test.go:182: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-03-16T08:58:59.109Z] mount_test.go:17: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-03-16T08:58:59.109Z] mount_test.go:76: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-03-16T08:58:59.109Z] mount_test.go:125: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-03-16T08:58:59.109Z] mount_test.go:212: Failing on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:133: Xz not present in msys2 [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:238: Failing on Windows CI machines [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-03-16T08:58:59.109Z] archive_windows_test.go:16: Currently fails [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-03-16T08:58:59.109Z] changes_test.go:192: needs more investigation [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-03-16T08:58:59.109Z] changes_test.go:405: needs further investigation [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-03-16T08:58:59.109Z] changes_test.go:441: needs further investigation [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-03-16T08:58:59.109Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-03-16T08:58:59.109Z] poller_test.go:41: No chmod on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-03-16T08:58:59.109Z] fileutils_test.go:134: Needs porting to Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-03-16T08:58:59.109Z] fileutils_test.go:180: Needs porting to Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-03-16T08:58:59.109Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-03-16T08:58:59.109Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2020-03-16T08:58:59.109Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-03-16T08:58:59.109Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-03-16T08:58:59.109Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-03-16T08:58:59.109Z] local_test.go:181: runtime.GOOS == "windows" [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] [2020-03-16T08:58:59.109Z] DONE 1772 tests, 46 skipped in 203.018s [2020-03-16T08:58:59.109Z] INFO: make.ps1 ended at 03/16/2020 08:58:58 [2020-03-16T08:59:00.438Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-16T08:59:00.626Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-03-16T08:59:01.084Z] INFO: Unit tests ended at 03/16/2020 08:59:00. Duration:00:03:37.1568887 [2020-03-16T08:59:01.085Z] INFO: Building busybox [2020-03-16T08:59:01.085Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-03-16T08:59:01.085Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2020-03-16T08:59:01.085Z] [2020-03-16T08:59:01.085Z] Sending build context to Docker daemon 2.56kB [2020-03-16T08:59:01.085Z] [2020-03-16T08:59:01.085Z] Step 1/6 : FROM microsoft/windowsservercore [2020-03-16T08:59:01.085Z] ---> 80e84fd280e2 [2020-03-16T08:59:01.085Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2020-03-16T08:59:01.085Z] ---> Running in 0b91fe861f66 [2020-03-16T08:59:01.969Z] tests/integration/regression_test.py ...... [ 98%] [2020-03-16T08:59:02.486Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-03-16T08:59:02.486Z] tests/integration/credentials/utils_test.py . [100%] [2020-03-16T08:59:02.486Z] [2020-03-16T08:59:02.486Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-03-16T08:59:02.486Z] =========================== short test summary info ============================ [2020-03-16T08:59:02.486Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-03-16T08:59:02.486Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-03-16T08:59:02.486Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-03-16T08:59:02.486Z] Not supported on most drivers [2020-03-16T08:59:02.486Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-03-16T08:59:02.486Z] Can fail if eth0 has multiple IP addresses [2020-03-16T08:59:02.486Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-03-16T08:59:02.486Z] This doesn't seem to be taken into account by the engine [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2020-03-16T08:59:02.486Z] SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2020-03-16T08:59:02.486Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-03-16T08:59:02.486Z] = 373 passed, 7 skipped, 1 deselected, 4 xfailed, 2 xpassed in 341.92 seconds == [2020-03-16T08:59:02.745Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-03-16T08:59:03.175Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.22s) [2020-03-16T08:59:03.176Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:tg8p0dpnsts91xwwtxybiusqx Created:2020-03-16 08:58:53.332184757 +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[005ab159c94ddf30a1fa1ffbdc91b713ae015f78de1c26f73a9283e2ce52f100:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i21vwlegk47x5jdir81pbhs6e EndpointID:b702a8a6956a15355f599ad229d8d1c40b5b8bd9539635a4654de72ca4b9ee50 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b45c637e90145da56d14cf224ad349f0dfd4d048aee97746a32cbd9bdad3895f 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:a56ca45b9b72 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.i21vwlegk47x5jdir81pbhs6e EndpointID:b702a8a6956a15355f599ad229d8d1c40b5b8bd9539635a4654de72ca4b9ee50 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-16T08:59:03.176Z] PASS [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] === Skipped [2020-03-16T08:59:03.176Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T08:59:03.176Z] service_test.go:236: FLAKY_TEST [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] DONE 22 tests, 1 skipped in 53.114s [2020-03-16T08:59:03.176Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:59:03.176Z] ++ 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-16T08:59:03.176Z] ++ set -e [2020-03-16T08:59:03.176Z] ++ '[' -n 0 ']' [2020-03-16T08:59:03.176Z] ++ set -x [2020-03-16T08:59:03.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T08:59:03.176Z] INFO: Testing against a local daemon [2020-03-16T08:59:03.176Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-16T08:59:03.176Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:59:03.176Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:59:03.176Z] === RUN TestDockerNetworkIpvlan [2020-03-16T08:59:03.176Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:59:03.176Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:59:03.176Z] PASS [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] === Skipped [2020-03-16T08:59:03.176Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T08:59:03.176Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-16T08:59:03.176Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] [2020-03-16T08:59:03.176Z] DONE 2 tests, 2 skipped in 0.084s [2020-03-16T08:59:03.176Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-16T08:59:03.176Z] ++ 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-16T08:59:03.176Z] ++ set -e [2020-03-16T08:59:03.176Z] ++ '[' -n 0 ']' [2020-03-16T08:59:03.176Z] ++ set -x [2020-03-16T08:59:03.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T08:59:03.176Z] INFO: Testing against a local daemon [2020-03-16T08:59:03.176Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-16T08:59:03.723Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-16T08:59:03.789Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2020-03-16T08:59:03.789Z] === RUN TestDockerNetworkMacvlan [2020-03-16T08:59:04.401Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-16T08:59:04.403Z] --- PASS: TestBuildSquashParent (5.33s) [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:04.403Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:04.403Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:04.403Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:04.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:04.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:04.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:05.406Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-16T08:59:06.411Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-16T08:59:06.432Z] --- PASS: TestBuildSquashParent (11.01s) [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:06.432Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:06.432Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:06.432Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-03-16T08:59:06.432Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-03-16T08:59:06.478Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:06.835Z] Removing intermediate container 0b91fe861f66 [2020-03-16T08:59:06.835Z] ---> 11fff634d530 [2020-03-16T08:59:06.835Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2020-03-16T08:59:07.113Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:07.287Z] [2020-03-16T08:59:07.739Z] ---> f3a9a8158c61 [2020-03-16T08:59:07.740Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2020-03-16T08:59:07.740Z] ---> Running in 14f290aa8da1 [2020-03-16T08:59:08.694Z] [2020-03-16T08:59:08.694Z] SUCCESS: Specified value was saved. [2020-03-16T08:59:08.958Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-03-16T08:59:08.958Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.63s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.19s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.30s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.36s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s) [2020-03-16T08:59:09.153Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.12s) [2020-03-16T08:59:09.153Z] === RUN TestBuildMultiStageCopy [2020-03-16T08:59:09.153Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-03-16T08:59:10.285Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-16T08:59:10.795Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-16T08:59:11.184Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-16T08:59:11.469Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan (18.27s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.97s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.08s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.78s) [2020-03-16T08:59:11.660Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2020-03-16T08:59:11.660Z] PASS [2020-03-16T08:59:11.660Z] [2020-03-16T08:59:11.660Z] DONE 8 tests in 20.441s [2020-03-16T08:59:11.660Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-16T08:59:11.661Z] ++ 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-16T08:59:11.661Z] ++ set -e [2020-03-16T08:59:11.661Z] ++ '[' -n 0 ']' [2020-03-16T08:59:11.661Z] ++ set -x [2020-03-16T08:59:11.661Z] ++ env -i DEST=/go/src/github.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-16T08:59:11.661Z] testing: warning: no tests to run [2020-03-16T08:59:11.661Z] PASS [2020-03-16T08:59:11.661Z] [2020-03-16T08:59:11.661Z] DONE 0 tests in 0.029s [2020-03-16T08:59:11.661Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-16T08:59:11.661Z] ++ 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-16T08:59:11.661Z] ++ set -e [2020-03-16T08:59:11.661Z] ++ '[' -n 0 ']' [2020-03-16T08:59:11.661Z] ++ set -x [2020-03-16T08:59:11.661Z] ++ env -i DEST=/go/src/github.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-16T08:59:11.752Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-16T08:59:11.919Z] INFO: Testing against a local daemon [2020-03-16T08:59:11.919Z] === RUN TestAuthZPluginAllowRequest [2020-03-16T08:59:12.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-03-16T08:59:12.393Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-16T08:59:12.496Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-03-16T08:59:12.677Z] --- PASS: TestBuildMultiStageCopy (3.54s) [2020-03-16T08:59:12.678Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.88s) [2020-03-16T08:59:12.678Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.38s) [2020-03-16T08:59:12.678Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.39s) [2020-03-16T08:59:12.678Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.46s) [2020-03-16T08:59:12.678Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2020-03-16T08:59:12.678Z] === RUN TestBuildMultiStageParentConfig [2020-03-16T08:59:13.691Z] --- PASS: TestBuildMultiStageParentConfig (1.01s) [2020-03-16T08:59:13.691Z] === RUN TestBuildLabelWithTargets [2020-03-16T08:59:13.822Z] --- PASS: TestAuthZPluginAllowRequest (1.79s) [2020-03-16T08:59:13.822Z] === RUN TestAuthZPluginTLS [2020-03-16T08:59:14.336Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-16T08:59:14.389Z] --- PASS: TestAuthZPluginTLS (0.68s) [2020-03-16T08:59:14.389Z] === RUN TestAuthZPluginDenyRequest [2020-03-16T08:59:14.933Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T08:59:14.933Z] [2020-03-16T08:59:14.933Z] Unloading profiles will leave already running processes permanently [2020-03-16T08:59:14.933Z] unconfined, which can lead to unexpected situations. [2020-03-16T08:59:14.933Z] [2020-03-16T08:59:14.933Z] To set a process to complain mode, use the command line tool [2020-03-16T08:59:14.933Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T08:59:14.933Z] [2020-03-16T08:59:14.955Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2020-03-16T08:59:14.955Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-16T08:59:15.205Z] --- PASS: TestBuildLabelWithTargets (1.58s) [2020-03-16T08:59:15.205Z] === RUN TestBuildWithEmptyLayers Post stage [Pipeline] junit [2020-03-16T08:59:15.511Z] Recording test results [2020-03-16T08:59:15.725Z] Removing intermediate container 14f290aa8da1 [2020-03-16T08:59:15.725Z] ---> d61906d1328d [2020-03-16T08:59:15.725Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-03-16T08:59:15.725Z] ---> Running in bf3a58b57732 [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.66s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.76s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.40s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.72s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.52s) [2020-03-16T08:59:15.775Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.36s) [2020-03-16T08:59:15.775Z] === RUN TestBuildMultiStageCopy [2020-03-16T08:59:15.775Z] === RUN TestBuildMultiStageCopy/copy_to_root [Pipeline] sh [2020-03-16T08:59:15.891Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) [2020-03-16T08:59:15.891Z] === RUN TestAuthZPluginDenyResponse [2020-03-16T08:59:16.153Z] + echo Ensuring container killed. [2020-03-16T08:59:16.153Z] Ensuring container killed. [2020-03-16T08:59:16.153Z] + docker rm -vf docker-pr12 [2020-03-16T08:59:16.153Z] Error: No such container: docker-pr12 [2020-03-16T08:59:16.153Z] + true [Pipeline] sh [2020-03-16T08:59:16.215Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2020-03-16T08:59:16.215Z] === RUN TestBuildMultiStageOnBuild [2020-03-16T08:59:16.442Z] + echo Chowning /workspace to jenkins user [2020-03-16T08:59:16.442Z] Chowning /workspace to jenkins user [2020-03-16T08:59:16.442Z] + id -u [2020-03-16T08:59:16.442Z] + id -g [2020-03-16T08:59:16.442Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/workspace busybox chown -R 1000:1000 /workspace [2020-03-16T08:59:16.458Z] --- PASS: TestAuthZPluginDenyResponse (0.69s) [2020-03-16T08:59:16.458Z] === RUN TestAuthZPluginAllowEventStream [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T08:59:17.685Z] + bundleName=docker-py [2020-03-16T08:59:17.685Z] + echo Creating docker-py-bundles.tar.gz [2020-03-16T08:59:17.685Z] Creating docker-py-bundles.tar.gz [2020-03-16T08:59:17.685Z] + 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-16T08:59:17.697Z] Archiving artifacts [2020-03-16T08:59:18.248Z] --- PASS: TestBuildMultiStageOnBuild (2.23s) [2020-03-16T08:59:18.248Z] === RUN TestBuildUncleanTarFilenames [2020-03-16T08:59:18.361Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) [2020-03-16T08:59:18.361Z] === RUN TestAuthZPluginErrorResponse [2020-03-16T08:59:18.928Z] --- PASS: TestAuthZPluginErrorResponse (0.63s) [2020-03-16T08:59:18.928Z] === RUN TestAuthZPluginErrorRequest [2020-03-16T08:59:19.055Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-03-16T08:59:19.313Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-03-16T08:59:19.495Z] --- PASS: TestAuthZPluginErrorRequest (0.63s) [2020-03-16T08:59:19.495Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-16T08:59:19.727Z] --- PASS: TestBuildUncleanTarFilenames (1.17s) [2020-03-16T08:59:19.727Z] === RUN TestBuildMultiStageLayerLeak [2020-03-16T08:59:20.061Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s) [2020-03-16T08:59:20.061Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-16T08:59:20.246Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-03-16T08:59:20.375Z] Cannot create a file when that file already exists. [2020-03-16T08:59:20.813Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-03-16T08:59:21.133Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy (5.61s) [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.07s) [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.63s) [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2020-03-16T08:59:21.379Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.67s) [2020-03-16T08:59:21.379Z] === RUN TestBuildMultiStageParentConfig [2020-03-16T08:59:21.759Z] --- PASS: TestBuildMultiStageLayerLeak (2.30s) [2020-03-16T08:59:21.759Z] === RUN TestBuildWithHugeFile [2020-03-16T08:59:22.594Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.24s) [2020-03-16T08:59:22.594Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-16T08:59:22.975Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-03-16T08:59:23.152Z] --- PASS: TestDockerNetworkMacvlan (19.12s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.36s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.46s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.32s) [2020-03-16T08:59:23.153Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s) [2020-03-16T08:59:23.153Z] PASS [2020-03-16T08:59:23.153Z] [2020-03-16T08:59:23.153Z] DONE 8 tests in 20.656s [2020-03-16T08:59:23.153Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-16T08:59:23.153Z] ++ 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-16T08:59:23.153Z] ++ set -e [2020-03-16T08:59:23.153Z] ++ '[' -n 0 ']' [2020-03-16T08:59:23.153Z] ++ set -x [2020-03-16T08:59:23.153Z] ++ env -i DEST=/go/src/github.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-16T08:59:23.153Z] testing: warning: no tests to run [2020-03-16T08:59:23.153Z] PASS [2020-03-16T08:59:23.153Z] [2020-03-16T08:59:23.153Z] DONE 0 tests in 0.015s [2020-03-16T08:59:23.153Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-16T08:59:23.153Z] ++ 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-16T08:59:23.153Z] ++ set -e [2020-03-16T08:59:23.153Z] ++ '[' -n 0 ']' [2020-03-16T08:59:23.153Z] ++ set -x [2020-03-16T08:59:23.153Z] ++ env -i DEST=/go/src/github.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-16T08:59:23.153Z] INFO: Testing against a local daemon [2020-03-16T08:59:23.153Z] === RUN TestAuthZPluginAllowRequest [2020-03-16T08:59:23.277Z] --- PASS: TestBuildMultiStageParentConfig (1.66s) [2020-03-16T08:59:23.277Z] === RUN TestBuildLabelWithTargets [2020-03-16T08:59:23.330Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER docker:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh binary-daemon [2020-03-16T08:59:23.898Z] [2020-03-16T08:59:23.898Z] Removing bundles/ [2020-03-16T08:59:23.898Z] [2020-03-16T08:59:23.898Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-03-16T08:59:23.898Z] Building: bundles/binary-daemon/dockerd-dev [2020-03-16T08:59:23.898Z] GOOS="" GOARCH="" GOARM="" [2020-03-16T08:59:24.496Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s) [2020-03-16T08:59:24.496Z] === RUN TestAuthZPluginHeader [2020-03-16T08:59:24.621Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2020-03-16T08:59:24.621Z] === RUN TestAuthZPluginTLS [2020-03-16T08:59:25.016Z] Removing intermediate container bf3a58b57732 [2020-03-16T08:59:25.016Z] ---> b73adec777e7 [2020-03-16T08:59:25.016Z] Step 6/6 : CMD ["sh"] [2020-03-16T08:59:25.016Z] ---> Running in 281bc3c8c53b [2020-03-16T08:59:25.234Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-03-16T08:59:25.234Z] === RUN TestAuthZPluginDenyRequest [2020-03-16T08:59:25.432Z] --- PASS: TestAuthZPluginHeader (0.97s) [2020-03-16T08:59:25.432Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-16T08:59:25.432Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T08:59:25.432Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:25.432Z] === RUN TestAuthZPluginV2Disable [2020-03-16T08:59:25.432Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-16T08:59:25.432Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:25.432Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-16T08:59:25.432Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T08:59:25.432Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:25.432Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-16T08:59:25.432Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T08:59:25.432Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:25.432Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-16T08:59:25.471Z] Removing intermediate container 281bc3c8c53b [2020-03-16T08:59:25.471Z] ---> dd53f2e69efd [2020-03-16T08:59:25.471Z] Successfully built dd53f2e69efd [2020-03-16T08:59:25.471Z] Successfully tagged busybox:latest [2020-03-16T08:59:25.471Z] INFO: Docker images of the daemon under test [2020-03-16T08:59:25.471Z] [2020-03-16T08:59:25.471Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-03-16T08:59:25.471Z] busybox latest dd53f2e69efd 1 second ago 4.97GB [2020-03-16T08:59:25.471Z] microsoft/windowsservercore latest 80e84fd280e2 9 days ago 4.94GB [2020-03-16T08:59:25.471Z] mcr.microsoft.com/windows/servercore ltsc2019 80e84fd280e2 9 days ago 4.94GB [2020-03-16T08:59:25.471Z] [2020-03-16T08:59:25.472Z] INFO: Running integration tests at 03/16/2020 08:59:25... [2020-03-16T08:59:25.472Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-03-16T08:59:25.472Z] INFO: Integration API tests being run from the host: [2020-03-16T08:59:25.472Z] INFO: make.ps1 starting at 03/16/2020 08:59:25 [2020-03-16T08:59:25.804Z] --- PASS: TestBuildLabelWithTargets (2.46s) [2020-03-16T08:59:25.804Z] === RUN TestBuildWithEmptyLayers [2020-03-16T08:59:25.847Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2020-03-16T08:59:25.847Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-16T08:59:25.924Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-03-16T08:59:26.460Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2020-03-16T08:59:26.460Z] === RUN TestAuthZPluginDenyResponse [2020-03-16T08:59:26.737Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2020-03-16T08:59:26.737Z] === RUN TestBuildMultiStageOnBuild [2020-03-16T08:59:26.742Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2020-03-16T08:59:26.742Z] === RUN TestAuthZPluginAllowEventStream [2020-03-16T08:59:28.763Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2020-03-16T08:59:28.763Z] === RUN TestAuthZPluginErrorResponse [2020-03-16T08:59:29.044Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2020-03-16T08:59:29.044Z] === RUN TestAuthZPluginErrorRequest [2020-03-16T08:59:29.657Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2020-03-16T08:59:29.657Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-16T08:59:30.270Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-03-16T08:59:30.270Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-16T08:59:30.919Z] --- PASS: TestBuildMultiStageOnBuild (3.60s) [2020-03-16T08:59:30.919Z] === RUN TestBuildUncleanTarFilenames [2020-03-16T08:59:32.289Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2020-03-16T08:59:32.289Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-16T08:59:32.292Z] --- PASS: TestBuildUncleanTarFilenames (1.94s) [2020-03-16T08:59:32.292Z] === RUN TestBuildMultiStageLayerLeak [2020-03-16T08:59:34.313Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.16s) [2020-03-16T08:59:34.313Z] === RUN TestAuthZPluginHeader [2020-03-16T08:59:35.321Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-03-16T08:59:35.321Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-16T08:59:35.321Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T08:59:35.321Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:35.321Z] === RUN TestAuthZPluginV2Disable [2020-03-16T08:59:35.321Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-16T08:59:35.321Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:35.321Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-16T08:59:35.321Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T08:59:35.321Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:35.321Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-16T08:59:35.321Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T08:59:35.321Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:35.321Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-16T08:59:36.473Z] --- PASS: TestBuildMultiStageLayerLeak (4.15s) [2020-03-16T08:59:36.473Z] === RUN TestBuildWithHugeFile [2020-03-16T08:59:43.512Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.02s) [2020-03-16T08:59:43.512Z] PASS [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] === Skipped [2020-03-16T08:59:43.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T08:59:43.512Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-16T08:59:43.512Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T08:59:43.512Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T08:59:43.512Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] [2020-03-16T08:59:43.512Z] DONE 17 tests, 4 skipped in 31.771s [2020-03-16T08:59:43.512Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-16T08:59:43.512Z] ++ 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-16T08:59:43.512Z] ++ set -e [2020-03-16T08:59:43.512Z] ++ '[' -n 0 ']' [2020-03-16T08:59:43.512Z] ++ set -x [2020-03-16T08:59:43.513Z] ++ env -i DEST=/go/src/github.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-16T08:59:43.771Z] INFO: Testing against a local daemon [2020-03-16T08:59:43.771Z] === RUN TestPluginInvalidJSON [2020-03-16T08:59:43.771Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:43.771Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:43.771Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:43.771Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-03-16T08:59:43.771Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-16T08:59:43.771Z] PASS [2020-03-16T08:59:43.771Z] [2020-03-16T08:59:43.771Z] DONE 2 tests in 0.163s [2020-03-16T08:59:43.771Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-16T08:59:43.771Z] ++ 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-16T08:59:43.771Z] ++ set -e [2020-03-16T08:59:43.771Z] ++ '[' -n 0 ']' [2020-03-16T08:59:43.771Z] ++ set -x [2020-03-16T08:59:43.771Z] ++ env -i DEST=/go/src/github.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-16T08:59:44.030Z] INFO: Testing against a local daemon [2020-03-16T08:59:44.030Z] === RUN TestExternalGraphDriver [2020-03-16T08:59:44.030Z] === RUN TestExternalGraphDriver/json [2020-03-16T08:59:46.436Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:59:46.437Z] Using test binary docker [2020-03-16T08:59:46.437Z] +++ /etc/init.d/apparmor start [2020-03-16T08:59:46.437Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:59:46.437Z] Starting dockerd [2020-03-16T08:59:46.437Z] INFO: Waiting for daemon to start... [2020-03-16T08:59:46.437Z] +++ 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-16T08:59:46.561Z] === RUN TestExternalGraphDriver/spec [2020-03-16T08:59:46.961Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T08:59:46.961Z] INFO: Testing against a local daemon [2020-03-16T08:59:47.809Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-03-16T08:59:47.809Z] Using test binary docker [2020-03-16T08:59:47.809Z] +++ /etc/init.d/apparmor start [2020-03-16T08:59:47.809Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-03-16T08:59:47.809Z] INFO: Waiting for daemon to start... [2020-03-16T08:59:47.809Z] Starting dockerd [2020-03-16T08:59:47.809Z] +++ 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-16T08:59:47.809Z] . [2020-03-16T08:59:47.809Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:59:47.809Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:59:47.809Z] Error: No such image: emptyfs [2020-03-16T08:59:47.809Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:59:47.809Z] ++++ docker load [2020-03-16T08:59:48.374Z] Running integration-test (iteration 1) [2020-03-16T08:59:48.374Z] 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-16T08:59:48.374Z] ++ 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-16T08:59:48.374Z] ++ set -e [2020-03-16T08:59:48.374Z] ++ '[' -n 0 ']' [2020-03-16T08:59:48.374Z] ++ set -x [2020-03-16T08:59:48.374Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-16T08:59:49.744Z] [2020-03-16T08:59:49.744Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-03-16T08:59:49.744Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-03-16T08:59:49.744Z] Error: No such image: emptyfs [2020-03-16T08:59:49.744Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-03-16T08:59:49.744Z] ++++ docker load [2020-03-16T08:59:49.846Z] === RUN TestExternalGraphDriver/pull [2020-03-16T08:59:50.308Z] Running integration-test (iteration 1) [2020-03-16T08:59:50.308Z] 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-16T08:59:50.308Z] ++ 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-16T08:59:50.308Z] ++ set -e [2020-03-16T08:59:50.308Z] ++ '[' -n 0 ']' [2020-03-16T08:59:50.308Z] ++ set -x [2020-03-16T08:59:50.308Z] ++ env -i DEST=/go/src/github.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-16T08:59:51.753Z] --- PASS: TestExternalGraphDriver (7.51s) [2020-03-16T08:59:51.753Z] --- PASS: TestExternalGraphDriver/json (2.50s) [2020-03-16T08:59:51.753Z] --- PASS: TestExternalGraphDriver/spec (2.71s) [2020-03-16T08:59:51.753Z] --- PASS: TestExternalGraphDriver/pull (2.18s) [2020-03-16T08:59:51.753Z] === RUN TestGraphdriverPluginV2 [2020-03-16T08:59:51.753Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2020-03-16T08:59:51.753Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:51.753Z] PASS [2020-03-16T08:59:51.753Z] [2020-03-16T08:59:51.753Z] === Skipped [2020-03-16T08:59:51.753Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2020-03-16T08:59:51.753Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:51.753Z] [2020-03-16T08:59:51.753Z] [2020-03-16T08:59:51.753Z] DONE 5 tests, 1 skipped in 7.678s [2020-03-16T08:59:51.753Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-16T08:59:51.753Z] ++ 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-16T08:59:51.753Z] ++ set -e [2020-03-16T08:59:51.753Z] ++ '[' -n 0 ']' [2020-03-16T08:59:51.753Z] ++ set -x [2020-03-16T08:59:51.753Z] ++ env -i DEST=/go/src/github.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-16T08:59:51.753Z] INFO: Testing against a local daemon [2020-03-16T08:59:51.753Z] === RUN TestContinueAfterPluginCrash [2020-03-16T08:59:51.753Z] === PAUSE TestContinueAfterPluginCrash [2020-03-16T08:59:51.753Z] === RUN TestReadPluginNoRead [2020-03-16T08:59:51.753Z] === PAUSE TestReadPluginNoRead [2020-03-16T08:59:51.753Z] === RUN TestDaemonStartWithLogOpt [2020-03-16T08:59:51.753Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-16T08:59:51.753Z] === CONT TestContinueAfterPluginCrash [2020-03-16T08:59:51.753Z] === CONT TestDaemonStartWithLogOpt [2020-03-16T08:59:51.753Z] === CONT TestReadPluginNoRead [2020-03-16T08:59:53.763Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.23s) [2020-03-16T08:59:53.763Z] PASS [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] === Skipped [2020-03-16T08:59:53.763Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T08:59:53.763Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-16T08:59:53.763Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T08:59:53.763Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T08:59:53.763Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] DONE 17 tests, 4 skipped in 29.540s [2020-03-16T08:59:53.763Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-16T08:59:53.763Z] ++ 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-16T08:59:53.763Z] ++ set -e [2020-03-16T08:59:53.763Z] ++ '[' -n 0 ']' [2020-03-16T08:59:53.763Z] ++ set -x [2020-03-16T08:59:53.763Z] ++ env -i DEST=/go/src/github.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-16T08:59:53.763Z] INFO: Testing against a local daemon [2020-03-16T08:59:53.763Z] === RUN TestPluginInvalidJSON [2020-03-16T08:59:53.763Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:53.763Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:53.763Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T08:59:53.763Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-03-16T08:59:53.763Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-16T08:59:53.763Z] PASS [2020-03-16T08:59:53.763Z] [2020-03-16T08:59:53.763Z] DONE 2 tests in 0.080s [2020-03-16T08:59:53.763Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-16T08:59:53.763Z] ++ 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-16T08:59:53.763Z] ++ set -e [2020-03-16T08:59:53.763Z] ++ '[' -n 0 ']' [2020-03-16T08:59:53.763Z] ++ set -x [2020-03-16T08:59:53.763Z] ++ env -i DEST=/go/src/github.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-16T08:59:53.763Z] INFO: Testing against a local daemon [2020-03-16T08:59:53.763Z] === RUN TestExternalGraphDriver [2020-03-16T08:59:53.763Z] === RUN TestExternalGraphDriver/json [2020-03-16T08:59:54.767Z] === RUN TestExternalGraphDriver/spec [2020-03-16T08:59:56.787Z] === RUN TestExternalGraphDriver/pull [2020-03-16T08:59:59.461Z] --- PASS: TestExternalGraphDriver (6.34s) [2020-03-16T08:59:59.461Z] --- PASS: TestExternalGraphDriver/json (2.03s) [2020-03-16T08:59:59.461Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2020-03-16T08:59:59.461Z] --- PASS: TestExternalGraphDriver/pull (2.08s) [2020-03-16T08:59:59.461Z] === RUN TestGraphdriverPluginV2 [2020-03-16T08:59:59.461Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-03-16T08:59:59.461Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:59.461Z] PASS [2020-03-16T08:59:59.461Z] [2020-03-16T08:59:59.461Z] === Skipped [2020-03-16T08:59:59.461Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-03-16T08:59:59.461Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T08:59:59.461Z] [2020-03-16T08:59:59.461Z] [2020-03-16T08:59:59.461Z] DONE 5 tests, 1 skipped in 6.469s [2020-03-16T08:59:59.461Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-16T08:59:59.461Z] ++ 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-16T08:59:59.461Z] ++ set -e [2020-03-16T08:59:59.461Z] ++ '[' -n 0 ']' [2020-03-16T08:59:59.461Z] ++ set -x [2020-03-16T08:59:59.461Z] ++ env -i DEST=/go/src/github.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-16T08:59:59.461Z] INFO: Testing against a local daemon [2020-03-16T08:59:59.461Z] === RUN TestContinueAfterPluginCrash [2020-03-16T08:59:59.461Z] === PAUSE TestContinueAfterPluginCrash [2020-03-16T08:59:59.461Z] === RUN TestReadPluginNoRead [2020-03-16T08:59:59.461Z] === PAUSE TestReadPluginNoRead [2020-03-16T08:59:59.461Z] === RUN TestDaemonStartWithLogOpt [2020-03-16T08:59:59.461Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-16T08:59:59.461Z] === CONT TestContinueAfterPluginCrash [2020-03-16T08:59:59.461Z] === CONT TestDaemonStartWithLogOpt [2020-03-16T09:00:01.688Z] ok github.com/docker/docker/integration/build 14.499s [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === Skipped [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-03-16T09:00:01.688Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-03-16T09:00:01.688Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-03-16T09:00:01.688Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-03-16T09:00:01.688Z] build_test.go:491: testEnv.OSType == "windows" [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2020-03-16T09:00:01.688Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] DONE 22 tests, 10 skipped in 35.512s [2020-03-16T09:00:01.688Z] [2020-03-16T09:00:01.688Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-03-16T09:00:03.846Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:00:03.846Z] INFO: Testing against a local daemon [2020-03-16T09:00:03.846Z] ok github.com/docker/docker/integration/config 0.228s [2020-03-16T09:00:03.970Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-16T09:00:04.228Z] --- PASS: TestDaemonStartWithLogOpt (12.55s) [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === Skipped [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.01s) [2020-03-16T09:00:04.301Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateWithLabels (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-03-16T09:00:04.301Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] DONE 8 tests, 8 skipped in 2.404s [2020-03-16T09:00:04.301Z] [2020-03-16T09:00:04.301Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-03-16T09:00:05.166Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-16T09:00:07.167Z] === RUN TestReadPluginNoRead/default [2020-03-16T09:00:07.176Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:00:07.176Z] INFO: Testing against a local daemon [2020-03-16T09:00:07.855Z] --- PASS: TestDaemonStartWithLogOpt (7.91s) [2020-03-16T09:00:07.855Z] === CONT TestReadPluginNoRead [2020-03-16T09:00:09.074Z] --- PASS: TestReadPluginNoRead (17.17s) [2020-03-16T09:00:09.074Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.98s) [2020-03-16T09:00:09.074Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.86s) [2020-03-16T09:00:09.074Z] --- PASS: TestReadPluginNoRead/default (1.90s) [2020-03-16T09:00:09.074Z] read_test.go:91: [d71def7e8508b] daemon is not started [2020-03-16T09:00:09.074Z] --- PASS: TestContinueAfterPluginCrash (17.43s) [2020-03-16T09:00:09.074Z] PASS [2020-03-16T09:00:09.074Z] [2020-03-16T09:00:09.074Z] DONE 6 tests in 17.574s [2020-03-16T09:00:09.074Z] 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-16T09:00:09.074Z] ++ 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-16T09:00:09.074Z] ++ set -e [2020-03-16T09:00:09.074Z] ++ '[' -n 0 ']' [2020-03-16T09:00:09.074Z] ++ set -x [2020-03-16T09:00:09.075Z] ++ env -i DEST=/go/src/github.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-16T09:00:09.075Z] testing: warning: no tests to run [2020-03-16T09:00:09.075Z] PASS [2020-03-16T09:00:09.075Z] [2020-03-16T09:00:09.075Z] DONE 0 tests in 0.043s [2020-03-16T09:00:09.075Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-16T09:00:09.075Z] ++ 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-16T09:00:09.075Z] ++ set -e [2020-03-16T09:00:09.075Z] ++ '[' -n 0 ']' [2020-03-16T09:00:09.075Z] ++ set -x [2020-03-16T09:00:09.075Z] ++ env -i DEST=/go/src/github.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-16T09:00:09.333Z] INFO: Testing against a local daemon [2020-03-16T09:00:09.333Z] === RUN TestPluginWithDevMounts [2020-03-16T09:00:09.333Z] === PAUSE TestPluginWithDevMounts [2020-03-16T09:00:09.333Z] === CONT TestPluginWithDevMounts [2020-03-16T09:00:09.875Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-16T09:00:11.864Z] --- PASS: TestPluginWithDevMounts (2.21s) [2020-03-16T09:00:11.864Z] PASS [2020-03-16T09:00:11.864Z] [2020-03-16T09:00:11.864Z] DONE 1 tests in 2.368s [2020-03-16T09:00:11.864Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-16T09:00:11.864Z] ++ 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-16T09:00:11.864Z] ++ set -e [2020-03-16T09:00:11.864Z] ++ '[' -n 0 ']' [2020-03-16T09:00:11.864Z] ++ set -x [2020-03-16T09:00:11.864Z] ++ env -i DEST=/go/src/github.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-16T09:00:11.864Z] INFO: Testing against a local daemon [2020-03-16T09:00:11.864Z] === RUN TestSecretInspect [2020-03-16T09:00:11.891Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-16T09:00:12.172Z] --- PASS: TestContinueAfterPluginCrash (12.94s) [2020-03-16T09:00:13.642Z] === RUN TestReadPluginNoRead/default [2020-03-16T09:00:15.149Z] --- PASS: TestSecretInspect (3.19s) [2020-03-16T09:00:15.149Z] === RUN TestSecretList [2020-03-16T09:00:15.681Z] --- PASS: TestReadPluginNoRead (8.72s) [2020-03-16T09:00:15.681Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.88s) [2020-03-16T09:00:15.681Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.03s) [2020-03-16T09:00:15.681Z] --- PASS: TestReadPluginNoRead/default (2.05s) [2020-03-16T09:00:15.681Z] read_test.go:91: [d21a5cc88b338] daemon is not started [2020-03-16T09:00:15.681Z] PASS [2020-03-16T09:00:15.681Z] [2020-03-16T09:00:15.681Z] DONE 6 tests in 16.721s [2020-03-16T09:00:15.681Z] 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-16T09:00:15.681Z] ++ 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-16T09:00:15.681Z] ++ set -e [2020-03-16T09:00:15.681Z] ++ '[' -n 0 ']' [2020-03-16T09:00:15.681Z] ++ set -x [2020-03-16T09:00:15.681Z] ++ env -i DEST=/go/src/github.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-16T09:00:15.681Z] testing: warning: no tests to run [2020-03-16T09:00:15.681Z] PASS [2020-03-16T09:00:15.681Z] [2020-03-16T09:00:15.681Z] DONE 0 tests in 0.028s [2020-03-16T09:00:15.681Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-16T09:00:15.681Z] ++ 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-16T09:00:15.681Z] ++ set -e [2020-03-16T09:00:15.681Z] ++ '[' -n 0 ']' [2020-03-16T09:00:15.681Z] ++ set -x [2020-03-16T09:00:15.681Z] ++ env -i DEST=/go/src/github.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-16T09:00:15.963Z] INFO: Testing against a local daemon [2020-03-16T09:00:15.963Z] === RUN TestPluginWithDevMounts [2020-03-16T09:00:15.963Z] === PAUSE TestPluginWithDevMounts [2020-03-16T09:00:15.963Z] === CONT TestPluginWithDevMounts [2020-03-16T09:00:17.981Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-03-16T09:00:17.981Z] PASS [2020-03-16T09:00:17.981Z] [2020-03-16T09:00:17.981Z] DONE 1 tests in 1.944s [2020-03-16T09:00:17.981Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-03-16T09:00:17.981Z] ++ 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-16T09:00:17.981Z] ++ set -e [2020-03-16T09:00:17.981Z] ++ '[' -n 0 ']' [2020-03-16T09:00:17.981Z] ++ set -x [2020-03-16T09:00:17.981Z] ++ env -i DEST=/go/src/github.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-16T09:00:17.981Z] INFO: Testing against a local daemon [2020-03-16T09:00:17.981Z] === RUN TestSecretInspect [2020-03-16T09:00:18.434Z] --- PASS: TestSecretList (3.26s) [2020-03-16T09:00:18.434Z] === RUN TestSecretsCreateAndDelete [2020-03-16T09:00:21.429Z] --- PASS: TestSecretInspect (3.60s) [2020-03-16T09:00:21.429Z] === RUN TestSecretList [2020-03-16T09:00:21.719Z] --- PASS: TestSecretsCreateAndDelete (3.34s) [2020-03-16T09:00:21.719Z] === RUN TestSecretsUpdate [2020-03-16T09:00:22.414Z] Loaded image: buildpack-deps:jessie [2020-03-16T09:00:22.415Z] Loaded image: busybox:latest [2020-03-16T09:00:22.415Z] Loaded image: busybox:glibc [2020-03-16T09:00:22.415Z] Loaded image: debian:jessie [2020-03-16T09:00:22.415Z] Loaded image: hello-world:latest [2020-03-16T09:00:22.415Z] INFO: Testing against a local daemon [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite [2020-03-16T09:00:22.415Z] Loaded image: buildpack-deps:jessie [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-03-16T09:00:22.415Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-03-16T09:00:22.415Z] Loaded image: busybox:latest [2020-03-16T09:00:22.415Z] Loaded image: busybox:glibc [2020-03-16T09:00:22.415Z] Loaded image: debian:jessie [2020-03-16T09:00:22.415Z] Loaded image: hello-world:latest [2020-03-16T09:00:22.415Z] INFO: Testing against a local daemon [2020-03-16T09:00:22.415Z] === RUN TestDockerDaemonSuite [2020-03-16T09:00:22.415Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-03-16T09:00:23.357Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-03-16T09:00:23.357Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-03-16T09:00:24.289Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-03-16T09:00:24.289Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-03-16T09:00:24.853Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-03-16T09:00:24.877Z] --- PASS: TestSecretList (3.53s) [2020-03-16T09:00:24.877Z] === RUN TestSecretsCreateAndDelete [2020-03-16T09:00:25.004Z] --- PASS: TestSecretsUpdate (3.25s) [2020-03-16T09:00:25.005Z] === RUN TestTemplatedSecret [2020-03-16T09:00:25.110Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-03-16T09:00:25.110Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-03-16T09:00:27.639Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-03-16T09:00:27.639Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-03-16T09:00:27.639Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-03-16T09:00:27.639Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-03-16T09:00:28.203Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-03-16T09:00:28.289Z] --- PASS: TestTemplatedSecret (3.51s) [2020-03-16T09:00:28.289Z] === RUN TestSecretCreateResolve [2020-03-16T09:00:28.324Z] --- PASS: TestSecretsCreateAndDelete (3.22s) [2020-03-16T09:00:28.324Z] === RUN TestSecretsUpdate [2020-03-16T09:00:28.767Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-03-16T09:00:30.138Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-03-16T09:00:30.138Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-03-16T09:00:30.138Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-03-16T09:00:30.138Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-03-16T09:00:30.138Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-03-16T09:00:31.069Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-03-16T09:00:31.575Z] --- PASS: TestSecretCreateResolve (3.23s) [2020-03-16T09:00:31.575Z] PASS [2020-03-16T09:00:31.575Z] [2020-03-16T09:00:31.575Z] DONE 6 tests in 19.919s [2020-03-16T09:00:31.575Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-03-16T09:00:31.575Z] ++ 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-16T09:00:31.575Z] ++ set -e [2020-03-16T09:00:31.575Z] ++ '[' -n 0 ']' [2020-03-16T09:00:31.575Z] ++ set -x [2020-03-16T09:00:31.575Z] ++ env -i DEST=/go/src/github.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-16T09:00:31.575Z] INFO: Testing against a local daemon [2020-03-16T09:00:31.575Z] === RUN TestServiceCreateInit [2020-03-16T09:00:31.575Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-16T09:00:31.773Z] --- PASS: TestSecretsUpdate (3.71s) [2020-03-16T09:00:31.773Z] === RUN TestTemplatedSecret [2020-03-16T09:00:34.343Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-03-16T09:00:34.343Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-03-16T09:00:36.147Z] --- PASS: TestTemplatedSecret (3.52s) [2020-03-16T09:00:36.147Z] === RUN TestSecretCreateResolve [2020-03-16T09:00:36.843Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-16T09:00:36.866Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-03-16T09:00:37.122Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-03-16T09:00:39.593Z] --- PASS: TestSecretCreateResolve (3.56s) [2020-03-16T09:00:39.593Z] PASS [2020-03-16T09:00:39.593Z] [2020-03-16T09:00:39.593Z] DONE 6 tests in 21.220s [2020-03-16T09:00:39.593Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-03-16T09:00:39.593Z] ++ 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-16T09:00:39.593Z] ++ set -e [2020-03-16T09:00:39.593Z] ++ '[' -n 0 ']' [2020-03-16T09:00:39.593Z] ++ set -x [2020-03-16T09:00:39.593Z] ++ env -i DEST=/go/src/github.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-16T09:00:39.593Z] INFO: Testing against a local daemon [2020-03-16T09:00:39.593Z] === RUN TestServiceCreateInit [2020-03-16T09:00:39.593Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-16T09:00:39.645Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-03-16T09:00:39.645Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-03-16T09:00:41.016Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-03-16T09:00:41.947Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-03-16T09:00:42.112Z] --- PASS: TestServiceCreateInit (10.37s) [2020-03-16T09:00:42.112Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.24s) [2020-03-16T09:00:42.112Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.09s) [2020-03-16T09:00:42.112Z] === RUN TestCreateServiceMultipleTimes [2020-03-16T09:00:43.318Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-03-16T09:00:43.883Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-03-16T09:00:44.142Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-03-16T09:00:45.072Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-16T09:00:45.075Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-03-16T09:00:45.328Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-03-16T09:00:45.328Z] Copying nested executables into bundles/binary-daemon [2020-03-16T09:00:45.328Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-03-16T09:00:45.663Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER docker:5e1b246b9a292255f3b732757adabb020309b383 hack/make.sh cross [2020-03-16T09:00:46.230Z] [2020-03-16T09:00:46.230Z] Removing bundles/ [2020-03-16T09:00:46.230Z] [2020-03-16T09:00:46.230Z] ---> Making bundle: cross (in bundles/cross) [2020-03-16T09:00:46.230Z] Cross building: bundles/cross/linux/amd64 [2020-03-16T09:00:46.230Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-03-16T09:00:46.230Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-03-16T09:00:46.446Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-03-16T09:00:47.012Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-03-16T09:00:48.909Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-03-16T09:00:49.446Z] --- PASS: TestServiceCreateInit (10.43s) [2020-03-16T09:00:49.446Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.17s) [2020-03-16T09:00:49.446Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.24s) [2020-03-16T09:00:49.446Z] === RUN TestCreateServiceMultipleTimes [2020-03-16T09:00:50.803Z] === RUN TestDockerSuite/TestAttachDetach [2020-03-16T09:00:51.736Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-03-16T09:00:52.300Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-03-16T09:00:53.671Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-03-16T09:00:55.570Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-03-16T09:00:56.136Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-03-16T09:00:56.701Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-03-16T09:00:58.075Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-03-16T09:00:58.833Z] --- PASS: TestBuildWithHugeFile (82.92s) [2020-03-16T09:00:58.833Z] === RUN TestBuildWithEmptyDockerfile [2020-03-16T09:00:58.833Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:00:58.833Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:00:58.833Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:00:58.833Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:00:58.833Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:00:58.833Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:00:58.833Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:00:58.833Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:00:58.833Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:00:58.833Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-03-16T09:00:58.833Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.31s) [2020-03-16T09:00:58.833Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s) [2020-03-16T09:00:58.833Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2020-03-16T09:00:58.833Z] === RUN TestBuildPreserveOwnership [2020-03-16T09:00:58.833Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-16T09:00:58.833Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-16T09:00:58.833Z] --- PASS: TestBuildPreserveOwnership (4.80s) [2020-03-16T09:00:58.833Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.09s) [2020-03-16T09:00:58.833Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.70s) [2020-03-16T09:00:58.833Z] === RUN TestBuildPlatformInvalid [2020-03-16T09:00:58.833Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-03-16T09:00:58.833Z] PASS [2020-03-16T09:00:58.833Z] [2020-03-16T09:00:58.833Z] === Skipped [2020-03-16T09:00:58.833Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-03-16T09:00:58.833Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T09:00:58.833Z] [2020-03-16T09:00:58.833Z] [2020-03-16T09:00:58.833Z] DONE 32 tests, 1 skipped in 129.425s [2020-03-16T09:00:58.833Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-03-16T09:00:58.833Z] ++ 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-16T09:00:58.833Z] ++ set -e [2020-03-16T09:00:58.833Z] ++ '[' -n 0 ']' [2020-03-16T09:00:58.833Z] ++ set -x [2020-03-16T09:00:58.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=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-16T09:00:58.833Z] INFO: Testing against a local daemon [2020-03-16T09:00:58.833Z] === RUN TestConfigList [2020-03-16T09:00:58.833Z] --- PASS: TestConfigList (2.29s) [2020-03-16T09:00:58.833Z] === RUN TestConfigsCreateAndDelete [2020-03-16T09:00:58.833Z] --- PASS: TestConfigsCreateAndDelete (2.25s) [2020-03-16T09:00:58.833Z] === RUN TestConfigsUpdate [2020-03-16T09:00:58.833Z] --- PASS: TestConfigsUpdate (2.22s) [2020-03-16T09:00:58.833Z] === RUN TestTemplatedConfig [2020-03-16T09:00:59.447Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-03-16T09:00:59.852Z] --- PASS: TestTemplatedConfig (2.66s) [2020-03-16T09:00:59.852Z] === RUN TestConfigInspect [2020-03-16T09:01:00.014Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-03-16T09:01:00.947Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-03-16T09:01:01.892Z] --- PASS: TestConfigInspect (2.25s) [2020-03-16T09:01:01.892Z] === RUN TestConfigCreateWithLabels [2020-03-16T09:01:02.846Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-03-16T09:01:03.410Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-03-16T09:01:03.975Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-03-16T09:01:04.041Z] --- PASS: TestCreateServiceMultipleTimes (19.77s) [2020-03-16T09:01:04.041Z] === RUN TestCreateServiceConflict [2020-03-16T09:01:04.232Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-03-16T09:01:04.490Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-03-16T09:01:04.576Z] --- PASS: TestConfigCreateWithLabels (2.24s) [2020-03-16T09:01:04.576Z] === RUN TestConfigCreateResolve [2020-03-16T09:01:04.977Z] --- PASS: TestCreateServiceConflict (3.25s) [2020-03-16T09:01:04.977Z] === RUN TestCreateServiceMaxReplicas [2020-03-16T09:01:05.864Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-03-16T09:01:05.864Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-03-16T09:01:06.427Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-03-16T09:01:06.609Z] --- PASS: TestConfigCreateResolve (2.25s) [2020-03-16T09:01:06.609Z] === RUN TestConfigDaemonLibtrustID [2020-03-16T09:01:06.685Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-03-16T09:01:06.894Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-03-16T09:01:06.894Z] PASS [2020-03-16T09:01:06.894Z] [2020-03-16T09:01:06.894Z] DONE 8 tests in 16.803s [2020-03-16T09:01:06.894Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-03-16T09:01:06.894Z] ++ 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-16T09:01:06.894Z] ++ set -e [2020-03-16T09:01:06.894Z] ++ '[' -n 0 ']' [2020-03-16T09:01:06.894Z] ++ set -x [2020-03-16T09:01:06.894Z] ++ env -i DEST=/go/src/github.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-16T09:01:07.179Z] INFO: Testing against a local daemon [2020-03-16T09:01:07.179Z] === RUN TestCheckpoint [2020-03-16T09:01:07.179Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-16T09:01:07.179Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T09:01:07.179Z] === RUN TestContainerInvalidJSON [2020-03-16T09:01:07.179Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:07.179Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:07.179Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:07.179Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:07.179Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:07.179Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:07.179Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:07.179Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:07.179Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:07.179Z] --- PASS: TestContainerInvalidJSON (0.03s) [2020-03-16T09:01:07.179Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-03-16T09:01:07.179Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-03-16T09:01:07.179Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2020-03-16T09:01:07.179Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-16T09:01:07.179Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-03-16T09:01:07.179Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-16T09:01:07.179Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2020-03-16T09:01:07.179Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-16T09:01:07.249Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-03-16T09:01:07.464Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-03-16T09:01:07.464Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-16T09:01:07.464Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2020-03-16T09:01:07.464Z] === RUN TestCopyFromContainer [2020-03-16T09:01:07.486Z] ok github.com/docker/docker/integration/container 55.831s [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === Skipped [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-03-16T09:01:07.486Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-03-16T09:01:07.486Z] copy_test.go:25: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2020-03-16T09:01:07.486Z] copy_test.go:39: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-03-16T09:01:07.486Z] copy_test.go:51: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-03-16T09:01:07.486Z] copy_test.go:65: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-03-16T09:01:07.486Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-03-16T09:01:07.486Z] create_test.go:541: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-03-16T09:01:07.486Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-03-16T09:01:07.486Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-03-16T09:01:07.486Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-03-16T09:01:07.486Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-03-16T09:01:07.486Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-03-16T09:01:07.486Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-03-16T09:01:07.486Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-03-16T09:01:07.486Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-03-16T09:01:07.486Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-03-16T09:01:07.486Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-03-16T09:01:07.486Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-03-16T09:01:07.486Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-03-16T09:01:07.486Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-03-16T09:01:07.486Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-03-16T09:01:07.486Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-03-16T09:01:07.486Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-03-16T09:01:07.486Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-03-16T09:01:07.486Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-03-16T09:01:07.486Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-03-16T09:01:07.486Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-03-16T09:01:07.486Z] stats_test.go:20: !testEnv.DaemonInfo.MemoryLimit [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-03-16T09:01:07.486Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-03-16T09:01:07.486Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] DONE 80 tests, 41 skipped in 58.616s [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-03-16T09:01:07.486Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:07.486Z] INFO: Testing against a local daemon [2020-03-16T09:01:07.486Z] ok github.com/docker/docker/integration/image 0.405s [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === Skipped [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s) [2020-03-16T09:01:07.486Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-03-16T09:01:07.486Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-03-16T09:01:07.486Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-03-16T09:01:07.486Z] tag_test.go:98: testEnv.OSType == "windows" [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] DONE 11 tests, 4 skipped in 2.413s [2020-03-16T09:01:07.486Z] [2020-03-16T09:01:07.486Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-03-16T09:01:07.939Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:07.939Z] INFO: Testing against a local daemon [2020-03-16T09:01:07.939Z] ok github.com/docker/docker/integration/network 0.290s [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === Skipped [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-03-16T09:01:07.939Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-03-16T09:01:07.939Z] 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-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-03-16T09:01:07.939Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-03-16T09:01:07.939Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-03-16T09:01:07.939Z] network_test.go:97: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:29: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.01s) [2020-03-16T09:01:07.939Z] service_test.go:52: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:96: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2020-03-16T09:01:07.939Z] service_test.go:130: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:181: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:206: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:236: FLAKY_TEST [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:326: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-03-16T09:01:07.939Z] service_test.go:394: testEnv.OSType == "windows" [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] DONE 18 tests, 14 skipped in 2.593s [2020-03-16T09:01:07.939Z] [2020-03-16T09:01:07.939Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-03-16T09:01:08.619Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-03-16T09:01:08.896Z] testing: warning: no tests to run [2020-03-16T09:01:08.896Z] ok github.com/docker/docker/integration/network/ipvlan 0.083s [2020-03-16T09:01:08.896Z] [2020-03-16T09:01:08.896Z] DONE 0 tests in 0.787s [2020-03-16T09:01:08.896Z] [2020-03-16T09:01:08.896Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-03-16T09:01:08.942Z] === RUN TestCopyFromContainer// [2020-03-16T09:01:09.166Z] --- PASS: TestCreateServiceMaxReplicas (3.74s) [2020-03-16T09:01:09.166Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-16T09:01:09.226Z] === RUN TestCopyFromContainer//bar/root [2020-03-16T09:01:09.226Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-16T09:01:09.226Z] === RUN TestCopyFromContainer/bar/quux [2020-03-16T09:01:09.511Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-16T09:01:09.511Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-16T09:01:09.511Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-16T09:01:09.795Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-16T09:01:09.795Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-16T09:01:09.795Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-16T09:01:09.948Z] testing: warning: no tests to run [2020-03-16T09:01:09.948Z] ok github.com/docker/docker/integration/network/macvlan 0.093s [2020-03-16T09:01:09.948Z] [2020-03-16T09:01:09.948Z] DONE 0 tests in 0.781s [2020-03-16T09:01:09.948Z] [2020-03-16T09:01:09.948Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-03-16T09:01:09.991Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer (2.60s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer// (0.10s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2020-03-16T09:01:10.080Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2020-03-16T09:01:10.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-16T09:01:10.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:10.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:10.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:10.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:10.080Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:10.080Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:10.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:10.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:10.080Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:10.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2020-03-16T09:01:10.080Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-16T09:01:10.080Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-03-16T09:01:10.080Z] === RUN TestCreateWithInvalidEnv [2020-03-16T09:01:10.080Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-16T09:01:10.080Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-16T09:01:10.080Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-16T09:01:10.080Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-16T09:01:10.080Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-16T09:01:10.080Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-16T09:01:10.080Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-16T09:01:10.080Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-16T09:01:10.080Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-16T09:01:10.080Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-16T09:01:10.080Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2020-03-16T09:01:10.080Z] === RUN TestCreateTmpfsMountsTarget [2020-03-16T09:01:10.080Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-16T09:01:10.080Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-16T09:01:10.410Z] testing: warning: no tests to run [2020-03-16T09:01:10.410Z] ok github.com/docker/docker/integration/plugin 0.072s [2020-03-16T09:01:10.410Z] [2020-03-16T09:01:10.410Z] DONE 0 tests in 0.758s [2020-03-16T09:01:10.410Z] [2020-03-16T09:01:10.410Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-03-16T09:01:11.380Z] testing: warning: no tests to run [2020-03-16T09:01:11.380Z] ok github.com/docker/docker/integration/plugin/authz 0.075s [2020-03-16T09:01:11.380Z] [2020-03-16T09:01:11.380Z] DONE 0 tests in 0.776s [2020-03-16T09:01:11.380Z] [2020-03-16T09:01:11.380Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-03-16T09:01:11.890Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCustomMaskedPaths (1.89s) [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:12.120Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:12.120Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.06s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2020-03-16T09:01:12.120Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2020-03-16T09:01:12.120Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-16T09:01:12.821Z] --- PASS: TestBuildWithHugeFile (96.19s) [2020-03-16T09:01:12.821Z] === RUN TestBuildWithEmptyDockerfile [2020-03-16T09:01:12.821Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:01:12.821Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:01:12.821Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:01:12.821Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:01:12.821Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:01:12.821Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:01:12.821Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-03-16T09:01:12.821Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-03-16T09:01:12.821Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-03-16T09:01:13.079Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2020-03-16T09:01:13.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-03-16T09:01:13.079Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s) [2020-03-16T09:01:13.079Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-03-16T09:01:13.079Z] === RUN TestBuildPreserveOwnership [2020-03-16T09:01:13.079Z] === RUN TestBuildPreserveOwnership/copy_from [2020-03-16T09:01:13.585Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:13.585Z] INFO: Testing against a local daemon [2020-03-16T09:01:13.585Z] ok github.com/docker/docker/integration/plugin/common 0.212s [2020-03-16T09:01:13.585Z] [2020-03-16T09:01:13.585Z] DONE 2 tests in 2.167s [2020-03-16T09:01:13.585Z] [2020-03-16T09:01:13.585Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:14.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:14.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:14.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:14.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:14.151Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:14.151Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:14.151Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:14.151Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:14.151Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:14.151Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:14.151Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-03-16T09:01:14.151Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-03-16T09:01:14.151Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-16T09:01:14.451Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-03-16T09:01:14.767Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2020-03-16T09:01:14.767Z] === RUN TestContainerStartOnDaemonRestart [2020-03-16T09:01:14.767Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-16T09:01:14.767Z] === RUN TestDaemonRestartIpcMode [2020-03-16T09:01:14.767Z] === PAUSE TestDaemonRestartIpcMode [2020-03-16T09:01:14.767Z] === RUN TestDaemonHostGatewayIP [2020-03-16T09:01:14.767Z] === PAUSE TestDaemonHostGatewayIP [2020-03-16T09:01:14.767Z] === RUN TestDiff [2020-03-16T09:01:15.777Z] --- PASS: TestDiff (0.65s) [2020-03-16T09:01:15.777Z] === RUN TestExecWithCloseStdin [2020-03-16T09:01:15.821Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-03-16T09:01:16.078Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-03-16T09:01:16.385Z] --- PASS: TestCreateServiceMultipleTimes (23.01s) [2020-03-16T09:01:16.385Z] === RUN TestCreateServiceConflict [2020-03-16T09:01:16.385Z] --- PASS: TestCreateServiceConflict (3.22s) [2020-03-16T09:01:16.385Z] === RUN TestCreateServiceMaxReplicas [2020-03-16T09:01:16.400Z] --- PASS: TestExecWithCloseStdin (0.81s) [2020-03-16T09:01:16.400Z] === RUN TestExec [2020-03-16T09:01:17.011Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-03-16T09:01:17.024Z] --- PASS: TestExec (0.80s) [2020-03-16T09:01:17.025Z] === RUN TestExecUser [2020-03-16T09:01:17.287Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:17.287Z] INFO: Testing against a local daemon [2020-03-16T09:01:17.287Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.273s [2020-03-16T09:01:17.287Z] [2020-03-16T09:01:17.287Z] === Skipped [2020-03-16T09:01:17.287Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-03-16T09:01:17.287Z] external_test.go:48: runtime.GOOS == "windows" [2020-03-16T09:01:17.287Z] [2020-03-16T09:01:17.287Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-03-16T09:01:17.287Z] external_test.go:408: runtime.GOOS == "windows" [2020-03-16T09:01:17.287Z] [2020-03-16T09:01:17.287Z] [2020-03-16T09:01:17.287Z] DONE 2 tests, 2 skipped in 3.509s [2020-03-16T09:01:17.287Z] [2020-03-16T09:01:17.287Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-03-16T09:01:18.038Z] --- PASS: TestExecUser (0.78s) [2020-03-16T09:01:18.038Z] === RUN TestExportContainerAndImportImage [2020-03-16T09:01:18.905Z] --- PASS: TestBuildPreserveOwnership (6.00s) [2020-03-16T09:01:18.905Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.08s) [2020-03-16T09:01:18.905Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.92s) [2020-03-16T09:01:18.905Z] === RUN TestBuildPlatformInvalid [2020-03-16T09:01:19.052Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2020-03-16T09:01:19.052Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-16T09:01:19.162Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2020-03-16T09:01:19.162Z] PASS [2020-03-16T09:01:19.162Z] [2020-03-16T09:01:19.162Z] === Skipped [2020-03-16T09:01:19.162Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-03-16T09:01:19.162Z] build_session_test.go:25: TODO: BuildKit [2020-03-16T09:01:19.162Z] [2020-03-16T09:01:19.162Z] [2020-03-16T09:01:19.162Z] DONE 32 tests, 1 skipped in 181.993s [2020-03-16T09:01:19.162Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-03-16T09:01:19.162Z] ++ 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-16T09:01:19.162Z] ++ set -e [2020-03-16T09:01:19.162Z] ++ '[' -n 0 ']' [2020-03-16T09:01:19.162Z] ++ set -x [2020-03-16T09:01:19.162Z] ++ env -i DEST=/go/src/github.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-16T09:01:19.419Z] INFO: Testing against a local daemon [2020-03-16T09:01:19.419Z] === RUN TestConfigList [2020-03-16T09:01:19.675Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-03-16T09:01:19.834Z] --- PASS: TestCreateServiceMaxReplicas (3.88s) [2020-03-16T09:01:19.834Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-16T09:01:20.529Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2020-03-16T09:01:20.529Z] === RUN TestHealthCheckWorkdir [2020-03-16T09:01:21.542Z] --- PASS: TestHealthCheckWorkdir (0.91s) [2020-03-16T09:01:21.542Z] === RUN TestHealthKillContainer [2020-03-16T09:01:22.949Z] --- PASS: TestConfigList (3.44s) [2020-03-16T09:01:22.949Z] === RUN TestConfigsCreateAndDelete [2020-03-16T09:01:23.512Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-03-16T09:01:24.043Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.82s) [2020-03-16T09:01:24.043Z] === RUN TestCreateServiceSecretFileMode [2020-03-16T09:01:24.079Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-03-16T09:01:24.221Z] --- PASS: TestHealthKillContainer (2.88s) [2020-03-16T09:01:24.221Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-16T09:01:24.302Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:24.302Z] INFO: Testing against a local daemon [2020-03-16T09:01:24.302Z] ok github.com/docker/docker/integration/plugin/logging 0.255s [2020-03-16T09:01:24.644Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-03-16T09:01:24.755Z] [2020-03-16T09:01:24.755Z] === Skipped [2020-03-16T09:01:24.755Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-03-16T09:01:24.755Z] read_test.go:21: no unix domain sockets on Windows [2020-03-16T09:01:24.755Z] [2020-03-16T09:01:24.755Z] [2020-03-16T09:01:24.755Z] DONE 1 tests, 1 skipped in 7.449s [2020-03-16T09:01:24.755Z] [2020-03-16T09:01:24.755Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-03-16T09:01:24.901Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-03-16T09:01:25.235Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2020-03-16T09:01:25.235Z] === RUN TestIpcModeNone [2020-03-16T09:01:25.833Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-03-16T09:01:25.852Z] --- PASS: TestIpcModeNone (0.81s) [2020-03-16T09:01:25.852Z] === RUN TestIpcModePrivate [2020-03-16T09:01:26.090Z] --- PASS: TestConfigsCreateAndDelete (3.22s) [2020-03-16T09:01:26.090Z] === RUN TestConfigsUpdate [2020-03-16T09:01:26.273Z] testing: warning: no tests to run [2020-03-16T09:01:26.273Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.133s [2020-03-16T09:01:26.273Z] [2020-03-16T09:01:26.273Z] DONE 0 tests in 1.338s [2020-03-16T09:01:26.273Z] [2020-03-16T09:01:26.273Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-03-16T09:01:26.479Z] --- PASS: TestIpcModePrivate (0.77s) [2020-03-16T09:01:26.479Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-03-16T09:01:26.479Z] === RUN TestIpcModeShareable [2020-03-16T09:01:27.326Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2020-03-16T09:01:27.326Z] === RUN TestCreateServiceConfigFileMode [2020-03-16T09:01:27.491Z] --- PASS: TestIpcModeShareable (0.82s) [2020-03-16T09:01:27.491Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-03-16T09:01:27.491Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-16T09:01:28.427Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:28.427Z] INFO: Testing against a local daemon [2020-03-16T09:01:28.427Z] ok github.com/docker/docker/integration/plugin/volumes 0.240s [2020-03-16T09:01:28.614Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-03-16T09:01:28.872Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-03-16T09:01:28.879Z] [2020-03-16T09:01:28.879Z] === Skipped [2020-03-16T09:01:28.879Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-03-16T09:01:28.879Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:28.879Z] [2020-03-16T09:01:28.879Z] [2020-03-16T09:01:28.879Z] DONE 1 tests, 1 skipped in 2.583s [2020-03-16T09:01:28.879Z] [2020-03-16T09:01:28.879Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-03-16T09:01:29.129Z] --- PASS: TestConfigsUpdate (2.98s) [2020-03-16T09:01:29.129Z] === RUN TestTemplatedConfig [2020-03-16T09:01:29.386Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-03-16T09:01:30.177Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.29s) [2020-03-16T09:01:30.177Z] === RUN TestAPIIpcModeHost [2020-03-16T09:01:30.177Z] --- PASS: TestAPIIpcModeHost (0.60s) [2020-03-16T09:01:30.177Z] === RUN TestDaemonIpcModeShareable [2020-03-16T09:01:30.611Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2020-03-16T09:01:30.611Z] === RUN TestCreateServiceSysctls [2020-03-16T09:01:31.031Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:31.031Z] INFO: Testing against a local daemon [2020-03-16T09:01:31.031Z] ok github.com/docker/docker/integration/secret 0.249s [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === Skipped [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-03-16T09:01:31.031Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] DONE 6 tests, 6 skipped in 2.303s [2020-03-16T09:01:31.031Z] [2020-03-16T09:01:31.031Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-03-16T09:01:31.283Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-03-16T09:01:31.283Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-03-16T09:01:32.227Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2020-03-16T09:01:32.227Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-03-16T09:01:32.227Z] === RUN TestDaemonIpcModePrivate [2020-03-16T09:01:32.242Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-03-16T09:01:32.811Z] --- PASS: TestTemplatedConfig (3.85s) [2020-03-16T09:01:32.811Z] === RUN TestConfigInspect [2020-03-16T09:01:33.721Z] --- PASS: TestDaemonIpcModePrivate (1.65s) [2020-03-16T09:01:33.721Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-03-16T09:01:33.721Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-16T09:01:33.903Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:33.903Z] INFO: Testing against a local daemon [2020-03-16T09:01:33.903Z] ok github.com/docker/docker/integration/service 0.331s [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === Skipped [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-16T09:01:33.903Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-16T09:01:33.903Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-03-16T09:01:33.903Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-03-16T09:01:33.903Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-03-16T09:01:33.903Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2020-03-16T09:01:33.903Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-03-16T09:01:33.903Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-03-16T09:01:33.903Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-03-16T09:01:33.903Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-03-16T09:01:33.903Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-03-16T09:01:33.903Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-03-16T09:01:33.903Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-03-16T09:01:33.903Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-03-16T09:01:33.903Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.903Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-03-16T09:01:33.903Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:33.903Z] [2020-03-16T09:01:33.904Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-03-16T09:01:33.904Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:33.904Z] [2020-03-16T09:01:33.904Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-03-16T09:01:33.904Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:33.904Z] [2020-03-16T09:01:33.904Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-03-16T09:01:33.904Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2020-03-16T09:01:33.904Z] [2020-03-16T09:01:33.904Z] [2020-03-16T09:01:33.904Z] DONE 23 tests, 22 skipped in 2.952s [2020-03-16T09:01:34.187Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-03-16T09:01:34.356Z] [2020-03-16T09:01:34.356Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-03-16T09:01:34.751Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-03-16T09:01:34.796Z] --- PASS: TestCreateServiceSysctls (4.12s) [2020-03-16T09:01:34.796Z] === RUN TestCreateServiceCapabilities [2020-03-16T09:01:35.042Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.50s) [2020-03-16T09:01:35.042Z] === RUN TestCreateServiceSecretFileMode [2020-03-16T09:01:35.200Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2020-03-16T09:01:35.200Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-03-16T09:01:35.200Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-16T09:01:36.125Z] --- PASS: TestConfigInspect (3.37s) [2020-03-16T09:01:36.125Z] === RUN TestConfigCreateWithLabels [2020-03-16T09:01:36.535Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:36.535Z] INFO: Testing against a local daemon [2020-03-16T09:01:36.535Z] ok github.com/docker/docker/integration/session 0.180s [2020-03-16T09:01:36.535Z] [2020-03-16T09:01:36.535Z] === Skipped [2020-03-16T09:01:36.535Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-03-16T09:01:36.535Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:36.535Z] [2020-03-16T09:01:36.535Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-03-16T09:01:36.535Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:36.535Z] [2020-03-16T09:01:36.535Z] [2020-03-16T09:01:36.535Z] DONE 2 tests, 2 skipped in 2.183s [2020-03-16T09:01:36.535Z] [2020-03-16T09:01:36.535Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-03-16T09:01:37.056Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-03-16T09:01:37.056Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-03-16T09:01:37.228Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.64s) [2020-03-16T09:01:37.228Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-03-16T09:01:37.228Z] === RUN TestIpcModeOlderClient [2020-03-16T09:01:37.228Z] === PAUSE TestIpcModeOlderClient [2020-03-16T09:01:37.228Z] === RUN TestKillContainerInvalidSignal [2020-03-16T09:01:37.314Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-03-16T09:01:37.512Z] --- PASS: TestKillContainerInvalidSignal (0.65s) [2020-03-16T09:01:37.512Z] === RUN TestKillContainer [2020-03-16T09:01:37.512Z] === RUN TestKillContainer/no_signal [2020-03-16T09:01:38.097Z] --- PASS: TestCreateServiceCapabilities (3.45s) [2020-03-16T09:01:38.097Z] === RUN TestInspect [2020-03-16T09:01:38.129Z] === RUN TestKillContainer/non_killing_signal [2020-03-16T09:01:38.246Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-03-16T09:01:38.414Z] === RUN TestKillContainer/killing_signal [2020-03-16T09:01:38.491Z] --- PASS: TestCreateServiceSecretFileMode (3.43s) [2020-03-16T09:01:38.491Z] === RUN TestCreateServiceConfigFileMode [2020-03-16T09:01:38.687Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:38.687Z] INFO: Testing against a local daemon [2020-03-16T09:01:39.180Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2020-03-16T09:01:39.424Z] --- PASS: TestKillContainer (1.94s) [2020-03-16T09:01:39.424Z] --- PASS: TestKillContainer/no_signal (0.60s) [2020-03-16T09:01:39.424Z] --- PASS: TestKillContainer/non_killing_signal (0.43s) [2020-03-16T09:01:39.424Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2020-03-16T09:01:39.424Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-16T09:01:39.424Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-16T09:01:39.641Z] ok github.com/docker/docker/integration/system 1.312s [2020-03-16T09:01:39.641Z] [2020-03-16T09:01:39.641Z] === Skipped [2020-03-16T09:01:39.641Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:01:39.641Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-03-16T09:01:39.642Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-03-16T09:01:39.642Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-03-16T09:01:39.642Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-03-16T09:01:39.642Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-03-16T09:01:39.642Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-03-16T09:01:39.642Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] DONE 13 tests, 7 skipped in 3.240s [2020-03-16T09:01:39.642Z] [2020-03-16T09:01:39.642Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-03-16T09:01:39.744Z] --- PASS: TestConfigCreateWithLabels (3.38s) [2020-03-16T09:01:39.744Z] === RUN TestConfigCreateResolve [2020-03-16T09:01:40.050Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-16T09:01:40.665Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2020-03-16T09:01:40.665Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.62s) [2020-03-16T09:01:40.665Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2020-03-16T09:01:40.665Z] === RUN TestKillStoppedContainer [2020-03-16T09:01:40.949Z] --- PASS: TestKillStoppedContainer (0.09s) [2020-03-16T09:01:40.949Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-16T09:01:40.949Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-03-16T09:01:40.949Z] === RUN TestKillDifferentUserContainer [2020-03-16T09:01:41.114Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-03-16T09:01:41.384Z] --- PASS: TestInspect (3.56s) [2020-03-16T09:01:41.384Z] === RUN TestCreateJob [2020-03-16T09:01:41.586Z] --- PASS: TestKillDifferentUserContainer (0.65s) [2020-03-16T09:01:41.586Z] === RUN TestInspectOomKilledTrue [2020-03-16T09:01:41.793Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:41.793Z] INFO: Testing against a local daemon [2020-03-16T09:01:41.793Z] ok github.com/docker/docker/integration/volume 0.297s [2020-03-16T09:01:41.939Z] --- PASS: TestCreateServiceConfigFileMode (3.53s) [2020-03-16T09:01:41.939Z] === RUN TestCreateServiceSysctls [2020-03-16T09:01:42.246Z] [2020-03-16T09:01:42.246Z] === Skipped [2020-03-16T09:01:42.246Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-03-16T09:01:42.246Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-03-16T09:01:42.246Z] [2020-03-16T09:01:42.246Z] [2020-03-16T09:01:42.246Z] DONE 5 tests, 1 skipped in 2.357s [2020-03-16T09:01:42.246Z] [2020-03-16T09:01:42.246Z] INFO: make.ps1 ended at 03/16/2020 09:01:41 [2020-03-16T09:01:42.246Z] INFO: Integration CLI tests being run from the host: [2020-03-16T09:01:42.246Z] 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-16T09:01:42.483Z] --- PASS: TestConfigCreateResolve (2.77s) [2020-03-16T09:01:42.483Z] === RUN TestConfigDaemonLibtrustID [2020-03-16T09:01:43.048Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2020-03-16T09:01:43.048Z] PASS [2020-03-16T09:01:43.048Z] [2020-03-16T09:01:43.048Z] DONE 8 tests in 23.694s [2020-03-16T09:01:43.048Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-03-16T09:01:43.048Z] ++ 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-16T09:01:43.048Z] ++ set -e [2020-03-16T09:01:43.048Z] ++ '[' -n 0 ']' [2020-03-16T09:01:43.048Z] ++ set -x [2020-03-16T09:01:43.048Z] ++ env -i DEST=/go/src/github.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-16T09:01:43.048Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-03-16T09:01:43.048Z] INFO: Testing against a local daemon [2020-03-16T09:01:43.048Z] === RUN TestCheckpoint [2020-03-16T09:01:43.048Z] --- SKIP: TestCheckpoint (0.00s) [2020-03-16T09:01:43.048Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T09:01:43.048Z] === RUN TestContainerInvalidJSON [2020-03-16T09:01:43.048Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:43.048Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:43.049Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:43.049Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:43.049Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:43.049Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:43.049Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-03-16T09:01:43.049Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-03-16T09:01:43.049Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-03-16T09:01:43.049Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-03-16T09:01:43.049Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-03-16T09:01:43.049Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-03-16T09:01:43.049Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-03-16T09:01:43.049Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-03-16T09:01:43.069Z] --- PASS: TestInspectOomKilledTrue (1.21s) [2020-03-16T09:01:43.069Z] === RUN TestInspectOomKilledFalse [2020-03-16T09:01:43.305Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-03-16T09:01:43.305Z] === RUN TestCopyFromContainerPathIsNotDir [2020-03-16T09:01:43.305Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-03-16T09:01:43.305Z] === RUN TestCopyToContainerPathDoesNotExist [2020-03-16T09:01:43.352Z] --- PASS: TestInspectOomKilledFalse (0.65s) [2020-03-16T09:01:43.352Z] === RUN TestLinksEtcHostsContentMatch [2020-03-16T09:01:43.563Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2020-03-16T09:01:43.563Z] === RUN TestCopyToContainerPathIsNotDir [2020-03-16T09:01:43.563Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2020-03-16T09:01:43.563Z] === RUN TestCopyFromContainer [2020-03-16T09:01:43.969Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2020-03-16T09:01:43.969Z] === RUN TestLinksContainerNames [2020-03-16T09:01:44.937Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-03-16T09:01:45.448Z] --- PASS: TestLinksContainerNames (1.30s) [2020-03-16T09:01:45.448Z] === RUN TestLogsFollowTailEmpty [2020-03-16T09:01:45.571Z] --- PASS: TestCreateJob (4.19s) [2020-03-16T09:01:45.571Z] === RUN TestReplicatedJob [2020-03-16T09:01:45.868Z] === RUN TestCopyFromContainer// [2020-03-16T09:01:45.868Z] === RUN TestCopyFromContainer//bar/root [2020-03-16T09:01:45.868Z] === RUN TestCopyFromContainer//bar/root/ [2020-03-16T09:01:46.064Z] --- PASS: TestLogsFollowTailEmpty (0.67s) [2020-03-16T09:01:46.064Z] === RUN TestContainerNetworkMountsNoChown [2020-03-16T09:01:46.124Z] === RUN TestCopyFromContainer/bar/quux [2020-03-16T09:01:46.124Z] === RUN TestCopyFromContainer/bar/quux/ [2020-03-16T09:01:46.311Z] --- PASS: TestCreateServiceSysctls (4.33s) [2020-03-16T09:01:46.311Z] === RUN TestCreateServiceCapabilities [2020-03-16T09:01:46.382Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-03-16T09:01:46.382Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-03-16T09:01:46.641Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-03-16T09:01:46.641Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-03-16T09:01:46.684Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/default [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/default [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/private [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/private [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rprivate [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/slave [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/slave [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rslave [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/shared [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/shared [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rshared [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/default [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rshared [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/shared [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rslave [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/slave [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rprivate [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/private [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:01:46.684Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-16T09:01:46.684Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-16T09:01:46.684Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:01:46.899Z] === RUN TestCopyFromContainer/bar/notarget [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer (3.28s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer// (0.13s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-03-16T09:01:46.899Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-03-16T09:01:46.899Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-03-16T09:01:46.899Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:46.899Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:46.899Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:46.899Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:46.899Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:46.899Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:46.899Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-03-16T09:01:46.899Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-03-16T09:01:46.899Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-03-16T09:01:46.899Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-03-16T09:01:46.899Z] === RUN TestCreateLinkToNonExistingContainer [2020-03-16T09:01:46.899Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-03-16T09:01:46.899Z] === RUN TestCreateWithInvalidEnv [2020-03-16T09:01:46.899Z] === RUN TestCreateWithInvalidEnv/0 [2020-03-16T09:01:46.899Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-03-16T09:01:46.899Z] === RUN TestCreateWithInvalidEnv/1 [2020-03-16T09:01:46.899Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-03-16T09:01:46.899Z] === RUN TestCreateWithInvalidEnv/2 [2020-03-16T09:01:46.899Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-03-16T09:01:46.899Z] === CONT TestCreateWithInvalidEnv/0 [2020-03-16T09:01:46.899Z] === CONT TestCreateWithInvalidEnv/2 [2020-03-16T09:01:46.899Z] === CONT TestCreateWithInvalidEnv/1 [2020-03-16T09:01:46.899Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-03-16T09:01:46.899Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2020-03-16T09:01:46.899Z] === RUN TestCreateTmpfsMountsTarget [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:01:46.973Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-03-16T09:01:46.973Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-03-16T09:01:46.974Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-03-16T09:01:46.974Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.08s) [2020-03-16T09:01:46.974Z] === RUN TestContainerBindMountNonRecursive [2020-03-16T09:01:47.226Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-03-16T09:01:47.227Z] === RUN TestCreateWithCustomMaskedPaths [2020-03-16T09:01:47.227Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-03-16T09:01:48.599Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-03-16T09:01:48.857Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-03-16T09:01:48.999Z] --- PASS: TestContainerBindMountNonRecursive (1.66s) [2020-03-16T09:01:48.999Z] === RUN TestNetworkNat [2020-03-16T09:01:49.284Z] --- PASS: TestNetworkNat (0.69s) [2020-03-16T09:01:49.284Z] === RUN TestNetworkLocalhostTCPNat [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCustomMaskedPaths (2.59s) [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:49.789Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/no_capabilities [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/empty_capadd [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/empty_capdrop [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/valid_capabilities [2020-03-16T09:01:49.789Z] === CONT TestCreateWithCapabilities/empty_capabilities [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities (0.03s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2020-03-16T09:01:49.789Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2020-03-16T09:01:49.789Z] === RUN TestCreateWithCustomReadonlyPaths [2020-03-16T09:01:50.295Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2020-03-16T09:01:50.295Z] === RUN TestNetworkLoopbackNat [2020-03-16T09:01:50.696Z] --- PASS: TestCreateServiceCapabilities (3.68s) [2020-03-16T09:01:50.696Z] === RUN TestInspect [2020-03-16T09:01:50.913Z] --- PASS: TestNetworkLoopbackNat (0.92s) [2020-03-16T09:01:50.913Z] === RUN TestPause [2020-03-16T09:01:51.100Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-03-16T09:01:51.100Z] INFO: Testing against a local daemon [2020-03-16T09:01:51.685Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-03-16T09:01:51.685Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-03-16T09:01:51.924Z] --- PASS: TestPause (0.70s) [2020-03-16T09:01:51.924Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-16T09:01:51.924Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T09:01:51.924Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T09:01:51.924Z] === RUN TestPauseStopPausedContainer [2020-03-16T09:01:52.541Z] --- PASS: TestPauseStopPausedContainer (0.69s) [2020-03-16T09:01:52.541Z] === RUN TestPsFilter [2020-03-16T09:01:52.541Z] --- PASS: TestPsFilter (0.17s) [2020-03-16T09:01:52.541Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-16T09:01:52.618Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.76s) [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:52.618Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:52.618Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:52.618Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:52.618Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:52.618Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:52.618Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:52.618Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-03-16T09:01:52.618Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-03-16T09:01:52.618Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-03-16T09:01:52.618Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-03-16T09:01:52.618Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-03-16T09:01:52.618Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-03-16T09:01:52.618Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-03-16T09:01:53.158Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s) [2020-03-16T09:01:53.158Z] === RUN TestRemoveContainerWithVolume [2020-03-16T09:01:53.687Z] --- PASS: TestReplicatedJob (7.29s) [2020-03-16T09:01:53.687Z] === RUN TestUpdateReplicatedJob [2020-03-16T09:01:53.774Z] --- PASS: TestRemoveContainerWithVolume (0.63s) [2020-03-16T09:01:53.774Z] === RUN TestRemoveContainerRunning [2020-03-16T09:01:53.989Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.94s) [2020-03-16T09:01:53.989Z] === RUN TestContainerStartOnDaemonRestart [2020-03-16T09:01:53.989Z] === PAUSE TestContainerStartOnDaemonRestart [2020-03-16T09:01:53.989Z] === RUN TestDaemonRestartIpcMode [2020-03-16T09:01:53.989Z] === PAUSE TestDaemonRestartIpcMode [2020-03-16T09:01:53.989Z] === RUN TestDaemonHostGatewayIP [2020-03-16T09:01:53.989Z] === PAUSE TestDaemonHostGatewayIP [2020-03-16T09:01:53.989Z] === RUN TestDiff [2020-03-16T09:01:53.989Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-03-16T09:01:54.143Z] --- PASS: TestInspect (3.66s) [2020-03-16T09:01:54.143Z] === RUN TestCreateJob [2020-03-16T09:01:54.553Z] --- PASS: TestDiff (0.93s) [2020-03-16T09:01:54.553Z] === RUN TestExecWithCloseStdin [2020-03-16T09:01:54.785Z] --- PASS: TestRemoveContainerRunning (0.71s) [2020-03-16T09:01:54.785Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-16T09:01:55.417Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.64s) [2020-03-16T09:01:55.417Z] === RUN TestRemoveInvalidContainer [2020-03-16T09:01:55.417Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-03-16T09:01:55.417Z] === RUN TestRenameLinkedContainer [2020-03-16T09:01:55.923Z] --- PASS: TestExecWithCloseStdin (1.03s) [2020-03-16T09:01:55.923Z] === RUN TestExec [2020-03-16T09:01:56.854Z] --- PASS: TestExec (1.00s) [2020-03-16T09:01:56.854Z] === RUN TestExecUser [2020-03-16T09:01:56.854Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-03-16T09:01:56.974Z] --- PASS: TestUpdateReplicatedJob (3.77s) [2020-03-16T09:01:56.974Z] === RUN TestServiceListWithStatuses [2020-03-16T09:01:56.974Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-16T09:01:56.974Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:01:56.974Z] === RUN TestDockerNetworkConnectAlias [2020-03-16T09:01:57.789Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-03-16T09:01:57.789Z] --- PASS: TestExecUser (1.20s) [2020-03-16T09:01:57.789Z] === RUN TestExportContainerAndImportImage [2020-03-16T09:01:58.097Z] --- PASS: TestRenameLinkedContainer (2.62s) [2020-03-16T09:01:58.097Z] === RUN TestRenameStoppedContainer [2020-03-16T09:01:58.526Z] --- PASS: TestCreateJob (4.59s) [2020-03-16T09:01:58.526Z] === RUN TestReplicatedJob [2020-03-16T09:01:58.713Z] --- PASS: TestRenameStoppedContainer (0.66s) [2020-03-16T09:01:58.714Z] === RUN TestRenameRunningContainerAndReuse [2020-03-16T09:01:59.164Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-03-16T09:01:59.164Z] --- PASS: TestExportContainerAndImportImage (1.41s) [2020-03-16T09:01:59.164Z] === RUN TestExportContainerAfterDaemonRestart [2020-03-16T09:01:59.727Z] --- PASS: TestRenameRunningContainerAndReuse (1.32s) [2020-03-16T09:01:59.727Z] === RUN TestRenameInvalidName [2020-03-16T09:02:00.096Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-03-16T09:02:00.661Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-03-16T09:02:00.738Z] --- PASS: TestRenameInvalidName (0.68s) [2020-03-16T09:02:00.738Z] === RUN TestRenameAnonymousContainer [2020-03-16T09:02:00.923Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2020-03-16T09:02:00.923Z] === RUN TestHealthCheckWorkdir [2020-03-16T09:02:01.180Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-03-16T09:02:01.744Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-03-16T09:02:02.001Z] --- PASS: TestHealthCheckWorkdir (1.19s) [2020-03-16T09:02:02.001Z] === RUN TestHealthKillContainer [2020-03-16T09:02:02.259Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-03-16T09:02:03.423Z] --- PASS: TestRenameAnonymousContainer (2.47s) [2020-03-16T09:02:03.423Z] === RUN TestRenameContainerWithSameName [2020-03-16T09:02:03.538Z] --- PASS: TestDockerNetworkConnectAlias (6.60s) [2020-03-16T09:02:03.538Z] === RUN TestDockerNetworkReConnect [2020-03-16T09:02:03.706Z] --- PASS: TestRenameContainerWithSameName (0.65s) [2020-03-16T09:02:03.706Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-16T09:02:04.155Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-03-16T09:02:04.155Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-03-16T09:02:05.085Z] --- PASS: TestHealthKillContainer (3.03s) [2020-03-16T09:02:05.085Z] === RUN TestInspectCpusetInConfigPre120 [2020-03-16T09:02:05.184Z] --- PASS: TestRenameContainerWithLinkedContainer (1.25s) [2020-03-16T09:02:05.184Z] === RUN TestResize [2020-03-16T09:02:05.323Z] --- PASS: TestReplicatedJob (7.07s) [2020-03-16T09:02:05.323Z] === RUN TestUpdateReplicatedJob [2020-03-16T09:02:05.467Z] --- PASS: TestResize (0.64s) [2020-03-16T09:02:05.467Z] === RUN TestResizeWithInvalidSize [2020-03-16T09:02:05.649Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-03-16T09:02:05.906Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) [2020-03-16T09:02:05.906Z] === RUN TestIpcModeNone [2020-03-16T09:02:06.477Z] --- PASS: TestResizeWithInvalidSize (0.69s) [2020-03-16T09:02:06.477Z] === RUN TestResizeWhenContainerNotStarted [2020-03-16T09:02:06.771Z] --- PASS: TestResizeWhenContainerNotStarted (0.65s) [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:06.771Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:06.771Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:06.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:02:06.771Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:02:06.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:06.772Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:06.838Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-03-16T09:02:06.838Z] --- PASS: TestIpcModeNone (1.03s) [2020-03-16T09:02:06.838Z] === RUN TestIpcModePrivate [2020-03-16T09:02:07.402Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-03-16T09:02:07.653Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-03-16T09:02:07.653Z] Copying nested executables into bundles/cross/linux/amd64 [2020-03-16T09:02:07.653Z] Cross building: bundles/cross/windows/amd64 [2020-03-16T09:02:07.653Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-03-16T09:02:07.653Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-03-16T09:02:07.967Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-03-16T09:02:07.967Z] --- PASS: TestIpcModePrivate (1.05s) [2020-03-16T09:02:07.967Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:200, shared: false, mustBeShared: false [2020-03-16T09:02:07.967Z] === RUN TestIpcModeShareable [2020-03-16T09:02:08.807Z] --- PASS: TestDockerNetworkReConnect (4.83s) [2020-03-16T09:02:08.807Z] === RUN TestServicePlugin [2020-03-16T09:02:08.807Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-16T09:02:08.807Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:02:08.807Z] === RUN TestServiceUpdateLabel [2020-03-16T09:02:09.339Z] --- PASS: TestIpcModeShareable (1.13s) [2020-03-16T09:02:09.339Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:197, shared: true, mustBeShared: true [2020-03-16T09:02:09.339Z] === RUN TestAPIIpcModeShareableAndContainer [2020-03-16T09:02:09.339Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-03-16T09:02:09.339Z] === RUN TestDockerSuite/TestBuildAddScript [2020-03-16T09:02:09.489Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:02:09.489Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:02:10.122Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:02:10.122Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:02:10.803Z] --- PASS: TestUpdateReplicatedJob (4.60s) [2020-03-16T09:02:10.803Z] === RUN TestServiceListWithStatuses [2020-03-16T09:02:10.803Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-16T09:02:10.803Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:02:10.803Z] === RUN TestDockerNetworkConnectAlias [2020-03-16T09:02:11.236Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-03-16T09:02:11.340Z] --- PASS: TestServiceUpdateLabel (3.28s) [2020-03-16T09:02:11.340Z] === RUN TestServiceUpdateSecrets [2020-03-16T09:02:12.608Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.35s) [2020-03-16T09:02:12.608Z] === RUN TestAPIIpcModeHost [2020-03-16T09:02:12.608Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-03-16T09:02:12.608Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-03-16T09:02:12.828Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:02:13.173Z] --- PASS: TestAPIIpcModeHost (0.74s) [2020-03-16T09:02:13.173Z] === RUN TestDaemonIpcModeShareable [2020-03-16T09:02:13.465Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:02:14.089Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:02:14.715Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:02:15.075Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-03-16T09:02:15.075Z] --- PASS: TestDaemonIpcModeShareable (1.95s) [2020-03-16T09:02:15.075Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:227, shared: true, mustBeShared: true [2020-03-16T09:02:15.075Z] === RUN TestDaemonIpcModePrivate [2020-03-16T09:02:15.332Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.25s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.36s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.21s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.32s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.29s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.31s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.80s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.62s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.14s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.44s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.96s) [2020-03-16T09:02:16.759Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.83s) [2020-03-16T09:02:16.759Z] === RUN TestCgroupNamespacesRun [2020-03-16T09:02:17.226Z] --- PASS: TestDaemonIpcModePrivate (1.76s) [2020-03-16T09:02:17.226Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:219, shared: false, mustBeShared: false [2020-03-16T09:02:17.226Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-03-16T09:02:18.595Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.63s) [2020-03-16T09:02:18.595Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:219, shared: false, mustBeShared: false [2020-03-16T09:02:18.595Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-03-16T09:02:18.797Z] --- PASS: TestCgroupNamespacesRun (1.60s) [2020-03-16T09:02:18.797Z] === RUN TestCgroupNamespacesRunPrivileged [2020-03-16T09:02:18.852Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-03-16T09:02:19.174Z] --- PASS: TestDockerNetworkConnectAlias (7.91s) [2020-03-16T09:02:19.174Z] === RUN TestDockerNetworkReConnect [2020-03-16T09:02:20.222Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2020-03-16T09:02:20.222Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:202, shared: true, mustBeShared: true [2020-03-16T09:02:20.222Z] === RUN TestIpcModeOlderClient [2020-03-16T09:02:20.222Z] === PAUSE TestIpcModeOlderClient [2020-03-16T09:02:20.222Z] === RUN TestKillContainerInvalidSignal [2020-03-16T09:02:20.275Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.59s) [2020-03-16T09:02:20.276Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-16T09:02:21.153Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2020-03-16T09:02:21.153Z] === RUN TestKillContainer [2020-03-16T09:02:21.153Z] === RUN TestKillContainer/no_signal [2020-03-16T09:02:21.410Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-03-16T09:02:21.757Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.64s) [2020-03-16T09:02:21.757Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-16T09:02:21.975Z] === RUN TestKillContainer/non_killing_signal [2020-03-16T09:02:22.539Z] === RUN TestKillContainer/killing_signal [2020-03-16T09:02:23.235Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s) [2020-03-16T09:02:23.235Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-03-16T09:02:23.912Z] --- PASS: TestKillContainer (2.63s) [2020-03-16T09:02:23.912Z] --- PASS: TestKillContainer/no_signal (0.90s) [2020-03-16T09:02:23.912Z] --- PASS: TestKillContainer/non_killing_signal (0.69s) [2020-03-16T09:02:23.912Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2020-03-16T09:02:23.912Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-03-16T09:02:23.912Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-03-16T09:02:24.477Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-03-16T09:02:24.653Z] --- PASS: TestDockerNetworkReConnect (6.20s) [2020-03-16T09:02:24.653Z] === RUN TestServicePlugin [2020-03-16T09:02:24.653Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-16T09:02:24.653Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:02:24.653Z] === RUN TestServiceUpdateLabel [2020-03-16T09:02:25.264Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.63s) [2020-03-16T09:02:25.264Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-16T09:02:25.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2020-03-16T09:02:25.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2020-03-16T09:02:25.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2020-03-16T09:02:25.409Z] === RUN TestKillStoppedContainer [2020-03-16T09:02:25.409Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-03-16T09:02:25.409Z] === RUN TestKillStoppedContainerAPIPre120 [2020-03-16T09:02:25.409Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-03-16T09:02:25.409Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-03-16T09:02:25.409Z] === RUN TestKillDifferentUserContainer [2020-03-16T09:02:25.883Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.92s) [2020-03-16T09:02:25.883Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-03-16T09:02:25.974Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-03-16T09:02:26.540Z] --- PASS: TestKillDifferentUserContainer (0.97s) [2020-03-16T09:02:26.540Z] === RUN TestInspectOomKilledTrue [2020-03-16T09:02:26.540Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2020-03-16T09:02:26.540Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:02:26.540Z] === RUN TestInspectOomKilledFalse [2020-03-16T09:02:26.540Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-03-16T09:02:26.540Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:02:26.540Z] === RUN TestLinksEtcHostsContentMatch [2020-03-16T09:02:26.893Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2020-03-16T09:02:26.893Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-16T09:02:27.105Z] --- PASS: TestLinksEtcHostsContentMatch (0.72s) [2020-03-16T09:02:27.105Z] === RUN TestLinksContainerNames [2020-03-16T09:02:28.101Z] --- PASS: TestServiceUpdateLabel (3.72s) [2020-03-16T09:02:28.101Z] === RUN TestServiceUpdateSecrets [2020-03-16T09:02:28.391Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2020-03-16T09:02:28.391Z] === RUN TestKernelTCPMemory [2020-03-16T09:02:29.002Z] --- PASS: TestLinksContainerNames (1.81s) [2020-03-16T09:02:29.002Z] === RUN TestLogsFollowTailEmpty [2020-03-16T09:02:29.259Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-03-16T09:02:29.403Z] --- PASS: TestKernelTCPMemory (0.79s) [2020-03-16T09:02:29.403Z] === RUN TestNISDomainname [2020-03-16T09:02:29.426Z] --- PASS: TestServiceUpdateSecrets (15.53s) [2020-03-16T09:02:29.426Z] === RUN TestServiceUpdateConfigs [2020-03-16T09:02:29.823Z] === RUN TestDockerSuite/TestBuildAddTar [2020-03-16T09:02:30.023Z] --- PASS: TestNISDomainname (0.88s) [2020-03-16T09:02:30.023Z] === RUN TestHostnameDnsResolution [2020-03-16T09:02:30.081Z] --- PASS: TestLogsFollowTailEmpty (1.12s) [2020-03-16T09:02:30.081Z] === RUN TestContainerNetworkMountsNoChown [2020-03-16T09:02:31.012Z] --- PASS: TestContainerNetworkMountsNoChown (1.01s) [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/default [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/default [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/private [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/private [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rprivate [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rprivate [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/slave [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/slave [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rslave [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rslave [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/shared [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/shared [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rshared [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rshared [2020-03-16T09:02:31.012Z] === CONT TestMountDaemonRoot/default [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/default/bind_root [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/default/mount_root [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:02:31.012Z] === CONT TestMountDaemonRoot/default/bind_root [2020-03-16T09:02:31.012Z] === CONT TestMountDaemonRoot/rshared [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:02:31.012Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:02:31.012Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:02:31.012Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-03-16T09:02:31.269Z] === CONT TestMountDaemonRoot/shared [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:02:31.269Z] === CONT TestMountDaemonRoot/rslave [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:02:31.269Z] === CONT TestMountDaemonRoot/slave [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-03-16T09:02:31.269Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:02:31.269Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:02:31.269Z] === CONT TestMountDaemonRoot/rprivate [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/private [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/private/mount_root [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:02:31.270Z] === RUN TestMountDaemonRoot/private/bind_root [2020-03-16T09:02:31.270Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/default/mount_root [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-03-16T09:02:31.270Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-03-16T09:02:31.500Z] --- PASS: TestHostnameDnsResolution (1.08s) [2020-03-16T09:02:31.500Z] === RUN TestStats [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-03-16T09:02:31.527Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-03-16T09:02:31.785Z] === CONT TestMountDaemonRoot/private/bind_root [2020-03-16T09:02:32.042Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-03-16T09:02:32.042Z] === CONT TestMountDaemonRoot/private/mount_root [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.10s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.10s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2020-03-16T09:02:32.042Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-03-16T09:02:32.042Z] === RUN TestContainerBindMountNonRecursive [2020-03-16T09:02:32.042Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-03-16T09:02:32.975Z] --- PASS: TestStats (1.67s) [2020-03-16T09:02:32.975Z] === RUN TestStopContainerWithTimeout [2020-03-16T09:02:32.975Z] === RUN TestStopContainerWithTimeout/0 [2020-03-16T09:02:32.975Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-16T09:02:32.975Z] === RUN TestStopContainerWithTimeout/1 [2020-03-16T09:02:32.975Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-16T09:02:32.975Z] === RUN TestStopContainerWithTimeout/3 [2020-03-16T09:02:32.975Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-16T09:02:32.975Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-16T09:02:32.975Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-16T09:02:32.975Z] === CONT TestStopContainerWithTimeout/0 [2020-03-16T09:02:32.975Z] === CONT TestStopContainerWithTimeout/3 [2020-03-16T09:02:32.975Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-16T09:02:32.975Z] === CONT TestStopContainerWithTimeout/1 [2020-03-16T09:02:34.572Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2020-03-16T09:02:34.572Z] === RUN TestNetworkNat [2020-03-16T09:02:34.572Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-03-16T09:02:35.503Z] --- PASS: TestNetworkNat (0.95s) [2020-03-16T09:02:35.504Z] === RUN TestNetworkLocalhostTCPNat [2020-03-16T09:02:36.436Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s) [2020-03-16T09:02:36.436Z] === RUN TestNetworkLoopbackNat [2020-03-16T09:02:36.441Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-03-16T09:02:36.441Z] --- PASS: TestStopContainerWithTimeout/0 (1.21s) [2020-03-16T09:02:36.441Z] --- PASS: TestStopContainerWithTimeout/1 (1.99s) [2020-03-16T09:02:36.441Z] --- PASS: TestStopContainerWithTimeout/-1 (3.09s) [2020-03-16T09:02:36.441Z] --- PASS: TestStopContainerWithTimeout/3 (3.21s) [2020-03-16T09:02:36.441Z] === RUN TestDeleteDevicemapper [2020-03-16T09:02:36.441Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-16T09:02:36.441Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T09:02:36.441Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-16T09:02:38.332Z] --- PASS: TestNetworkLoopbackNat (1.92s) [2020-03-16T09:02:38.332Z] === RUN TestPause [2020-03-16T09:02:38.469Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.35s) [2020-03-16T09:02:38.469Z] === RUN TestUpdateMemory [2020-03-16T09:02:39.296Z] --- PASS: TestPause (1.06s) [2020-03-16T09:02:39.296Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-03-16T09:02:39.296Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T09:02:39.296Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T09:02:39.296Z] === RUN TestPauseStopPausedContainer [2020-03-16T09:02:39.485Z] --- PASS: TestUpdateMemory (1.01s) [2020-03-16T09:02:39.485Z] === RUN TestUpdateCPUQuota [2020-03-16T09:02:39.862Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-03-16T09:02:40.430Z] --- PASS: TestPauseStopPausedContainer (1.15s) [2020-03-16T09:02:40.430Z] === RUN TestPsFilter [2020-03-16T09:02:40.430Z] --- PASS: TestPsFilter (0.21s) [2020-03-16T09:02:40.430Z] === RUN TestRemoveContainerWithRemovedVolume [2020-03-16T09:02:40.964Z] --- PASS: TestUpdateCPUQuota (1.28s) [2020-03-16T09:02:40.964Z] === RUN TestUpdatePidsLimit [2020-03-16T09:02:40.964Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-16T09:02:41.249Z] === RUN TestUpdatePidsLimit/no_change [2020-03-16T09:02:41.533Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-16T09:02:41.799Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.24s) [2020-03-16T09:02:41.799Z] === RUN TestRemoveContainerWithVolume [2020-03-16T09:02:41.799Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-03-16T09:02:41.816Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-16T09:02:42.099Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-16T09:02:42.382Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-16T09:02:42.666Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-16T09:02:42.731Z] --- PASS: TestRemoveContainerWithVolume (0.90s) [2020-03-16T09:02:42.731Z] === RUN TestRemoveContainerRunning [2020-03-16T09:02:43.665Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit (3.19s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/no_change (0.29s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/update_lower (0.30s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.32s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2020-03-16T09:02:44.155Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2020-03-16T09:02:44.155Z] === RUN TestUpdateRestartPolicy [2020-03-16T09:02:44.234Z] --- PASS: TestRemoveContainerRunning (1.43s) [2020-03-16T09:02:44.234Z] === RUN TestRemoveContainerForceRemoveRunning [2020-03-16T09:02:44.299Z] --- PASS: TestServiceUpdateConfigs (15.07s) [2020-03-16T09:02:44.299Z] === RUN TestServiceUpdateNetwork [2020-03-16T09:02:45.605Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.22s) [2020-03-16T09:02:45.605Z] === RUN TestRemoveInvalidContainer [2020-03-16T09:02:45.605Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-03-16T09:02:45.605Z] === RUN TestRenameLinkedContainer [2020-03-16T09:02:46.537Z] --- PASS: TestServiceUpdateSecrets (15.81s) [2020-03-16T09:02:46.537Z] === RUN TestServiceUpdateConfigs [2020-03-16T09:02:48.132Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-03-16T09:02:49.505Z] --- PASS: TestRenameLinkedContainer (3.94s) [2020-03-16T09:02:49.505Z] === RUN TestRenameStoppedContainer [2020-03-16T09:02:49.505Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-03-16T09:02:50.435Z] --- PASS: TestRenameStoppedContainer (0.89s) [2020-03-16T09:02:50.435Z] === RUN TestRenameRunningContainerAndReuse [2020-03-16T09:02:50.435Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-03-16T09:02:51.366Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-03-16T09:02:51.931Z] --- PASS: TestRenameRunningContainerAndReuse (1.83s) [2020-03-16T09:02:51.931Z] === RUN TestRenameInvalidName [2020-03-16T09:02:53.302Z] --- PASS: TestRenameInvalidName (1.04s) [2020-03-16T09:02:53.302Z] === RUN TestRenameAnonymousContainer [2020-03-16T09:02:56.509Z] --- PASS: TestServiceUpdateNetwork (14.74s) [2020-03-16T09:02:56.509Z] PASS [2020-03-16T09:02:56.509Z] [2020-03-16T09:02:56.509Z] === Skipped [2020-03-16T09:02:56.509Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-16T09:02:56.509Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:02:56.509Z] [2020-03-16T09:02:56.509Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-03-16T09:02:56.509Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:02:56.509Z] [2020-03-16T09:02:56.509Z] [2020-03-16T09:02:56.509Z] DONE 23 tests, 2 skipped in 145.137s [2020-03-16T09:02:56.509Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-03-16T09:02:56.509Z] ++ 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-16T09:02:56.509Z] ++ set -e [2020-03-16T09:02:56.509Z] ++ '[' -n 0 ']' [2020-03-16T09:02:56.509Z] ++ set -x [2020-03-16T09:02:56.509Z] ++ env -i DEST=/go/src/github.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-16T09:02:56.670Z] --- PASS: TestUpdateRestartPolicy (12.06s) [2020-03-16T09:02:56.670Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-16T09:02:56.670Z] --- PASS: TestUpdateRestartWithAutoRemove (0.65s) [2020-03-16T09:02:56.670Z] === RUN TestWaitNonBlocked [2020-03-16T09:02:56.670Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:02:56.670Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:02:56.670Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:02:56.670Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:02:56.670Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:02:56.670Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:02:56.767Z] INFO: Testing against a local daemon [2020-03-16T09:02:56.767Z] === RUN TestSessionCreate [2020-03-16T09:02:56.767Z] --- PASS: TestSessionCreate (0.05s) [2020-03-16T09:02:56.767Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-16T09:02:56.767Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-03-16T09:02:56.767Z] PASS [2020-03-16T09:02:56.767Z] [2020-03-16T09:02:56.767Z] DONE 2 tests in 0.233s [2020-03-16T09:02:56.767Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-03-16T09:02:56.767Z] ++ 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-16T09:02:56.767Z] ++ set -e [2020-03-16T09:02:56.767Z] ++ '[' -n 0 ']' [2020-03-16T09:02:56.767Z] ++ set -x [2020-03-16T09:02:56.767Z] ++ env -i DEST=/go/src/github.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-16T09:02:57.025Z] INFO: Testing against a local daemon [2020-03-16T09:02:57.025Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-16T09:02:57.025Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:02:57.025Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:02:57.025Z] === RUN TestEventsExecDie [2020-03-16T09:02:57.481Z] --- PASS: TestRenameAnonymousContainer (3.68s) [2020-03-16T09:02:57.481Z] === RUN TestRenameContainerWithSameName [2020-03-16T09:02:57.481Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-03-16T09:02:57.481Z] === RUN TestDockerSuite/TestBuildBlankName [2020-03-16T09:02:57.481Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-03-16T09:02:57.687Z] --- PASS: TestWaitNonBlocked (0.04s) [2020-03-16T09:02:57.687Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2020-03-16T09:02:57.687Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.92s) [2020-03-16T09:02:57.687Z] === RUN TestWaitBlocked [2020-03-16T09:02:57.687Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:02:57.687Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:02:57.687Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:02:57.687Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:02:57.687Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:02:57.687Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:02:57.738Z] --- PASS: TestRenameContainerWithSameName (1.02s) [2020-03-16T09:02:57.738Z] === RUN TestRenameContainerWithLinkedContainer [2020-03-16T09:02:57.961Z] --- PASS: TestEventsExecDie (0.95s) [2020-03-16T09:02:57.961Z] === RUN TestEventsBackwardsCompatible [2020-03-16T09:02:58.220Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2020-03-16T09:02:58.220Z] === RUN TestInfoBinaryCommits [2020-03-16T09:02:58.220Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-03-16T09:02:58.220Z] === RUN TestInfoAPIVersioned [2020-03-16T09:02:58.220Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-03-16T09:02:58.220Z] === RUN TestInfoDiscoveryBackend [2020-03-16T09:02:58.716Z] --- PASS: TestWaitBlocked (0.04s) [2020-03-16T09:02:58.716Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2020-03-16T09:02:58.716Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.00s) [2020-03-16T09:02:58.716Z] === CONT TestContainerStartOnDaemonRestart [2020-03-16T09:02:58.716Z] === CONT TestIpcModeOlderClient [2020-03-16T09:02:58.716Z] === CONT TestDaemonHostGatewayIP [2020-03-16T09:02:58.716Z] === CONT TestDaemonRestartIpcMode [2020-03-16T09:02:58.787Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2020-03-16T09:02:58.787Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-16T09:02:59.008Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-03-16T09:02:59.633Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2020-03-16T09:02:59.633Z] === RUN TestResize [2020-03-16T09:02:59.722Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-16T09:02:59.722Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-16T09:03:00.197Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-03-16T09:03:00.197Z] --- PASS: TestResize (0.82s) [2020-03-16T09:03:00.197Z] === RUN TestResizeWithInvalidSize [2020-03-16T09:03:00.454Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-03-16T09:03:00.658Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-03-16T09:03:00.658Z] === RUN TestInfoAPI [2020-03-16T09:03:00.658Z] --- PASS: TestInfoAPI (0.05s) [2020-03-16T09:03:00.658Z] === RUN TestInfoAPIWarnings [2020-03-16T09:03:01.225Z] --- PASS: TestInfoAPIWarnings (0.62s) [2020-03-16T09:03:01.225Z] === RUN TestInfoDebug [2020-03-16T09:03:01.385Z] --- PASS: TestResizeWithInvalidSize (0.98s) [2020-03-16T09:03:01.385Z] === RUN TestResizeWhenContainerNotStarted [2020-03-16T09:03:01.740Z] --- PASS: TestServiceUpdateConfigs (15.78s) [2020-03-16T09:03:01.740Z] === RUN TestServiceUpdateNetwork [2020-03-16T09:03:01.792Z] --- PASS: TestInfoDebug (0.62s) [2020-03-16T09:03:01.792Z] === RUN TestInfoInsecureRegistries [2020-03-16T09:03:01.950Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:01.950Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:01.950Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:01.950Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-03-16T09:03:01.950Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-03-16T09:03:02.207Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-03-16T09:03:02.360Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2020-03-16T09:03:02.360Z] === RUN TestInfoRegistryMirrors [2020-03-16T09:03:02.487Z] --- PASS: TestContainerStartOnDaemonRestart (3.81s) [2020-03-16T09:03:02.927Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2020-03-16T09:03:02.927Z] === RUN TestLoginFailsWithBadCredentials [2020-03-16T09:03:03.105Z] --- PASS: TestDaemonRestartIpcMode (4.50s) [2020-03-16T09:03:03.186Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-03-16T09:03:03.186Z] === RUN TestPingCacheHeaders [2020-03-16T09:03:03.186Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-03-16T09:03:03.186Z] === RUN TestPingGet [2020-03-16T09:03:03.389Z] --- PASS: TestDaemonHostGatewayIP (4.75s) [2020-03-16T09:03:03.389Z] PASS [2020-03-16T09:03:03.389Z] [2020-03-16T09:03:03.389Z] === Skipped [2020-03-16T09:03:03.389Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-03-16T09:03:03.389Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T09:03:03.389Z] [2020-03-16T09:03:03.389Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T09:03:03.389Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T09:03:03.389Z] [2020-03-16T09:03:03.389Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-03-16T09:03:03.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T09:03:03.389Z] [2020-03-16T09:03:03.389Z] [2020-03-16T09:03:03.389Z] DONE 199 tests, 3 skipped in 116.484s [2020-03-16T09:03:03.389Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-03-16T09:03:03.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-16T09:03:03.389Z] ++ set -e [2020-03-16T09:03:03.389Z] ++ '[' -n 0 ']' [2020-03-16T09:03:03.389Z] ++ set -x [2020-03-16T09:03:03.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-16T09:03:03.444Z] --- PASS: TestPingGet (0.03s) [2020-03-16T09:03:03.444Z] === RUN TestPingHead [2020-03-16T09:03:03.444Z] --- PASS: TestPingHead (0.05s) [2020-03-16T09:03:03.444Z] === RUN TestVersion [2020-03-16T09:03:03.444Z] --- PASS: TestVersion (0.05s) [2020-03-16T09:03:03.444Z] PASS [2020-03-16T09:03:03.444Z] [2020-03-16T09:03:03.444Z] === Skipped [2020-03-16T09:03:03.444Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:03:03.444Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:03:03.444Z] [2020-03-16T09:03:03.444Z] [2020-03-16T09:03:03.444Z] DONE 18 tests, 1 skipped in 6.531s [2020-03-16T09:03:03.444Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-16T09:03:03.445Z] ++ 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-16T09:03:03.445Z] ++ set -e [2020-03-16T09:03:03.445Z] ++ '[' -n 0 ']' [2020-03-16T09:03:03.445Z] ++ set -x [2020-03-16T09:03:03.445Z] ++ env -i DEST=/go/src/github.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-16T09:03:03.673Z] INFO: Testing against a local daemon [2020-03-16T09:03:03.673Z] === RUN TestCommitInheritsEnv [2020-03-16T09:03:03.703Z] INFO: Testing against a local daemon [2020-03-16T09:03:03.703Z] === RUN TestVolumesCreateAndList [2020-03-16T09:03:03.703Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-03-16T09:03:03.703Z] === RUN TestVolumesRemove [2020-03-16T09:03:03.703Z] --- PASS: TestVolumesRemove (0.12s) [2020-03-16T09:03:03.703Z] === RUN TestVolumesInspect [2020-03-16T09:03:03.703Z] --- PASS: TestVolumesInspect (0.03s) [2020-03-16T09:03:03.703Z] === RUN TestVolumesInvalidJSON [2020-03-16T09:03:03.703Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:03.703Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:03.703Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:03.703Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2020-03-16T09:03:03.703Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-16T09:03:03.703Z] PASS [2020-03-16T09:03:03.703Z] [2020-03-16T09:03:03.703Z] DONE 5 tests in 0.370s [2020-03-16T09:03:03.703Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:03:03.957Z] --- PASS: TestCommitInheritsEnv (0.41s) [2020-03-16T09:03:03.957Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-16T09:03:03.957Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-16T09:03:03.957Z] === RUN TestImagesFilterMultiReference [2020-03-16T09:03:03.957Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-03-16T09:03:03.957Z] === RUN TestImagePullPlatformInvalid [2020-03-16T09:03:04.105Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-03-16T09:03:04.243Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-03-16T09:03:04.243Z] === RUN TestRemoveImageOrphaning [2020-03-16T09:03:04.269Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:03:04.269Z] +++ kill 13282 [2020-03-16T09:03:04.529Z] --- PASS: TestRemoveImageOrphaning (0.40s) [2020-03-16T09:03:04.529Z] === RUN TestRemoveImageGarbageCollector [2020-03-16T09:03:04.529Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-03-16T09:03:04.529Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:03:04.529Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-16T09:03:04.529Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2020-03-16T09:03:04.529Z] === RUN TestTagInvalidReference [2020-03-16T09:03:04.529Z] --- PASS: TestTagInvalidReference (0.04s) [2020-03-16T09:03:04.529Z] === RUN TestTagValidPrefixedRepo [2020-03-16T09:03:04.671Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:04.671Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:04.814Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-03-16T09:03:04.814Z] === RUN TestTagExistedNameWithoutForce [2020-03-16T09:03:04.814Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-03-16T09:03:04.814Z] === RUN TestTagOfficialNames [2020-03-16T09:03:04.814Z] --- PASS: TestTagOfficialNames (0.07s) [2020-03-16T09:03:04.814Z] === RUN TestTagMatchesDigest [2020-03-16T09:03:04.814Z] --- PASS: TestTagMatchesDigest (0.03s) [2020-03-16T09:03:04.814Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-16T09:03:05.644Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:03:05.644Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:03:05.644Z] [2020-03-16T09:03:05.644Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:03:05.644Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:03:05.644Z] [2020-03-16T09:03:05.644Z] To set a process to complain mode, use the command line tool [2020-03-16T09:03:05.644Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:03:05.644Z] +++ true [2020-03-16T09:03:05.644Z] [2020-03-16T09:03:06.043Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-03-16T09:03:06.300Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-03-16T09:03:06.557Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-03-16T09:03:06.814Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-03-16T09:03:07.747Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-03-16T09:03:08.005Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-03-16T09:03:08.263Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode Post stage [Pipeline] junit [2020-03-16T09:03:08.942Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T09:03:09.635Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-03-16T09:03:09.714Z] + echo Ensuring container killed. [2020-03-16T09:03:09.714Z] Ensuring container killed. [2020-03-16T09:03:09.714Z] + docker rm -vf docker-pr12 [2020-03-16T09:03:09.714Z] Error: No such container: docker-pr12 [2020-03-16T09:03:09.714Z] + true [Pipeline] sh [2020-03-16T09:03:10.008Z] + echo Chowning /workspace to jenkins user [2020-03-16T09:03:10.008Z] Chowning /workspace to jenkins user [2020-03-16T09:03:10.008Z] + id -u [2020-03-16T09:03:10.008Z] + id -g [2020-03-16T09:03:10.008Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/workspace busybox chown -R 1000:1000 /workspace [2020-03-16T09:03:10.200Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-03-16T09:03:10.458Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-03-16T09:03:10.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-03-16T09:03:13.241Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T09:03:13.597Z] + bundleName=arm64-integration [2020-03-16T09:03:13.597Z] + echo Creating arm64-integration-bundles.tar.gz [2020-03-16T09:03:13.597Z] Creating arm64-integration-bundles.tar.gz [2020-03-16T09:03:13.597Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-03-16T09:03:13.597Z] + 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-16T09:03:13.868Z] Archiving artifacts [2020-03-16T09:03:14.173Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-03-16T09:03:14.173Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-03-16T09:03:14.352Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:03:14.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-03-16T09:03:14.678Z] + make clean [2020-03-16T09:03:15.245Z] docker volume rm -f docker-dev-cache [2020-03-16T09:03:15.245Z] docker-dev-cache [Pipeline] deleteDir [2020-03-16T09:03:16.941Z] --- PASS: TestServiceUpdateNetwork (15.71s) [2020-03-16T09:03:16.941Z] PASS [2020-03-16T09:03:16.941Z] [2020-03-16T09:03:16.941Z] === Skipped [2020-03-16T09:03:16.941Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-03-16T09:03:16.941Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:03:16.941Z] [2020-03-16T09:03:16.941Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-03-16T09:03:16.941Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:03:16.941Z] [2020-03-16T09:03:16.941Z] [2020-03-16T09:03:16.941Z] DONE 23 tests, 2 skipped in 156.156s [2020-03-16T09:03:16.941Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-03-16T09:03:16.941Z] ++ 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-16T09:03:16.941Z] ++ set -e [2020-03-16T09:03:16.941Z] ++ '[' -n 0 ']' [2020-03-16T09:03:16.941Z] ++ set -x [2020-03-16T09:03:16.941Z] ++ env -i DEST=/go/src/github.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-16T09:03:16.941Z] INFO: Testing against a local daemon [2020-03-16T09:03:16.941Z] === RUN TestSessionCreate [2020-03-16T09:03:16.941Z] --- PASS: TestSessionCreate (0.02s) [2020-03-16T09:03:16.941Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-16T09:03:16.941Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-03-16T09:03:16.941Z] PASS [2020-03-16T09:03:16.941Z] [2020-03-16T09:03:16.941Z] DONE 2 tests in 0.202s [2020-03-16T09:03:16.941Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-03-16T09:03:16.941Z] ++ 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-16T09:03:16.941Z] ++ set -e [2020-03-16T09:03:16.941Z] ++ '[' -n 0 ']' [2020-03-16T09:03:16.941Z] ++ set -x [2020-03-16T09:03:16.941Z] ++ env -i DEST=/go/src/github.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-16T09:03:16.941Z] INFO: Testing against a local daemon [2020-03-16T09:03:16.941Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-16T09:03:16.941Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:03:16.941Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:03:16.941Z] === RUN TestEventsExecDie [2020-03-16T09:03:16.941Z] --- PASS: TestEventsExecDie (0.97s) [2020-03-16T09:03:16.941Z] === RUN TestEventsBackwardsCompatible [2020-03-16T09:03:16.941Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-03-16T09:03:16.941Z] === RUN TestInfoBinaryCommits [2020-03-16T09:03:16.941Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-16T09:03:16.941Z] === RUN TestInfoAPIVersioned [2020-03-16T09:03:16.941Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-16T09:03:16.941Z] === RUN TestInfoDiscoveryBackend [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers (0.01s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.59s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.73s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.52s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.61s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.38s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.77s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.53s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.65s) [2020-03-16T09:03:16.953Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.78s) [2020-03-16T09:03:16.953Z] === RUN TestCgroupNamespacesRun [2020-03-16T09:03:17.225Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-03-16T09:03:17.225Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-16T09:03:18.247Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-16T09:03:18.247Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-16T09:03:18.529Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2020-03-16T09:03:18.529Z] === RUN TestInfoAPI [2020-03-16T09:03:18.529Z] --- PASS: TestInfoAPI (0.02s) [2020-03-16T09:03:18.529Z] === RUN TestInfoAPIWarnings [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-03-16T09:03:18.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-03-16T09:03:18.850Z] --- PASS: TestCgroupNamespacesRun (1.88s) [2020-03-16T09:03:18.850Z] === RUN TestCgroupNamespacesRunPrivileged [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-16T09:03:19.147Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-03-16T09:03:19.147Z] === RUN TestInfoDebug [2020-03-16T09:03:19.760Z] --- PASS: TestInfoDebug (0.53s) [2020-03-16T09:03:19.760Z] === RUN TestInfoInsecureRegistries [2020-03-16T09:03:20.373Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-03-16T09:03:20.373Z] === RUN TestInfoRegistryMirrors [2020-03-16T09:03:20.655Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-03-16T09:03:20.655Z] === RUN TestLoginFailsWithBadCredentials [2020-03-16T09:03:20.748Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.01s) [2020-03-16T09:03:20.748Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-03-16T09:03:20.938Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2020-03-16T09:03:20.938Z] === RUN TestPingCacheHeaders [2020-03-16T09:03:20.938Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-03-16T09:03:20.938Z] === RUN TestPingGet [2020-03-16T09:03:20.938Z] --- PASS: TestPingGet (0.01s) [2020-03-16T09:03:20.938Z] === RUN TestPingHead [2020-03-16T09:03:20.938Z] --- PASS: TestPingHead (0.01s) [2020-03-16T09:03:20.938Z] === RUN TestVersion [2020-03-16T09:03:20.938Z] --- PASS: TestVersion (0.01s) [2020-03-16T09:03:20.938Z] PASS [2020-03-16T09:03:20.938Z] [2020-03-16T09:03:20.938Z] === Skipped [2020-03-16T09:03:20.938Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:03:20.938Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:03:20.938Z] [2020-03-16T09:03:20.938Z] [2020-03-16T09:03:20.938Z] DONE 18 tests, 1 skipped in 5.675s [2020-03-16T09:03:20.938Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-03-16T09:03:20.938Z] ++ 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-16T09:03:20.938Z] ++ set -e [2020-03-16T09:03:20.938Z] ++ '[' -n 0 ']' [2020-03-16T09:03:20.938Z] ++ set -x [2020-03-16T09:03:20.938Z] ++ env -i DEST=/go/src/github.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-16T09:03:21.219Z] INFO: Testing against a local daemon [2020-03-16T09:03:21.219Z] === RUN TestVolumesCreateAndList [2020-03-16T09:03:21.219Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-03-16T09:03:21.219Z] === RUN TestVolumesRemove [2020-03-16T09:03:21.219Z] --- PASS: TestVolumesRemove (0.11s) [2020-03-16T09:03:21.219Z] === RUN TestVolumesInspect [2020-03-16T09:03:21.219Z] --- PASS: TestVolumesInspect (0.01s) [2020-03-16T09:03:21.219Z] === RUN TestVolumesInvalidJSON [2020-03-16T09:03:21.219Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:21.219Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:21.219Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-16T09:03:21.219Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-03-16T09:03:21.219Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-16T09:03:21.219Z] PASS [2020-03-16T09:03:21.219Z] [2020-03-16T09:03:21.219Z] DONE 5 tests in 0.227s [2020-03-16T09:03:21.219Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:03:21.501Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:03:21.501Z] +++ kill 11781 [2020-03-16T09:03:22.119Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-03-16T09:03:22.683Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.03s) [2020-03-16T09:03:22.683Z] === RUN TestCgroupNamespacesRunHostMode [2020-03-16T09:03:22.980Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:03:22.980Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:03:22.980Z] [2020-03-16T09:03:22.980Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:03:22.980Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:03:22.980Z] [2020-03-16T09:03:22.980Z] To set a process to complain mode, use the command line tool [2020-03-16T09:03:22.980Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:03:22.980Z] +++ true [2020-03-16T09:03:22.980Z] [2020-03-16T09:03:24.581Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2020-03-16T09:03:24.582Z] === RUN TestCgroupNamespacesRunPrivateMode Post stage [Pipeline] junit [2020-03-16T09:03:25.039Z] Recording test results [2020-03-16T09:03:25.147Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T09:03:25.852Z] + echo Ensuring container killed. [2020-03-16T09:03:25.852Z] Ensuring container killed. [2020-03-16T09:03:25.852Z] + docker rm -vf docker-pr12 [2020-03-16T09:03:25.852Z] Error: No such container: docker-pr12 [2020-03-16T09:03:25.852Z] + true [Pipeline] sh [2020-03-16T09:03:26.228Z] + echo Chowning /workspace to jenkins user [2020-03-16T09:03:26.228Z] Chowning /workspace to jenkins user [2020-03-16T09:03:26.228Z] + id -u [2020-03-16T09:03:26.228Z] + id -g [2020-03-16T09:03:26.228Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40689:/workspace busybox chown -R 1001:1001 /workspace [2020-03-16T09:03:26.520Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.95s) [2020-03-16T09:03:26.520Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-03-16T09:03:26.520Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-03-16T09:03:27.452Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.95s) [2020-03-16T09:03:27.452Z] === RUN TestCgroupNamespacesRunInvalidMode [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T09:03:28.396Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2020-03-16T09:03:28.396Z] === RUN TestCgroupNamespacesRunOlderClient [2020-03-16T09:03:28.638Z] + bundleName=s390x-integration [2020-03-16T09:03:28.638Z] + echo Creating s390x-integration-bundles.tar.gz [2020-03-16T09:03:28.638Z] Creating s390x-integration-bundles.tar.gz [2020-03-16T09:03:28.638Z] + 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-16T09:03:28.638Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-03-16T09:03:28.675Z] Archiving artifacts [2020-03-16T09:03:28.961Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-03-16T09:03:29.003Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:03:29.155Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-03-16T09:03:29.155Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-03-16T09:03:29.155Z] remote: Enumerating objects: 2, done. [2020-03-16T09:03:29.155Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-03-16T09:03:29.155Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-03-16T09:03:29.155Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-03-16T09:03:29.155Z] 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-16T09:03:29.155Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-03-16T09:03:29.155Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-03-16T09:03:29.398Z] + make clean [2020-03-16T09:03:29.506Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/test/unit [2020-03-16T09:03:29.680Z] docker volume rm -f docker-dev-cache [2020-03-16T09:03:29.680Z] docker-dev-cache [Pipeline] deleteDir [2020-03-16T09:03:30.333Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.88s) [2020-03-16T09:03:30.333Z] === RUN TestKernelTCPMemory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-16T09:03:31.264Z] --- PASS: TestKernelTCPMemory (0.99s) [2020-03-16T09:03:31.264Z] === RUN TestNISDomainname [2020-03-16T09:03:31.521Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-03-16T09:03:32.038Z] ? github.com/docker/docker/api [no test files] [2020-03-16T09:03:32.452Z] --- PASS: TestNISDomainname (1.12s) [2020-03-16T09:03:32.452Z] === RUN TestHostnameDnsResolution [2020-03-16T09:03:32.452Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-03-16T09:03:32.452Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-03-16T09:03:32.452Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-03-16T09:03:33.827Z] --- PASS: TestHostnameDnsResolution (1.53s) [2020-03-16T09:03:33.827Z] === RUN TestStats [2020-03-16T09:03:34.759Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-03-16T09:03:35.690Z] --- PASS: TestStats (1.90s) [2020-03-16T09:03:35.690Z] === RUN TestStopContainerWithTimeout [2020-03-16T09:03:35.690Z] === RUN TestStopContainerWithTimeout/0 [2020-03-16T09:03:35.690Z] === PAUSE TestStopContainerWithTimeout/0 [2020-03-16T09:03:35.690Z] === RUN TestStopContainerWithTimeout/1 [2020-03-16T09:03:35.690Z] === PAUSE TestStopContainerWithTimeout/1 [2020-03-16T09:03:35.690Z] === RUN TestStopContainerWithTimeout/3 [2020-03-16T09:03:35.690Z] === PAUSE TestStopContainerWithTimeout/3 [2020-03-16T09:03:35.690Z] === RUN TestStopContainerWithTimeout/-1 [2020-03-16T09:03:35.690Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-03-16T09:03:35.690Z] === CONT TestStopContainerWithTimeout/0 [2020-03-16T09:03:35.690Z] === CONT TestStopContainerWithTimeout/3 [2020-03-16T09:03:36.254Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-03-16T09:03:37.186Z] === CONT TestStopContainerWithTimeout/-1 [2020-03-16T09:03:37.751Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-03-16T09:03:38.315Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-03-16T09:03:39.246Z] === CONT TestStopContainerWithTimeout/1 [2020-03-16T09:03:40.616Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-03-16T09:03:40.874Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-03-16T09:03:40.874Z] --- PASS: TestStopContainerWithTimeout/0 (1.27s) [2020-03-16T09:03:40.874Z] --- PASS: TestStopContainerWithTimeout/3 (3.25s) [2020-03-16T09:03:40.874Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2020-03-16T09:03:40.874Z] --- PASS: TestStopContainerWithTimeout/1 (1.92s) [2020-03-16T09:03:40.874Z] === RUN TestDeleteDevicemapper [2020-03-16T09:03:40.874Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-03-16T09:03:40.874Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T09:03:40.874Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-03-16T09:03:41.438Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-03-16T09:03:43.345Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-03-16T09:03:43.602Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.58s) [2020-03-16T09:03:43.602Z] === RUN TestUpdateMemory [2020-03-16T09:03:43.602Z] --- SKIP: TestUpdateMemory (0.00s) [2020-03-16T09:03:43.602Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:03:43.602Z] === RUN TestUpdateCPUQuota [2020-03-16T09:03:44.975Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-03-16T09:03:45.233Z] --- PASS: TestUpdateCPUQuota (1.67s) [2020-03-16T09:03:45.233Z] === RUN TestUpdatePidsLimit [2020-03-16T09:03:45.233Z] === RUN TestUpdatePidsLimit/update_from_none [2020-03-16T09:03:45.796Z] === RUN TestUpdatePidsLimit/no_change [2020-03-16T09:03:46.054Z] === RUN TestUpdatePidsLimit/update_lower [2020-03-16T09:03:46.618Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-03-16T09:03:46.878Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-03-16T09:03:46.910Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-03-16T09:03:47.441Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-03-16T09:03:47.698Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-03-16T09:03:47.956Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit (4.16s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/update_lower (0.44s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.42s) [2020-03-16T09:03:49.368Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-03-16T09:03:49.368Z] === RUN TestUpdateRestartPolicy [2020-03-16T09:03:49.629Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-03-16T09:03:50.193Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-03-16T09:03:51.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-03-16T09:03:52.491Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-03-16T09:03:53.055Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-03-16T09:03:53.986Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-03-16T09:03:53.986Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-03-16T09:03:58.161Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-03-16T09:04:00.056Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-03-16T09:04:00.991Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-03-16T09:04:01.922Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-03-16T09:04:02.487Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-03-16T09:04:02.744Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-03-16T09:04:02.744Z] --- PASS: TestUpdateRestartPolicy (13.47s) [2020-03-16T09:04:02.744Z] === RUN TestUpdateRestartWithAutoRemove [2020-03-16T09:04:04.119Z] --- PASS: TestUpdateRestartWithAutoRemove (1.06s) [2020-03-16T09:04:04.119Z] === RUN TestWaitNonBlocked [2020-03-16T09:04:04.119Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:04:04.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:04:04.119Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:04:04.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:04:04.119Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-03-16T09:04:04.119Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-03-16T09:04:05.051Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-03-16T09:04:05.311Z] --- PASS: TestWaitNonBlocked (0.06s) [2020-03-16T09:04:05.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2020-03-16T09:04:05.312Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.20s) [2020-03-16T09:04:05.312Z] === RUN TestWaitBlocked [2020-03-16T09:04:05.312Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:04:05.312Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:04:05.312Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:04:05.312Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:04:05.312Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-03-16T09:04:05.312Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-03-16T09:04:06.686Z] --- PASS: TestWaitBlocked (0.03s) [2020-03-16T09:04:06.686Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2020-03-16T09:04:06.686Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2020-03-16T09:04:06.686Z] === CONT TestContainerStartOnDaemonRestart [2020-03-16T09:04:06.686Z] === CONT TestDaemonHostGatewayIP [2020-03-16T09:04:09.212Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-03-16T09:04:09.469Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-03-16T09:04:10.892Z] --- PASS: TestContainerStartOnDaemonRestart (4.14s) [2020-03-16T09:04:10.892Z] === CONT TestDaemonRestartIpcMode [2020-03-16T09:04:10.892Z] --- PASS: TestDaemonHostGatewayIP (4.42s) [2020-03-16T09:04:10.892Z] === CONT TestIpcModeOlderClient [2020-03-16T09:04:10.892Z] --- PASS: TestIpcModeOlderClient (0.10s) [2020-03-16T09:04:12.263Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-03-16T09:04:12.520Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-03-16T09:04:13.085Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-03-16T09:04:13.649Z] === RUN TestDockerSuite/TestBuildCmd [2020-03-16T09:04:13.907Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-03-16T09:04:14.164Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-03-16T09:04:14.421Z] --- PASS: TestDaemonRestartIpcMode (3.73s) [2020-03-16T09:04:14.421Z] PASS [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === Skipped [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-03-16T09:04:14.421Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2020-03-16T09:04:14.421Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-03-16T09:04:14.421Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-03-16T09:04:14.421Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-03-16T09:04:14.421Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-03-16T09:04:14.421Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] [2020-03-16T09:04:14.421Z] DONE 199 tests, 6 skipped in 151.399s [2020-03-16T09:04:14.421Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-03-16T09:04:14.421Z] ++ 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-16T09:04:14.421Z] ++ set -e [2020-03-16T09:04:14.421Z] ++ '[' -n 0 ']' [2020-03-16T09:04:14.421Z] ++ set -x [2020-03-16T09:04:14.421Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-16T09:04:14.421Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-03-16T09:04:14.679Z] INFO: Testing against a local daemon [2020-03-16T09:04:14.679Z] === RUN TestCommitInheritsEnv [2020-03-16T09:04:14.679Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-03-16T09:04:14.679Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-03-16T09:04:15.244Z] --- PASS: TestCommitInheritsEnv (0.46s) [2020-03-16T09:04:15.244Z] === RUN TestImportExtremelyLargeImageWorks [2020-03-16T09:04:15.244Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-03-16T09:04:15.244Z] === RUN TestImagesFilterMultiReference [2020-03-16T09:04:15.244Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-03-16T09:04:15.244Z] === RUN TestImagePullPlatformInvalid [2020-03-16T09:04:15.244Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-03-16T09:04:15.244Z] === RUN TestRemoveImageOrphaning [2020-03-16T09:04:15.809Z] --- PASS: TestRemoveImageOrphaning (0.49s) [2020-03-16T09:04:15.809Z] === RUN TestRemoveImageGarbageCollector [2020-03-16T09:04:16.066Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-03-16T09:04:17.964Z] --- PASS: TestRemoveImageGarbageCollector (2.02s) [2020-03-16T09:04:17.964Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-03-16T09:04:17.964Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-03-16T09:04:17.964Z] === RUN TestTagInvalidReference [2020-03-16T09:04:17.964Z] --- PASS: TestTagInvalidReference (0.02s) [2020-03-16T09:04:17.964Z] === RUN TestTagValidPrefixedRepo [2020-03-16T09:04:17.964Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2020-03-16T09:04:17.964Z] === RUN TestTagExistedNameWithoutForce [2020-03-16T09:04:17.964Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-03-16T09:04:17.964Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-03-16T09:04:17.964Z] === RUN TestTagOfficialNames [2020-03-16T09:04:17.964Z] --- PASS: TestTagOfficialNames (0.05s) [2020-03-16T09:04:17.964Z] === RUN TestTagMatchesDigest [2020-03-16T09:04:17.964Z] --- PASS: TestTagMatchesDigest (0.06s) [2020-03-16T09:04:17.964Z] === CONT TestImportExtremelyLargeImageWorks [2020-03-16T09:04:23.225Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-03-16T09:04:23.790Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-03-16T09:04:24.050Z] === RUN TestDockerSuite/TestBuildContChar [2020-03-16T09:04:24.983Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-03-16T09:04:25.547Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-03-16T09:04:26.111Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-03-16T09:04:28.638Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-03-16T09:04:29.571Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-03-16T09:04:30.135Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-03-16T09:04:30.396Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-03-16T09:04:30.959Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-03-16T09:04:31.216Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-03-16T09:04:31.474Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-03-16T09:04:32.406Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-03-16T09:04:32.971Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-03-16T09:04:33.535Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-03-16T09:04:37.714Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-03-16T09:04:37.714Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-03-16T09:04:40.992Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-03-16T09:04:42.889Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-03-16T09:04:47.071Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-03-16T09:04:47.071Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-03-16T09:04:48.002Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-03-16T09:04:48.002Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-03-16T09:04:48.565Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-03-16T09:04:53.830Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-03-16T09:04:53.830Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-03-16T09:04:54.590Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-03-16T09:04:54.590Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-03-16T09:04:54.590Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-03-16T09:04:55.528Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-03-16T09:04:55.528Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-03-16T09:04:56.095Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.5% of statements [2020-03-16T09:04:56.095Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/types [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/types/container [no test files] [2020-03-16T09:04:56.355Z] ? github.com/docker/docker/api/types/events [no test files] [2020-03-16T09:04:56.921Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2020-03-16T09:04:56.921Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/image [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/network [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-03-16T09:04:56.921Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-03-16T09:04:57.107Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-03-16T09:04:57.179Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2020-03-16T09:04:57.179Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-03-16T09:04:57.179Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-03-16T09:04:57.437Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-03-16T09:04:58.004Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2020-03-16T09:04:58.479Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-03-16T09:05:00.374Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-03-16T09:05:00.631Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-03-16T09:05:00.631Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-03-16T09:05:00.631Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-03-16T09:05:00.631Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-03-16T09:05:00.631Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-03-16T09:05:02.191Z] ok github.com/docker/docker/builder/dockerfile 0.557s coverage: 48.2% of statements [2020-03-16T09:05:02.191Z] ok github.com/docker/docker/builder/remotecontext 0.178s coverage: 13.6% of statements [2020-03-16T09:05:02.449Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-03-16T09:05:02.528Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-03-16T09:05:03.092Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-03-16T09:05:03.656Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-03-16T09:05:04.221Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-03-16T09:05:04.981Z] ok github.com/docker/docker/builder/remotecontext/git 2.040s coverage: 86.3% of statements [2020-03-16T09:05:04.981Z] ? github.com/docker/docker/cli [no test files] [2020-03-16T09:05:04.981Z] ? github.com/docker/docker/cli/config [no test files] [2020-03-16T09:05:05.915Z] ok github.com/docker/docker/client 0.198s coverage: 75.8% of statements [2020-03-16T09:05:06.118Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-03-16T09:05:06.118Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-03-16T09:05:06.118Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-03-16T09:05:08.054Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-03-16T09:05:09.984Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-03-16T09:05:12.508Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-03-16T09:05:13.879Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-03-16T09:05:15.780Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-03-16T09:05:16.344Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-03-16T09:05:16.909Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-03-16T09:05:17.476Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-03-16T09:05:21.661Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-03-16T09:05:24.938Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-03-16T09:05:24.938Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-03-16T09:05:30.195Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-03-16T09:05:32.095Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-03-16T09:05:33.026Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-03-16T09:05:33.284Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-03-16T09:05:33.849Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-03-16T09:05:34.413Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-03-16T09:05:35.785Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-03-16T09:05:38.311Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-03-16T09:05:40.837Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-03-16T09:05:41.400Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-03-16T09:05:41.400Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-03-16T09:05:43.297Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-03-16T09:05:44.668Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-03-16T09:05:46.566Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-03-16T09:05:47.939Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-03-16T09:05:52.587Z] ok github.com/docker/docker/cmd/dockerd 0.084s coverage: 30.7% of statements [2020-03-16T09:05:52.587Z] ok github.com/docker/docker/container 0.120s coverage: 34.9% of statements [2020-03-16T09:05:52.587Z] ? github.com/docker/docker/container/stream [no test files] [2020-03-16T09:05:52.587Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-03-16T09:05:52.587Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-03-16T09:05:52.587Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-03-16T09:05:56.773Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2020-03-16T09:05:57.896Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-03-16T09:05:58.676Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2020-03-16T09:05:59.793Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-03-16T09:06:00.053Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.6% of statements [2020-03-16T09:06:01.164Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-03-16T09:06:01.164Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-03-16T09:06:03.062Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-03-16T09:06:05.587Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-03-16T09:06:06.153Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-03-16T09:06:06.411Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-03-16T09:06:08.167Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.8% of statements [2020-03-16T09:06:08.734Z] ok github.com/docker/docker/daemon 12.187s coverage: 17.5% of statements [2020-03-16T09:06:08.993Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-03-16T09:06:08.993Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-03-16T09:06:10.370Z] ok github.com/docker/docker/daemon/config 0.082s coverage: 81.7% of statements [2020-03-16T09:06:10.370Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-03-16T09:06:11.306Z] ok github.com/docker/docker/daemon/events 0.078s coverage: 50.0% of statements [2020-03-16T09:06:11.306Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-03-16T09:06:11.306Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-03-16T09:06:12.243Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite (351.07s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.28s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.19s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.62s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.53s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:1449: [dce739b99189b] daemon is not started [2020-03-16T09:06:12.959Z] check_test.go:309: [d52929ea5d9d7] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.79s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.03s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d9c88364e335f] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.72s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.25s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.92s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.56s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.33s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.20s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.54s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.75s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2020-03-16T09:06:12.959Z] check_test.go:309: [df5c0cf0f9db8] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d93df7e28b9ea] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.74s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.53s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d2b4502870403] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.94s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.88s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.78s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.22s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.66s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d05a30f656233] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.67s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.22s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.23s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.78s) [2020-03-16T09:06:12.959Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-03-16T09:06:12.959Z] check_test.go:309: [d07ba916e8be1] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.20s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.11s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.76s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.90s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d052e772c63fc] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.48s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2020-03-16T09:06:12.959Z] check_test.go:309: [db9c1f42aafa2] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.69s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_plugins_test.go:79: [d9b302390afa8] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.20s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_plugins_test.go:169: [da1bbe1301a09] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.80s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-03-16T09:06:12.959Z] check_test.go:309: [df2f9e5eef8db] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.74s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.64s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.85s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.75s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.10s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.68s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d268e6b579793] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.42s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.12s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.59s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.48s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.00s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d052dbbea0e10] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.65s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.59s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.20s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.02s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.61s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.38s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.48s) [2020-03-16T09:06:12.959Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-03-16T09:06:12.959Z] check_test.go:309: [d895ddec25838] daemon is not started [2020-03-16T09:06:12.959Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-03-16T09:06:12.959Z] check_test.go:309: [dd83643900266] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.68s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d1c88a2956f28] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.39s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.22s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.22s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.18s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.84s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.13s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.35s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.45s) [2020-03-16T09:06:12.959Z] check_test.go:309: [dca131da17f52] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.92s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.70s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.74s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d678e667e5bed] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.93s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2020-03-16T09:06:12.959Z] check_test.go:309: [d2ba859c4c18e] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.16s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d16e2b19b02af] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.55s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d24d647c90f25] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.22s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.89s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.38s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2020-03-16T09:06:12.959Z] check_test.go:309: [db73aa094be01] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.18s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.75s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.05s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.38s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d2c36d33ac9cd] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.54s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.00s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d95b1ffc2b16c] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.81s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.72s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.10s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.72s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.81s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.07s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.97s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.21s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.68s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.91s) [2020-03-16T09:06:12.959Z] docker_cli_daemon_test.go:2542: [d09b15e0767dd] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.82s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.00s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.19s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.19s) [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2020-03-16T09:06:12.959Z] check_test.go:309: [d916f78d52392] daemon is not started [2020-03-16T09:06:12.959Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.50s) [2020-03-16T09:06:12.959Z] === RUN TestDockerSwarmSuite [2020-03-16T09:06:12.959Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-03-16T09:06:14.776Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2020-03-16T09:06:15.483Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-03-16T09:06:15.711Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.210s coverage: 57.0% of statements [2020-03-16T09:06:19.000Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.445s coverage: 45.9% of statements [2020-03-16T09:06:19.000Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.370s coverage: 72.5% of statements [2020-03-16T09:06:19.661Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-03-16T09:06:20.225Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-03-16T09:06:20.377Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.8% of statements [2020-03-16T09:06:20.377Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-03-16T09:06:21.596Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-03-16T09:06:21.596Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-03-16T09:06:21.753Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.190s coverage: 49.5% of statements [2020-03-16T09:06:23.129Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.272s coverage: 76.1% of statements [2020-03-16T09:06:24.506Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2020-03-16T09:06:24.764Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.108s coverage: 61.0% of statements [2020-03-16T09:06:24.764Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-03-16T09:06:24.764Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-03-16T09:06:24.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-03-16T09:06:25.331Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-03-16T09:06:26.265Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2020-03-16T09:06:27.399Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-03-16T09:06:28.795Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.9% of statements [2020-03-16T09:06:28.795Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-03-16T09:06:28.795Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-03-16T09:06:28.795Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 41.6% of statements [2020-03-16T09:06:29.921Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-03-16T09:06:30.169Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2020-03-16T09:06:30.428Z] ok github.com/docker/docker/daemon/logger/awslogs 0.173s coverage: 77.8% of statements [2020-03-16T09:06:30.428Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-03-16T09:06:30.428Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-03-16T09:06:31.362Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-03-16T09:06:31.621Z] time="2020-03-16T09:06:31Z" level=error msg="Failed to remove source log file: remove /tmp/docker-logger-173415146/container.log.1: no such file or directory" [2020-03-16T09:06:31.621Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.013s coverage: 62.1% of statements [2020-03-16T09:06:31.879Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2020-03-16T09:06:32.448Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-03-16T09:06:33.332Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 74.7% of statements [2020-03-16T09:06:33.332Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-03-16T09:06:33.332Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 19.9% of statements [2020-03-16T09:06:34.712Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.012s coverage: 33.3% of statements [2020-03-16T09:06:36.087Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 47.8% of statements [2020-03-16T09:06:36.347Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-03-16T09:06:36.914Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-03-16T09:06:36.914Z] ok github.com/docker/docker/daemon/logger/splunk 1.681s coverage: 82.5% of statements [2020-03-16T09:06:36.914Z] ? github.com/docker/docker/daemon/names [no test files] [2020-03-16T09:06:36.914Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-03-16T09:06:38.996Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-03-16T09:06:38.996Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-03-16T09:06:39.448Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2020-03-16T09:06:39.707Z] ok github.com/docker/docker/distribution 0.174s coverage: 22.1% of statements [2020-03-16T09:06:39.707Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-03-16T09:06:39.928Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-03-16T09:06:41.084Z] ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements [2020-03-16T09:06:42.021Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-03-16T09:06:42.956Z] ok github.com/docker/docker/distribution/xfer 1.871s coverage: 85.1% of statements [2020-03-16T09:06:42.956Z] ? github.com/docker/docker/dockerversion [no test files] [2020-03-16T09:06:42.956Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2020-03-16T09:06:42.956Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-03-16T09:06:43.265Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-03-16T09:06:44.331Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2020-03-16T09:06:44.331Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-03-16T09:06:45.265Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2020-03-16T09:06:46.199Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2020-03-16T09:06:46.199Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-03-16T09:06:46.545Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-03-16T09:06:48.101Z] ok github.com/docker/docker/pkg/archive 0.399s coverage: 76.9% of statements [2020-03-16T09:06:49.037Z] ok github.com/docker/docker/pkg/authorization 0.167s coverage: 68.3% of statements [2020-03-16T09:06:49.295Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-03-16T09:06:49.554Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-03-16T09:06:53.737Z] ok github.com/docker/docker/layer 7.928s coverage: 68.8% of statements [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/oci [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/oci/caps [no test files] [2020-03-16T09:06:53.737Z] ok github.com/docker/docker/pkg/chrootarchive 2.911s coverage: 43.2% of statements [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-03-16T09:06:53.737Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-03-16T09:06:53.737Z] ok github.com/docker/docker/pkg/directory 0.007s coverage: 80.0% of statements [2020-03-16T09:06:53.995Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-03-16T09:06:54.253Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2020-03-16T09:06:55.189Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2020-03-16T09:06:55.756Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-03-16T09:06:56.015Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-03-16T09:06:57.390Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-03-16T09:06:57.957Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements [2020-03-16T09:06:58.215Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2020-03-16T09:06:58.781Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2020-03-16T09:06:58.781Z] ok github.com/docker/docker/pkg/fsutils 0.255s coverage: 85.1% of statements [2020-03-16T09:07:00.157Z] ok github.com/docker/docker/pkg/idtools 0.494s coverage: 70.1% of statements [2020-03-16T09:07:00.157Z] ok github.com/docker/docker/pkg/ioutils 0.443s coverage: 69.3% of statements [2020-03-16T09:07:00.415Z] ok github.com/docker/docker/pkg/locker 0.019s coverage: 88.9% of statements [2020-03-16T09:07:00.673Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2020-03-16T09:07:00.932Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2020-03-16T09:07:00.932Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-03-16T09:07:01.499Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2020-03-16T09:07:01.757Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2020-03-16T09:07:02.015Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-03-16T09:07:02.015Z] ok github.com/docker/docker/pkg/mount 0.557s coverage: 70.5% of statements [2020-03-16T09:07:02.015Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-03-16T09:07:02.583Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 91.4% of statements [2020-03-16T09:07:02.583Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2020-03-16T09:07:02.583Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-03-16T09:07:02.583Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-03-16T09:07:03.516Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2020-03-16T09:07:04.083Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-03-16T09:07:04.343Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-03-16T09:07:04.601Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-03-16T09:07:05.975Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-03-16T09:07:06.233Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-03-16T09:07:08.451Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-03-16T09:07:08.451Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-03-16T09:07:08.451Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-03-16T09:07:08.451Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-03-16T09:07:09.515Z] ok github.com/docker/docker/pkg/signal 2.400s coverage: 61.0% of statements [2020-03-16T09:07:09.515Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-03-16T09:07:09.773Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-03-16T09:07:10.032Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-03-16T09:07:10.291Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-03-16T09:07:10.550Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 71.3% of statements [2020-03-16T09:07:11.117Z] ok github.com/docker/docker/pkg/system 0.018s coverage: 37.2% of statements [2020-03-16T09:07:11.684Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2020-03-16T09:07:11.728Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-03-16T09:07:11.729Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-03-16T09:07:11.985Z] --- PASS: TestImportExtremelyLargeImageWorks (174.00s) [2020-03-16T09:07:11.985Z] PASS [2020-03-16T09:07:11.985Z] [2020-03-16T09:07:11.985Z] DONE 12 tests in 177.573s [2020-03-16T09:07:11.985Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-03-16T09:07:11.986Z] ++ 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-16T09:07:11.986Z] ++ set -e [2020-03-16T09:07:11.986Z] ++ '[' -n 0 ']' [2020-03-16T09:07:11.986Z] ++ set -x [2020-03-16T09:07:11.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=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-16T09:07:11.986Z] INFO: Testing against a local daemon [2020-03-16T09:07:11.986Z] === RUN TestNetworkCreateDelete [2020-03-16T09:07:12.243Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-03-16T09:07:12.243Z] --- PASS: TestNetworkCreateDelete (0.15s) [2020-03-16T09:07:12.243Z] === RUN TestDockerNetworkDeletePreferID [2020-03-16T09:07:12.251Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-03-16T09:07:12.500Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2020-03-16T09:07:12.500Z] === RUN TestInspectNetwork [2020-03-16T09:07:12.510Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2020-03-16T09:07:12.757Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-03-16T09:07:12.768Z] testing: warning: no tests to run [2020-03-16T09:07:12.768Z] coverage: [no statements] [2020-03-16T09:07:12.768Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-03-16T09:07:13.015Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-03-16T09:07:13.025Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-03-16T09:07:13.272Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-03-16T09:07:13.283Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-03-16T09:07:13.530Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-03-16T09:07:13.541Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-03-16T09:07:16.053Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-03-16T09:07:16.073Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2020-03-16T09:07:16.331Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-03-16T09:07:17.267Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-03-16T09:07:17.525Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2020-03-16T09:07:17.947Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-03-16T09:07:17.947Z] === RUN TestInspectNetwork/full_network_id [2020-03-16T09:07:17.947Z] === RUN TestInspectNetwork/partial_network_id [2020-03-16T09:07:17.947Z] === RUN TestInspectNetwork/network_name [2020-03-16T09:07:17.947Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-16T09:07:18.900Z] ok github.com/docker/docker/registry 0.074s coverage: 56.0% of statements [2020-03-16T09:07:19.316Z] === RUN TestDockerSuite/TestBuildEnv [2020-03-16T09:07:19.468Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-03-16T09:07:19.727Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2020-03-16T09:07:20.662Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2020-03-16T09:07:20.662Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-03-16T09:07:20.685Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-03-16T09:07:22.057Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-03-16T09:07:22.057Z] --- PASS: TestInspectNetwork (9.59s) [2020-03-16T09:07:22.057Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-16T09:07:22.057Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-16T09:07:22.057Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-16T09:07:22.057Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-16T09:07:22.057Z] === RUN TestRunContainerWithBridgeNone [2020-03-16T09:07:23.196Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-03-16T09:07:23.427Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-03-16T09:07:24.129Z] ok github.com/docker/docker/volume/local 0.021s coverage: 73.0% of statements [2020-03-16T09:07:24.695Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-03-16T09:07:25.323Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2020-03-16T09:07:25.323Z] === RUN TestNetworkInvalidJSON [2020-03-16T09:07:25.323Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-16T09:07:25.323Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-16T09:07:25.323Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:07:25.323Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:07:25.323Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:07:25.323Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:07:25.323Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-16T09:07:25.323Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:07:25.323Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:07:25.323Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-03-16T09:07:25.323Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-16T09:07:25.323Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-16T09:07:25.323Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-16T09:07:25.323Z] === RUN TestHostIPv4BridgeLabel [2020-03-16T09:07:25.580Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-03-16T09:07:25.580Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-16T09:07:25.631Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2020-03-16T09:07:26.949Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2020-03-16T09:07:26.949Z] === RUN TestDaemonDefaultNetworkPools [2020-03-16T09:07:27.512Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2020-03-16T09:07:27.512Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-16T09:07:28.884Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2020-03-16T09:07:28.884Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-16T09:07:29.141Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-03-16T09:07:30.072Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2020-03-16T09:07:30.072Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-16T09:07:30.072Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-03-16T09:07:30.638Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2020-03-16T09:07:30.638Z] === RUN TestServiceWithPredefinedNetwork [2020-03-16T09:07:30.896Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-03-16T09:07:34.172Z] --- PASS: TestServiceWithPredefinedNetwork (3.20s) [2020-03-16T09:07:34.172Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-16T09:07:34.172Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T09:07:34.172Z] service_test.go:236: FLAKY_TEST [2020-03-16T09:07:34.172Z] === RUN TestServiceWithDataPathPortInit [2020-03-16T09:07:37.822Z] ok github.com/docker/docker/pkg/plugins 33.640s coverage: 76.6% of statements [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/rootless [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/testutil/request [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/volume [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-03-16T09:07:37.823Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === Skipped [2020-03-16T09:07:37.823Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-03-16T09:07:37.823Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-03-16T09:07:37.823Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver btrfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:73: No driver to put! [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-03-16T09:07:37.823Z] time="2020-03-16T09:06:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-03-16T09:07:37.823Z] time="2020-03-16T09:06:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-03-16T09:07:37.823Z] time="2020-03-16T09:06:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-03-16T09:07:37.823Z] time="2020-03-16T09:06:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-03-16T09:07:37.823Z] time="2020-03-16T09:06:20Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:73: No driver to put! [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-03-16T09:07:37.823Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-03-16T09:07:37.823Z] overlay_test.go:49: Fails to compute changes intermittently [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-03-16T09:07:37.823Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-03-16T09:07:37.823Z] graphtest_unix.go:46: Driver zfs not supported [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-03-16T09:07:37.823Z] graphtest_unix.go:73: No driver to put! [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-03-16T09:07:37.823Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-03-16T09:07:37.823Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] [2020-03-16T09:07:37.823Z] DONE 2174 tests, 26 skipped in 246.651s Post stage [Pipeline] junit [2020-03-16T09:07:38.093Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-03-16T09:07:38.893Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40689/.git:/go/src/github.com/docker/docker/.git --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5e1b246b9a292255f3b732757adabb020309b383 hack/validate/vendor [2020-03-16T09:07:39.828Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-03-16T09:07:40.461Z] + echo Building e2e image [2020-03-16T09:07:40.461Z] Building e2e image [2020-03-16T09:07:40.461Z] + docker build --build-arg DOCKER_GITCOMMIT=5e1b246b9a292255f3b732757adabb020309b383 -t moby-e2e-test -f Dockerfile.e2e . [2020-03-16T09:07:40.461Z] #2 [internal] load .dockerignore [2020-03-16T09:07:40.461Z] #2 transferring context: 34B done [2020-03-16T09:07:40.461Z] #2 DONE 0.0s [2020-03-16T09:07:40.461Z] [2020-03-16T09:07:40.461Z] #1 [internal] load build definition from Dockerfile.e2e [2020-03-16T09:07:40.461Z] #1 transferring dockerfile: 3.21kB done [2020-03-16T09:07:40.461Z] #1 DONE 0.0s [2020-03-16T09:07:40.461Z] [2020-03-16T09:07:40.461Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-03-16T09:07:40.729Z] #4 ... [2020-03-16T09:07:40.729Z] [2020-03-16T09:07:40.729Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2020-03-16T09:07:40.729Z] #3 DONE 0.2s [2020-03-16T09:07:40.729Z] [2020-03-16T09:07:40.729Z] #4 [internal] load metadata for docker.io/library/golang:1.13.8-alpine [2020-03-16T09:07:40.998Z] #4 DONE 0.6s [2020-03-16T09:07:40.998Z] [2020-03-16T09:07:40.998Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:40.998Z] #14 resolve docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a done [2020-03-16T09:07:41.256Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 [2020-03-16T09:07:41.256Z] #14 sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 155B / 155B 0.1s done [2020-03-16T09:07:41.256Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 0B / 126.88MB 0.2s [2020-03-16T09:07:41.256Z] #14 sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 0B / 126B 0.2s [2020-03-16T09:07:41.256Z] #14 sha256:1ff752199f17b70e5f4dc2ad7f3e7843c456eb7e1407ed158ed8c237dbf1476a 1.65kB / 1.65kB done [2020-03-16T09:07:41.256Z] #14 sha256:5247a2e7ca4e484c93ce8177bdebf5922f9dbb14065583c4af5a5de35fa30987 1.36kB / 1.36kB done [2020-03-16T09:07:41.256Z] #14 sha256:e1fd9820be161c48c976bef05a2c2cffeb4e93b26acd8fdf1a9ff67f4b58c17a 3.83kB / 3.83kB done [2020-03-16T09:07:41.256Z] #14 sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 301.26kB / 301.26kB 0.1s done [2020-03-16T09:07:41.515Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 10.78MB / 126.88MB 0.4s [2020-03-16T09:07:41.515Z] #14 sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 126B / 126B 0.2s done [2020-03-16T09:07:41.515Z] #14 ... [2020-03-16T09:07:41.515Z] [2020-03-16T09:07:41.515Z] #8 [internal] load build context [2020-03-16T09:07:41.515Z] #8 transferring context: 830.98kB 0.4s done [2020-03-16T09:07:41.515Z] #8 DONE 0.4s [2020-03-16T09:07:41.515Z] [2020-03-16T09:07:41.515Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:41.515Z] #14 extracting sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 0.3s done [2020-03-16T09:07:41.515Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 24.08MB / 126.88MB 0.5s [2020-03-16T09:07:41.775Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 33.18MB / 126.88MB 0.6s [2020-03-16T09:07:41.775Z] #14 extracting sha256:d909eff282003e2d64af08633f4ae58f8cab4efc0a83b86579b4bbcb0ac90956 done [2020-03-16T09:07:41.775Z] #14 ... [2020-03-16T09:07:41.775Z] [2020-03-16T09:07:41.775Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f0... [2020-03-16T09:07:41.775Z] #5 resolve docker.io/library/alpine:3.10@sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f done [2020-03-16T09:07:41.775Z] #5 extracting sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 0.5s done [2020-03-16T09:07:41.775Z] #5 sha256:7c3773f7bcc969f03f8f653910001d99a9d324b4b9caa008846ad2c3089f5a5f 1.64kB / 1.64kB done [2020-03-16T09:07:41.775Z] #5 sha256:de78803598bc4c940fc4591d412bffe488205d5d953f94751c6308deeaaa7eb8 528B / 528B done [2020-03-16T09:07:41.775Z] #5 sha256:af341ccd2df8b0e2d67cf8dd32e087bfda4e5756ebd1c76bbf3efa0dc246590e 1.51kB / 1.51kB done [2020-03-16T09:07:41.775Z] #5 sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 2.79MB / 2.79MB 0.1s done [2020-03-16T09:07:41.775Z] #5 DONE 0.8s [2020-03-16T09:07:41.775Z] [2020-03-16T09:07:41.775Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:41.775Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 53.90MB / 126.88MB 0.9s [2020-03-16T09:07:42.037Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 65.25MB / 126.88MB 1.0s [2020-03-16T09:07:42.037Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 75.99MB / 126.88MB 1.1s [2020-03-16T09:07:42.296Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 86.85MB / 126.88MB 1.2s [2020-03-16T09:07:42.296Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 100.13MB / 126.88MB 1.3s [2020-03-16T09:07:42.555Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 123.79MB / 126.88MB 1.5s [2020-03-16T09:07:42.813Z] #14 sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 126.88MB / 126.88MB 1.7s done [2020-03-16T09:07:43.071Z] #14 ... [2020-03-16T09:07:43.071Z] [2020-03-16T09:07:43.071Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-03-16T09:07:43.071Z] #6 DONE 1.1s [2020-03-16T09:07:43.071Z] [2020-03-16T09:07:43.071Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:43.071Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 0.1s [2020-03-16T09:07:48.341Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.3s [2020-03-16T09:07:48.341Z] #14 ... [2020-03-16T09:07:48.341Z] [2020-03-16T09:07:48.341Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-03-16T09:07:48.341Z] #7 0.987 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-03-16T09:07:48.341Z] #7 2.055 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-03-16T09:07:48.341Z] #7 2.151 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-03-16T09:07:48.341Z] #7 2.156 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-03-16T09:07:48.341Z] #7 2.167 (3/30) Installing readline (8.0.0-r0) [2020-03-16T09:07:48.341Z] #7 2.173 (4/30) Installing bash (5.0.0-r0) [2020-03-16T09:07:48.341Z] #7 2.190 Executing bash-5.0.0-r0.post-install [2020-03-16T09:07:48.341Z] #7 2.193 (5/30) Installing ca-certificates (20190108-r0) [2020-03-16T09:07:48.341Z] #7 2.215 (6/30) Installing libgcc (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 2.219 (7/30) Installing libstdc++ (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 2.233 (8/30) Installing binutils (2.32-r0) [2020-03-16T09:07:48.341Z] #7 2.332 (9/30) Installing gmp (6.1.2-r1) [2020-03-16T09:07:48.341Z] #7 2.340 (10/30) Installing isl (0.18-r0) [2020-03-16T09:07:48.341Z] #7 2.360 (11/30) Installing libgomp (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 2.366 (12/30) Installing libatomic (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 2.369 (13/30) Installing mpfr3 (3.1.5-r1) [2020-03-16T09:07:48.341Z] #7 2.375 (14/30) Installing mpc1 (1.1.0-r0) [2020-03-16T09:07:48.341Z] #7 2.380 (15/30) Installing gcc (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 3.249 (16/30) Installing musl-dev (1.1.22-r3) [2020-03-16T09:07:48.341Z] #7 3.348 (17/30) Installing libc-dev (0.7.1-r0) [2020-03-16T09:07:48.341Z] #7 3.349 (18/30) Installing g++ (8.3.0-r0) [2020-03-16T09:07:48.341Z] #7 3.906 (19/30) Installing nghttp2-libs (1.39.2-r0) [2020-03-16T09:07:48.341Z] #7 3.911 (20/30) Installing libcurl (7.66.0-r0) [2020-03-16T09:07:48.341Z] #7 3.918 (21/30) Installing expat (2.2.8-r0) [2020-03-16T09:07:48.341Z] #7 3.922 (22/30) Installing pcre2 (10.33-r0) [2020-03-16T09:07:48.341Z] #7 3.933 (23/30) Installing git (2.22.2-r0) [2020-03-16T09:07:48.341Z] #7 4.134 (24/30) Installing libmnl (1.0.4-r0) [2020-03-16T09:07:48.341Z] #7 4.138 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-03-16T09:07:48.341Z] #7 4.142 (26/30) Installing iptables (1.8.3-r1) [2020-03-16T09:07:48.341Z] #7 4.167 (27/30) Installing pigz (2.4-r0) [2020-03-16T09:07:48.341Z] #7 4.173 (28/30) Installing tar (1.32-r0) [2020-03-16T09:07:48.341Z] #7 4.183 (29/30) Installing xz-libs (5.2.4-r0) [2020-03-16T09:07:48.341Z] #7 4.190 (30/30) Installing xz (5.2.4-r0) [2020-03-16T09:07:48.341Z] #7 4.194 Executing busybox-1.30.1-r3.trigger [2020-03-16T09:07:48.341Z] #7 4.198 Executing ca-certificates-20190108-r0.trigger [2020-03-16T09:07:48.341Z] #7 4.255 OK: 178 MiB in 44 packages [2020-03-16T09:07:48.341Z] #7 DONE 5.5s [2020-03-16T09:07:48.341Z] [2020-03-16T09:07:48.341Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:48.341Z] #14 ... [2020-03-16T09:07:48.341Z] [2020-03-16T09:07:48.341Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-03-16T09:07:48.599Z] #9 DONE 0.1s [2020-03-16T09:07:48.599Z] [2020-03-16T09:07:48.599Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-03-16T09:07:48.599Z] #10 DONE 0.1s [2020-03-16T09:07:48.599Z] [2020-03-16T09:07:48.599Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:48.599Z] #14 ... [2020-03-16T09:07:48.599Z] [2020-03-16T09:07:48.599Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-03-16T09:07:48.599Z] #11 DONE 0.1s [2020-03-16T09:07:48.599Z] [2020-03-16T09:07:48.599Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-03-16T09:07:48.857Z] #12 DONE 0.1s [2020-03-16T09:07:48.857Z] [2020-03-16T09:07:48.857Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-03-16T09:07:48.857Z] #13 DONE 0.1s [2020-03-16T09:07:48.857Z] [2020-03-16T09:07:48.857Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.8-alpine@sha256:1ff752199f... [2020-03-16T09:07:48.857Z] #14 extracting sha256:568dff2a5e9e32d24c703c42a282df4aedcde267195f8b5c4709265c64baced8 5.9s done [2020-03-16T09:07:49.115Z] #14 extracting sha256:0aed2559ef8df646176b21d6ddc53232012e7d0d769131f380c0321aa10c5c02 done [2020-03-16T09:07:49.115Z] #14 DONE 8.0s [2020-03-16T09:07:49.115Z] [2020-03-16T09:07:49.115Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-03-16T09:07:49.681Z] #15 0.575 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-16T09:07:50.614Z] #15 1.634 fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-16T09:07:50.614Z] #15 1.717 (1/43) Upgrading musl (1.1.24-r0 -> 1.1.24-r1) [2020-03-16T09:07:50.614Z] #15 1.727 (2/43) Installing ncurses-terminfo-base (6.1_p20200118-r2) [2020-03-16T09:07:50.872Z] #15 1.731 (3/43) Installing ncurses-libs (6.1_p20200118-r2) [2020-03-16T09:07:50.872Z] #15 1.737 (4/43) Installing readline (8.0.1-r0) [2020-03-16T09:07:50.872Z] #15 1.742 (5/43) Installing bash (5.0.11-r1) [2020-03-16T09:07:50.872Z] #15 1.754 Executing bash-5.0.11-r1.post-install [2020-03-16T09:07:50.872Z] #15 1.756 (6/43) Installing linux-headers (4.19.36-r0) [2020-03-16T09:07:50.872Z] #15 1.832 (7/43) Installing libblkid (2.34-r1) [2020-03-16T09:07:50.872Z] #15 1.837 (8/43) Installing libuuid (2.34-r1) [2020-03-16T09:07:50.872Z] #15 1.839 (9/43) Installing btrfs-progs-libs (5.4-r0) [2020-03-16T09:07:50.872Z] #15 1.846 (10/43) Installing btrfs-progs-dev (5.4-r0) [2020-03-16T09:07:50.872Z] #15 1.850 (11/43) Installing libgcc (9.2.0-r3) [2020-03-16T09:07:50.872Z] #15 1.853 (12/43) Installing libstdc++ (9.2.0-r3) [2020-03-16T09:07:50.872Z] #15 1.865 (13/43) Installing binutils (2.33.1-r0) [2020-03-16T09:07:50.872Z] #15 1.933 (14/43) Installing libmagic (5.37-r1) [2020-03-16T09:07:51.131Z] #15 1.952 (15/43) Installing file (5.37-r1) [2020-03-16T09:07:51.131Z] #15 1.955 (16/43) Installing gmp (6.1.2-r1) [2020-03-16T09:07:51.131Z] #15 1.961 (17/43) Installing isl (0.18-r0) [2020-03-16T09:07:51.131Z] #15 1.977 (18/43) Installing libgomp (9.2.0-r3) [2020-03-16T09:07:51.131Z] #15 1.980 (19/43) Installing libatomic (9.2.0-r3) [2020-03-16T09:07:51.131Z] #15 1.982 (20/43) Installing mpfr4 (4.0.2-r1) [2020-03-16T09:07:51.131Z] #15 1.989 (21/43) Installing mpc1 (1.1.0-r1) [2020-03-16T09:07:51.131Z] #15 1.992 (22/43) Installing gcc (9.2.0-r3) [2020-03-16T09:07:52.067Z] #15 2.685 (23/43) Installing musl-dev (1.1.24-r1) [2020-03-16T09:07:52.067Z] #15 2.756 (24/43) Installing libc-dev (0.7.2-r0) [2020-03-16T09:07:52.067Z] #15 2.758 (25/43) Installing g++ (9.2.0-r3) [2020-03-16T09:07:52.233Z] --- PASS: TestServiceWithDataPathPortInit (18.01s) [2020-03-16T09:07:52.233Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-16T09:07:52.325Z] #15 3.181 (26/43) Installing make (4.2.1-r2) [2020-03-16T09:07:52.325Z] #15 3.185 (27/43) Installing fortify-headers (1.1-r0) [2020-03-16T09:07:52.325Z] #15 3.188 (28/43) Installing build-base (0.5-r1) [2020-03-16T09:07:52.325Z] #15 3.190 (29/43) Installing nghttp2-libs (1.40.0-r0) [2020-03-16T09:07:52.325Z] #15 3.193 (30/43) Installing libcurl (7.67.0-r0) [2020-03-16T09:07:52.325Z] #15 3.200 (31/43) Installing curl (7.67.0-r0) [2020-03-16T09:07:52.325Z] #15 3.204 (32/43) Installing oniguruma (6.9.4-r0) [2020-03-16T09:07:52.325Z] #15 3.210 (33/43) Installing jq (1.6-r0) [2020-03-16T09:07:52.325Z] #15 3.217 (34/43) Installing device-mapper-libs (2.02.186-r0) [2020-03-16T09:07:52.325Z] #15 3.222 (35/43) Installing device-mapper-event-libs (2.02.186-r0) [2020-03-16T09:07:52.325Z] #15 3.225 (36/43) Installing libaio (0.3.112-r1) [2020-03-16T09:07:52.325Z] #15 3.227 (37/43) Installing lvm2-libs (2.02.186-r0) [2020-03-16T09:07:52.325Z] #15 3.256 (38/43) Installing libfdisk (2.34-r1) [2020-03-16T09:07:52.325Z] #15 3.262 (39/43) Installing libmount (2.34-r1) [2020-03-16T09:07:52.325Z] #15 3.268 (40/43) Installing libsmartcols (2.34-r1) [2020-03-16T09:07:52.326Z] #15 3.272 (41/43) Installing pkgconf (1.6.3-r0) [2020-03-16T09:07:52.326Z] #15 3.275 (42/43) Installing util-linux-dev (2.34-r1) [2020-03-16T09:07:52.326Z] #15 3.297 (43/43) Installing lvm2-dev (2.02.186-r0) [2020-03-16T09:07:52.326Z] #15 3.313 Executing busybox-1.31.1-r9.trigger [2020-03-16T09:07:52.326Z] #15 3.319 OK: 196 MiB in 57 packages [2020-03-16T09:07:52.891Z] #15 DONE 3.9s [2020-03-16T09:07:52.891Z] [2020-03-16T09:07:52.891Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-03-16T09:07:53.456Z] #16 DONE 0.7s [2020-03-16T09:07:53.714Z] [2020-03-16T09:07:53.715Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-03-16T09:07:54.281Z] #17 DONE 0.7s [2020-03-16T09:07:54.281Z] [2020-03-16T09:07:54.281Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-03-16T09:07:54.281Z] #18 DONE 0.0s [2020-03-16T09:07:54.281Z] [2020-03-16T09:07:54.281Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-03-16T09:07:54.281Z] #22 DONE 0.1s [2020-03-16T09:07:54.281Z] [2020-03-16T09:07:54.281Z] #31 [builder 1/4] COPY . . [2020-03-16T09:07:54.539Z] #31 ... [2020-03-16T09:07:54.539Z] [2020-03-16T09:07:54.539Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-03-16T09:07:54.539Z] #26 DONE 0.1s [2020-03-16T09:07:54.539Z] [2020-03-16T09:07:54.539Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-03-16T09:07:54.539Z] #19 DONE 0.1s [2020-03-16T09:07:54.539Z] [2020-03-16T09:07:54.539Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-03-16T09:07:54.539Z] #27 DONE 0.1s [2020-03-16T09:07:54.539Z] [2020-03-16T09:07:54.539Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-03-16T09:07:54.539Z] #23 DONE 0.1s [2020-03-16T09:07:54.539Z] [2020-03-16T09:07:54.539Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-03-16T09:07:54.755Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-03-16T09:07:54.796Z] #24 ... [2020-03-16T09:07:54.797Z] [2020-03-16T09:07:54.797Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-03-16T09:07:54.797Z] #28 DONE 0.1s [2020-03-16T09:07:55.054Z] [2020-03-16T09:07:55.054Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-03-16T09:07:55.991Z] #29 ... [2020-03-16T09:07:55.991Z] [2020-03-16T09:07:55.991Z] #31 [builder 1/4] COPY . . [2020-03-16T09:07:55.991Z] #31 DONE 1.5s [2020-03-16T09:07:55.991Z] [2020-03-16T09:07:55.991Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-03-16T09:07:56.649Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-03-16T09:07:57.894Z] #32 DONE 1.6s [2020-03-16T09:07:57.894Z] [2020-03-16T09:07:57.894Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-03-16T09:07:57.894Z] #24 1.687 + RM_GOPATH=0 [2020-03-16T09:07:57.894Z] #24 1.687 + TMP_GOPATH= [2020-03-16T09:07:57.894Z] #24 1.687 + : /build [2020-03-16T09:07:57.894Z] #24 1.687 + '[' -z '' ']' [2020-03-16T09:07:57.894Z] #24 1.687 ++ mktemp -d [2020-03-16T09:07:57.894Z] #24 1.698 + export GOPATH=/tmp/tmp.DKFJeL [2020-03-16T09:07:57.894Z] #24 1.698 + GOPATH=/tmp/tmp.DKFJeL [2020-03-16T09:07:57.894Z] #24 1.698 + RM_GOPATH=1 [2020-03-16T09:07:57.894Z] #24 1.699 ++ dirname ./install.sh [2020-03-16T09:07:57.894Z] #24 1.699 + dir=. [2020-03-16T09:07:57.894Z] #24 1.699 + bin=dockercli [2020-03-16T09:07:57.894Z] #24 1.699 + shift [2020-03-16T09:07:57.894Z] #24 1.699 + '[' '!' -f ./dockercli.installer ']' [2020-03-16T09:07:57.894Z] #24 1.699 + . ./dockercli.installer [2020-03-16T09:07:57.894Z] #24 1.699 ++ : stable [2020-03-16T09:07:57.894Z] #24 1.699 ++ : 17.06.2-ce [2020-03-16T09:07:57.894Z] #24 1.699 + install_dockercli [2020-03-16T09:07:57.894Z] #24 1.699 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-03-16T09:07:57.894Z] #24 1.700 ++ uname -m [2020-03-16T09:07:57.894Z] #24 1.700 + arch=x86_64 [2020-03-16T09:07:57.894Z] #24 1.700 + '[' x86_64 '!=' x86_64 ']' [2020-03-16T09:07:57.894Z] #24 1.700 + url=https://download.docker.com/linux/static [2020-03-16T09:07:57.894Z] #24 1.701 + tar -xz docker/docker [2020-03-16T09:07:57.894Z] #24 1.701 Install docker/cli version 17.06.2-ce from stable [2020-03-16T09:07:57.894Z] #24 1.710 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-03-16T09:07:59.271Z] #24 4.694 + mkdir -p /build [2020-03-16T09:07:59.271Z] #24 4.695 + mv docker/docker /build/ [2020-03-16T09:07:59.271Z] #24 4.696 + rmdir docker [2020-03-16T09:07:59.530Z] #24 DONE 4.8s [2020-03-16T09:07:59.530Z] [2020-03-16T09:07:59.530Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-03-16T09:07:59.530Z] #20 2.792 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2020-03-16T09:07:59.530Z] #20 3.366 curl: option --progress: is ambiguous [2020-03-16T09:07:59.530Z] #20 3.366 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:07:59.530Z] #20 3.993 curl: option --progress: is ambiguous [2020-03-16T09:07:59.530Z] #20 3.994 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:07:59.530Z] #20 4.506 curl: option --progress: is ambiguous [2020-03-16T09:07:59.530Z] #20 4.511 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:07:59.530Z] #20 5.073 curl: option --progress: is ambiguous [2020-03-16T09:07:59.530Z] #20 5.073 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:08:00.097Z] #20 5.578 [2020-03-16T09:08:00.824Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.21s) [2020-03-16T09:08:00.824Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ynppq9hpa3w05ts4o0m5w8hey Created:2020-03-16 09:07:53.440687816 +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[d2fd7ec5131e2516de63f918274efb6b08c463ba9cb5d01e1081b27810ce2d3e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uiz1smrvss0wxf9isxnjvgp67 EndpointID:abcbfe85ec732f1f28a1a4a0bf5a195eb57ffc4ef579edb77bad0741ba38aad9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:be54cc5b257340e13c18e70d6ab36c2650098fb9bae7751b5fbf1859cb4a7231 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:74af76b9af06 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.uiz1smrvss0wxf9isxnjvgp67 EndpointID:abcbfe85ec732f1f28a1a4a0bf5a195eb57ffc4ef579edb77bad0741ba38aad9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-16T09:08:00.824Z] PASS [2020-03-16T09:08:00.824Z] [2020-03-16T09:08:00.824Z] === Skipped [2020-03-16T09:08:00.824Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T09:08:00.825Z] service_test.go:236: FLAKY_TEST [2020-03-16T09:08:00.825Z] [2020-03-16T09:08:00.825Z] [2020-03-16T09:08:00.825Z] DONE 22 tests, 1 skipped in 48.931s [2020-03-16T09:08:00.825Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-16T09:08:00.825Z] ++ 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-16T09:08:00.825Z] ++ set -e [2020-03-16T09:08:00.825Z] ++ '[' -n 0 ']' [2020-03-16T09:08:00.825Z] ++ set -x [2020-03-16T09:08:00.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:08:01.034Z] #20 6.676 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2020-03-16T09:08:01.082Z] INFO: Testing against a local daemon [2020-03-16T09:08:01.082Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-16T09:08:01.082Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T09:08:01.082Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:01.082Z] === RUN TestDockerNetworkIpvlan [2020-03-16T09:08:01.082Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-16T09:08:01.082Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:01.082Z] PASS [2020-03-16T09:08:01.082Z] [2020-03-16T09:08:01.082Z] === Skipped [2020-03-16T09:08:01.082Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T09:08:01.082Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:01.082Z] [2020-03-16T09:08:01.082Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-16T09:08:01.082Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:01.082Z] [2020-03-16T09:08:01.082Z] [2020-03-16T09:08:01.082Z] DONE 2 tests, 2 skipped in 0.113s [2020-03-16T09:08:01.082Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-16T09:08:01.082Z] ++ 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-16T09:08:01.082Z] ++ set -e [2020-03-16T09:08:01.082Z] ++ '[' -n 0 ']' [2020-03-16T09:08:01.082Z] ++ set -x [2020-03-16T09:08:01.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:08:01.082Z] INFO: Testing against a local daemon [2020-03-16T09:08:01.083Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-16T09:08:01.602Z] #20 7.169 curl: option --progress: is ambiguous [2020-03-16T09:08:01.602Z] #20 7.170 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:08:01.861Z] #20 7.527 [2020-03-16T09:08:02.454Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2020-03-16T09:08:02.454Z] === RUN TestDockerNetworkMacvlan [2020-03-16T09:08:03.239Z] #20 8.586 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2020-03-16T09:08:03.387Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-16T09:08:03.498Z] #20 8.940 curl: option --progress: is ambiguous [2020-03-16T09:08:03.498Z] #20 8.945 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:08:04.066Z] #20 9.336 [2020-03-16T09:08:04.319Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-16T09:08:05.003Z] #20 10.65 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2020-03-16T09:08:05.250Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-16T09:08:05.570Z] #20 11.05 curl: option --progress: is ambiguous [2020-03-16T09:08:05.571Z] #20 11.05 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:08:06.140Z] #20 11.42 [2020-03-16T09:08:06.619Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-03-16T09:08:07.077Z] #20 12.56 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2020-03-16T09:08:07.182Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-03-16T09:08:07.336Z] #20 13.01 curl: option --progress: is ambiguous [2020-03-16T09:08:07.336Z] #20 13.01 curl: try 'curl --help' or 'curl --manual' f [2020-03-16T09:08:07.336Z] #20 ... [2020-03-16T09:08:07.336Z] [2020-03-16T09:08:07.336Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-16T09:08:07.336Z] #33 1.395 [2020-03-16T09:08:07.336Z] #33 1.497 Removing bundles/ [2020-03-16T09:08:07.336Z] #33 1.498 [2020-03-16T09:08:07.336Z] #33 1.502 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-03-16T09:08:07.336Z] #33 3.058 Building test suite binary ./integration-cli/test.main [2020-03-16T09:08:07.595Z] #33 ... [2020-03-16T09:08:07.595Z] [2020-03-16T09:08:07.595Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-03-16T09:08:07.595Z] #20 13.01 curl: try 'curl --help' or 'curl --manual' for more information [2020-03-16T09:08:07.746Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-03-16T09:08:07.854Z] #20 13.44 [2020-03-16T09:08:08.113Z] #20 13.52 Download of images into '/build' complete. [2020-03-16T09:08:08.113Z] #20 13.52 Use something like the following to load the result into a Docker daemon: [2020-03-16T09:08:08.113Z] #20 13.52 tar -cC '/build' . | docker load [2020-03-16T09:08:08.113Z] #20 DONE 13.7s [2020-03-16T09:08:08.113Z] [2020-03-16T09:08:08.113Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-16T09:08:08.311Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-16T09:08:08.311Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-03-16T09:08:09.051Z] #33 ... [2020-03-16T09:08:09.051Z] [2020-03-16T09:08:09.051Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-03-16T09:08:09.310Z] #21 DONE 0.1s [2020-03-16T09:08:09.310Z] [2020-03-16T09:08:09.310Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-03-16T09:08:09.310Z] #25 DONE 0.2s [2020-03-16T09:08:09.310Z] [2020-03-16T09:08:09.310Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-03-16T09:08:10.209Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-03-16T09:08:10.209Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-03-16T09:08:10.209Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-03-16T09:08:11.580Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-16T09:08:12.367Z] --- PASS: TestImportExtremelyLargeImageWorks (296.68s) [2020-03-16T09:08:12.367Z] PASS [2020-03-16T09:08:12.367Z] [2020-03-16T09:08:12.367Z] === Skipped [2020-03-16T09:08:12.367Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-03-16T09:08:12.367Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:08:12.367Z] [2020-03-16T09:08:12.367Z] [2020-03-16T09:08:12.367Z] DONE 12 tests, 1 skipped in 298.034s [2020-03-16T09:08:12.367Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-03-16T09:08:12.367Z] ++ 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-16T09:08:12.367Z] ++ set -e [2020-03-16T09:08:12.367Z] ++ '[' -n 0 ']' [2020-03-16T09:08:12.367Z] ++ set -x [2020-03-16T09:08:12.367Z] ++ env -i DEST=/go/src/github.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-16T09:08:12.367Z] INFO: Testing against a local daemon [2020-03-16T09:08:12.367Z] === RUN TestNetworkCreateDelete [2020-03-16T09:08:12.367Z] --- PASS: TestNetworkCreateDelete (0.21s) [2020-03-16T09:08:12.367Z] === RUN TestDockerNetworkDeletePreferID [2020-03-16T09:08:12.367Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2020-03-16T09:08:12.367Z] === RUN TestInspectNetwork [2020-03-16T09:08:12.367Z] === RUN TestInspectNetwork/full_network_id [2020-03-16T09:08:12.367Z] === RUN TestInspectNetwork/partial_network_id [2020-03-16T09:08:12.367Z] === RUN TestInspectNetwork/network_name [2020-03-16T09:08:12.367Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-03-16T09:08:12.367Z] --- PASS: TestInspectNetwork (7.62s) [2020-03-16T09:08:12.367Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-03-16T09:08:12.367Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-03-16T09:08:12.367Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-03-16T09:08:12.367Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-03-16T09:08:12.367Z] === RUN TestRunContainerWithBridgeNone [2020-03-16T09:08:12.367Z] --- PASS: TestRunContainerWithBridgeNone (2.31s) [2020-03-16T09:08:12.367Z] === RUN TestNetworkInvalidJSON [2020-03-16T09:08:12.367Z] === RUN TestNetworkInvalidJSON//networks/create [2020-03-16T09:08:12.367Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-03-16T09:08:12.367Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:08:12.367Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:08:12.367Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:08:12.367Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:08:12.367Z] === CONT TestNetworkInvalidJSON//networks/create [2020-03-16T09:08:12.367Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-03-16T09:08:12.367Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-03-16T09:08:12.367Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-03-16T09:08:12.367Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-03-16T09:08:12.367Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-03-16T09:08:12.367Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-03-16T09:08:12.367Z] === RUN TestHostIPv4BridgeLabel [2020-03-16T09:08:12.988Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2020-03-16T09:08:12.988Z] === RUN TestDaemonRestartWithLiveRestore [2020-03-16T09:08:14.006Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2020-03-16T09:08:14.006Z] === RUN TestDaemonDefaultNetworkPools [2020-03-16T09:08:15.035Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2020-03-16T09:08:15.035Z] === RUN TestDaemonRestartWithExistingNetwork [2020-03-16T09:08:16.054Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2020-03-16T09:08:16.054Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-03-16T09:08:17.536Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.46s) [2020-03-16T09:08:17.536Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-03-16T09:08:18.133Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-16T09:08:18.155Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2020-03-16T09:08:18.155Z] === RUN TestServiceWithPredefinedNetwork [2020-03-16T09:08:18.390Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan (16.39s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.04s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.24s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.27s) [2020-03-16T09:08:18.956Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.33s) [2020-03-16T09:08:18.956Z] PASS [2020-03-16T09:08:18.956Z] [2020-03-16T09:08:18.956Z] DONE 8 tests in 17.906s [2020-03-16T09:08:18.956Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-16T09:08:18.956Z] ++ 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-16T09:08:18.956Z] ++ set -e [2020-03-16T09:08:18.956Z] ++ '[' -n 0 ']' [2020-03-16T09:08:18.956Z] ++ set -x [2020-03-16T09:08:18.956Z] ++ env -i DEST=/go/src/github.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-16T09:08:18.956Z] testing: warning: no tests to run [2020-03-16T09:08:18.956Z] PASS [2020-03-16T09:08:18.956Z] [2020-03-16T09:08:18.956Z] DONE 0 tests in 0.031s [2020-03-16T09:08:18.956Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-16T09:08:18.956Z] ++ 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-16T09:08:18.956Z] ++ set -e [2020-03-16T09:08:18.956Z] ++ '[' -n 0 ']' [2020-03-16T09:08:18.956Z] ++ set -x [2020-03-16T09:08:18.956Z] ++ env -i DEST=/go/src/github.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-16T09:08:19.213Z] INFO: Testing against a local daemon [2020-03-16T09:08:19.213Z] === RUN TestAuthZPluginAllowRequest [2020-03-16T09:08:20.852Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2020-03-16T09:08:20.852Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-03-16T09:08:20.852Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T09:08:20.852Z] service_test.go:236: FLAKY_TEST [2020-03-16T09:08:20.852Z] === RUN TestServiceWithDataPathPortInit [2020-03-16T09:08:21.109Z] --- PASS: TestAuthZPluginAllowRequest (2.05s) [2020-03-16T09:08:21.109Z] === RUN TestAuthZPluginTLS [2020-03-16T09:08:21.675Z] --- PASS: TestAuthZPluginTLS (0.56s) [2020-03-16T09:08:21.675Z] === RUN TestAuthZPluginDenyRequest [2020-03-16T09:08:21.932Z] === RUN TestDockerSuite/TestBuildExpose [2020-03-16T09:08:22.496Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-03-16T09:08:22.496Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-16T09:08:22.496Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-03-16T09:08:23.061Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-03-16T09:08:23.061Z] === RUN TestAuthZPluginDenyResponse [2020-03-16T09:08:23.061Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-03-16T09:08:23.626Z] --- PASS: TestAuthZPluginDenyResponse (0.68s) [2020-03-16T09:08:23.626Z] === RUN TestAuthZPluginAllowEventStream [2020-03-16T09:08:23.626Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-03-16T09:08:23.883Z] === RUN TestDockerSuite/TestBuildFails [2020-03-16T09:08:24.816Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-03-16T09:08:25.074Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-03-16T09:08:25.074Z] --- PASS: TestAuthZPluginAllowEventStream (1.50s) [2020-03-16T09:08:25.074Z] === RUN TestAuthZPluginErrorResponse [2020-03-16T09:08:25.639Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-03-16T09:08:25.639Z] === RUN TestAuthZPluginErrorRequest [2020-03-16T09:08:26.203Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2020-03-16T09:08:26.203Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-16T09:08:26.768Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2020-03-16T09:08:26.768Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-16T09:08:27.333Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-03-16T09:08:27.395Z] #29 30.43 # github.com/docker/docker/contrib/httpserver [2020-03-16T09:08:27.395Z] #29 30.43 loadinternal: cannot find runtime/cgo [2020-03-16T09:08:27.395Z] #29 DONE 30.7s [2020-03-16T09:08:27.395Z] [2020-03-16T09:08:27.395Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-16T09:08:27.395Z] #33 ... [2020-03-16T09:08:27.395Z] [2020-03-16T09:08:27.395Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-03-16T09:08:27.395Z] #30 DONE 0.1s [2020-03-16T09:08:27.395Z] [2020-03-16T09:08:27.395Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-03-16T09:08:28.706Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.01s) [2020-03-16T09:08:28.706Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-16T09:08:30.075Z] === RUN TestDockerSuite/TestBuildForceRm [2020-03-16T09:08:30.660Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.03s) [2020-03-16T09:08:30.660Z] === RUN TestAuthZPluginHeader [2020-03-16T09:08:31.594Z] --- PASS: TestAuthZPluginHeader (0.85s) [2020-03-16T09:08:31.594Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-16T09:08:32.168Z] === RUN TestDockerSuite/TestBuildFromGit [2020-03-16T09:08:33.539Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-03-16T09:08:34.103Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-03-16T09:08:35.034Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-03-16T09:08:36.114Z] --- PASS: TestServiceWithDataPathPortInit (14.75s) [2020-03-16T09:08:36.114Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-03-16T09:08:36.404Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.75s) [2020-03-16T09:08:36.405Z] === RUN TestAuthZPluginV2Disable [2020-03-16T09:08:37.336Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-03-16T09:08:38.267Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-03-16T09:08:38.524Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-03-16T09:08:40.423Z] --- PASS: TestAuthZPluginV2Disable (3.70s) [2020-03-16T09:08:40.423Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-16T09:08:40.986Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-03-16T09:08:42.943Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.51s) [2020-03-16T09:08:42.944Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lzul8aeztgq37ifrmzt9qmih0 Created:2020-03-16 09:08:36.389580037 +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[5c1ae8c6aa4cc4c9d52dfc1aa11d694bb7f5a462ed8559cc262b17b91313ddae:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zc6kjxozl7j9j1noihz5u2z8r EndpointID:bb00795c48a4409fd92e5d00cabaef5d9e8cc4889339f8f0520dd91a12d5719f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:022a793fcd65102c88f3419477771f2e82044ff4612e237402683a27e3200b4a 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:b7eaff116367 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.zc6kjxozl7j9j1noihz5u2z8r EndpointID:bb00795c48a4409fd92e5d00cabaef5d9e8cc4889339f8f0520dd91a12d5719f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-03-16T09:08:42.944Z] PASS [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] === Skipped [2020-03-16T09:08:42.944Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-03-16T09:08:42.944Z] service_test.go:236: FLAKY_TEST [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] DONE 22 tests, 1 skipped in 41.261s [2020-03-16T09:08:42.944Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-03-16T09:08:42.944Z] ++ 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-16T09:08:42.944Z] ++ set -e [2020-03-16T09:08:42.944Z] ++ '[' -n 0 ']' [2020-03-16T09:08:42.944Z] ++ set -x [2020-03-16T09:08:42.944Z] ++ env -i DEST=/go/src/github.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-16T09:08:42.944Z] INFO: Testing against a local daemon [2020-03-16T09:08:42.944Z] === RUN TestDockerNetworkIpvlanPersistance [2020-03-16T09:08:42.944Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T09:08:42.944Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:42.944Z] === RUN TestDockerNetworkIpvlan [2020-03-16T09:08:42.944Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-03-16T09:08:42.944Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:42.944Z] PASS [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] === Skipped [2020-03-16T09:08:42.944Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-03-16T09:08:42.944Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-03-16T09:08:42.944Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] [2020-03-16T09:08:42.944Z] DONE 2 tests, 2 skipped in 0.107s [2020-03-16T09:08:42.944Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-03-16T09:08:42.944Z] ++ 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-16T09:08:42.944Z] ++ set -e [2020-03-16T09:08:42.944Z] ++ '[' -n 0 ']' [2020-03-16T09:08:42.944Z] ++ set -x [2020-03-16T09:08:42.944Z] ++ env -i DEST=/go/src/github.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-16T09:08:42.944Z] INFO: Testing against a local daemon [2020-03-16T09:08:42.944Z] === RUN TestDockerNetworkMacvlanPersistance [2020-03-16T09:08:43.508Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-03-16T09:08:43.508Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.35s) [2020-03-16T09:08:43.508Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-16T09:08:44.436Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.52s) [2020-03-16T09:08:44.437Z] === RUN TestDockerNetworkMacvlan [2020-03-16T09:08:44.880Z] === RUN TestDockerSuite/TestBuildHistory [2020-03-16T09:08:45.451Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-03-16T09:08:46.468Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-03-16T09:08:47.482Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-03-16T09:08:50.179Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-03-16T09:08:51.447Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-03-16T09:08:51.447Z] === RUN TestDockerSuite/TestBuildIidFile [2020-03-16T09:08:52.011Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-03-16T09:08:52.228Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-03-16T09:08:52.270Z] === RUN TestDockerSuite/TestBuildInheritance [2020-03-16T09:08:53.202Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-03-16T09:08:53.766Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-03-16T09:08:53.766Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-03-16T09:08:55.136Z] === RUN TestDockerSuite/TestBuildLabel [2020-03-16T09:08:55.394Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.04s) [2020-03-16T09:08:55.394Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-16T09:08:55.652Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-03-16T09:08:56.216Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-03-16T09:08:56.781Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-03-16T09:08:57.038Z] === RUN TestDockerSuite/TestBuildLabels [2020-03-16T09:08:57.602Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-03-16T09:08:57.746Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan (13.58s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.17s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.27s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.07s) [2020-03-16T09:08:58.031Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.87s) [2020-03-16T09:08:58.031Z] PASS [2020-03-16T09:08:58.031Z] [2020-03-16T09:08:58.031Z] DONE 8 tests in 15.190s [2020-03-16T09:08:58.031Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-03-16T09:08:58.031Z] ++ 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-16T09:08:58.031Z] ++ set -e [2020-03-16T09:08:58.031Z] ++ '[' -n 0 ']' [2020-03-16T09:08:58.031Z] ++ set -x [2020-03-16T09:08:58.031Z] ++ env -i DEST=/go/src/github.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-16T09:08:58.031Z] testing: warning: no tests to run [2020-03-16T09:08:58.031Z] PASS [2020-03-16T09:08:58.031Z] [2020-03-16T09:08:58.031Z] DONE 0 tests in 0.016s [2020-03-16T09:08:58.325Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-03-16T09:08:58.325Z] ++ 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-16T09:08:58.325Z] ++ set -e [2020-03-16T09:08:58.325Z] ++ '[' -n 0 ']' [2020-03-16T09:08:58.325Z] ++ set -x [2020-03-16T09:08:58.325Z] ++ env -i DEST=/go/src/github.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-16T09:08:58.325Z] INFO: Testing against a local daemon [2020-03-16T09:08:58.325Z] === RUN TestAuthZPluginAllowRequest [2020-03-16T09:08:58.532Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-03-16T09:08:59.807Z] --- PASS: TestAuthZPluginAllowRequest (1.59s) [2020-03-16T09:08:59.807Z] === RUN TestAuthZPluginTLS [2020-03-16T09:09:00.427Z] --- PASS: TestAuthZPluginTLS (0.59s) [2020-03-16T09:09:00.427Z] === RUN TestAuthZPluginDenyRequest [2020-03-16T09:09:01.047Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2020-03-16T09:09:01.047Z] === RUN TestAuthZPluginAPIDenyResponse [2020-03-16T09:09:01.676Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2020-03-16T09:09:01.676Z] === RUN TestAuthZPluginDenyResponse [2020-03-16T09:09:01.804Z] === RUN TestDockerSuite/TestBuildLastModified [2020-03-16T09:09:02.295Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2020-03-16T09:09:02.295Z] === RUN TestAuthZPluginAllowEventStream [2020-03-16T09:09:03.779Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s) [2020-03-16T09:09:03.779Z] === RUN TestAuthZPluginErrorResponse [2020-03-16T09:09:04.400Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2020-03-16T09:09:04.400Z] === RUN TestAuthZPluginErrorRequest [2020-03-16T09:09:05.021Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2020-03-16T09:09:05.021Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-03-16T09:09:05.647Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2020-03-16T09:09:05.647Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-03-16T09:09:07.057Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-03-16T09:09:07.688Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.09s) [2020-03-16T09:09:07.688Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-03-16T09:09:09.746Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.06s) [2020-03-16T09:09:09.746Z] === RUN TestAuthZPluginHeader [2020-03-16T09:09:10.763Z] --- PASS: TestAuthZPluginHeader (0.95s) [2020-03-16T09:09:10.763Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-03-16T09:09:10.763Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T09:09:10.763Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:10.763Z] === RUN TestAuthZPluginV2Disable [2020-03-16T09:09:10.763Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-03-16T09:09:10.763Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:10.763Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-03-16T09:09:10.763Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T09:09:10.763Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:10.763Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-03-16T09:09:10.763Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T09:09:10.763Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:10.763Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-03-16T09:09:11.229Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-03-16T09:09:11.229Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-03-16T09:09:11.229Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-03-16T09:09:11.229Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-03-16T09:09:11.229Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-03-16T09:09:11.486Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-03-16T09:09:12.857Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.18s) [2020-03-16T09:09:12.857Z] PASS [2020-03-16T09:09:12.857Z] [2020-03-16T09:09:12.857Z] DONE 17 tests in 53.586s [2020-03-16T09:09:12.857Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-16T09:09:12.857Z] ++ 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-16T09:09:12.857Z] ++ set -e [2020-03-16T09:09:12.857Z] ++ '[' -n 0 ']' [2020-03-16T09:09:12.857Z] ++ set -x [2020-03-16T09:09:12.857Z] ++ env -i DEST=/go/src/github.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-16T09:09:12.857Z] INFO: Testing against a local daemon [2020-03-16T09:09:12.857Z] === RUN TestPluginInvalidJSON [2020-03-16T09:09:12.857Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:12.857Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:12.857Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:12.857Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-03-16T09:09:12.857Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-16T09:09:12.857Z] PASS [2020-03-16T09:09:12.857Z] [2020-03-16T09:09:12.857Z] DONE 2 tests in 0.190s [2020-03-16T09:09:12.857Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-16T09:09:12.857Z] ++ 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-16T09:09:12.857Z] ++ set -e [2020-03-16T09:09:12.857Z] ++ '[' -n 0 ']' [2020-03-16T09:09:12.857Z] ++ set -x [2020-03-16T09:09:12.857Z] ++ env -i DEST=/go/src/github.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-16T09:09:13.114Z] INFO: Testing against a local daemon [2020-03-16T09:09:13.114Z] === RUN TestExternalGraphDriver [2020-03-16T09:09:13.114Z] === RUN TestExternalGraphDriver/json [2020-03-16T09:09:13.114Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-03-16T09:09:13.372Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-03-16T09:09:15.269Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-03-16T09:09:15.269Z] === RUN TestExternalGraphDriver/spec [2020-03-16T09:09:17.794Z] === RUN TestExternalGraphDriver/pull [2020-03-16T09:09:19.687Z] --- PASS: TestExternalGraphDriver (6.46s) [2020-03-16T09:09:19.687Z] --- PASS: TestExternalGraphDriver/json (2.19s) [2020-03-16T09:09:19.687Z] --- PASS: TestExternalGraphDriver/spec (2.35s) [2020-03-16T09:09:19.687Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2020-03-16T09:09:19.687Z] === RUN TestGraphdriverPluginV2 [2020-03-16T09:09:19.943Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-03-16T09:09:20.508Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-03-16T09:09:20.766Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-03-16T09:09:24.943Z] --- PASS: TestGraphdriverPluginV2 (5.45s) [2020-03-16T09:09:24.943Z] PASS [2020-03-16T09:09:24.943Z] [2020-03-16T09:09:24.943Z] DONE 5 tests in 12.073s [2020-03-16T09:09:24.943Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-16T09:09:24.943Z] ++ 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-16T09:09:24.943Z] ++ set -e [2020-03-16T09:09:24.943Z] ++ '[' -n 0 ']' [2020-03-16T09:09:24.943Z] ++ set -x [2020-03-16T09:09:24.943Z] ++ env -i DEST=/go/src/github.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-16T09:09:25.203Z] INFO: Testing against a local daemon [2020-03-16T09:09:25.203Z] === RUN TestContinueAfterPluginCrash [2020-03-16T09:09:25.203Z] === PAUSE TestContinueAfterPluginCrash [2020-03-16T09:09:25.203Z] === RUN TestReadPluginNoRead [2020-03-16T09:09:25.203Z] === PAUSE TestReadPluginNoRead [2020-03-16T09:09:25.203Z] === RUN TestDaemonStartWithLogOpt [2020-03-16T09:09:25.203Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-16T09:09:25.203Z] === CONT TestContinueAfterPluginCrash [2020-03-16T09:09:25.203Z] === CONT TestReadPluginNoRead [2020-03-16T09:09:29.227Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2020-03-16T09:09:29.227Z] PASS [2020-03-16T09:09:29.227Z] [2020-03-16T09:09:29.227Z] === Skipped [2020-03-16T09:09:29.227Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-03-16T09:09:29.227Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:29.227Z] [2020-03-16T09:09:29.228Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-03-16T09:09:29.228Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:29.228Z] [2020-03-16T09:09:29.228Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-03-16T09:09:29.228Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:29.228Z] [2020-03-16T09:09:29.228Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-03-16T09:09:29.228Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:29.228Z] [2020-03-16T09:09:29.228Z] [2020-03-16T09:09:29.228Z] DONE 17 tests, 4 skipped in 29.186s [2020-03-16T09:09:29.228Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-03-16T09:09:29.228Z] ++ 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-16T09:09:29.228Z] ++ set -e [2020-03-16T09:09:29.228Z] ++ '[' -n 0 ']' [2020-03-16T09:09:29.228Z] ++ set -x [2020-03-16T09:09:29.228Z] ++ env -i DEST=/go/src/github.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-16T09:09:29.228Z] INFO: Testing against a local daemon [2020-03-16T09:09:29.228Z] === RUN TestPluginInvalidJSON [2020-03-16T09:09:29.228Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:29.228Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:29.228Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-03-16T09:09:29.228Z] --- PASS: TestPluginInvalidJSON (0.04s) [2020-03-16T09:09:29.228Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-03-16T09:09:29.228Z] PASS [2020-03-16T09:09:29.228Z] [2020-03-16T09:09:29.228Z] DONE 2 tests in 0.139s [2020-03-16T09:09:29.228Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-03-16T09:09:29.228Z] ++ 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-16T09:09:29.228Z] ++ set -e [2020-03-16T09:09:29.228Z] ++ '[' -n 0 ']' [2020-03-16T09:09:29.228Z] ++ set -x [2020-03-16T09:09:29.228Z] ++ env -i DEST=/go/src/github.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-16T09:09:29.228Z] INFO: Testing against a local daemon [2020-03-16T09:09:29.228Z] === RUN TestExternalGraphDriver [2020-03-16T09:09:29.228Z] === RUN TestExternalGraphDriver/json [2020-03-16T09:09:29.858Z] === RUN TestExternalGraphDriver/spec [2020-03-16T09:09:31.896Z] === RUN TestExternalGraphDriver/pull [2020-03-16T09:09:33.934Z] --- PASS: TestExternalGraphDriver (6.28s) [2020-03-16T09:09:33.934Z] --- PASS: TestExternalGraphDriver/json (2.05s) [2020-03-16T09:09:33.934Z] --- PASS: TestExternalGraphDriver/spec (2.03s) [2020-03-16T09:09:33.934Z] --- PASS: TestExternalGraphDriver/pull (2.03s) [2020-03-16T09:09:33.934Z] === RUN TestGraphdriverPluginV2 [2020-03-16T09:09:33.934Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2020-03-16T09:09:33.934Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:33.934Z] PASS [2020-03-16T09:09:33.934Z] [2020-03-16T09:09:33.934Z] === Skipped [2020-03-16T09:09:33.934Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2020-03-16T09:09:33.934Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:09:33.934Z] [2020-03-16T09:09:33.934Z] [2020-03-16T09:09:33.934Z] DONE 5 tests, 1 skipped in 6.445s [2020-03-16T09:09:33.934Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-03-16T09:09:33.934Z] ++ 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-16T09:09:33.934Z] ++ set -e [2020-03-16T09:09:33.934Z] ++ '[' -n 0 ']' [2020-03-16T09:09:33.934Z] ++ set -x [2020-03-16T09:09:33.934Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:09:34.225Z] INFO: Testing against a local daemon [2020-03-16T09:09:34.225Z] === RUN TestContinueAfterPluginCrash [2020-03-16T09:09:34.225Z] === PAUSE TestContinueAfterPluginCrash [2020-03-16T09:09:34.225Z] === RUN TestReadPluginNoRead [2020-03-16T09:09:34.225Z] === PAUSE TestReadPluginNoRead [2020-03-16T09:09:34.225Z] === RUN TestDaemonStartWithLogOpt [2020-03-16T09:09:34.225Z] === PAUSE TestDaemonStartWithLogOpt [2020-03-16T09:09:34.225Z] === CONT TestContinueAfterPluginCrash [2020-03-16T09:09:34.225Z] === CONT TestDaemonStartWithLogOpt [2020-03-16T09:09:34.225Z] === CONT TestReadPluginNoRead [2020-03-16T09:09:35.164Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-03-16T09:09:38.440Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2020-03-16T09:09:39.370Z] === RUN TestReadPluginNoRead/default [2020-03-16T09:09:39.370Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-03-16T09:09:41.269Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-03-16T09:09:41.526Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-16T09:09:42.459Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2020-03-16T09:09:43.833Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-16T09:09:44.091Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-03-16T09:09:44.091Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-03-16T09:09:45.987Z] --- PASS: TestContinueAfterPluginCrash (20.56s) [2020-03-16T09:09:45.987Z] === CONT TestDaemonStartWithLogOpt [2020-03-16T09:09:46.245Z] --- PASS: TestReadPluginNoRead (21.05s) [2020-03-16T09:09:46.245Z] --- PASS: TestReadPluginNoRead/default (2.38s) [2020-03-16T09:09:46.245Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.98s) [2020-03-16T09:09:46.245Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.56s) [2020-03-16T09:09:46.245Z] read_test.go:91: [dc9aaf787f971] daemon is not started [2020-03-16T09:09:50.424Z] --- PASS: TestDaemonStartWithLogOpt (4.47s) [2020-03-16T09:09:50.424Z] PASS [2020-03-16T09:09:50.424Z] [2020-03-16T09:09:50.424Z] DONE 6 tests in 25.174s [2020-03-16T09:09:50.424Z] 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-16T09:09:50.424Z] ++ 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-16T09:09:50.424Z] ++ set -e [2020-03-16T09:09:50.424Z] ++ '[' -n 0 ']' [2020-03-16T09:09:50.424Z] ++ set -x [2020-03-16T09:09:50.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:09:50.424Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-03-16T09:09:50.424Z] testing: warning: no tests to run [2020-03-16T09:09:50.424Z] PASS [2020-03-16T09:09:50.424Z] [2020-03-16T09:09:50.424Z] DONE 0 tests in 0.048s [2020-03-16T09:09:50.424Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-16T09:09:50.424Z] ++ 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-16T09:09:50.424Z] ++ set -e [2020-03-16T09:09:50.424Z] ++ '[' -n 0 ']' [2020-03-16T09:09:50.424Z] ++ set -x [2020-03-16T09:09:50.425Z] ++ env -i DEST=/go/src/github.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-16T09:09:50.425Z] INFO: Testing against a local daemon [2020-03-16T09:09:50.425Z] === RUN TestPluginWithDevMounts [2020-03-16T09:09:50.425Z] === PAUSE TestPluginWithDevMounts [2020-03-16T09:09:50.425Z] === CONT TestPluginWithDevMounts [2020-03-16T09:09:50.681Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-03-16T09:09:52.578Z] --- PASS: TestPluginWithDevMounts (1.94s) [2020-03-16T09:09:52.578Z] PASS [2020-03-16T09:09:52.578Z] [2020-03-16T09:09:52.578Z] DONE 1 tests in 2.068s [2020-03-16T09:09:52.578Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-03-16T09:09:52.578Z] ++ 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-16T09:09:52.578Z] ++ set -e [2020-03-16T09:09:52.578Z] ++ '[' -n 0 ']' [2020-03-16T09:09:52.578Z] ++ set -x [2020-03-16T09:09:52.578Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:09:52.578Z] INFO: Testing against a local daemon [2020-03-16T09:09:52.578Z] === RUN TestSecretInspect [2020-03-16T09:09:53.142Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-03-16T09:09:53.399Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-03-16T09:09:55.922Z] --- PASS: TestSecretInspect (3.26s) [2020-03-16T09:09:55.922Z] === RUN TestSecretList [2020-03-16T09:09:55.922Z] === RUN TestDockerSuite/TestBuildNetNone [2020-03-16T09:09:56.640Z] === RUN TestReadPluginNoRead/default [2020-03-16T09:09:56.640Z] --- PASS: TestDaemonStartWithLogOpt (22.59s) [2020-03-16T09:09:56.853Z] === RUN TestDockerSuite/TestBuildNoContext [2020-03-16T09:09:56.853Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-03-16T09:09:57.652Z] === RUN TestReadPluginNoRead/disabled_caching [2020-03-16T09:09:57.783Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-03-16T09:09:59.130Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-03-16T09:09:59.153Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-03-16T09:09:59.153Z] --- PASS: TestSecretList (3.33s) [2020-03-16T09:09:59.153Z] === RUN TestSecretsCreateAndDelete [2020-03-16T09:10:01.168Z] --- PASS: TestReadPluginNoRead (26.76s) [2020-03-16T09:10:01.168Z] --- PASS: TestReadPluginNoRead/default (1.88s) [2020-03-16T09:10:01.168Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.72s) [2020-03-16T09:10:01.168Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.74s) [2020-03-16T09:10:01.168Z] read_test.go:91: [d36d237c86363] daemon is not started [2020-03-16T09:10:01.454Z] --- PASS: TestContinueAfterPluginCrash (27.19s) [2020-03-16T09:10:01.454Z] PASS [2020-03-16T09:10:01.454Z] [2020-03-16T09:10:01.454Z] DONE 6 tests in 27.290s [2020-03-16T09:10:01.454Z] 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-16T09:10:01.455Z] ++ 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-16T09:10:01.455Z] ++ set -e [2020-03-16T09:10:01.455Z] ++ '[' -n 0 ']' [2020-03-16T09:10:01.455Z] ++ set -x [2020-03-16T09:10:01.455Z] ++ env -i DEST=/go/src/github.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-16T09:10:01.455Z] testing: warning: no tests to run [2020-03-16T09:10:01.455Z] PASS [2020-03-16T09:10:01.455Z] [2020-03-16T09:10:01.455Z] DONE 0 tests in 0.022s [2020-03-16T09:10:01.455Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-03-16T09:10:01.455Z] ++ 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-16T09:10:01.455Z] ++ set -e [2020-03-16T09:10:01.455Z] ++ '[' -n 0 ']' [2020-03-16T09:10:01.455Z] ++ set -x [2020-03-16T09:10:01.455Z] ++ env -i DEST=/go/src/github.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-16T09:10:01.455Z] INFO: Testing against a local daemon [2020-03-16T09:10:01.455Z] === RUN TestPluginWithDevMounts [2020-03-16T09:10:01.455Z] === PAUSE TestPluginWithDevMounts [2020-03-16T09:10:01.455Z] === CONT TestPluginWithDevMounts [2020-03-16T09:10:01.726Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-03-16T09:10:01.997Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-03-16T09:10:02.254Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-03-16T09:10:02.818Z] --- PASS: TestSecretsCreateAndDelete (3.66s) [2020-03-16T09:10:02.818Z] === RUN TestSecretsUpdate [2020-03-16T09:10:02.818Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-03-16T09:10:03.075Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-03-16T09:10:04.006Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-03-16T09:10:04.156Z] --- PASS: TestPluginWithDevMounts (2.25s) [2020-03-16T09:10:04.156Z] PASS [2020-03-16T09:10:04.156Z] [2020-03-16T09:10:04.156Z] DONE 1 tests in 2.352s [2020-03-16T09:10:04.156Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-03-16T09:10:04.156Z] ++ 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-16T09:10:04.156Z] ++ set -e [2020-03-16T09:10:04.156Z] ++ '[' -n 0 ']' [2020-03-16T09:10:04.156Z] ++ set -x [2020-03-16T09:10:04.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=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-16T09:10:04.156Z] INFO: Testing against a local daemon [2020-03-16T09:10:04.156Z] === RUN TestSecretInspect [2020-03-16T09:10:05.900Z] --- PASS: TestSecretsUpdate (3.23s) [2020-03-16T09:10:05.900Z] === RUN TestTemplatedSecret [2020-03-16T09:10:06.193Z] --- PASS: TestSecretInspect (2.29s) [2020-03-16T09:10:06.193Z] === RUN TestSecretList [2020-03-16T09:10:06.464Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-03-16T09:10:07.395Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-03-16T09:10:08.222Z] --- PASS: TestSecretList (2.22s) [2020-03-16T09:10:08.222Z] === RUN TestSecretsCreateAndDelete [2020-03-16T09:10:09.291Z] --- PASS: TestTemplatedSecret (3.49s) [2020-03-16T09:10:09.291Z] === RUN TestSecretCreateResolve [2020-03-16T09:10:10.223Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-03-16T09:10:10.913Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2020-03-16T09:10:10.914Z] === RUN TestSecretsUpdate [2020-03-16T09:10:12.117Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-03-16T09:10:12.375Z] --- PASS: TestSecretCreateResolve (3.08s) [2020-03-16T09:10:12.375Z] PASS [2020-03-16T09:10:12.375Z] [2020-03-16T09:10:12.375Z] DONE 6 tests in 20.163s [2020-03-16T09:10:12.375Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-03-16T09:10:12.375Z] ++ 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-16T09:10:12.632Z] ++ set -e [2020-03-16T09:10:12.632Z] ++ '[' -n 0 ']' [2020-03-16T09:10:12.632Z] ++ set -x [2020-03-16T09:10:12.632Z] ++ env -i DEST=/go/src/github.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-16T09:10:12.632Z] INFO: Testing against a local daemon [2020-03-16T09:10:12.632Z] === RUN TestServiceCreateInit [2020-03-16T09:10:12.632Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-16T09:10:12.949Z] --- PASS: TestSecretsUpdate (2.29s) [2020-03-16T09:10:12.949Z] === RUN TestTemplatedSecret [2020-03-16T09:10:14.526Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-03-16T09:10:15.637Z] --- PASS: TestTemplatedSecret (2.71s) [2020-03-16T09:10:15.637Z] === RUN TestSecretCreateResolve [2020-03-16T09:10:16.421Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-03-16T09:10:17.352Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-16T09:10:17.916Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-03-16T09:10:18.174Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-03-16T09:10:18.327Z] --- PASS: TestSecretCreateResolve (2.31s) [2020-03-16T09:10:18.327Z] PASS [2020-03-16T09:10:18.327Z] [2020-03-16T09:10:18.327Z] DONE 6 tests in 14.212s [2020-03-16T09:10:18.327Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-03-16T09:10:18.327Z] ++ 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-16T09:10:18.327Z] ++ set -e [2020-03-16T09:10:18.327Z] ++ '[' -n 0 ']' [2020-03-16T09:10:18.327Z] ++ set -x [2020-03-16T09:10:18.327Z] ++ env -i DEST=/go/src/github.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-16T09:10:18.327Z] INFO: Testing against a local daemon [2020-03-16T09:10:18.327Z] === RUN TestServiceCreateInit [2020-03-16T09:10:18.327Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-03-16T09:10:18.848Z] #33 130.7 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-03-16T09:10:18.848Z] #33 133.3 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-03-16T09:10:18.848Z] #33 134.6 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-03-16T09:10:18.848Z] #33 136.6 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-03-16T09:10:18.848Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-03-16T09:10:18.848Z] #33 140.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-03-16T09:10:19.106Z] #33 141.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-03-16T09:10:20.040Z] #33 142.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-03-16T09:10:20.299Z] #33 143.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-03-16T09:10:22.204Z] #33 144.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-03-16T09:10:22.348Z] --- PASS: TestServiceCreateInit (9.66s) [2020-03-16T09:10:22.348Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.77s) [2020-03-16T09:10:22.348Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.87s) [2020-03-16T09:10:22.348Z] === RUN TestCreateServiceMultipleTimes [2020-03-16T09:10:22.348Z] === RUN TestDockerSuite/TestBuildPATH [2020-03-16T09:10:22.744Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-03-16T09:10:22.771Z] #33 145.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-03-16T09:10:24.672Z] #33 147.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-03-16T09:10:24.956Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-03-16T09:10:25.887Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-03-16T09:10:26.047Z] #33 148.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-03-16T09:10:26.614Z] #33 149.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-03-16T09:10:27.140Z] --- PASS: TestServiceCreateInit (8.29s) [2020-03-16T09:10:27.140Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.15s) [2020-03-16T09:10:27.140Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.10s) [2020-03-16T09:10:27.140Z] === RUN TestCreateServiceMultipleTimes [2020-03-16T09:10:27.257Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-03-16T09:10:28.516Z] #33 150.9 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-03-16T09:10:29.452Z] #33 152.0 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-03-16T09:10:31.356Z] #33 153.9 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-03-16T09:10:32.846Z] #33 155.1 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-03-16T09:10:33.783Z] #33 156.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-03-16T09:10:35.158Z] #33 157.6 [2020-03-16T09:10:35.725Z] #33 DONE 158.1s [2020-03-16T09:10:35.725Z] [2020-03-16T09:10:35.725Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-03-16T09:10:37.103Z] #34 DONE 1.5s [2020-03-16T09:10:38.478Z] [2020-03-16T09:10:38.478Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-03-16T09:10:39.415Z] #35 DONE 0.8s [2020-03-16T09:10:39.415Z] [2020-03-16T09:10:39.415Z] #36 exporting to image [2020-03-16T09:10:39.415Z] #36 exporting layers [2020-03-16T09:10:39.442Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-03-16T09:10:41.317Z] #36 exporting layers 1.8s done [2020-03-16T09:10:41.317Z] #36 writing image sha256:fea4249111a418418865cd32be449b2e11d77cdeafc58cb39e5fd917bb982ac1 done [2020-03-16T09:10:41.317Z] #36 naming to docker.io/library/moby-e2e-test done [2020-03-16T09:10:41.317Z] #36 DONE 1.8s [Pipeline] } [2020-03-16T09:10:41.335Z] --- PASS: TestCreateServiceMultipleTimes (18.82s) [2020-03-16T09:10:41.335Z] === RUN TestCreateServiceConflict [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T09:10:41.634Z] + echo Ensuring container killed. [2020-03-16T09:10:41.634Z] Ensuring container killed. [2020-03-16T09:10:41.634Z] + docker rm -vf docker-pr12 [2020-03-16T09:10:41.634Z] Error: No such container: docker-pr12 [2020-03-16T09:10:41.634Z] + true [Pipeline] sh [2020-03-16T09:10:41.924Z] + echo Chowning /workspace to jenkins user [2020-03-16T09:10:41.924Z] Chowning /workspace to jenkins user [2020-03-16T09:10:41.924Z] + id -u [2020-03-16T09:10:41.924Z] + id -g [2020-03-16T09:10:41.924Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/workspace busybox chown -R 1000:1000 /workspace [2020-03-16T09:10:42.403Z] --- PASS: TestCreateServiceMultipleTimes (16.05s) [2020-03-16T09:10:42.403Z] === RUN TestCreateServiceConflict [2020-03-16T09:10:42.704Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T09:10:43.159Z] + bundleName=unit [2020-03-16T09:10:43.159Z] + echo Creating unit-bundles.tar.gz [2020-03-16T09:10:43.159Z] Creating unit-bundles.tar.gz [2020-03-16T09:10:43.159Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-03-16T09:10:43.159Z] bundles/junit-report.xml [2020-03-16T09:10:43.159Z] bundles/go-test-report.json [2020-03-16T09:10:43.159Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-03-16T09:10:43.171Z] Archiving artifacts [2020-03-16T09:10:43.623Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:10:43.936Z] + make clean [2020-03-16T09:10:43.937Z] docker volume rm -f docker-dev-cache [2020-03-16T09:10:44.198Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-16T09:10:44.601Z] --- PASS: TestCreateServiceConflict (3.14s) [2020-03-16T09:10:44.601Z] === RUN TestCreateServiceMaxReplicas [2020-03-16T09:10:44.601Z] === RUN TestDockerSuite/TestBuildRm [2020-03-16T09:10:45.094Z] --- PASS: TestCreateServiceConflict (2.26s) [2020-03-16T09:10:45.094Z] === RUN TestCreateServiceMaxReplicas [2020-03-16T09:10:47.793Z] --- PASS: TestCreateServiceMaxReplicas (2.96s) [2020-03-16T09:10:47.793Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-16T09:10:47.879Z] --- PASS: TestCreateServiceMaxReplicas (3.67s) [2020-03-16T09:10:47.879Z] === RUN TestCreateWithDuplicateNetworkNames [2020-03-16T09:10:48.135Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-03-16T09:10:48.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-03-16T09:10:49.764Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-03-16T09:10:51.660Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-03-16T09:10:51.916Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-03-16T09:10:52.850Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-03-16T09:10:54.221Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-03-16T09:10:55.591Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-03-16T09:10:56.960Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-03-16T09:11:01.138Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-03-16T09:11:01.397Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-03-16T09:11:01.654Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-03-16T09:11:01.654Z] === RUN TestDockerSuite/TestBuildSpaces [2020-03-16T09:11:01.912Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-03-16T09:11:03.045Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.42s) [2020-03-16T09:11:03.045Z] === RUN TestCreateServiceSecretFileMode [2020-03-16T09:11:03.281Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-03-16T09:11:03.281Z] === RUN TestDockerSuite/TestBuildStderr [2020-03-16T09:11:03.281Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.29s) [2020-03-16T09:11:03.281Z] === RUN TestCreateServiceSecretFileMode [2020-03-16T09:11:03.668Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2020-03-16T09:11:03.668Z] === RUN TestCreateServiceConfigFileMode [2020-03-16T09:11:04.212Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-03-16T09:11:05.144Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-03-16T09:11:06.374Z] --- PASS: TestCreateServiceConfigFileMode (2.58s) [2020-03-16T09:11:06.374Z] === RUN TestCreateServiceSysctls [2020-03-16T09:11:06.516Z] --- PASS: TestCreateServiceSecretFileMode (3.31s) [2020-03-16T09:11:06.516Z] === RUN TestCreateServiceConfigFileMode [2020-03-16T09:11:09.849Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-03-16T09:11:09.849Z] --- PASS: TestCreateServiceConfigFileMode (3.08s) [2020-03-16T09:11:09.849Z] === RUN TestCreateServiceSysctls [2020-03-16T09:11:09.953Z] --- PASS: TestCreateServiceSysctls (3.40s) [2020-03-16T09:11:09.953Z] === RUN TestCreateServiceCapabilities [2020-03-16T09:11:10.780Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-03-16T09:11:11.711Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-03-16T09:11:12.642Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-03-16T09:11:12.651Z] --- PASS: TestCreateServiceCapabilities (2.60s) [2020-03-16T09:11:12.651Z] === RUN TestInspect [2020-03-16T09:11:13.574Z] --- PASS: TestCreateServiceSysctls (3.98s) [2020-03-16T09:11:13.574Z] === RUN TestCreateServiceCapabilities [2020-03-16T09:11:13.574Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-03-16T09:11:15.349Z] --- PASS: TestInspect (2.89s) [2020-03-16T09:11:15.349Z] === RUN TestCreateJob [2020-03-16T09:11:15.468Z] === RUN TestDockerSuite/TestBuildUser [2020-03-16T09:11:17.363Z] --- PASS: TestCreateServiceCapabilities (3.62s) [2020-03-16T09:11:17.363Z] === RUN TestInspect [2020-03-16T09:11:17.363Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-03-16T09:11:18.822Z] --- PASS: TestCreateJob (3.39s) [2020-03-16T09:11:18.822Z] === RUN TestReplicatedJob [2020-03-16T09:11:21.539Z] --- PASS: TestInspect (4.21s) [2020-03-16T09:11:21.539Z] === RUN TestCreateJob [2020-03-16T09:11:21.540Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-03-16T09:11:24.336Z] --- PASS: TestReplicatedJob (5.54s) [2020-03-16T09:11:24.336Z] === RUN TestUpdateReplicatedJob [2020-03-16T09:11:25.715Z] --- PASS: TestCreateJob (4.37s) [2020-03-16T09:11:25.715Z] === RUN TestReplicatedJob [2020-03-16T09:11:27.811Z] --- PASS: TestUpdateReplicatedJob (3.47s) [2020-03-16T09:11:27.811Z] === RUN TestServiceListWithStatuses [2020-03-16T09:11:27.811Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-16T09:11:27.811Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:11:27.811Z] === RUN TestDockerNetworkConnectAlias [2020-03-16T09:11:32.219Z] --- PASS: TestDockerNetworkConnectAlias (4.67s) [2020-03-16T09:11:32.219Z] === RUN TestDockerNetworkReConnect [2020-03-16T09:11:33.811Z] --- PASS: TestReplicatedJob (6.62s) [2020-03-16T09:11:33.811Z] === RUN TestUpdateReplicatedJob [2020-03-16T09:11:36.367Z] --- PASS: TestUpdateReplicatedJob (4.01s) [2020-03-16T09:11:36.367Z] === RUN TestServiceListWithStatuses [2020-03-16T09:11:36.367Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-03-16T09:11:36.367Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:11:36.367Z] === RUN TestDockerNetworkConnectAlias [2020-03-16T09:11:36.630Z] --- PASS: TestDockerNetworkReConnect (3.83s) [2020-03-16T09:11:36.630Z] === RUN TestServicePlugin [2020-03-16T09:11:36.630Z] --- SKIP: TestServicePlugin (0.00s) [2020-03-16T09:11:36.630Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:11:36.630Z] === RUN TestServiceUpdateLabel [2020-03-16T09:11:38.663Z] --- PASS: TestServiceUpdateLabel (2.30s) [2020-03-16T09:11:38.663Z] === RUN TestServiceUpdateSecrets [2020-03-16T09:11:40.544Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-03-16T09:11:41.475Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-03-16T09:11:41.732Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-03-16T09:11:42.296Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-03-16T09:11:42.553Z] --- PASS: TestDockerNetworkConnectAlias (6.10s) [2020-03-16T09:11:42.553Z] === RUN TestDockerNetworkReConnect [2020-03-16T09:11:43.922Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-03-16T09:11:44.853Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-03-16T09:11:46.748Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-03-16T09:11:46.748Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-03-16T09:11:46.748Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-03-16T09:11:46.748Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-03-16T09:11:46.748Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-03-16T09:11:47.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-03-16T09:11:47.878Z] --- PASS: TestDockerNetworkReConnect (5.37s) [2020-03-16T09:11:47.878Z] === RUN TestServicePlugin [2020-03-16T09:11:48.442Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-03-16T09:11:48.442Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-03-16T09:11:49.814Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-03-16T09:11:51.184Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-03-16T09:11:52.116Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-03-16T09:11:52.373Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-03-16T09:11:53.916Z] --- PASS: TestServiceUpdateSecrets (14.73s) [2020-03-16T09:11:53.916Z] === RUN TestServiceUpdateConfigs [2020-03-16T09:11:55.648Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-03-16T09:11:58.174Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-03-16T09:11:59.105Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-03-16T09:11:59.363Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-03-16T09:12:00.293Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-03-16T09:12:00.293Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-03-16T09:12:01.224Z] === RUN TestDockerSuite/TestBuildXZHost [2020-03-16T09:12:03.747Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-03-16T09:12:03.747Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-03-16T09:12:03.747Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-03-16T09:12:04.312Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-03-16T09:12:05.242Z] === RUN TestDockerSuite/TestCommitChange [2020-03-16T09:12:06.614Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-03-16T09:12:06.614Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-03-16T09:12:07.986Z] === RUN TestDockerSuite/TestCommitHardlink [2020-03-16T09:12:09.162Z] --- PASS: TestServiceUpdateConfigs (14.79s) [2020-03-16T09:12:09.162Z] === RUN TestServiceUpdateNetwork [2020-03-16T09:12:09.882Z] === RUN TestDockerSuite/TestCommitNewFile [2020-03-16T09:12:12.412Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-03-16T09:12:13.342Z] === RUN TestDockerSuite/TestCommitTTY [2020-03-16T09:12:15.237Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-03-16T09:12:16.167Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-03-16T09:12:18.061Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-03-16T09:12:18.991Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-03-16T09:12:20.888Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-03-16T09:12:21.698Z] --- PASS: TestServiceUpdateNetwork (12.99s) [2020-03-16T09:12:21.698Z] PASS [2020-03-16T09:12:21.698Z] [2020-03-16T09:12:21.698Z] === Skipped [2020-03-16T09:12:21.698Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-03-16T09:12:21.698Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:12:21.698Z] [2020-03-16T09:12:21.698Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-03-16T09:12:21.698Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-03-16T09:12:21.698Z] [2020-03-16T09:12:21.698Z] [2020-03-16T09:12:21.698Z] DONE 23 tests, 2 skipped in 122.866s [2020-03-16T09:12:21.698Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-03-16T09:12:21.698Z] ++ 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-16T09:12:21.698Z] ++ set -e [2020-03-16T09:12:21.698Z] ++ '[' -n 0 ']' [2020-03-16T09:12:21.698Z] ++ set -x [2020-03-16T09:12:21.698Z] ++ env -i DEST=/go/src/github.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-16T09:12:21.698Z] INFO: Testing against a local daemon [2020-03-16T09:12:21.698Z] === RUN TestSessionCreate [2020-03-16T09:12:21.698Z] --- PASS: TestSessionCreate (0.05s) [2020-03-16T09:12:21.698Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-16T09:12:21.698Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-03-16T09:12:21.698Z] PASS [2020-03-16T09:12:21.698Z] [2020-03-16T09:12:21.698Z] DONE 2 tests in 0.191s [2020-03-16T09:12:21.698Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-03-16T09:12:21.698Z] ++ 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-16T09:12:21.698Z] ++ set -e [2020-03-16T09:12:21.698Z] ++ '[' -n 0 ']' [2020-03-16T09:12:21.698Z] ++ set -x [2020-03-16T09:12:21.698Z] ++ env -i DEST=/go/src/github.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-16T09:12:21.698Z] INFO: Testing against a local daemon [2020-03-16T09:12:21.698Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-16T09:12:21.698Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:12:21.698Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:12:21.698Z] === RUN TestEventsExecDie [2020-03-16T09:12:21.983Z] --- PASS: TestEventsExecDie (0.80s) [2020-03-16T09:12:21.983Z] === RUN TestEventsBackwardsCompatible [2020-03-16T09:12:21.983Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-03-16T09:12:21.983Z] === RUN TestInfoBinaryCommits [2020-03-16T09:12:21.983Z] --- PASS: TestInfoBinaryCommits (0.05s) [2020-03-16T09:12:21.983Z] === RUN TestInfoAPIVersioned [2020-03-16T09:12:21.983Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-16T09:12:21.983Z] === RUN TestInfoDiscoveryBackend [2020-03-16T09:12:22.603Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-03-16T09:12:22.603Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-16T09:12:22.783Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-03-16T09:12:22.783Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-03-16T09:12:23.347Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-03-16T09:12:23.617Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-16T09:12:23.617Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-16T09:12:24.238Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2020-03-16T09:12:24.238Z] === RUN TestInfoAPI [2020-03-16T09:12:24.238Z] --- PASS: TestInfoAPI (0.05s) [2020-03-16T09:12:24.238Z] === RUN TestInfoAPIWarnings [2020-03-16T09:12:24.277Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-03-16T09:12:24.535Z] --- PASS: TestServicePlugin (36.56s) [2020-03-16T09:12:24.535Z] plugin_test.go:62: [d5abba040c32e] joining swarm manager [dd1ef6311e102]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:12:24.535Z] plugin_test.go:65: [d21e399e1d714] joining swarm manager [dd1ef6311e102]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:12:24.535Z] === RUN TestServiceUpdateLabel [2020-03-16T09:12:24.859Z] --- PASS: TestInfoAPIWarnings (0.54s) [2020-03-16T09:12:24.859Z] === RUN TestInfoDebug [2020-03-16T09:12:25.101Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-03-16T09:12:25.479Z] --- PASS: TestInfoDebug (0.55s) [2020-03-16T09:12:25.479Z] === RUN TestInfoInsecureRegistries [2020-03-16T09:12:25.766Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2020-03-16T09:12:25.766Z] === RUN TestInfoRegistryMirrors [2020-03-16T09:12:26.030Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-03-16T09:12:26.385Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2020-03-16T09:12:26.385Z] === RUN TestLoginFailsWithBadCredentials [2020-03-16T09:12:26.963Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-03-16T09:12:26.963Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-03-16T09:12:26.964Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-03-16T09:12:27.006Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) [2020-03-16T09:12:27.006Z] === RUN TestPingCacheHeaders [2020-03-16T09:12:27.006Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-03-16T09:12:27.006Z] === RUN TestPingGet [2020-03-16T09:12:27.006Z] --- PASS: TestPingGet (0.04s) [2020-03-16T09:12:27.006Z] === RUN TestPingHead [2020-03-16T09:12:27.006Z] --- PASS: TestPingHead (0.06s) [2020-03-16T09:12:27.006Z] === RUN TestVersion [2020-03-16T09:12:27.006Z] --- PASS: TestVersion (0.05s) [2020-03-16T09:12:27.006Z] PASS [2020-03-16T09:12:27.006Z] [2020-03-16T09:12:27.006Z] === Skipped [2020-03-16T09:12:27.006Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:12:27.006Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:12:27.006Z] [2020-03-16T09:12:27.006Z] [2020-03-16T09:12:27.006Z] DONE 18 tests, 1 skipped in 5.980s [2020-03-16T09:12:27.006Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-03-16T09:12:27.006Z] ++ 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-16T09:12:27.006Z] ++ set -e [2020-03-16T09:12:27.006Z] ++ '[' -n 0 ']' [2020-03-16T09:12:27.006Z] ++ set -x [2020-03-16T09:12:27.006Z] ++ env -i DEST=/go/src/github.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-16T09:12:27.292Z] INFO: Testing against a local daemon [2020-03-16T09:12:27.292Z] === RUN TestVolumesCreateAndList [2020-03-16T09:12:27.292Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-03-16T09:12:27.292Z] === RUN TestVolumesRemove [2020-03-16T09:12:27.292Z] --- PASS: TestVolumesRemove (0.08s) [2020-03-16T09:12:27.292Z] === RUN TestVolumesInspect [2020-03-16T09:12:27.292Z] --- PASS: TestVolumesInspect (0.05s) [2020-03-16T09:12:27.292Z] === RUN TestVolumesInvalidJSON [2020-03-16T09:12:27.292Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-16T09:12:27.292Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-16T09:12:27.292Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-16T09:12:27.292Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-03-16T09:12:27.292Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-16T09:12:27.292Z] PASS [2020-03-16T09:12:27.292Z] [2020-03-16T09:12:27.292Z] DONE 5 tests in 0.296s [2020-03-16T09:12:27.292Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:12:27.577Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:12:27.577Z] +++ kill 13463 [2020-03-16T09:12:27.894Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-03-16T09:12:27.894Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-03-16T09:12:27.894Z] --- PASS: TestServiceUpdateLabel (3.27s) [2020-03-16T09:12:27.894Z] === RUN TestServiceUpdateSecrets [2020-03-16T09:12:27.894Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-03-16T09:12:27.894Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-03-16T09:12:28.151Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-03-16T09:12:29.051Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:12:29.051Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:12:29.051Z] [2020-03-16T09:12:29.051Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:12:29.051Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:12:29.051Z] [2020-03-16T09:12:29.051Z] To set a process to complain mode, use the command line tool [2020-03-16T09:12:29.051Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:12:29.051Z] +++ true [2020-03-16T09:12:29.051Z] [2020-03-16T09:12:29.080Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-03-16T09:12:30.012Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce Post stage [Pipeline] junit [2020-03-16T09:12:30.588Z] Recording test results [2020-03-16T09:12:30.947Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-03-16T09:12:30.947Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T09:12:31.548Z] + echo Ensuring container killed. [2020-03-16T09:12:31.548Z] Ensuring container killed. [2020-03-16T09:12:31.548Z] + docker rm -vf docker-pr12 [2020-03-16T09:12:31.548Z] Error: No such container: docker-pr12 [2020-03-16T09:12:31.548Z] + true [Pipeline] sh [2020-03-16T09:12:31.940Z] + echo Chowning /workspace to jenkins user [2020-03-16T09:12:31.940Z] Chowning /workspace to jenkins user [2020-03-16T09:12:31.940Z] + id -u [2020-03-16T09:12:31.940Z] + id -g [2020-03-16T09:12:31.940Z] + docker run --rm -v /home/docker/workspace/moby_PR-40689:/workspace busybox chown -R 1001:1001 /workspace [2020-03-16T09:12:32.840Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-03-16T09:12:33.404Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-03-16T09:12:33.661Z] === RUN TestDockerSuite/TestContainerAPIGetAll [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T09:12:34.367Z] + bundleName=ppc64le-integration [2020-03-16T09:12:34.367Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-03-16T09:12:34.367Z] Creating ppc64le-integration-bundles.tar.gz [2020-03-16T09:12:34.367Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+ -o -name *.prof -o -namexargs *-report.xml tar ) -czf -print ppc64le-integration-bundles.tar.gz [2020-03-16T09:12:34.367Z] [2020-03-16T09:12:34.592Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [Pipeline] archiveArtifacts [2020-03-16T09:12:34.688Z] Archiving artifacts [2020-03-16T09:12:35.156Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-03-16T09:12:35.199Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:12:35.591Z] + make clean [2020-03-16T09:12:36.086Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-03-16T09:12:36.211Z] make: command: Command not found [2020-03-16T09:12:36.211Z] make: command: Command not found [2020-03-16T09:12:36.211Z] docker volume rm -f docker-dev-cache [2020-03-16T09:12:36.211Z] docker-dev-cache [Pipeline] deleteDir [2020-03-16T09:12:37.018Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-03-16T09:12:37.018Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-03-16T09:12:37.951Z] === RUN TestDockerSuite/TestContainerAPIPause [Pipeline] } [Pipeline] // withEnv [2020-03-16T09:12:38.881Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-16T09:12:39.444Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-03-16T09:12:39.700Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-03-16T09:12:40.630Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-03-16T09:12:42.009Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-03-16T09:12:43.379Z] --- PASS: TestServiceUpdateSecrets (15.64s) [2020-03-16T09:12:43.379Z] === RUN TestServiceUpdateConfigs [2020-03-16T09:12:43.379Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-03-16T09:12:43.636Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-03-16T09:12:43.636Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-03-16T09:12:43.636Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-03-16T09:12:43.636Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-03-16T09:12:44.566Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-03-16T09:12:49.820Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-03-16T09:12:49.820Z] === RUN TestDockerSuite/TestContainerAPITop [2020-03-16T09:12:50.782Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-03-16T09:12:50.782Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-03-16T09:12:50.782Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-03-16T09:12:54.169Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-03-16T09:12:54.426Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-03-16T09:12:55.796Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-03-16T09:12:59.071Z] --- PASS: TestServiceUpdateConfigs (15.27s) [2020-03-16T09:12:59.071Z] === RUN TestServiceUpdateNetwork [2020-03-16T09:13:00.442Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-03-16T09:13:01.007Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-03-16T09:13:03.532Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-03-16T09:13:04.903Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-03-16T09:13:06.273Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-03-16T09:13:07.643Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-03-16T09:13:09.538Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-03-16T09:13:10.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-03-16T09:13:12.284Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b4ec40_} [2020-03-16T09:13:13.214Z] --- PASS: TestServiceUpdateNetwork (14.61s) [2020-03-16T09:13:13.214Z] PASS [2020-03-16T09:13:13.214Z] [2020-03-16T09:13:13.214Z] === Skipped [2020-03-16T09:13:13.214Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-03-16T09:13:13.214Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-03-16T09:13:13.214Z] [2020-03-16T09:13:13.214Z] [2020-03-16T09:13:13.214Z] DONE 23 tests, 1 skipped in 180.778s [2020-03-16T09:13:13.214Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-03-16T09:13:13.214Z] ++ 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-16T09:13:13.214Z] ++ set -e [2020-03-16T09:13:13.214Z] ++ '[' -n 0 ']' [2020-03-16T09:13:13.214Z] ++ set -x [2020-03-16T09:13:13.214Z] ++ env -i DEST=/go/src/github.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-16T09:13:13.471Z] INFO: Testing against a local daemon [2020-03-16T09:13:13.471Z] === RUN TestSessionCreate [2020-03-16T09:13:13.471Z] --- PASS: TestSessionCreate (0.02s) [2020-03-16T09:13:13.471Z] === RUN TestSessionCreateWithBadUpgrade [2020-03-16T09:13:13.471Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-03-16T09:13:13.471Z] PASS [2020-03-16T09:13:13.471Z] [2020-03-16T09:13:13.471Z] DONE 2 tests in 0.149s [2020-03-16T09:13:13.471Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-03-16T09:13:13.471Z] ++ 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-16T09:13:13.471Z] ++ set -e [2020-03-16T09:13:13.471Z] ++ '[' -n 0 ']' [2020-03-16T09:13:13.471Z] ++ set -x [2020-03-16T09:13:13.471Z] ++ env -i DEST=/go/src/github.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-16T09:13:13.471Z] INFO: Testing against a local daemon [2020-03-16T09:13:13.471Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-03-16T09:13:13.471Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:13:13.471Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:13:13.471Z] === RUN TestEventsExecDie [2020-03-16T09:13:14.035Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1087659754_/foo_false____} [2020-03-16T09:13:14.600Z] --- PASS: TestEventsExecDie (0.93s) [2020-03-16T09:13:14.600Z] === RUN TestEventsBackwardsCompatible [2020-03-16T09:13:14.600Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2020-03-16T09:13:14.600Z] === RUN TestInfoBinaryCommits [2020-03-16T09:13:14.600Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-03-16T09:13:14.600Z] === RUN TestInfoAPIVersioned [2020-03-16T09:13:14.600Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-03-16T09:13:14.600Z] === RUN TestInfoDiscoveryBackend [2020-03-16T09:13:14.857Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-03-16T09:13:15.114Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2020-03-16T09:13:15.114Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-03-16T09:13:15.678Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1087659754_/foo_true____} [2020-03-16T09:13:16.243Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-03-16T09:13:16.243Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-03-16T09:13:16.808Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-03-16T09:13:16.808Z] === RUN TestInfoAPI [2020-03-16T09:13:16.808Z] --- PASS: TestInfoAPI (0.03s) [2020-03-16T09:13:16.808Z] === RUN TestInfoAPIWarnings [2020-03-16T09:13:17.372Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-03-16T09:13:17.372Z] === RUN TestInfoDebug [2020-03-16T09:13:17.372Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_false____} [2020-03-16T09:13:17.936Z] --- PASS: TestInfoDebug (0.53s) [2020-03-16T09:13:17.936Z] === RUN TestInfoInsecureRegistries [2020-03-16T09:13:18.193Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-03-16T09:13:18.193Z] === RUN TestInfoRegistryMirrors [2020-03-16T09:13:18.760Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2020-03-16T09:13:18.760Z] === RUN TestLoginFailsWithBadCredentials [2020-03-16T09:13:19.017Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_true____} [2020-03-16T09:13:19.017Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2020-03-16T09:13:19.017Z] === RUN TestPingCacheHeaders [2020-03-16T09:13:19.017Z] --- PASS: TestPingCacheHeaders (0.02s) [2020-03-16T09:13:19.017Z] === RUN TestPingGet [2020-03-16T09:13:19.017Z] --- PASS: TestPingGet (0.02s) [2020-03-16T09:13:19.017Z] === RUN TestPingHead [2020-03-16T09:13:19.017Z] --- PASS: TestPingHead (0.02s) [2020-03-16T09:13:19.017Z] === RUN TestVersion [2020-03-16T09:13:19.017Z] --- PASS: TestVersion (0.04s) [2020-03-16T09:13:19.017Z] PASS [2020-03-16T09:13:19.017Z] [2020-03-16T09:13:19.017Z] === Skipped [2020-03-16T09:13:19.017Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-03-16T09:13:19.017Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-03-16T09:13:19.017Z] [2020-03-16T09:13:19.017Z] [2020-03-16T09:13:19.017Z] DONE 18 tests, 1 skipped in 5.657s [2020-03-16T09:13:19.017Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-03-16T09:13:19.017Z] ++ 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-16T09:13:19.017Z] ++ set -e [2020-03-16T09:13:19.017Z] ++ '[' -n 0 ']' [2020-03-16T09:13:19.017Z] ++ set -x [2020-03-16T09:13:19.017Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T09:13:19.275Z] INFO: Testing against a local daemon [2020-03-16T09:13:19.275Z] === RUN TestVolumesCreateAndList [2020-03-16T09:13:19.275Z] --- PASS: TestVolumesCreateAndList (0.06s) [2020-03-16T09:13:19.275Z] === RUN TestVolumesRemove [2020-03-16T09:13:19.532Z] --- PASS: TestVolumesRemove (0.11s) [2020-03-16T09:13:19.532Z] === RUN TestVolumesInspect [2020-03-16T09:13:19.532Z] --- PASS: TestVolumesInspect (0.03s) [2020-03-16T09:13:19.532Z] === RUN TestVolumesInvalidJSON [2020-03-16T09:13:19.532Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-03-16T09:13:19.532Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-03-16T09:13:19.532Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-03-16T09:13:19.532Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-03-16T09:13:19.532Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-03-16T09:13:19.532Z] PASS [2020-03-16T09:13:19.532Z] [2020-03-16T09:13:19.532Z] DONE 5 tests in 0.381s [2020-03-16T09:13:19.532Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:13:19.789Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:13:19.789Z] +++ kill 5428 [2020-03-16T09:13:20.719Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_true__0xc000b4eca0__} [2020-03-16T09:13:20.976Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:13:20.976Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:13:20.976Z] [2020-03-16T09:13:20.976Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:13:20.976Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:13:20.976Z] [2020-03-16T09:13:20.976Z] To set a process to complain mode, use the command line tool [2020-03-16T09:13:20.976Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:13:20.976Z] +++ true [2020-03-16T09:13:20.976Z] [2020-03-16T09:13:22.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b4ecc0_} [2020-03-16T09:13:24.246Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b4ece0_} [2020-03-16T09:13:25.614Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b4ed00_} [2020-03-16T09:13:27.507Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b4ed20_} [2020-03-16T09:13:28.879Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-03-16T09:13:30.252Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-03-16T09:13:30.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-03-16T09:13:30.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-03-16T09:13:30.766Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-03-16T09:13:30.766Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-03-16T09:13:34.039Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-03-16T09:13:35.934Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-03-16T09:13:39.208Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-03-16T09:13:41.142Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-03-16T09:13:41.142Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-03-16T09:13:42.072Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-03-16T09:13:43.002Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-03-16T09:13:44.371Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-03-16T09:13:45.303Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-03-16T09:13:46.234Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-03-16T09:13:47.164Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-03-16T09:13:48.094Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-03-16T09:13:49.024Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-03-16T09:13:49.955Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-03-16T09:13:51.326Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-03-16T09:13:52.256Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-03-16T09:13:53.187Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-03-16T09:13:54.558Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-03-16T09:13:55.928Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-03-16T09:13:56.858Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-03-16T09:13:57.788Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-03-16T09:13:57.788Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-03-16T09:13:58.718Z] === RUN TestDockerSuite/TestCpRelativePath [2020-03-16T09:13:59.649Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-03-16T09:14:00.579Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-03-16T09:14:01.509Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-03-16T09:14:02.884Z] === RUN TestDockerSuite/TestCpToCaseA [2020-03-16T09:14:04.779Z] === RUN TestDockerSuite/TestCpToCaseB [2020-03-16T09:14:05.343Z] === RUN TestDockerSuite/TestCpToCaseC [2020-03-16T09:14:08.616Z] === RUN TestDockerSuite/TestCpToCaseD [2020-03-16T09:14:13.877Z] === RUN TestDockerSuite/TestCpToCaseE [2020-03-16T09:14:15.771Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-03-16T09:14:16.334Z] === RUN TestDockerSuite/TestCpToCaseF [2020-03-16T09:14:17.264Z] === RUN TestDockerSuite/TestCpToCaseG [2020-03-16T09:14:22.521Z] === RUN TestDockerSuite/TestCpToCaseH [2020-03-16T09:14:25.793Z] === RUN TestDockerSuite/TestCpToCaseI [2020-03-16T09:14:26.723Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-03-16T09:14:31.977Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-03-16T09:14:32.540Z] === RUN TestDockerSuite/TestCpToDot [2020-03-16T09:14:33.472Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-03-16T09:14:35.367Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-03-16T09:14:37.281Z] === RUN TestDockerSuite/TestCpToStdout [2020-03-16T09:14:37.281Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-03-16T09:14:38.216Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-03-16T09:14:42.393Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-03-16T09:14:42.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-03-16T09:14:42.393Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-03-16T09:14:42.957Z] === RUN TestDockerSuite/TestCpVolumePath [2020-03-16T09:14:45.482Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-03-16T09:14:45.482Z] === RUN TestDockerSuite/TestCreateArgs [2020-03-16T09:14:45.482Z] === RUN TestDockerSuite/TestCreateByImageID [2020-03-16T09:14:46.045Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-03-16T09:14:46.978Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-03-16T09:14:46.978Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-03-16T09:14:47.235Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-03-16T09:14:48.167Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-03-16T09:14:48.731Z] === RUN TestDockerSuite/TestCreateLabels [2020-03-16T09:14:48.731Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-03-16T09:14:48.989Z] === RUN TestDockerSuite/TestCreateRM [2020-03-16T09:14:48.989Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-03-16T09:14:48.989Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-03-16T09:14:49.246Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-03-16T09:14:49.503Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-03-16T09:14:52.027Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-03-16T09:14:52.027Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-03-16T09:14:52.027Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-03-16T09:14:55.304Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-03-16T09:14:55.561Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-03-16T09:14:55.561Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-03-16T09:14:55.818Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-03-16T09:14:55.818Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-03-16T09:14:55.818Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-03-16T09:14:56.750Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-03-16T09:14:58.119Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-03-16T09:14:59.049Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-03-16T09:15:00.945Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-03-16T09:15:01.878Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-03-16T09:15:02.472Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-03-16T09:15:03.404Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-03-16T09:15:04.336Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-03-16T09:15:04.336Z] === RUN TestDockerSuite/TestDevicePermissions [2020-03-16T09:15:05.270Z] === RUN TestDockerSuite/TestDockerFails [2020-03-16T09:15:05.270Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-03-16T09:15:05.270Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-03-16T09:15:05.270Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-03-16T09:15:07.167Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-03-16T09:15:08.098Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-03-16T09:15:09.993Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-03-16T09:15:09.993Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-03-16T09:15:09.993Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-03-16T09:15:09.993Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-03-16T09:15:16.539Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-03-16T09:15:19.061Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-03-16T09:15:19.320Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-03-16T09:15:22.595Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-03-16T09:15:25.118Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-03-16T09:15:26.048Z] === RUN TestDockerSuite/TestEventsAttach [2020-03-16T09:15:26.979Z] === RUN TestDockerSuite/TestEventsCommit [2020-03-16T09:15:27.911Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-03-16T09:15:28.843Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-03-16T09:15:29.774Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-03-16T09:15:30.338Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-03-16T09:15:32.248Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-03-16T09:15:34.143Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-03-16T09:15:35.513Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-03-16T09:15:38.038Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-03-16T09:15:40.560Z] === RUN TestDockerSuite/TestEventsCopy [2020-03-16T09:15:41.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-03-16T09:15:41.750Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-03-16T09:15:43.653Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-03-16T09:15:44.584Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-03-16T09:15:45.149Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-03-16T09:15:47.046Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-03-16T09:15:48.416Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-03-16T09:15:48.416Z] === RUN TestDockerSuite/TestEventsFilterType [2020-03-16T09:15:48.673Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-03-16T09:15:48.931Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-03-16T09:15:48.931Z] === RUN TestDockerSuite/TestEventsFilters [2020-03-16T09:15:50.827Z] === RUN TestDockerSuite/TestEventsFormat [2020-03-16T09:15:52.197Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-03-16T09:15:52.197Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-03-16T09:15:52.197Z] === RUN TestDockerSuite/TestEventsImageImport [2020-03-16T09:15:53.129Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-03-16T09:15:53.129Z] === RUN TestDockerSuite/TestEventsImagePull [2020-03-16T09:15:53.692Z] === RUN TestDockerSuite/TestEventsImageTag [2020-03-16T09:15:54.623Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-03-16T09:15:54.880Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-03-16T09:15:54.880Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-03-16T09:15:55.137Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-03-16T09:15:57.036Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-03-16T09:15:57.599Z] === RUN TestDockerSuite/TestEventsRename [2020-03-16T09:15:58.529Z] === RUN TestDockerSuite/TestEventsResize [2020-03-16T09:15:59.459Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-03-16T09:16:00.391Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-03-16T09:16:00.957Z] === RUN TestDockerSuite/TestEventsStreaming [2020-03-16T09:16:01.888Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-03-16T09:16:05.163Z] === RUN TestDockerSuite/TestEventsTop [2020-03-16T09:16:06.094Z] === RUN TestDockerSuite/TestEventsUntag [2020-03-16T09:16:08.614Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-03-16T09:16:09.984Z] === RUN TestDockerSuite/TestExec [2020-03-16T09:16:10.548Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-03-16T09:16:11.113Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-03-16T09:16:12.043Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-03-16T09:16:12.974Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-03-16T09:16:12.974Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-03-16T09:16:13.904Z] === RUN TestDockerSuite/TestExecAPIStart [2020-03-16T09:16:15.802Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-03-16T09:16:16.735Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-03-16T09:16:18.638Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-03-16T09:16:19.201Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-03-16T09:16:20.133Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-03-16T09:16:21.063Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-03-16T09:16:21.995Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-03-16T09:16:23.909Z] === RUN TestDockerSuite/TestExecCgroup [2020-03-16T09:16:25.280Z] === RUN TestDockerSuite/TestExecEnv [2020-03-16T09:16:25.844Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-03-16T09:16:27.739Z] === RUN TestDockerSuite/TestExecExitStatus [2020-03-16T09:16:28.668Z] === RUN TestDockerSuite/TestExecInspectID [2020-03-16T09:16:30.563Z] === RUN TestDockerSuite/TestExecInteractive [2020-03-16T09:16:31.493Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-03-16T09:16:32.423Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-03-16T09:16:33.354Z] === RUN TestDockerSuite/TestExecParseError [2020-03-16T09:16:34.284Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-03-16T09:16:34.847Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-03-16T09:16:35.777Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-03-16T09:16:36.710Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-03-16T09:16:37.276Z] === RUN TestDockerSuite/TestExecSetEnv [2020-03-16T09:16:38.208Z] === RUN TestDockerSuite/TestExecStartFails [2020-03-16T09:16:39.578Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-03-16T09:16:51.760Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-03-16T09:16:51.760Z] === RUN TestDockerSuite/TestExecTTY [2020-03-16T09:16:52.326Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-03-16T09:16:53.256Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-03-16T09:16:54.205Z] === RUN TestDockerSuite/TestExecUlimits [2020-03-16T09:16:55.137Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-03-16T09:16:55.137Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-03-16T09:16:57.664Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-03-16T09:16:58.231Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-03-16T09:16:59.601Z] === RUN TestDockerSuite/TestExecWithTERM [2020-03-16T09:17:00.532Z] === RUN TestDockerSuite/TestExecWithUser [2020-03-16T09:17:01.463Z] === RUN TestDockerSuite/TestGetContainerStats [2020-03-16T09:17:02.832Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-03-16T09:17:06.107Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-03-16T09:17:11.362Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-03-16T09:17:12.731Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-03-16T09:17:17.983Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-03-16T09:17:18.546Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-03-16T09:17:18.546Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-03-16T09:17:18.803Z] === RUN TestDockerSuite/TestHealth [2020-03-16T09:17:28.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-03-16T09:17:40.959Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-03-16T09:17:41.891Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-03-16T09:17:41.891Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-03-16T09:17:41.891Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-03-16T09:17:41.891Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-03-16T09:17:42.455Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-03-16T09:17:42.711Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-03-16T09:17:43.276Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-03-16T09:17:43.276Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-03-16T09:17:44.207Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-03-16T09:17:44.207Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-03-16T09:17:45.137Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-03-16T09:17:46.068Z] === RUN TestDockerSuite/TestImagesFormat [2020-03-16T09:17:46.068Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-03-16T09:17:46.999Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-03-16T09:17:50.276Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-03-16T09:17:50.276Z] === RUN TestDockerSuite/TestImportBadURL [2020-03-16T09:17:50.276Z] === RUN TestDockerSuite/TestImportDisplay [2020-03-16T09:17:52.171Z] === RUN TestDockerSuite/TestImportFile [2020-03-16T09:17:53.541Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-03-16T09:17:53.541Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-03-16T09:17:55.436Z] === RUN TestDockerSuite/TestImportGzipped [2020-03-16T09:17:57.966Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-03-16T09:17:59.336Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-03-16T09:18:00.268Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-03-16T09:18:01.200Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-03-16T09:18:02.130Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-03-16T09:18:02.130Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-03-16T09:18:02.130Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-03-16T09:18:03.063Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-03-16T09:18:04.008Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-03-16T09:18:04.572Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-03-16T09:18:05.502Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-03-16T09:18:06.065Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-03-16T09:18:06.994Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-03-16T09:18:06.994Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-03-16T09:18:07.925Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-03-16T09:18:08.855Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-03-16T09:18:09.418Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-03-16T09:18:10.349Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-03-16T09:18:10.606Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-03-16T09:18:11.539Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-03-16T09:18:11.540Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-03-16T09:18:12.910Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-03-16T09:18:13.841Z] === RUN TestDockerSuite/TestInspectDefault [2020-03-16T09:18:14.773Z] === RUN TestDockerSuite/TestInspectHistory [2020-03-16T09:18:15.703Z] === RUN TestDockerSuite/TestInspectImage [2020-03-16T09:18:15.703Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-03-16T09:18:15.703Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-03-16T09:18:15.703Z] === RUN TestDockerSuite/TestInspectInt64 [2020-03-16T09:18:16.634Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-03-16T09:18:17.564Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-03-16T09:18:17.564Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-03-16T09:18:18.495Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-03-16T09:18:19.059Z] === RUN TestDockerSuite/TestInspectPlugin [2020-03-16T09:18:20.955Z] === RUN TestDockerSuite/TestInspectRootFS [2020-03-16T09:18:20.955Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-03-16T09:18:21.888Z] === RUN TestDockerSuite/TestInspectStatus [2020-03-16T09:18:22.818Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-03-16T09:18:24.714Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-03-16T09:18:25.645Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-03-16T09:18:26.598Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-03-16T09:18:27.536Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-03-16T09:18:28.466Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-03-16T09:18:29.030Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-03-16T09:18:29.961Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-03-16T09:18:29.961Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-03-16T09:18:32.486Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-03-16T09:18:34.380Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-03-16T09:18:34.637Z] === RUN TestDockerSuite/TestLinksEnvs [2020-03-16T09:18:36.531Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-03-16T09:18:36.788Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-03-16T09:18:39.313Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-03-16T09:18:39.313Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-03-16T09:18:41.836Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-03-16T09:18:42.093Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-03-16T09:18:43.986Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-03-16T09:18:43.986Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-03-16T09:18:45.356Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-03-16T09:18:46.727Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-03-16T09:18:46.984Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-03-16T09:18:48.356Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2020-03-16T09:18:48.919Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-03-16T09:18:52.193Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-03-16T09:18:55.488Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-03-16T09:19:00.741Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-03-16T09:19:01.670Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-03-16T09:19:04.946Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-03-16T09:19:05.203Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-03-16T09:19:06.572Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-03-16T09:19:07.502Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-03-16T09:19:10.778Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-03-16T09:19:10.778Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-03-16T09:19:10.778Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-03-16T09:19:10.778Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-03-16T09:19:10.778Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-03-16T09:19:11.707Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-03-16T09:19:12.270Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-03-16T09:19:16.441Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-03-16T09:19:17.005Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-03-16T09:19:22.255Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-03-16T09:19:22.819Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-03-16T09:19:22.819Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-03-16T09:19:23.750Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-03-16T09:19:25.121Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-03-16T09:19:26.051Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-03-16T09:19:27.419Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-03-16T09:19:28.348Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-03-16T09:19:30.245Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-03-16T09:19:30.810Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-03-16T09:19:31.741Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-03-16T09:19:32.673Z] === RUN TestDockerSuite/TestLogsSince [2020-03-16T09:19:40.766Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-03-16T09:19:40.766Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-03-16T09:19:43.367Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-03-16T09:19:45.260Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-03-16T09:19:46.194Z] === RUN TestDockerSuite/TestLogsTail [2020-03-16T09:19:46.758Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-03-16T09:19:47.688Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-03-16T09:19:48.617Z] === RUN TestDockerSuite/TestMountIntoProc [2020-03-16T09:19:48.875Z] === RUN TestDockerSuite/TestMountIntoSys [2020-03-16T09:19:49.804Z] === RUN TestDockerSuite/TestNetHostname [2020-03-16T09:19:52.325Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-03-16T09:19:52.582Z] === RUN TestDockerSuite/TestNetworkEvents [2020-03-16T09:19:53.957Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-03-16T09:19:56.480Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-03-16T09:19:56.480Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-03-16T09:19:57.411Z] === RUN TestDockerSuite/TestPluginActive [2020-03-16T09:19:59.307Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-03-16T09:19:59.566Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-03-16T09:20:03.742Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-03-16T09:20:07.015Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-03-16T09:20:07.015Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-03-16T09:20:07.015Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-03-16T09:20:07.579Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-03-16T09:20:10.852Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-03-16T09:20:10.852Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-03-16T09:20:12.744Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-03-16T09:20:14.641Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-03-16T09:20:14.641Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-03-16T09:20:17.915Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-03-16T09:20:20.436Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-03-16T09:20:20.692Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-03-16T09:20:22.586Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-03-16T09:20:23.956Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-03-16T09:20:23.956Z] === RUN TestDockerSuite/TestPortHostBinding [2020-03-16T09:20:25.859Z] === RUN TestDockerSuite/TestPortList [2020-03-16T09:20:31.113Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-03-16T09:20:36.369Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-03-16T09:20:36.629Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-03-16T09:20:37.998Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-03-16T09:20:46.093Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-03-16T09:20:46.093Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-03-16T09:20:46.093Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-03-16T09:20:46.093Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-03-16T09:20:46.093Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-03-16T09:20:47.022Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-03-16T09:20:47.022Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-03-16T09:20:47.951Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-03-16T09:20:47.951Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-03-16T09:20:49.319Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-03-16T09:20:49.319Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-03-16T09:20:50.510Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-03-16T09:20:53.038Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-03-16T09:20:53.602Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-03-16T09:20:54.975Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-03-16T09:20:55.540Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-03-16T09:20:55.540Z] === RUN TestDockerSuite/TestPsByOrder [2020-03-16T09:20:56.923Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-03-16T09:20:59.455Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-03-16T09:21:00.018Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-03-16T09:21:00.275Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-03-16T09:21:04.449Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-03-16T09:21:05.013Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-03-16T09:21:09.186Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-03-16T09:21:09.186Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-03-16T09:21:09.186Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-03-16T09:21:13.358Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-03-16T09:21:21.450Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-03-16T09:21:21.707Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-03-16T09:21:22.637Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-03-16T09:21:25.913Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-03-16T09:21:27.282Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-03-16T09:21:28.651Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-03-16T09:21:30.547Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-03-16T09:21:33.088Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-03-16T09:21:34.456Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-03-16T09:21:34.713Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-03-16T09:21:35.277Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-03-16T09:21:35.841Z] === RUN TestDockerSuite/TestPsRightTagName [2020-03-16T09:21:39.116Z] === RUN TestDockerSuite/TestPsShowMounts [2020-03-16T09:21:41.008Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-03-16T09:21:41.941Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-03-16T09:21:41.941Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-03-16T09:21:41.941Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-03-16T09:21:42.198Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-03-16T09:21:42.198Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-03-16T09:21:43.127Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-03-16T09:21:45.020Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-03-16T09:21:46.387Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-03-16T09:21:46.950Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-03-16T09:21:49.476Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-03-16T09:21:52.752Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-03-16T09:21:56.024Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-03-16T09:21:56.954Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-03-16T09:21:59.479Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-03-16T09:21:59.479Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-03-16T09:21:59.479Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-03-16T09:22:00.042Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-03-16T09:22:03.315Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-03-16T09:22:04.685Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-03-16T09:22:08.856Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-03-16T09:22:10.225Z] === RUN TestDockerSuite/TestRmiBlank [2020-03-16T09:22:10.225Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-03-16T09:22:10.225Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-03-16T09:22:12.746Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-03-16T09:22:14.639Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-03-16T09:22:15.568Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-03-16T09:22:15.568Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-03-16T09:22:15.824Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-03-16T09:22:17.726Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-03-16T09:22:18.655Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-03-16T09:22:18.655Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-03-16T09:22:21.176Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-03-16T09:22:22.108Z] === RUN TestDockerSuite/TestRmiTag [2020-03-16T09:22:22.108Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-03-16T09:22:23.039Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-03-16T09:22:28.297Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-03-16T09:22:28.298Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-03-16T09:22:29.242Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-03-16T09:22:29.499Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-03-16T09:22:31.401Z] === RUN TestDockerSuite/TestRunAddHost [2020-03-16T09:22:31.965Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-03-16T09:22:32.221Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-03-16T09:22:33.151Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-03-16T09:22:33.151Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-03-16T09:22:34.082Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-03-16T09:22:35.974Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-03-16T09:22:36.537Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-03-16T09:22:37.470Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-03-16T09:22:38.401Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-03-16T09:22:38.964Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-03-16T09:22:39.894Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-03-16T09:22:41.787Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-03-16T09:22:42.716Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-03-16T09:22:43.646Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-03-16T09:22:44.576Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-03-16T09:22:45.506Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-03-16T09:22:46.436Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-03-16T09:22:47.125Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-03-16T09:22:47.689Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-03-16T09:22:48.619Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-03-16T09:22:49.549Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-03-16T09:22:50.113Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-03-16T09:22:50.371Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-03-16T09:22:51.310Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-03-16T09:22:51.310Z] === RUN TestDockerSuite/TestRunBindMounts [2020-03-16T09:22:53.831Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-03-16T09:22:54.760Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-03-16T09:22:55.324Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-03-16T09:22:56.253Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-03-16T09:22:57.184Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-03-16T09:22:57.184Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-03-16T09:22:57.748Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-03-16T09:22:58.678Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-03-16T09:22:59.609Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-03-16T09:23:00.540Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-03-16T09:23:01.103Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-03-16T09:23:01.103Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-03-16T09:23:02.033Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-03-16T09:23:02.033Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-03-16T09:23:03.403Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-03-16T09:23:03.967Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-03-16T09:23:04.898Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-03-16T09:23:05.829Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-03-16T09:23:05.829Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-03-16T09:23:06.392Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-03-16T09:23:06.648Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-03-16T09:23:08.542Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-03-16T09:23:10.436Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-03-16T09:23:11.804Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-03-16T09:23:12.368Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-03-16T09:23:13.298Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-03-16T09:23:14.237Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-03-16T09:23:14.801Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-03-16T09:23:15.730Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-03-16T09:23:17.623Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-03-16T09:23:21.794Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-03-16T09:23:21.794Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-03-16T09:23:22.050Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-03-16T09:23:24.571Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-03-16T09:23:25.939Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-03-16T09:23:26.197Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-03-16T09:23:29.477Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-03-16T09:23:31.999Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-03-16T09:23:32.256Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-03-16T09:23:32.256Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-03-16T09:23:33.186Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-03-16T09:23:34.116Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-03-16T09:23:35.048Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-03-16T09:23:36.947Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-03-16T09:23:39.468Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-03-16T09:23:40.031Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-03-16T09:23:41.933Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-03-16T09:23:42.497Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-03-16T09:23:42.497Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-03-16T09:23:43.427Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-03-16T09:23:45.318Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-03-16T09:23:45.318Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-03-16T09:23:45.881Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-03-16T09:23:46.811Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-03-16T09:23:47.375Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-03-16T09:23:48.304Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-03-16T09:23:48.304Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-03-16T09:23:49.234Z] === RUN TestDockerSuite/TestRunEnvironment [2020-03-16T09:23:49.798Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-03-16T09:23:50.728Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-03-16T09:23:51.657Z] === RUN TestDockerSuite/TestRunExitCode [2020-03-16T09:23:52.220Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-03-16T09:23:53.151Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-03-16T09:23:53.713Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-03-16T09:23:54.643Z] === RUN TestDockerSuite/TestRunExposePort [2020-03-16T09:23:54.643Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-03-16T09:23:55.572Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-03-16T09:23:56.502Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-03-16T09:23:57.870Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-03-16T09:23:58.127Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-03-16T09:23:58.127Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-03-16T09:24:02.301Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-03-16T09:24:02.863Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-03-16T09:24:15.050Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-03-16T09:24:15.613Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-03-16T09:24:16.982Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-03-16T09:24:17.239Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-03-16T09:24:17.239Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-03-16T09:24:17.239Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-03-16T09:24:18.170Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-03-16T09:24:21.443Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-03-16T09:24:22.812Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-03-16T09:24:24.707Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-03-16T09:24:25.270Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-03-16T09:24:26.200Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-03-16T09:24:26.765Z] === RUN TestDockerSuite/TestRunModeHostname [2020-03-16T09:24:28.134Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-03-16T09:24:28.134Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-03-16T09:24:28.134Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-03-16T09:24:30.028Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-03-16T09:24:30.961Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-03-16T09:24:32.854Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-03-16T09:24:32.854Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-03-16T09:24:32.854Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-03-16T09:24:34.746Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-03-16T09:24:36.115Z] === RUN TestDockerSuite/TestRunMount [2020-03-16T09:24:42.679Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-03-16T09:24:43.242Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-03-16T09:24:44.172Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-03-16T09:24:45.540Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-03-16T09:24:48.061Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-03-16T09:24:51.336Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-03-16T09:24:53.856Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-03-16T09:24:56.377Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-03-16T09:24:58.269Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-03-16T09:24:59.639Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-03-16T09:24:59.639Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-03-16T09:25:00.571Z] === RUN TestDockerSuite/TestRunNetHost [2020-03-16T09:25:01.941Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-03-16T09:25:02.504Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-03-16T09:25:03.434Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-03-16T09:25:05.956Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-03-16T09:25:06.540Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-03-16T09:25:07.908Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-03-16T09:25:12.084Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-03-16T09:25:13.453Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-03-16T09:25:14.382Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-03-16T09:25:14.382Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-03-16T09:25:15.313Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-03-16T09:25:15.313Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-03-16T09:25:16.242Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-03-16T09:25:17.172Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-03-16T09:25:17.172Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-03-16T09:25:18.103Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-03-16T09:25:19.033Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-03-16T09:25:19.033Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-03-16T09:25:19.963Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-03-16T09:25:20.893Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-03-16T09:25:21.456Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-03-16T09:25:22.826Z] === RUN TestDockerSuite/TestRunPortInUse [2020-03-16T09:25:23.758Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-03-16T09:25:24.688Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-03-16T09:25:25.252Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-03-16T09:25:26.182Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-03-16T09:25:27.113Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-03-16T09:25:28.043Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-03-16T09:25:28.043Z] === RUN TestDockerSuite/TestRunPublishPort [2020-03-16T09:25:28.607Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-03-16T09:25:29.538Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-03-16T09:25:29.538Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-03-16T09:25:29.803Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-03-16T09:25:30.067Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-03-16T09:25:31.960Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-03-16T09:25:31.960Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-03-16T09:25:32.892Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-03-16T09:25:35.413Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-03-16T09:25:36.782Z] === RUN TestDockerSuite/TestRunRm [2020-03-16T09:25:38.152Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-03-16T09:25:38.716Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-03-16T09:25:41.986Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-03-16T09:25:41.986Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-03-16T09:25:42.552Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-03-16T09:25:43.489Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-03-16T09:25:45.387Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-03-16T09:25:46.756Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-03-16T09:25:47.319Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-03-16T09:25:47.319Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-03-16T09:25:51.495Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-03-16T09:25:54.774Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-03-16T09:25:55.704Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-03-16T09:25:55.704Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-03-16T09:25:56.641Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-03-16T09:25:56.641Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-03-16T09:25:57.573Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-03-16T09:25:58.504Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-03-16T09:25:59.435Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-03-16T09:25:59.435Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-03-16T09:26:00.368Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-03-16T09:26:01.299Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-03-16T09:26:02.231Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-03-16T09:26:02.793Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-03-16T09:26:03.723Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-03-16T09:26:06.245Z] === RUN TestDockerSuite/TestRunState [2020-03-16T09:26:08.138Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-03-16T09:26:08.704Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-03-16T09:26:09.634Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-03-16T09:26:09.634Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-03-16T09:26:09.634Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-03-16T09:26:10.563Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-03-16T09:26:11.494Z] === RUN TestDockerSuite/TestRunSysctls [2020-03-16T09:26:12.862Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-03-16T09:26:12.862Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-03-16T09:26:12.862Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-03-16T09:26:13.792Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-03-16T09:26:16.311Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-03-16T09:26:16.875Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-03-16T09:26:19.396Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-03-16T09:26:23.586Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-03-16T09:26:26.105Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-03-16T09:26:27.035Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-03-16T09:26:27.601Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-03-16T09:26:28.534Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-03-16T09:26:31.054Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-03-16T09:26:32.424Z] === RUN TestDockerSuite/TestRunUserByID [2020-03-16T09:26:32.988Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-03-16T09:26:33.244Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-03-16T09:26:33.244Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-03-16T09:26:34.174Z] === RUN TestDockerSuite/TestRunUserByName [2020-03-16T09:26:35.103Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-03-16T09:26:35.667Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-03-16T09:26:35.667Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-03-16T09:26:35.923Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-03-16T09:26:36.853Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-03-16T09:26:42.103Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-03-16T09:26:42.103Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-03-16T09:26:43.473Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-03-16T09:26:45.996Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-03-16T09:26:47.363Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-03-16T09:26:49.906Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-03-16T09:26:52.428Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-03-16T09:26:53.358Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-03-16T09:26:53.358Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-03-16T09:26:54.288Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-03-16T09:26:55.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-03-16T09:26:55.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-03-16T09:26:55.218Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-03-16T09:26:55.218Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-03-16T09:26:55.475Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-03-16T09:26:56.406Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-03-16T09:26:56.969Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-03-16T09:26:57.900Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-03-16T09:26:59.793Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-03-16T09:27:00.356Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-03-16T09:27:01.287Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-03-16T09:27:01.287Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-03-16T09:27:01.854Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-03-16T09:27:01.854Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-03-16T09:27:01.854Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-03-16T09:27:01.854Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-03-16T09:27:02.110Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-03-16T09:27:02.110Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-03-16T09:27:02.366Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-03-16T09:27:02.623Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-03-16T09:27:02.623Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-03-16T09:27:02.881Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-03-16T09:27:03.810Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-03-16T09:27:04.373Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-03-16T09:27:05.302Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-03-16T09:27:05.302Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-03-16T09:27:06.233Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-03-16T09:27:06.489Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-03-16T09:27:07.420Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-03-16T09:27:07.420Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-03-16T09:27:07.983Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-03-16T09:27:08.914Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-03-16T09:27:08.914Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-03-16T09:27:08.914Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-03-16T09:27:09.844Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-03-16T09:27:11.211Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-03-16T09:27:12.183Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-03-16T09:27:12.183Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-03-16T09:27:12.746Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-03-16T09:27:12.746Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-03-16T09:27:14.638Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-03-16T09:27:15.201Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-03-16T09:27:17.721Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-03-16T09:27:18.651Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-03-16T09:27:18.651Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-03-16T09:27:18.651Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-03-16T09:27:19.581Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-03-16T09:27:20.949Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-03-16T09:27:21.878Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-03-16T09:27:22.135Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-03-16T09:27:24.028Z] === RUN TestDockerSuite/TestSaveImageId [2020-03-16T09:27:24.028Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-03-16T09:27:24.591Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-03-16T09:27:27.110Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-03-16T09:27:27.110Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-03-16T09:27:28.479Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-03-16T09:27:28.479Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-03-16T09:27:28.479Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-03-16T09:27:30.373Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-03-16T09:27:31.742Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-03-16T09:27:31.999Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-03-16T09:27:32.255Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-03-16T09:27:32.255Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-03-16T09:27:32.255Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-03-16T09:27:32.819Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-03-16T09:27:35.340Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-03-16T09:27:41.898Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-03-16T09:27:43.269Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-03-16T09:27:44.636Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-03-16T09:27:46.005Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-03-16T09:27:49.278Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-03-16T09:27:51.799Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-03-16T09:27:52.362Z] === RUN TestDockerSuite/TestStartRecordError [2020-03-16T09:27:53.294Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-03-16T09:27:54.225Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-03-16T09:27:56.746Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-03-16T09:27:59.266Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-03-16T09:28:02.537Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-03-16T09:28:03.101Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-03-16T09:28:07.274Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-03-16T09:28:09.197Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-03-16T09:28:10.127Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-03-16T09:28:16.671Z] === RUN TestDockerSuite/TestStatsNoStream [2020-03-16T09:28:18.564Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-03-16T09:28:20.456Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-03-16T09:28:21.386Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-03-16T09:28:21.950Z] === RUN TestDockerSuite/TestTopPrivileged [2020-03-16T09:28:22.880Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-03-16T09:28:22.880Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-03-16T09:28:23.810Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-03-16T09:28:27.990Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-03-16T09:28:32.166Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-03-16T09:28:32.166Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-03-16T09:28:33.098Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-03-16T09:28:33.098Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-03-16T09:28:34.029Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-03-16T09:28:35.924Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-03-16T09:28:35.924Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-03-16T09:28:37.295Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-03-16T09:28:38.242Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-03-16T09:28:39.172Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-03-16T09:28:41.065Z] === RUN TestDockerSuite/TestUpdateStats [2020-03-16T09:28:45.248Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-03-16T09:28:46.617Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-03-16T09:28:46.617Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-03-16T09:28:47.547Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-03-16T09:28:48.476Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-03-16T09:28:52.650Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-03-16T09:28:56.823Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-03-16T09:28:59.343Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-03-16T09:29:01.864Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-03-16T09:29:06.038Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-03-16T09:29:11.300Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-03-16T09:29:13.820Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-03-16T09:29:16.341Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-03-16T09:29:17.710Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-03-16T09:29:19.603Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-03-16T09:29:22.124Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-03-16T09:29:24.644Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-03-16T09:29:26.539Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-03-16T09:29:29.060Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-03-16T09:29:31.581Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-03-16T09:29:46.440Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-03-16T09:29:46.440Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-03-16T09:29:46.440Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-03-16T09:29:47.375Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-03-16T09:29:47.375Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-03-16T09:29:47.375Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-03-16T09:29:47.375Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-03-16T09:29:48.305Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-03-16T09:29:48.305Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-03-16T09:29:49.236Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-03-16T09:29:49.236Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-03-16T09:29:49.236Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-03-16T09:29:49.236Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-03-16T09:29:49.493Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-03-16T09:29:52.012Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-03-16T09:29:52.012Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-03-16T09:29:52.269Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-03-16T09:29:52.269Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-03-16T09:29:52.269Z] === RUN TestDockerSuite/TestVolumeEvents [2020-03-16T09:29:53.199Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-03-16T09:29:55.720Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-03-16T09:29:55.720Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-03-16T09:29:55.720Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-03-16T09:29:58.993Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-03-16T09:30:03.170Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite (1783.12s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.22s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.86s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.22s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.05s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.33s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.24s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.31s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.25s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.88s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.32s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.19s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.99s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.20s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.22s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.19s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.06s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachDetach (1.48s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.23s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.21s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.17s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.27s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.89s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.68s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.55s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.64s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.53s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.04s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.32s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.62s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.71s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.03s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.46s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.52s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.96s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.04s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.34s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.11s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.00s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.98s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.44s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.68s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.81s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.20s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.41s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.31s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.79s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.45s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.44s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.19s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.95s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.92s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.63s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.70s) [2020-03-16T09:30:03.170Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.51s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.25s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.68s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.86s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.91s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.24s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.43s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.19s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.90s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.39s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.95s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.12s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.75s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.44s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.37s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.51s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.69s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.76s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.81s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.34s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.87s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.79s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.69s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.60s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.06s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.59s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.39s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.37s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.51s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.24s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContChar (4.22s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.48s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.29s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.75s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.37s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.45s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.00s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.00s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.12s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.53s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.15s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.57s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.33s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.81s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.81s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.09s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.86s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.70s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.62s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.32s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.64s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.17s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (14.83s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.13s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.02s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.41s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.65s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.46s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.00s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.98s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.28s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.81s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.48s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.45s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.69s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.35s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.39s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.65s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.57s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnv (1.40s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.28s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.32s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.77s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.77s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.90s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.67s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.88s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.58s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.55s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.47s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.79s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildExpose (0.45s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.64s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFails (0.99s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.41s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.61s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.11s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.57s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.11s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.19s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.44s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.25s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.59s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildHistory (6.69s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.64s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.27s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.73s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.74s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.06s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.17s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabel (0.68s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabels (0.52s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.04s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.82s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.51s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.76s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.82s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.96s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.72s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.46s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.24s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (5.35s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.87s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.91s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.03s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.55s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.28s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.39s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.33s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.90s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.16s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.19s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.28s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.80s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.56s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.44s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.84s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.42s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.73s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.17s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.70s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.54s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.46s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.71s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.16s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildPATH (2.62s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.92s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.32s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.73s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.47s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.08s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRm (3.60s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.32s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.92s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.75s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.47s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.50s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.31s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.04s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildStderr (1.05s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.17s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.20s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.18s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.64s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.25s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.57s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildUser (2.23s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.01s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.13s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.42s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.55s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.06s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.62s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.96s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.27s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (1.22s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.26s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.22s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.36s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.10s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.45s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.66s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-16T09:30:03.171Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.02s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.44s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-03-16T09:30:03.171Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-03-16T09:30:03.171Z] docker_cli_sni_test.go:18: Flakey test [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.77s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.95s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitChange (1.16s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.24s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.85s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.77s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.99s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitTTY (1.79s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.97s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.75s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2020-03-16T09:30:03.171Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.80s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.82s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.92s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.85s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.06s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.12s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.90s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.85s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.88s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.83s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.84s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.84s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.84s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.87s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.80s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.54s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.51s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.87s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.55s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.82s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.83s) [2020-03-16T09:30:03.172Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-16T09:30:03.172Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.84s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.83s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.18s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.63s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.67s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.40s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.58s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.49s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.61s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.61s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.62s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b4ec40_} (1.72s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1087659754_/foo_false____} (1.60s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1087659754_/foo_true____} (1.64s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_false____} (1.64s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_true____} (1.66s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3776484673_/foo_true__0xc000b4eca0__} (1.65s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b4ecc0_} (1.66s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b4ece0_} (1.56s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b4ed00_} (1.61s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b4ed20_} (1.60s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.53s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.49s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.07s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.05s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.90s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.37s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.87s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.94s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.96s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.08s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.95s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.08s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.48s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.06s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.90s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.82s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.16s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.24s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.75s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.91s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.54s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.45s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.49s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.99s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToDot (0.95s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.65s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.87s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToStdout (1.02s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.50s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.43s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCpVolumePath (2.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.66s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.96s) [2020-03-16T09:30:03.172Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-16T09:30:03.172Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.11s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.60s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateRM (0.19s) [2020-03-16T09:30:03.172Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-16T09:30:03.172Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.55s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.02s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.36s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.58s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.63s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.74s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.89s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.80s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.86s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.94s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.69s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.59s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.18s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.44s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.22s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsAttach (0.85s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsCommit (0.99s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.83s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.79s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.85s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.88s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.64s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.68s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.67s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsCopy (1.44s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (2.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.94s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.47s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.05s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.46s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFilters (1.56s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFormat (1.59s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.82s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.22s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.44s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2020-03-16T09:30:03.172Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-03-16T09:30:03.172Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.172Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-16T09:30:03.172Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.69s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.91s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsRename (0.84s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsResize (0.85s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.87s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.91s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.79s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.06s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsTop (0.93s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.57s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExec (0.94s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.94s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.98s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.97s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.98s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.96s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.58s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.86s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.77s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.92s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.91s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.73s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecCgroup (1.51s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecEnv (0.90s) [2020-03-16T09:30:03.172Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.65s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.91s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecInspectID (1.94s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecInteractive (1.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.89s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecParseError (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.86s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.52s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.94s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecStartFails (1.17s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.17s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecTTY (0.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.92s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecUlimits (0.94s) [2020-03-16T09:30:03.173Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-16T09:30:03.173Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.19s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.14s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.91s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestExecWithUser (0.98s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.90s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.80s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.99s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.08s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHealth (21.10s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.99s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.35s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.30s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.93s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.96s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportDisplay (1.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportFile (1.78s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportGzipped (2.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.85s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.91s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.77s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.82s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.80s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.79s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.66s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.06s) [2020-03-16T09:30:03.173Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-16T09:30:03.173Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.34s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.90s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectDefault (0.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectHistory (0.96s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2020-03-16T09:30:03.173Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-16T09:30:03.173Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.82s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.86s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.80s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.94s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectStatus (0.94s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.71s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.94s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.91s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.84s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.49s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.07s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.73s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.41s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.21s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.61s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.53s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.55s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.47s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.99s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.57s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.67s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.05s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.95s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.82s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.08s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.11s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.26s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.07s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.38s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.88s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsSince (6.99s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.87s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.72s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsTail (0.85s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.80s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.50s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.78s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestNetHostname (2.40s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.39s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.28s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.48s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.00s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginActive (1.98s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.36s) [2020-03-16T09:30:03.173Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-16T09:30:03.173Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.21s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.67s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.12s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.51s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.25s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.68s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.58s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPortList (10.67s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.67s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.43s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.80s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.79s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.77s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.53s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.76s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.73s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.52s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsByOrder (3.44s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.10s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.58s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.12s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.25s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.91s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.51s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.77s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.62s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.60s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.79s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.52s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.60s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.79s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.55s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2020-03-16T09:30:03.173Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-16T09:30:03.173Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.92s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.57s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.52s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.53s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.45s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.36s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.35s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.09s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.47s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.93s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.55s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.16s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.13s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.38s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.97s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.03s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.10s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.14s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.85s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.46s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.79s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.98s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.39s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.56s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddHost (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.36s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.81s) [2020-03-16T09:30:03.173Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.73s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.92s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.92s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.63s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.72s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.96s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.96s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.84s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.99s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.13s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.21s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.87s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.73s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.95s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.47s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.77s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.86s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.77s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.29s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.86s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.11s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.77s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.56s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.77s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.60s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.36s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.93s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (3.12s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.75s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.86s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.94s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.76s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.47s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.71s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.74s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.06s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.77s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunExitCode (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.89s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.54s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.38s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.72s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.58s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.13s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.59s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.23s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.63s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.64s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.87s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.68s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.70s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.16s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.65s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.26s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.62s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.27s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.62s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.59s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMount (6.30s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.57s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.52s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.31s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.41s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.55s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.68s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.63s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.72s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetHost (1.16s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.44s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.33s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.35s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.87s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.12s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.89s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.88s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.87s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.03s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.91s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.84s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.08s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.86s) [2020-03-16T09:30:03.174Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.94s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.72s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.88s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.75s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.85s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.22s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.58s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRm (1.05s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.84s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.92s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.76s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.98s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (1.07s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.27s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.09s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.90s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.89s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.86s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.89s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.96s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (1.00s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.68s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunState (1.66s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.76s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-16T09:30:03.174Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.81s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.73s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunSysctls (1.58s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.69s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.59s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.96s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.04s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.04s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.35s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.35s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserByID (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserByName (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.79s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.54s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.80s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.15s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.44s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.59s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.42s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.90s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.89s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.99s) [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.174Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-16T09:30:03.174Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.75s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.88s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.75s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.62s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.84s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.76s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.03s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.20s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.19s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.18s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.15s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.18s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.79s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.82s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.83s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.30s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.78s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-03-16T09:30:03.174Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.79s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.78s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.81s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.56s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.73s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-03-16T09:30:03.175Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.71s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.57s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.78s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.59s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.79s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.13s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.29s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.97s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.55s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.15s) [2020-03-16T09:30:03.175Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents941219187 [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.67s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.54s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.56s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.42s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.38s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.42s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.80s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.50s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.57s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.91s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.58s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.86s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartRecordError (1.83s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.66s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.05s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.18s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.12s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.43s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.88s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.86s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.82s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.77s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.80s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-16T09:30:03.175Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.79s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.32s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.49s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.77s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.80s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-16T09:30:03.175Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.92s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.79s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-16T09:30:03.175Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.61s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.93s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.66s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateStats (3.88s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.57s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-03-16T09:30:03.175Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.03s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.96s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.14s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.57s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.20s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.62s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.24s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.14s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.44s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.47s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.57s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.64s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.42s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.33s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.34s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.32s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.52s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.85s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.88s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.56s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.80s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.34s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.17s) [2020-03-16T09:30:03.175Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.35s) [2020-03-16T09:30:03.175Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-03-16T09:30:03.175Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-03-16T09:30:03.175Z] === RUN TestDockerRegistrySuite [2020-03-16T09:30:03.175Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-03-16T09:30:05.069Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-03-16T09:30:06.438Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-03-16T09:30:08.332Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-03-16T09:30:08.332Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-03-16T09:30:12.586Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-03-16T09:30:16.768Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-03-16T09:30:20.942Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-03-16T09:30:22.835Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-03-16T09:30:23.767Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-03-16T09:30:25.137Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-03-16T09:30:26.508Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-03-16T09:30:28.402Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-03-16T09:30:29.332Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-03-16T09:30:30.703Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-03-16T09:30:33.226Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-03-16T09:30:36.499Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-03-16T09:30:37.429Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-03-16T09:30:40.702Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-03-16T09:30:41.266Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-03-16T09:30:42.199Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-03-16T09:30:42.199Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-03-16T09:30:44.096Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-03-16T09:30:45.491Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-03-16T09:30:46.422Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-03-16T09:30:50.596Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-03-16T09:30:50.596Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-03-16T09:30:51.964Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-03-16T09:30:52.527Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-03-16T09:30:52.527Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-03-16T09:30:52.784Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-03-16T09:30:53.348Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-03-16T09:30:53.605Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-03-16T09:30:53.605Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-03-16T09:30:54.973Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-03-16T09:30:55.230Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-03-16T09:30:56.602Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-03-16T09:30:56.603Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-03-16T09:30:56.860Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-03-16T09:30:57.117Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-03-16T09:30:57.682Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-03-16T09:30:57.940Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-03-16T09:30:58.871Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-03-16T09:31:00.369Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-03-16T09:31:00.933Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-03-16T09:31:01.498Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite (59.25s) [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.69s) [2020-03-16T09:31:02.430Z] check_test.go:196: [db929a99707b8] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.49s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d2bd3a205d6dc] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.90s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dbe551d5a0230] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dff6672b87e3e] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.34s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d150fd95cdeb6] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.24s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d4baeafaf9e57] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.20s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d1a617fa86cbd] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.44s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dc8a24af0e135] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.22s) [2020-03-16T09:31:02.430Z] check_test.go:196: [da95c97ad9b2e] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.39s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d54d2578e4646] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.51s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dd41e6f38d6d5] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.43s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dc5bc2f100f13] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.33s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dd9f5199ab4f8] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.34s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d4a24c3b0740a] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.62s) [2020-03-16T09:31:02.430Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b57fad702bdb7b2254d8e1cc3be8bca40b0a570c86014b737591f5ceaa679d92 [2020-03-16T09:31:02.430Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e0a3cb8dfc57afa4e8f3278c2729974077ee7c092ebb75feeb72cbdeeb0194c0 [2020-03-16T09:31:02.430Z] check_test.go:196: [d9b814a51302c] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.65s) [2020-03-16T09:31:02.430Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ba24078c83fb9ea647aca6b22ea2e8082fa2a19f8b571539ce65bb08b58b9326 [2020-03-16T09:31:02.430Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2cd3602f9fedc254dceed9e4f26a4eb96e5473c1d779bfd352598362b87605f6 [2020-03-16T09:31:02.430Z] check_test.go:196: [d8f7067fe6611] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.38s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d5dc223f70cdc] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.22s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d29d797827741] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.51s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dac2f77ca7339] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.13s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d785cb54cda0b] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.61s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d1011b31f33e8] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.40s) [2020-03-16T09:31:02.430Z] check_test.go:196: [de7261be0c763] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.24s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d1fc882ae3948] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.74s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d9dc2cce2e62a] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d4e72116c798b] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.46s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dac4034378765] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.43s) [2020-03-16T09:31:02.430Z] check_test.go:196: [df95125cb702f] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-03-16T09:31:02.430Z] check_test.go:196: [df1c02708ed9b] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d8b98f278761a] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.37s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d4a93dba5d78d] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) [2020-03-16T09:31:02.430Z] check_test.go:196: [ddaad9ad263da] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-03-16T09:31:02.430Z] check_test.go:196: [ddc7ff0ab0d6b] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.41s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d2f7e4e9f8a7c] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.47s) [2020-03-16T09:31:02.430Z] check_test.go:196: [dfcd260eb41f2] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.33s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d52196ca75ac7] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.55s) [2020-03-16T09:31:02.430Z] check_test.go:196: [d9feb8f621b2c] daemon is not started [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.07s) [2020-03-16T09:31:02.430Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.80s) [2020-03-16T09:31:02.430Z] === RUN TestDockerSchema1RegistrySuite [2020-03-16T09:31:02.430Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-03-16T09:31:02.430Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-03-16T09:31:06.605Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-03-16T09:31:07.536Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-03-16T09:31:10.063Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-03-16T09:31:12.593Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-03-16T09:31:17.849Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-03-16T09:31:18.413Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-03-16T09:31:19.784Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-03-16T09:31:20.041Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-03-16T09:31:21.411Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-03-16T09:31:22.782Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-03-16T09:31:24.151Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-03-16T09:31:28.329Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-03-16T09:31:28.329Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-03-16T09:31:28.892Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-03-16T09:31:28.892Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-03-16T09:31:29.456Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-03-16T09:31:29.713Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-03-16T09:31:29.970Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite (27.82s) [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2020-03-16T09:31:30.227Z] check_test.go:223: [db7ef2f6e6674] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.96s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d8fc4c175e059] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.07s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d39d057e73024] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.55s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d76ce3dd27a78] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.35s) [2020-03-16T09:31:30.227Z] check_test.go:223: [dd2b1ace7f471] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.44s) [2020-03-16T09:31:30.227Z] check_test.go:223: [df89fd66c0aa9] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d3fd2b53b8ace] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.48s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d9d39bc7c9a18] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.32s) [2020-03-16T09:31:30.227Z] check_test.go:223: [db25937b16fe3] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.37s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d99eba7eca5af] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.88s) [2020-03-16T09:31:30.227Z] check_test.go:223: [de02a3571ab6d] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d6e1e28354576] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.49s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d293e8bae6e34] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-03-16T09:31:30.227Z] check_test.go:223: [d8c5aeb5d843d] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2020-03-16T09:31:30.227Z] check_test.go:223: [dee8ec9a42f71] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2020-03-16T09:31:30.227Z] check_test.go:223: [df0dd30e1729f] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2020-03-16T09:31:30.227Z] check_test.go:223: [da63184d9a527] daemon is not started [2020-03-16T09:31:30.227Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2020-03-16T09:31:30.227Z] check_test.go:223: [da53be8e4e51d] daemon is not started [2020-03-16T09:31:30.227Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-03-16T09:31:30.227Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-03-16T09:31:31.159Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-03-16T09:31:31.723Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-03-16T09:31:31.981Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-03-16T09:31:33.350Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-03-16T09:31:33.607Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-03-16T09:31:33.864Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-03-16T09:31:34.428Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.51s) [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.99s) [2020-03-16T09:31:34.685Z] check_test.go:252: [d946ef6c55f4d] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.65s) [2020-03-16T09:31:34.685Z] check_test.go:252: [d61476968ffc6] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s) [2020-03-16T09:31:34.685Z] check_test.go:252: [d9bf154e636d6] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.28s) [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.27s) [2020-03-16T09:31:34.685Z] check_test.go:252: [dd2c5b2b47977] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2020-03-16T09:31:34.685Z] check_test.go:252: [dd9c9daa92549] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.55s) [2020-03-16T09:31:34.685Z] check_test.go:252: [da279ab7a2b08] daemon is not started [2020-03-16T09:31:34.685Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2020-03-16T09:31:34.685Z] check_test.go:252: [d6bbd7d3518bd] daemon is not started [2020-03-16T09:31:34.685Z] === RUN TestDockerRegistryAuthTokenSuite [2020-03-16T09:31:34.685Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-03-16T09:31:39.955Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-03-16T09:31:39.955Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-03-16T09:31:39.955Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-03-16T09:31:40.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-03-16T09:31:40.469Z] check_test.go:279: [dcb51438824c8] daemon is not started [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-03-16T09:31:40.469Z] check_test.go:279: [d43774b5e7e01] daemon is not started [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-03-16T09:31:40.469Z] check_test.go:279: [dcac1ae28ad84] daemon is not started [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-03-16T09:31:40.469Z] check_test.go:279: [daa27c7fd516e] daemon is not started [2020-03-16T09:31:40.469Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2020-03-16T09:31:40.469Z] check_test.go:279: [d762a908bd0ac] daemon is not started [2020-03-16T09:31:40.469Z] === RUN TestDockerNetworkSuite [2020-03-16T09:31:40.469Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-03-16T09:31:43.743Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-03-16T09:31:44.763Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-03-16T09:31:50.014Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-03-16T09:31:51.910Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-03-16T09:31:56.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-03-16T09:31:57.454Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-03-16T09:32:04.000Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-03-16T09:32:06.526Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-03-16T09:32:06.783Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-03-16T09:32:10.961Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-03-16T09:32:10.961Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-03-16T09:32:12.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-03-16T09:32:13.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-03-16T09:32:13.683Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-03-16T09:32:14.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-03-16T09:32:16.141Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-03-16T09:32:17.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-03-16T09:32:17.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-03-16T09:32:18.076Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-03-16T09:32:18.332Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-03-16T09:32:19.702Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-03-16T09:32:19.702Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-03-16T09:32:19.702Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-03-16T09:32:19.959Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-03-16T09:32:21.328Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-03-16T09:32:21.328Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-03-16T09:32:23.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-03-16T09:32:23.223Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-03-16T09:32:23.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-03-16T09:32:23.787Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-03-16T09:32:27.961Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-03-16T09:32:31.232Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-03-16T09:32:41.186Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-03-16T09:32:41.186Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-03-16T09:32:41.186Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-03-16T09:32:41.443Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-03-16T09:32:41.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-03-16T09:32:41.700Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-03-16T09:32:41.956Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-03-16T09:32:42.213Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-03-16T09:32:42.213Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-03-16T09:32:46.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-03-16T09:32:46.664Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-03-16T09:32:46.664Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-03-16T09:32:48.033Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-03-16T09:32:53.288Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-03-16T09:32:55.810Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-03-16T09:32:59.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-03-16T09:32:59.084Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-03-16T09:32:59.084Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-03-16T09:33:00.016Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-03-16T09:33:01.911Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-03-16T09:33:02.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-03-16T09:33:02.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-03-16T09:33:04.212Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-03-16T09:33:05.142Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-03-16T09:33:05.399Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-03-16T09:33:06.768Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-03-16T09:33:13.319Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite (93.12s) [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.82s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [de97fef0b88e5] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.26s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d9b72cc785df0] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.86s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [da94538f09dac] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.63s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d28fcb8c018a3] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.66s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:1233: [dbdd50b648acf] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.95s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [db9516826c362] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.84s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [de3008d7346f6] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.35s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d0d4b03278307] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.81s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d14cf5a77bec3] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.90s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dc268d2708fb2] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.68s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [df6132f838a7d] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.62s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d62340febcd58] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.64s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d55f6a1e8d0d0] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dfc17f21213b6] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.57s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d2d8dd314b748] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.31s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d36842075c208] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d57012436be9a] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d047f685e15d2] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.25s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [db88567d4c443] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.31s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d805749bf87df] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.81s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dd0cfd58e7c51] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.12s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [ddbaf11b94d10] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.45s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dd6f8da6954b3] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d458082713f4e] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.86s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:968: [df1abb2182445] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (3.41s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d724703a2e6ea] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.57s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:1116: [d30d82e427d71] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.18s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dbf25b8c4bbe0] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.75s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d29eb39faaf8d] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d5df96bfff3ac] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.13s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d6f53f3b2ac6e] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [db5a343d2dfe8] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d4b78ebb5fef7] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dfb3951778465] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.42s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d7ecb8595cdb1] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [de592673b0d1f] daemon is not started [2020-03-16T09:33:13.576Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [ddcd6da5213d3] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.35s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d1b378b137d55] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.15s) [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (5.41s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:1084: [df37a30e57e6d] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [dbc3d6ab77040] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.48s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d271f3364c462] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.71s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d4e486432dc22] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d3085c8581464] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.34s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d4157e52fa230] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.90s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [df096f02b9964] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.57s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d6650ace5b0d0] daemon is not started [2020-03-16T09:33:13.576Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.91s) [2020-03-16T09:33:13.576Z] docker_cli_network_unix_test.go:46: [d5649c2a27aa8] daemon is not started [2020-03-16T09:33:13.576Z] === RUN TestDockerHubPullSuite [2020-03-16T09:33:13.576Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-03-16T09:33:15.471Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-03-16T09:33:17.411Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-03-16T09:33:17.668Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-03-16T09:33:19.038Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-03-16T09:33:19.295Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-03-16T09:33:19.552Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite (6.13s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.65s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.18s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.38s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.62s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2020-03-16T09:33:19.552Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.11s) [2020-03-16T09:33:19.552Z] PASS [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === Skipped [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.552Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-16T09:33:19.552Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-03-16T09:33:19.552Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.552Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2020-03-16T09:33:19.553Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2020-03-16T09:33:19.553Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-03-16T09:33:19.553Z] docker_cli_sni_test.go:18: Flakey test [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-03-16T09:33:19.553Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4129: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4148: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4214: unmatched requirement IsolationIsProcess [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4184: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4204: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4194: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-03-16T09:33:19.553Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_run_test.go:4522: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-03-16T09:33:19.553Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2020-03-16T09:33:19.553Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-03-16T09:33:19.553Z] docker_cli_network_unix_test.go:46: [ddcd6da5213d3] daemon is not started [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] [2020-03-16T09:33:19.553Z] DONE 1277 tests, 44 skipped in 2011.413s [2020-03-16T09:33:19.553Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:33:19.810Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:33:19.810Z] +++ kill 7443 [2020-03-16T09:33:20.739Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:33:20.739Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:33:20.739Z] [2020-03-16T09:33:20.739Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:33:20.739Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:33:20.739Z] [2020-03-16T09:33:20.739Z] To set a process to complain mode, use the command line tool [2020-03-16T09:33:20.739Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:33:20.739Z] +++ true [2020-03-16T09:33:20.739Z] [2020-03-16T09:33:22.640Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-03-16T09:33:25.911Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-03-16T09:33:29.183Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-03-16T09:33:31.707Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-03-16T09:33:34.979Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-03-16T09:33:38.252Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-03-16T09:34:34.465Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-03-16T09:34:49.314Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite (1733.93s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.37s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.67s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.06s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.96s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.12s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:563: [d2217edbd375e] joining swarm manager [d2ec1fd60ab2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:585: [db73f1dffc26e] joining swarm manager [d2ec1fd60ab2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] check_test.go:380: [d2217edbd375e] daemon is not started [2020-03-16T09:35:07.369Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.04s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:46: [d04f656d464be] joining swarm manager [d7d8da76f6c66]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.88s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.33s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.88s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:304: [d7dce10b694e0] joining swarm manager [d7c3ac107e835]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:305: [d3ec440405815] joining swarm manager [d7c3ac107e835]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:364: Waiting for possible election... [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.19s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:272: [d7dc92d31a4ce] joining swarm manager [d44d8889f9539]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:273: [d735308ddee4e] joining swarm manager [d44d8889f9539]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.40s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.52s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.61s) [2020-03-16T09:35:07.369Z] docker_api_swarm_node_test.go:19: [da17a8948dd8f] joining swarm manager [dc0a1874c0a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_node_test.go:20: [dd8bdda1f71c7] joining swarm manager [dc0a1874c0a41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (51.40s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:502: [dff8da84404b5] joining swarm manager [d1a1e1f88b09e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:507: [d61213966ccdc] joining swarm manager [d1a1e1f88b09e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.61s) [2020-03-16T09:35:07.369Z] docker_api_swarm_node_test.go:80: [dea7d87c45852] joining swarm manager [d252ece297630]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.30s) [2020-03-16T09:35:07.369Z] docker_api_swarm_node_test.go:52: [d07de65309767] joining swarm manager [d032f05ffbd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_node_test.go:53: [d50017d0a0749] joining swarm manager [d032f05ffbd9c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.04s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.43s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:202: [def48675fb80e] joining swarm manager [d659cb0186772]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.14s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:384: [dffeeefdcc231] joining swarm manager [d1b05432619d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:385: [d1f16219956cf] joining swarm manager [d1b05432619d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] check_test.go:380: [d1f16219956cf] daemon is not started [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (60.96s) [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:802: [df3215d7eb0ee] joining swarm manager [db174bc35b136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:802: [d11179416888c] joining swarm manager [db174bc35b136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:802: [d1076316ca215] joining swarm manager [db174bc35b136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:802: [d6c291160cf55] joining swarm manager [db174bc35b136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-03-16T09:35:07.369Z] docker_api_swarm_test.go:810: [da5427c987d69] joining swarm manager [db174bc35b136]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.62s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.88s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:394: [dda9a447b55b1] joining swarm manager [dfb67cea5b0ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:394: [d68e98c5e6bed] joining swarm manager [dfb67cea5b0ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.25s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:342: [d3a1a69566d8d] joining swarm manager [d784593fb1dd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:342: [dd7db3daf957b] joining swarm manager [d784593fb1dd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.31s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:489: [df56536261dec] joining swarm manager [d0684be144365]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:489: [dd049dd74a4c4] joining swarm manager [d0684be144365]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.10s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.06s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:127: [d50811184f957] joining swarm manager [d86f2ce320ce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:128: [dcb185f8cd094] joining swarm manager [d86f2ce320ce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:136: [de1b4c9bcb392] joining swarm manager [d86f2ce320ce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:137: [d5620699aead9] joining swarm manager [d86f2ce320ce9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.48s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.60s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:303: [de8e2f4499443] joining swarm manager [db230ce559ac0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:303: [dd32d13b681fb] joining swarm manager [db230ce559ac0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.27s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:99: [dff4ebbc7a951] joining swarm manager [dee174d71983f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:100: [dfb3182154b03] joining swarm manager [dee174d71983f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] check_test.go:380: [dff4ebbc7a951] daemon is not started [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (25.95s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:532: [df56bfb10668c] joining swarm manager [d36c5f0f1de41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:533: [d38fc0be99352] joining swarm manager [d36c5f0f1de41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.27s) [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:147: [db1ba9b7a745c] joining swarm manager [db073c3e3e67a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_api_swarm_service_test.go:147: [d3d935426d043] joining swarm manager [db073c3e3e67a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.09s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.97s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (3.10s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.21s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.41s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.32s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.05s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.64s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.32s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.91s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.37s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.86s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.14s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.15s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.05s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.17s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.72s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.80s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.32s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.01s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.31s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.96s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.84s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.65s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.10s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.47s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.91s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.18s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.53s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.24s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.52s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.85s) [2020-03-16T09:35:07.369Z] docker_cli_service_logs_test.go:241: checking task 5ntqi7ysfk3w [2020-03-16T09:35:07.369Z] docker_cli_service_logs_test.go:246: checking messages for 5ntqi7ysfk3w [2020-03-16T09:35:07.369Z] docker_cli_service_logs_test.go:241: checking task 98uujshrgykg [2020-03-16T09:35:07.369Z] docker_cli_service_logs_test.go:246: checking messages for 98uujshrgykg [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.29s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.83s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.08s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.16s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.26s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1901: [d1db561e18ab8] joining swarm manager [daa271a1dfb41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1902: [d3c29658de4cd] joining swarm manager [daa271a1dfb41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.39s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.87s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.30s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.42s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1802: [d36657fdd4fea] joining swarm manager [dfba23fe08574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1803: [d88dda28b2dc6] joining swarm manager [dfba23fe08574]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.20s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.39s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1321: [d7c54145963cc] joining swarm manager [d11e9f3788143]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1322: [dc42f82932687] joining swarm manager [d11e9f3788143]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.29s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.76s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.32s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.09s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.85s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.90s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.65s) [2020-03-16T09:35:07.369Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.63s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.91s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.94s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (59.67s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1186: [d81c7be324969] joining swarm manager [d0f278cb7d21a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1195: [d1c9ea2c7db76] joining swarm manager [d0f278cb7d21a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (10.10s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.97s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (152.11s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1118: [d07805e7f9a7c] joining swarm manager [d81616514ab34]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1119: [dc331fedf5165] joining swarm manager [d81616514ab34]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1172: [d0243a01e72c6] joining swarm manager [d81616514ab34]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.01s) [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1453: [d54795f831dbc] joining swarm manager [db4b1a669574b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.369Z] docker_cli_swarm_test.go:1454: [ded7b142e16b4] joining swarm manager [db4b1a669574b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.74s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.21s) [2020-03-16T09:35:07.369Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.29s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.12s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.88s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.42s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.38s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.35s) [2020-03-16T09:35:07.370Z] docker_cli_swarm_unix_test.go:62: [dd9201572f566] joining swarm manager [d2f26cb5bbb51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.85s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.72s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (3.19s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.43s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.86s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.07s) [2020-03-16T09:35:07.370Z] docker_api_swarm_test.go:962: [daf88c362f76f] joining swarm manager [dfbc5d93cd8ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.72s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.91s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.11s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.59s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.95s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.58s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.42s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.02s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.16s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.12s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.98s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (3.00s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.21s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.94s) [2020-03-16T09:35:07.370Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.92s) [2020-03-16T09:35:07.370Z] === RUN TestDockerExternalVolumeSuite [2020-03-16T09:35:07.370Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-03-16T09:35:22.218Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-03-16T09:36:29.920Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-03-16T09:36:39.882Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-03-16T09:37:11.916Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-03-16T09:37:26.763Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-03-16T09:37:58.800Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-03-16T09:38:10.976Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-03-16T09:38:43.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-03-16T09:38:57.872Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-03-16T09:39:15.981Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-03-16T09:39:31.274Z] ok github.com/docker/docker/integration-cli 2247.469s [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === Skipped [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-03-16T09:39:31.274Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.04s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.04s) [2020-03-16T09:39:31.274Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-03-16T09:39:31.274Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-03-16T09:39:31.274Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-03-16T09:39:31.274Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_run_test.go:3181: unmatched requirement Apparmor [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_run_test.go:3159: unmatched requirement Apparmor [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_run_test.go:3171: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-03-16T09:39:31.274Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.274Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2020-03-16T09:39:31.274Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.34s) [2020-03-16T09:39:31.274Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-03-16T09:39:31.274Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-03-16T09:39:31.275Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.30s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.275Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-03-16T09:39:31.275Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2020-03-16T09:39:31.275Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.275Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2020-03-16T09:39:31.276Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2020-03-16T09:39:31.276Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-03-16T09:39:31.276Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-03-16T09:39:31.276Z] docker_cli_sni_test.go:18: Flakey test [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.03s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.03s) [2020-03-16T09:39:31.276Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3562: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3593: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3576: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-03-16T09:39:31.276Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3466: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.276Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-03-16T09:39:31.276Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-03-16T09:39:31.276Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.276Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-03-16T09:39:31.277Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-03-16T09:39:31.277Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_run_test.go:2995: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-03-16T09:39:31.277Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-03-16T09:39:31.277Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.277Z] [2020-03-16T09:39:31.277Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-03-16T09:39:31.277Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-03-16T09:39:31.277Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2020-03-16T09:39:31.278Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2020-03-16T09:39:31.278Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-03-16T09:39:31.278Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-03-16T09:39:31.278Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-03-16T09:39:31.278Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-03-16T09:39:31.278Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-03-16T09:39:31.278Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_run_test.go:2909: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_run_test.go:2918: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_run_test.go:3512: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-03-16T09:39:31.278Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-03-16T09:39:31.278Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-03-16T09:39:31.278Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-03-16T09:39:31.278Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-03-16T09:39:31.278Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.278Z] [2020-03-16T09:39:31.278Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-03-16T09:39:31.278Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:845: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-03-16T09:39:31.279Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:4507: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:4024: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3008: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3336: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3360: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3327: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3312: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3237: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3202: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:3989: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:4164: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:4247: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-03-16T09:39:31.279Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-03-16T09:39:31.279Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.279Z] [2020-03-16T09:39:31.279Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:4486: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:4499: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:4231: unmatched requirement IsolationIsHyperv [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3272: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3381: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3391: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3425: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:4309: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:4297: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3214: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3856: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3849: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3069: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3093: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3115: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2983: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2886: unmatched requirement Apparmor [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2865: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2850: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-03-16T09:39:31.280Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.280Z] [2020-03-16T09:39:31.280Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-03-16T09:39:31.280Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:4065: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:2925: unmatched requirement Apparmor [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3954: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3947: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3771: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3802: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3741: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3752: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3226: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3042: unmatched requirement Apparmor [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:2841: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3639: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3650: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:3450: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-03-16T09:39:31.281Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.281Z] [2020-03-16T09:39:31.281Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-16T09:39:31.281Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-16T09:39:31.281Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.282Z] [2020-03-16T09:39:31.282Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-03-16T09:39:31.282Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-03-16T09:39:31.282Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-03-16T09:39:31.283Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-03-16T09:39:31.283Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] DONE 1096 tests, 549 skipped in 2256.973s [2020-03-16T09:39:31.283Z] INFO: Integration tests ended at 03/16/2020 09:39:18. Duration:00:37:37.1189913 [2020-03-16T09:39:31.283Z] INFO: Docker info of the daemon under test at end of run [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] Containers: 2 [2020-03-16T09:39:31.283Z] Running: 0 [2020-03-16T09:39:31.283Z] Paused: 0 [2020-03-16T09:39:31.283Z] Stopped: 2 [2020-03-16T09:39:31.283Z] Images: 12 [2020-03-16T09:39:31.283Z] Server Version: 0.0.0-dev [2020-03-16T09:39:31.283Z] Storage Driver: windowsfilter [2020-03-16T09:39:31.283Z] Windows: [2020-03-16T09:39:31.283Z] Logging Driver: json-file [2020-03-16T09:39:31.283Z] Plugins: [2020-03-16T09:39:31.283Z] Volume: local [2020-03-16T09:39:31.283Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-03-16T09:39:31.283Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-03-16T09:39:31.283Z] Swarm: inactive [2020-03-16T09:39:31.283Z] Default Isolation: process [2020-03-16T09:39:31.283Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-03-16T09:39:31.283Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1039) [2020-03-16T09:39:31.283Z] OSType: windows [2020-03-16T09:39:31.283Z] Architecture: x86_64 [2020-03-16T09:39:31.283Z] CPUs: 4 [2020-03-16T09:39:31.283Z] Total Memory: 32GiB [2020-03-16T09:39:31.283Z] Name: azwin-2-881510 [2020-03-16T09:39:31.283Z] ID: GWF6:IGP6:I6NQ:5BIA:NUSJ:LBSF:QK2Z:EDWJ:DZUJ:GKTY:CIKR:LYRQ [2020-03-16T09:39:31.283Z] Docker Root Dir: D:\CI\PR-40689\12\daemon [2020-03-16T09:39:31.283Z] Debug Mode (client): false [2020-03-16T09:39:31.283Z] Debug Mode (server): true [2020-03-16T09:39:31.283Z] File Descriptors: -1 [2020-03-16T09:39:31.283Z] Goroutines: 18 [2020-03-16T09:39:31.283Z] System Time: 2020-03-16T09:39:19.055919Z [2020-03-16T09:39:31.283Z] EventsListeners: 0 [2020-03-16T09:39:31.283Z] Registry: https://index.docker.io/v1/ [2020-03-16T09:39:31.283Z] Labels: [2020-03-16T09:39:31.283Z] Experimental: false [2020-03-16T09:39:31.283Z] Insecure Registries: [2020-03-16T09:39:31.283Z] 127.0.0.0/8 [2020-03-16T09:39:31.283Z] Live Restore Enabled: false [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] INFO: Stopping daemon under test [2020-03-16T09:39:31.283Z] SUCCESS: The process with PID 1232 (child process of PID 1100) has been terminated. [2020-03-16T09:39:31.283Z] SUCCESS: The process with PID 1100 (child process of PID 5404) has been terminated. [2020-03-16T09:39:31.283Z] INFO: Stop tailing logs of the daemon under tests [2020-03-16T09:39:31.283Z] INFO: executeCI.ps1 Completed successfully at 03/16/2020 09:39:19. [2020-03-16T09:39:31.283Z] INFO: Tidying up at end of run [2020-03-16T09:39:31.283Z] INFO: Saving daemon under test log (d:\CI\PR-40689\12\dut.out) to C:\windows\TEMP\CIDUT.out [2020-03-16T09:39:31.283Z] INFO: Saving daemon under test log (d:\CI\PR-40689\12\dut.err) to C:\windows\TEMP\CIDUT.err [2020-03-16T09:39:31.283Z] INFO: Nuke-Everything... [2020-03-16T09:39:31.283Z] INFO: Container count on control daemon to delete is 2 [2020-03-16T09:39:31.283Z] 31fb78566ad1 [2020-03-16T09:39:31.283Z] 648a3853c9ae [2020-03-16T09:39:31.283Z] INFO: Non-base image count on control daemon to delete is 1 [2020-03-16T09:39:31.283Z] Deleted: sha256:454954c22c95246856bb182868ab73bbeeab8b126f23b0662a41b31fa83045dd [2020-03-16T09:39:31.283Z] Deleted: sha256:f1caf74f3da55020749f4be19e0323400ea09c934c35f8276ba4bb5a5be3cdb5 [2020-03-16T09:39:31.283Z] INFO: Tidying pidfile d:\CI\PR-40689\12\docker.pid [2020-03-16T09:39:31.283Z] INFO: Nuking d:\CI [2020-03-16T09:39:31.283Z] ERROR: hcsshim::DestroyLayer - Win32 API call returned error r1=0x80070020 err=The process cannot access the file because it is being used by another process.id=CI flavour=0 [2020-03-16T09:39:31.283Z] [2020-03-16T09:39:31.283Z] INFO: executeCI.ps1 exiting at Mon Mar 16 09:39:21 CUT 2020. Duration 00:50:56.8039170 [2020-03-16T09:39:31.283Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-03-16T09:39:31.523Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-03-16T09:39:33.694Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-03-16T09:39:36.054Z] Archiving artifacts [2020-03-16T09:39:37.189Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:39:38.096Z] + make clean [2020-03-16T09:39:39.056Z] docker volume rm -f docker-dev-cache [2020-03-16T09:39:39.056Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-16T09:40:02.611Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-03-16T09:40:20.713Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-03-16T09:40:52.748Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-03-16T09:41:24.784Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-03-16T09:41:39.629Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-03-16T09:41:57.680Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-03-16T09:42:12.526Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite (441.30s) [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.94s) [2020-03-16T09:42:27.379Z] docker_cli_external_volume_driver_test.go:53: [d8127728754d1] daemon is not started [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.58s) [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2020-03-16T09:42:27.379Z] docker_cli_external_volume_driver_test.go:53: [d3993344b8ffe] daemon is not started [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.54s) [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-03-16T09:42:27.379Z] docker_cli_external_volume_driver_test.go:53: [daf6fa3b71190] daemon is not started [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-03-16T09:42:27.379Z] docker_cli_external_volume_driver_test.go:53: [d975162bc30c6] daemon is not started [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.61s) [2020-03-16T09:42:27.379Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.61s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.76s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.03s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.59s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.42s) [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.35s) [2020-03-16T09:42:27.380Z] docker_cli_external_volume_driver_test.go:485: [defcc9f502d73] daemon is not started [2020-03-16T09:42:27.380Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2020-03-16T09:42:27.380Z] docker_cli_external_volume_driver_test.go:53: [d0acb0e3c9596] daemon is not started [2020-03-16T09:42:27.380Z] PASS [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] === Skipped [2020-03-16T09:42:27.380Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-03-16T09:42:27.380Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-03-16T09:42:27.380Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-03-16T09:42:27.380Z] check_test.go:309: [d07ba916e8be1] daemon is not started [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-16T09:42:27.380Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2020-03-16T09:42:27.380Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-03-16T09:42:27.380Z] check_test.go:309: [d895ddec25838] daemon is not started [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-16T09:42:27.380Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-03-16T09:42:27.380Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-03-16T09:42:27.380Z] check_test.go:309: [dd83643900266] daemon is not started [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-16T09:42:27.380Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2020-03-16T09:42:27.380Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-16T09:42:27.380Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-03-16T09:42:27.380Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] [2020-03-16T09:42:27.380Z] DONE 273 tests, 5 skipped in 2556.833s [2020-03-16T09:42:27.380Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-03-16T09:42:27.637Z] ++++ cat bundles/test-integration/docker.pid [2020-03-16T09:42:27.637Z] +++ kill 7419 [2020-03-16T09:42:28.566Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d88cb12833662/docker.pid [2020-03-16T09:42:28.566Z] +++ kill 4402 [2020-03-16T09:42:28.566Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 4402 is not a child of this shell [2020-03-16T09:42:28.566Z] warning: PID 4402 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d88cb12833662/docker.pid had a nonzero exit code [2020-03-16T09:42:28.566Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d88cb12833662/root: target is busy. [2020-03-16T09:42:28.566Z] +++ /etc/init.d/apparmor stop [2020-03-16T09:42:28.566Z] Leaving: AppArmorNo profiles have been unloaded. [2020-03-16T09:42:28.566Z] [2020-03-16T09:42:28.566Z] Unloading profiles will leave already running processes permanently [2020-03-16T09:42:28.566Z] unconfined, which can lead to unexpected situations. [2020-03-16T09:42:28.566Z] [2020-03-16T09:42:28.566Z] To set a process to complain mode, use the command line tool [2020-03-16T09:42:28.566Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-03-16T09:42:28.566Z] +++ true [2020-03-16T09:42:28.566Z] [2020-03-16T09:42:28.823Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2020-03-16T09:42:28.847Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-03-16T09:42:30.997Z] + echo Ensuring container killed. [2020-03-16T09:42:30.997Z] Ensuring container killed. [2020-03-16T09:42:30.997Z] + docker ps -aq -f name=docker-pr12-* [2020-03-16T09:42:30.997Z] + cids=f1d5ac3b8fd9 [2020-03-16T09:42:30.997Z] 0d211d62b8e4 [2020-03-16T09:42:30.997Z] 4b0afef1034a [2020-03-16T09:42:30.997Z] + [ -n f1d5ac3b8fd9 [2020-03-16T09:42:30.997Z] 0d211d62b8e4 [2020-03-16T09:42:30.997Z] 4b0afef1034a ] [2020-03-16T09:42:30.997Z] + docker rm -vf f1d5ac3b8fd9 0d211d62b8e4 4b0afef1034a [2020-03-16T09:42:33.518Z] f1d5ac3b8fd9 [2020-03-16T09:42:33.518Z] 0d211d62b8e4 [2020-03-16T09:42:33.518Z] 4b0afef1034a [Pipeline] sh [2020-03-16T09:42:33.799Z] + echo Chowning /workspace to jenkins user [2020-03-16T09:42:33.800Z] Chowning /workspace to jenkins user [2020-03-16T09:42:33.800Z] + id -u [2020-03-16T09:42:33.800Z] + id -g [2020-03-16T09:42:33.800Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40689:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-03-16T09:42:37.374Z] + bundleName=amd64 [2020-03-16T09:42:37.374Z] + echo Creating amd64-bundles.tar.gz [2020-03-16T09:42:37.374Z] Creating amd64-bundles.tar.gz [2020-03-16T09:42:37.374Z] + xargs tar -czf amd64-bundles.tar.gz [2020-03-16T09:42:37.374Z] + 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-16T09:42:38.756Z] Archiving artifacts [2020-03-16T09:42:40.479Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40689/12/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-03-16T09:42:40.789Z] + make clean [2020-03-16T09:42:40.789Z] docker volume rm -f docker-dev-cache [2020-03-16T09:42:41.045Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS